CWIMAQSignalSources Enumeration

NI Vision for Visual Basic

CWIMAQSignalSources Enumeration

CWIMAQSignalSources are constants in the WaitOnSignal and EnableSignalOccurrence methods of the CWIMAQ control and the SignalSource property on the CWIMAQPulse object.

You can use the following constants with this data type:

  • cwimaqAcquisitionDone—Asserted at the end of an acquisition when the last piece of data is transferred to memory.
  • cwimaqAcquisitionInProgress—Asserted when the device initiates an acquisition either through a software-triggered or hardware-triggered start.
  • cwimaqBufferComplete—Asserted when an image is transferred to memory and is available for image processing.
  • cwimaqExternalLine—Specifies an assertion on an external signal line as a signal source.
  • cwimaqFrameDone—Asserted at the end of the acquisition of each image.
  • cwimaqFrameStart—Asserted at the start of the acquisition of each image.
  • cwimaqImmediate—Immediately drive a signal line.
  • cwimaqIsoInLine—Specifies an assertion on a isolated input line as a signal source.
  • cwimaqRTSILine—Specifies an assertion on a RTSI signal line as a signal source.
  • cwimaqScaledEncoder—Specifies an assertion of the scaled encoder as a signal source for each line of an acquisition.

See Also

CWIMAQPulse.SignalSource

CWIMAQ.WaitOnSignal

CWIMAQ.EnableSignalOccurrence