Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

anlaog stop tigger

i use 2 pci-6110 card for DAQ. The Start tigger comes over AI-0, not PFI
with
LowValue = -3;
HighValue= 3;
iStatus = Configure_HW_Analog_Trigger (iDeviceMaster,
ND_ON,LowValue,HighValue,ND_INSIDE_REGION, ND_THE_AI_CHANNEL);

Select_Signal( iDeviceMaster, ND_IN_START_TRIGGER, ND_PFI_0, ND_LOW_TO_HIGH );

Select_Signal( iDeviceMaster, ND_IN_STOP_TRIGGER, ND_PFI_0, ND_LOW_TO_HIGH);

the start trigger works properly ( from -10V to -3V)but the stop trigger(over 3V), dose not.

thanks,

HM
0 Kudos
Message 1 of 4
(2,767 Views)
Hi HM,

I don't know if it exactly fits your issue, but I have found an example in our Example code library.
Here is the link:

http://venus.ni.com/stage/we/niepd_web_display.DISPLAY_EPD4?p_guid=C30EB49AA42E6FF0E034080020E74861&p_node=%20DZ52308&p_submitted=N&p_rank=&p_answer=&p_source=Internal

If this does not help, please ask again.

regards

Peter Weber
NI Germany
0 Kudos
Message 2 of 4
(2,767 Views)
thanks for you answer, but i can not reach the link!
0 Kudos
Message 3 of 4
(2,767 Views)
Ok, then I will post the VI.

The Example uses the PFI 0-Channel, but you can change the trigger-input in the code.

I hope this helps.

regards

Peter WEber
NI Germany
0 Kudos
Message 4 of 4
(2,767 Views)