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
Byte | The part of the data that is an array of bytes. |
Numeric | The part of the data that is an array of Doubles. |
Text | The part of the data that is a string. |