LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PLOT THE OUTPUT VOLTAGE WITH RESPECT TO TIME

I have VI that is controlling the Standford Research power supply model PS350. I am using existing NI drivers for this instrument.
I wanted to know what would be the easiest/fastest way of taking the multiple readings of the output voltage at the different point in time and then plotting the voltage versus time.
Any directions and suggestions are appreciated.

thanks,
Pedja
0 Kudos
Message 1 of 2
(2,567 Views)
I cannot tell you any specific information about your device but if you want to plot your data in LabVIEW, I recommend using an XY Graph. This graph allows you to associate a specific y with a specific x. Consequently you can plot data where the time between the sample changes. Look in the LabVIEW shipping examples for an XY Graph example.
0 Kudos
Message 2 of 2
(2,567 Views)