09-28-2023 07:06 AM
Hello,
I need a Count Edges started with a hardware trigger, but I get an error -200452 that Start.TrigType is "not supported by the device or is not applicable to the task".
Tried this on a PCI-6122 and PCIe-6353.
I actually need this to work with a buffered counter application, but I'm surprised that I can't even start a simple edge counting task. What am I missing?
Solved! Go to Solution.
09-28-2023 08:03 AM
I think you need to use the arm start trigger for a counter task.
See Synchronizing Two Counter Tasks in NI-DAQmx
10-02-2023 09:50 AM
Indeed, arm start works to start a single counter on an external digital edge as well. Thanks!
Not sure why I missed that, or what the difference between a Start and an Arm Start is though...