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)
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