03-06-2009 03:40 AM
03-06-2009 04:40 AM
03-06-2009 05:10 AM
03-06-2009 11:41 AM
Hi Guillaume,
You're not doing anything wrong. Your code is correct. There was a bug in CVI 8.5 that caused the problem that you're seeing. This bug was fixed in 8.5.1, so if you want to get past this problem, I recommend that you download the 8.5.1 runtime engine.
You should be able to use the right y-axis even if you save the .uir file with the 8.1 format. However, if you save it in 8.1 format, any configuration that you made to the right y-axis in the UI editor will have been lost and you'll have to repeat them programmatically, using SetCtrlAttribute and SetAxisScalingMode (this is because the right y-axis was only added to the strip chart in version 8.5).
Luis
03-09-2009 10:40 AM
03-09-2009 10:46 AM
You're absolutely right. There should have been a Knowledge Base article for this issue. I'll go ahead and create one now. I'm sorry about the wasted time that this caused you.
By the way, there was no patch for this bug. It was fixed in the next release of CVI, which happened to be 8.5.1.
Luis