Setdodatamx – Yokogawa PC-Based MX100 User Manual
Page 314
Advertising

5-56
IM MX190-01E
setDODataMX
Syntax
int setDODataMX(DAQMX daqmx, MXDOData * pMXDOData);
Declaration
Public Declare Function setDODataMX Lib "DAQMX"(ByVal daqmx As
Long, ByRef pMXDOData As MXDOData) As Long
Parameters
daqmx
Specify the device descriptor.
pMXDOData
Specify the DO data.
Description
Sends the DO data collectively.
• Changes the output of command DO channels.
• You can create data to send by changing the DO data of a data operation
function.
• The ON/OFF values specified as “Valid” within the DO data are output.
Return value
Returns an error number.
Error:
Not descriptor
No device descriptor.
Reference
CDAQMX::setDOData
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -
Advertising