LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

digital waveform graph signal labeling

hello, i have a digital waveform graph displaying digital data.  i am trying to label the signals on the graph by using property nodes with an input array of signal names from 0 - 7.  Basically I have 8 plots labeled 0 -7.  my problem is when i plot the signals it begins by plotting plot 1 but it is labeled with the value 1 instead of 0.

for example:
this is what i want:

plot number        label
1                           0
2                           1
3                           2
4                           3
5                           4  
6                           5
7                           6
8                           7

but this is what i get:

plot number        label
1                           1
2                           2
3                           3
4                           4
5                           5  
6                           6
7                           7
8                           0

attached is the vi
0 Kudos
Message 1 of 3
(3,126 Views)
When you make the plot legend larger, drag it in the other direction.
0 Kudos
Message 2 of 3
(3,107 Views)
Just reverse the order of the property node, first ActPlot and then Plot.Name

Message Edited by Ruben_Oregon on 06-11-2008 02:05 PM
0 Kudos
Message 3 of 3
(2,844 Views)