LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring counters in a 6602 in tandem with counters on a 6071E

Could someone help me with a snippet of code to redirect the gate on two
counters on a PCI 6602 through RTSI so that the gate input is read from PFI0
on a PCI 6071E?
Also, How do I select the 20 mhz clock on the 6602 to be in sync with the
clock on the 6071E?

Many thanks

LVilla
0 Kudos
Message 1 of 3
(2,990 Views)
LVilla

You will need to use the Select_Signal function and the GPCTR_Change_Parameter function.

First, set the PFI0 line on the 6071E to goto a RTSI line using the Select_Signal fucntion. (Signal Name = RTSIx, Signal Source = I/O Pin 0)

Second, set the Gate of the 6602 to read from the RTSI line. Use the GPCTR_Change_Parameter function for this. (Parameter Type = Gate, Parameter Value = ND_RTSI_x, where x is the RTSI line.)

I hope this info helps you get started on this application.
0 Kudos
Message 2 of 3
(2,990 Views)
LVilla

You will need to use the Select_Signal function and the GPCTR_Change_Parameter function.

First, set the PFI0 line on the 6071E to goto a RTSI line using the Select_Signal fucntion. (Signal Name = RTSIx, Signal Source = I/O Pin 0)

Second, set the Gate of the 6602 to read from the RTSI line. Use the GPCTR_Change_Parameter function for this. (Parameter Type = Gate, Parameter Value = ND_RTSI_x, where x is the RTSI line.)

I hope this info helps you get started on this application.

Brian L
0 Kudos
Message 3 of 3
(2,990 Views)