CWIMAQData

NI Vision for Visual Basic

CWIMAQData

CWIMAQData is an object you can use to simplify the process of writing and reading data. CWIMAQData contains properties that you can set as appropriate.

You can use CWIMAQData to read and write numerical and string data. For example, you can use CWIMAQData to record temperature data and pass it to frames of an AVI. Also, you can use CWIMAQData to capture image description information in the form of a string value, and pass that value to an image as custom data.

Properties

ByteThe part of the data that is an array of bytes.
NumericThe part of the data that is an array of Doubles.
TextThe part of the data that is a string.

See Also

CWIMAQAVISession.WriteFrame

CWIMAQAVISession.ReadFrame

CWIMAQVision.WriteCustomData

CWIMAQVision.ReadCustomData