06-06-2024 04:29 PM
It's been awhile since I did daq code, so I'm looking for some guidance.
I'm using an NI PCIe-6321 daq card and I want to output a delayed pulse triggered by a signal from my device under test (DUT). The timing is in the us range, so I need hardware timing to do this. Here is what I've come up with so far. Let me know if you think it will work or if you see a better way to do it. I'm setting up a single pulsed counter output that won't be used except to time the delay and will trigger the single output pulse. I'm using LabVIEW 2021.
06-06-2024 06:53 PM
Try setting Counter Output:Pulse:Frequency:Initial Delay Property instead.
06-07-2024 03:28 PM
I will try that. Thanks.
I'll post my solution once I get it working