06-25-2008 02:18 PM
06-26-2008 04:21 PM
Hi Frank-
Which signals are you attempting to output to RTSI? Do you intend to use them for synchronization or just to "bounce" signals off of for internal routing? This functionality exists but is indeed undocumented so we'll have to dig a little bit to get the info you need.
Thanks-
06-27-2008 01:23 PM
07-24-2008 02:49 PM - edited 07-24-2008 02:57 PM
Hi Frank-
I've created two wrapper functions that will allow you to internally connect and disconnect a counter source or gate line from either of the two TIO chips on the NI-6602's to one of the RTSI lines. These are attached in the modified 660x example programs.
Keep in mind that there is no resource management included in these functions. Any routes that you create will remain connected until they are either explicitly disconnected (using the attached function) or the computer is rebooted. In addition, using these routing functions, it is possible to double-drive a RTSI line from two source or gate lines, possibly damaging the board. I would recommend putting a very low limit on the number of routes a user is able to create at a single time, or adding some other form of resource management, before including these capabilities in a "shipping version" of your driver.
That said, I hope these functions help. Please post back if you have any questions. Thanks-
Ed W.
07-28-2008 03:09 PM