From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Configure_HW_Analog_Trigger command

 I have problem with programming NI-DAQ sample program using Ni-DAQ 6036E Series.
 I use Microsoft Visual Basic 6.0 and NI-DAQ 7.0.1 .
 I have problem with sample program is DAQsingleBufAnalogTrig.
 DAQsingleBufAnalogTrig with command like this :
 
 iStatus% = Configure_HW_Analog_Trigger(iDevice%, ND_ON, lLowValue&, lHighValue&, ND_ABOVE_HIGH_LEVEL, ND_THE_AI_CHANNEL)
 iRetVal% = NIDAQErrorHandler(iStatus%, "Configure_HW_Analog_Trigger", iIgnoreWarning%)

 NI-DAQ Error Message:
 error -10403.
 the specified dvice does not support request action (the driver recogenize the device,but the action is inappropriate for the device)
 
 my question is :
 Did not support Ni-DAQ 6036E is Configure_HW_Analog_Trigger command ?
 
 
 Thank you for your attention.
 
 jeans
0 Kudos
Message 1 of 5
(3,087 Views)
I find this in the manual for the 6034/5/6E:
Triggers
Digital Trigger
Compatibility TTL
Response Rising or falling edge
Pulse width 10 ns min

RTSI
Trigger lines 7

There seems to be no mention of analog triggering.
John Weeks

WaveMetrics, Inc.
Phone (503) 620-3001
Fax (503) 620-6754
www.wavemetrics.com
Message 2 of 5
(3,070 Views)

Hi,

Thank you for your enquiry. Actually, analog triggering is not supported in 6036E. This is the reason you are getting the error messege.

To view a list of compatible trigger types for different DAQ devices, please refer to the following link: 

http://digital.ni.com/public.nsf/websearch/E761255A5729CD2E862570310075A23A?OpenDocument

Thank you.

Tanvir Islam

Application Engineer

National Instruments, Japan

 

Message 3 of 5
(3,058 Views)
That's a great link, Tanvir.

NI has so much of this kind of help- any tips on finding it when you need it?
John Weeks

WaveMetrics, Inc.
Phone (503) 620-3001
Fax (503) 620-6754
www.wavemetrics.com
Message 4 of 5
(3,049 Views)

Hi John-

The easiest way is just to search on ni.com.  I turned up that KB as the second link by searching for "analog triggering 6036e".  If you ever find a resource you think would be found more easily by updating the keywords, by all means let us know.  We want KBs, Developer Zone articles, and example programs to be helpful AND easy to find.Smiley Happy

Thanks-

Tom W
National Instruments
Message 5 of 5
(3,039 Views)