Quantcast
Channel: LabWindows/CVI topics
Viewing all articles
Browse latest Browse all 5339

StripChart Pause

$
0
0
Hi,

I would like to pause the graph, but I can't stop it.
 
I receive data via serial line RS232 can this be affected by this?
 
When you press the "Pause" button scrollBar appears at the bottom, but the graph does not stop and continues farther, do you know how to do it?

Thank you
 
	int val;
	switch (event) {
		case EVENT_COMMIT:
			GetCtrlVal (panel, PANELPAUSE_PAUSE, &val);
			SetCtrlAttribute (panelsil, SILY_GRAFSIL, ATTR_STRIP_CHART_PAUSED,val);
			SetCtrlAttribute (panelvy, VYSKA_GRAFVYS, ATTR_STRIP_CHART_PAUSED,val);
			SetCtrlAttribute (panelvyk, VYKYVY_GRAFVYK, ATTR_STRIP_CHART_PAUSED,val); 
			break;
	}
	return 0;
}

Viewing all articles
Browse latest Browse all 5339

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>