Counter/Timer

cancel
Showing results for 
Search instead for 
Did you mean: 

Counter Output with NI cDAQ 9188

I am trying to generate pulses with the counters included in the NI 9188 cDAQ chassis.

I tried first to do that with NI 9411 module but this task didn't figure out in MAX.

I'm trying now to perform that with the PFI 0 BNC connexion in the chassis but that still doesn't exist in max

what should I do?

0 Kudos
Message 1 of 2
(6,444 Views)

The 9411 is an input module so can't be used to generate pulses.

 

You can use the BNC connectors on the 9188 chassis to route the counter outputs--however, MAX does not provide that functionality.  To program the counter output to issue pulses to the chassis PFI line using the DAQmx API you would need to do something like this:

 

CO Chassis PFI Example.png

 

 

Other development environments have similar APIs; the trick here is to use <chassis_name>/_ctr0 to refer to the internal counter without having to go through a module.

 

 

Best Regards,

John Passiak
0 Kudos
Message 2 of 2
(6,437 Views)