LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How set time x axis with PlotStripChar();

I use the command        PlotStripChart (panelHandle, PANEL_GRAPH,voltages, nbrchan, 0, 0,VAL_DOUBLE);
How can I have a time execution over the axe x. I fact, i would have a graph for 5 sec.
Help. (I have 8 channels for the acquisition)
0 Kudos
Message 1 of 2
(2,897 Views)
Since for a strip chart you can only set the number of points per screen, you can use SetCtrlAttribute() putting ATTR_POINTS_PER_SCREEN to the number of samples for the 5 secs acquisition.
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,897 Views)