Hey Guys,
I have a C# application for measuring an input in an cDAQ-9185. Becuase I have to synchronise this data to other data from an OPC UA Server I need a timestamp. I use a hardwaretrigger to start my collection of data and I also would like to use a pausetrigger to pause my aquisition. The problem with the pausetrigger, the timestamp of my analogWaveForm stops calculating the Timestamp when the pausetrigger is active and when the paustrigger continues the aquisition, the timestamp also continues at the same location it stoped before the trigger. Is there a way to get the timestamp calculation running, while the pausetrigger stoped the aquisition?
Thanks for helping