12-05-2023 11:24 PM
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
12-06-2023 08:20 AM
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)
12-13-2023 02:05 AM
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.
01-21-2024 04:34 PM
Why not use a seperate monostable, e.g. a 555 timer?