LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB 6008 trigger

Hi everbody,

 

I am using USB 6008. I would like that analog input signal  is triggered. For this, the square signal is sent to PFI input. But analog input signal is not triggered. For trigger, what can I do? what is the proporties of PFI input signal?

 

 

Thank you for your help

 

0 Kudos
Message 1 of 19
(5,332 Views)

The PFI0 expects a digitial trigger signal, which usually refers to a TTL based signal type. You have to configure the trigger in your acquisition application.

 

So if you are confident that the trigger itself is correct from specification point of view, please attach the VI so we can see what you implemented softwarewise.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 19
(5,328 Views)

Hi 1085,

 

did you read the manual for the USB6008, especially page 21 handling the PFI0 input and the trigger options it provides for your DAQ hardware?

 

After doing so you just open the example VIs coming with LabVIEW and DAQmx to test them with your USB6008…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 19
(5,326 Views)

the square signal is generated from 0V to 5 V by function generator function. Then it is sent to PFI0.  Is it work? 

 

Thank you for reply

0 Kudos
Message 4 of 19
(5,290 Views)

Hi 1085,

 

when your function generator provides a TTL signal it will work…

 

Then just read the manual as suggested before and try the example VIs coming with LabVIEW!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 19
(5,250 Views)

Hi GerdW,

 

I read manual. My function generator have not got a TTL output. So, I use waveform generation from LabVIEW functions for trigger signal. Square signal is generated by waveform generation and send to PFI0. But is not triggering. what do you suggest for PFI0 input signal? 

 

Thank you for reply.

0 Kudos
Message 6 of 19
(5,218 Views)
What sort of function generator cannot output a 5 volt signal?

The 6008 cannot use a waveform as an output so your comment does not make much sense. Why not use a simple digital output if you don't want to use the signal generator? Why generate a trigger in LabVIEW at all when you can simply command a read?
0 Kudos
Message 7 of 19
(5,203 Views)

Please send me VI, how is generated digital signal to send from 6008 digital output to PFI0?

 

Thank you.

0 Kudos
Message 8 of 19
(5,193 Views)

This might work:

Output PFI0 Digital.png

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


Message 9 of 19
(5,181 Views)

Hi James,

 

nice example!

You put a lot of effort into this little gem! 😉

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 19
(5,156 Views)