LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

" Is it possible to use the PFI6/WT as an ouput trigger ? ¿ How can I do this?

I need to trigger two computers. I use Labwindows and I have a PC-MIO-16E4 to generate AO. The other computer has a DT2821 waiting for trigger.

¿ Can I use the PFI6/WT as an output trigger signal when AO begins in the PC-MIO-16E4 ? or maybe ¿ Is it possible to route this signal to GPCTR to generate a digital pulse with this signal ?

Thanks

Paul Délano
0 Kudos
Message 1 of 2
(2,773 Views)
Paul,

It sounds like WFTRIG is exactly what you will want to use. To output this signal on PFI6, you will need to use the Select_Signal() function. Below, is the complete function call you will need to use:

Select_Signal (1, ND_PFI_6, ND_OUT_START_TRIGGER, ND_LOW_TO_HIGH);

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,773 Views)