LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

1 Graph but two diffrent Y axis with diffrent scales

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

0 Kudos
Message 1 of 3
(3,406 Views)

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:

 

  • Xscale.max
  • Xscale.min
  • actyscl=0
  • yscale.incr
  • yscale.max
  • yscale.min
  • actyscl=1
  • yscale.incr
  • yscale.max
  • yscale.min

(don't give the property node a unique label, that can become confusing)

Message 2 of 3
(3,403 Views)

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?

0 Kudos
Message 3 of 3
(3,398 Views)