long CommandWaitLong ( long  sequencerNumber,
RSICommandOperator  commandOperator,
long  address,
long  value 
)

Description:
CommandWaitLong appends a command which will wait on a 32-bit long value.
Parameters:
sequencerNumber Sequencer id.
commandOperator Command to do of type RSICommandOperator.
address A host controller memory address.
value The trigger value.
Sample Code:
  // wait for Actual Poisition to be exceeded
  controller->CommandWaitLong(SEQUENCER, RSICommandOperatorGREATER_OR_EQUAL, (void*)axisActualPositionAddr,
  (i + 1) * 100 ); // incrementing the "trigger" position
See also:
SequencerEnableSet
Examples:
sequencerDigitalOutput.cpp.