Triggering

GetActivePFIForTriggering, SetActivePFIForTriggering

GetActivePFIForTriggering

Description 

 GetActivePFIForTriggering(
   char *CardName,
   int  eTriggerSourcePFISelect
);

Returns information about the active PFI (Programmable Function Interface) lines of the NIDAQ card.

Parameters

char *CardName

Name of your NIDAQ card. E.g. Dev1.

int eTriggerSourcePFISelect

Intended to be used with multi-camera setup. First grabber is 0.

See Also 
SetActivePFIForTriggering

SetActivePFIForTriggering

Description 

 SetActivePFIForTriggering(
   char *CardName,
   int  eTriggerSourcePFISelect,
   int  iFPINumber
);

This function is used for changing PFI (Programmable Function Interface) lines for triggering when using a NIDAQ card.

Parameters

char *CardName

Name of your NIDAQ card. E.g. Dev1.

int eTriggerSourcePFISelect

Intended to be used with multi-camera setup. First grabber is 0.

int iFPINumber

PFI port selection (typically 0-7).