02-16-2022 07:06 AM
Hey all,
I am generating a Pulse (Pulse 1) using CO-Pulse Generation-time in one of the PFI ports now I want to generate another Pulse (Pulse 2) which should change its state synchronized with every falling edge of the Pulse 1. I am uploading a figure to a better understanding of the synchronization.
My DAQ device is USB-6351, if anyone is familiar with how to get started with this situation, ANY help would be greatly appreciated.
Please let me know if you need any sort of additional information from me to understand what I am doing.
Solved! Go to Solution.
02-16-2022 11:23 AM
1. If you're the one defining the timing for Pulse 1, can't you also figure out the timing to produce the Pulse 2?
2. If not, I think you'd need to generate Pulse 2 with a DO task that uses the falling edge of Pulse 1 as its sample clock. The data buffer for the DO task would just alternate between high state and low state.
-Kevin P