Hi Joseph,
Do you have a multimeter available that you could use to check the continuity of your cable? This would be my recommendation to verify the labling on your cable. Use the image that Thomson posted as a guide for the pins to probe.
The reset on the niScope Initialize VI will disconnect any routing that has been previously set up. For example. If you export your trigger to PFI0 and then without resetting (i.e. reset=false) run the application again while exporting the trigger to PFI1, the signal will actually export to both pins. By resetting first (reset =true) the trigger will be disconnected from PFI0 and the signal will only export to PFI1 on the second execution.
Referring to the Triggering section of the
specifications for your NI 5122 board, you will see the expected logic level for your PFI lines. It is 3.3V CMOS logic when configured for output. Therefore when you export the trigger you should see a 3.3V pulse on the PFI line you have chosen.
There is always a finite delay that results when routing a signal. You can measure the delay by connecting the PFI line to one of your channels. Depending on what you are interested in you can make this measurement in different ways. This is easiest to do using the reference trigger since we can capture pre-trigger data. You could route your reference trigger to one channel and the exported reference trigger (via PFI) to the other. By reading pretrigger samples (I used 50%) you can see the distance between when the board is triggered and when the rising edge is measured. I will attach a screenshot that I took on one of my digitizers. The yellow line is the reference trigger and the exported pulse is in blue. You could reduce the delay by minimizing the length of cable.
Hope this helps,
Jennifer O.
Message Edited by Jennifer O on 09-24-2007 01:15 PM