Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Digital output delay

Hello 

I need to produce 2 pulses with 2 digital output but with 100us delay between them

i am using pxi 6363 .. is it possible?

can i do it with NI MAX?

thanks

 

0 Kudos
Message 1 of 4
(1,232 Views)

6363, an X Series DAQ module, supports hardware-timed digital tasks on port 0.

You can refer to the shipping example at Help >> Find Examples >> Hardware Input and Output >> DAQmx >> Digital Output >> Digital - Finite Output.vi

Use Onboard Clock as the sample clock source. Set sample rate to 10k (or 0.1ms). Then write data of 3,0,3,0 (0d3 or 0b11)

 

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 4
(1,181 Views)

Hi

thanks for your reply 

I don’t understand , how can I perform a delay between 2 different i/o with that example?

regard,

moran.

0 Kudos
Message 3 of 4
(1,157 Views)

Why not use a seperate monostable, e.g. a 555 timer?

0 Kudos
Message 4 of 4
(1,071 Views)