06-24-2009 02:35 PM
I need to use IVI Class Drivers (in LabVIEW and using the TestStand IVI Step types). In both cases, there is an option to configure the external trigger source - which is an enumerated list:
Internal, Exernal, Software, TTL0-7, ECL0, ECL1, PXIStar, RTSI 0-6.
Using a PXI-5421, I can trigger a waveform to start using the PFI0 input setting the trigger source to "External". Unfortunately, I can't seem to be able to trigger a waveform using PFI1.
I can see that the NI-FGEN specifc driver allows thi, but I have a requirement to use class drivers.
How can I achieve this?
07-06-2009 07:41 AM - edited 07-06-2009 07:41 AM
Hi,
PFI1 is not a built in option for terminal to use for triggering in the niFgen_ConfigureTriggerSource IVI function call. Therefore, a workaround is to input a numeric value of "1012" to correspond to PFI1. This is not documented in the documentation, but will allow for PFI1 to be used as a trigger source.
I hope this helps,
07-08-2009 05:36 PM
Regards,
Dan King