LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog triggering problems

Using LABview 5.1.1 with triggering on a normal input channel configured for voltage readings.

Card is PCI-6071E



Get syntax error 10001 occurring at AI trig Config when trying to use a channel for triggering both in my own program and example prog using analog hardware triggering supplied with LABview.

I can acquire this channel OK in other programmes but it says there is an error in the input string arrangement when I use it for triggering. The channel was configured in NI measuring automation on with voltage units
0 Kudos
Message 1 of 3
(2,815 Views)
Maybe your error is due to a wrong indication of trigger channel with respect to acquired channels list.
I quote for you some help taken from a LV example (Cont Acq&Graph (buffered) Hard A-Trig.vi):
"...With E Series devices, if your analog trigger signal is connected to one of the analog input channels, that channel must be first in the scan list of channels. If you are using named channels, the trigger channel must be the first channel in the actual hardware channel order, which may or may not be the first channel in the channel string control. This restriction does not apply if you connect the analog trigger signal to PFI0..."
Roberto


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(2,815 Views)
Thanks Roberto.

I was fiddling around and I found out by accident that you had to put the triggering channel first in the scan list.

Again thanks for your response.
0 Kudos
Message 3 of 3
(2,815 Views)