LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

numeric & time linking

It's possible to link a numeric with the Time?
For example: at time "X" I can see in the waveform graph
a number "i",at time "Y" I can see other number, f.ex. "j".
In conclusion: I'd see all number at the time that occurs.

The numeric and Time are joined by a cluster, but I can' create as a indicator a waveform graph.
0 Kudos
Message 1 of 3
(2,450 Views)
1) the cluster should be composed of an X array (not value) and an Y array, in that order. In your case, an array with time and another with numeric values.
2) create a brand new XY graph, then wire the cluster to it
Check the attached example.

Paolo

Message Edited by pincpanter on 06-09-2006 03:10 PM

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Download All
Message 2 of 3
(2,444 Views)
thanks, I will prove it.
0 Kudos
Message 3 of 3
(2,439 Views)