Setchconfigmx – Yokogawa PC-Based MX100 User Manual

Page 305

Advertising
background image

5-47

IM MX190-01E

Functions for the MX100 (Visual C/Visual Basic)

5

setChConfigMX

Syntax

int setChConfigMX(DAQMX daqmx, MXChConfig * pMXChConfig);

Declaration

Public Declare Function setChConfigMX Lib "DAQMX"(ByVal daqmx
As Long, ByRef pMXChConfig As MXChConfig) As Long

Parameters

daqmx

Specify the device descriptor.

pMXChConfig

Specify the channel setup data.

Description

Sets the channel setup data.

• The setup data is retrieved collectively, changed, and sent collectively.

Return value

Returns an error number.

Error:
Not descriptor

No device descriptor.

Reference

CDAQMX::getMXConfig
CDAQMX::setMXConfig
CDAQMXChConfigData::setMXChConfig
CDAQMXConfig::getClassMXChConfigData

5.1 Details of Functions - MX100 (Visual C/Visual Basic) -

Advertising