05-08-2010 01:24 AM
I want to plot the graph of the data stored in database. There are 4 parameters and time parameter stored in the database. I want to plot these 4 parameters w.r.t time. All the four parameters are double in data type and time stored in the format hh:mm:ss AM e.g 02:12:55 AM. i am able to plot all the four parameter values but i am not able to assign X axis as time datatype as scatter.plotXY(Double,Double) datatype is required.
Pl help
Thanks
05-08-2010 11:03 AM
Hello -
I think you would actually find a Waveform Graph better suited to your needs - in conjunction with the AnalogWaveform data type. The following sample code may be of some use to you.
NickB
National Instruments