LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert two numbers to signal

Hello,

I have some u8, u16 and dbl values, of which one is the time of the sample. how can I convert this values that I can view them in a graph indicator ? I think I have to convert it to a signal, but how can i do this ? Is there a special type cast operation for this ?

regards, tobias
0 Kudos
Message 1 of 4
(2,743 Views)


I have some u8, u16 and dbl values, of which one is the time of the sample.


Do you mean you have the Time interval between datapoints??

And, did u try using 'build waveform' function?? look at attached vi

0 Kudos
Message 2 of 4
(2,730 Views)
I have some measurement values, which are u8 and u16 values and another u32 value which is the time in milliseconds since the system is running. I get all this data via UDP and parse it. I'd like to display the measurement values over the time, which I get from the UDP-packets.

cheers, Tobias
0 Kudos
Message 3 of 4
(2,726 Views)
Hi Tobias,

I would use an XY-graph. Build arrays from your u32-data (x-axis) and u8/u16-data (y-axis). Bundle the x-axis and one of the y-axis arrays to get a plot, use a "build array" node to add several plots for one graph...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,716 Views)