Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

CounterStop in an if else routine

Hello everybody!
I work with ActiveX components an I want to stop and restart my counters and analog input in if else code.
Is that possible or what else can I do?

Regards

Stefan
0 Kudos
Message 1 of 2
(3,162 Views)
Stefan

You can use functions that go along with the ActiveX controls to do what you are wanting to do. For example, to stop a counter, you could use the function CWCounter1.Stop. For a complete list of functions to use, right click on the ActiveX control and select Help. This will guide you to a list of all the functions. Also, the manaul I've attached will give you a lot of info on how to stop and reset the controls in chapter 6.

Brian
0 Kudos
Message 2 of 2
(3,162 Views)