LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to display 2 time waveforms and 2 points in one waveform?

I have 2 time domine waveforms and 2 points, want to displayed in one waveform graph. I can use 'build array' to bound the 2 time waveforms, but don't know how to make the points into the graph. Thanks!
0 Kudos
Message 1 of 3
(2,401 Views)
The waveform expects arrays so you can either generate an array of the constants and join them with the other arrays...Or if you want to avoid the memory usage, use cursors to show the points (either as a single point or as a straight horisontal line...).
Message 2 of 3
(2,401 Views)
I like this answer. Cursors are found by right clickin on the graph >> visible items >> check cursor palette. Now that the palette is visible, you can enter a name for your cursor to activate it and you can position it with the location numerics. I imagine in your case, you will want to set the postion programatically. You can do this with property nodes. Just set the active cursor to 1 (for the first cursor) then set its postion with another porperty.
0 Kudos
Message 3 of 3
(2,401 Views)