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