Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

6602 resets when closing aplication in .net

i am controling 6602 counter/timer via c# .net program. the 6602 outputs the counter signals and suppose to stay on even when the application is down, but in case of the above application the signals some how resets them self without any reason. please help
0 Kudos
Message 1 of 2
(3,023 Views)
Hello,

What type of operation are you seeing reset?

If you are using DAQmx in C#, then you should see something like pulse train generation end when the program exits. The reason is that the DAQmx driver ends the pulse train. You can find more information on the DAQmx driver here.

If having a pulse train continue after a program has terminated is a desired effect, then you could use our Traditional NI-DAQ drivers in order to accomplish this.

Justin T.
National Instruments
0 Kudos
Message 2 of 2
(3,023 Views)