04-08-2012 03:02 AM
hi,
i've got two y axis, one for each channel, in one graph, but how do i "propertynode" them correctly... see the picture's red box for further information
its not working right, it seems like LabVIEW allways changes only the same axis and not both independent
LabVIEW 8.2 stundetsversion.
Agilent DSO 1002A Oscilloscope with its instrument-drivers
best regards
maksimator
04-08-2012 03:13 AM - edited 04-08-2012 03:22 AM
Property nodes execute top to bottom, so setting the active scale needs to be above the respective scale settings. Since it is all the same graph, all you need in one big property node with 10 properties, eg. as follows:
(don't give the property node a unique label, that can become confusing)
04-08-2012 04:09 AM
thats it, now it works properly, thx
one last question, i love the right picture but sometimes it looks like the left on, is there a property node to set the grid?