11-13-2007 09:29 PM
11-14-2007 04:49 PM
Hi Greg,
You can route the counters internally on the PCI-6602 because each counter comes as a pair that you can route internally. I've linked some resources below, but since you are using Linux and DDK, the most applicable may be the Register Level Programming Manual found under PCI-6602 Manuals. I'm assuming otherwise that you are using DAQmx Base for Linux and I searched the C Function help for the driver and found the function "PairedCtrOutputPulse" through a search that should help you if you decide to go that route.
KnowledgeBase: How Do I Internally Route a Signal from One Counter to Another on the PCI-6602 board?
Good luck,
11-15-2007 10:42 AM
11-19-2007 10:22 AM
Hi Greg,
So from what you are saying as I understand it, you want to route the Counter 7 lines to the RTSI lines so that you can input on those lines? If that is correct, then you simply need to route the corresponding PFI lines to the RTSI lines. In this case, I used MAX to determine the PFI lines for counter7 (9 Source,10 Gate, &11 Aux). You then simply use the route commands mentioned in both manuals or the previously mentioned Knowledgebase to connect the various RTSI and PFI lines.
Regards,
11-20-2007 11:15 AM