11-04-2009 02:38 PM
I looked at examples that used trigger property node with arm trigger. I get the same error as in my attempt. Here are screen shots of both with the error.
11-05-2009 05:06 PM
Hi Mike,
The arm start trigger is not supported by the 6062e device. The articles linked below shows the supported devices for this property, why you are seeing the error and how to use filtering on your property nodes to know what properties your device can use.
Why Do I Get "Error -200452" When I Use Certain DAQmx Properties With My DAQ Board?
http://digital.ni.com/public.nsf/allkb/05A563FE3AA7B3C286256FF90077C303?OpenDocument
Which Devices Support Arm Start Triggering?
http://digital.ni.com/public.nsf/allkb/A00D601140D0F8EC86256F8D007C53F9?OpenDocument
Hardware Counter Start Trigger for Counter Synchronization
http://digital.ni.com/public.nsf/allkb/9C657EE63C9D07A686256F6D0062AC66?OpenDocument
Triggering information on E series devices for counter tasks is also stated in the manual. You can find this by navigating to Start>>Programs>>National Instruments>>NI DAQ>>NI-DAQmx Help. Search for "synchronizing E series devices".
"You cannot synchronize counter input applications performing period, frequency, pulse width or semi-period measurements in the same sense as analog input or output applications. These types of counter input applications cannot be programmed to make their measurements at the same time because the signals being measured themselves determine when the measurements are made, and there is no reason to set up multiple devices to measure the same signal. You also cannot use Start Triggers for counter input applications...."
Hope this helps!