Setsystemconfigmx – Yokogawa PC-Based MX100 User Manual

Page 333

Advertising
background image

5-75

IM MX190-01E

Functions for the MX100 (Visual C/Visual Basic)

5

setSystemConfigMX

Syntax

int setSystemConfigMX(DAQMX daqmx, MXSystemInfo *
pMXSystemInfo);

Declaration

Public Declare Function setSystemConfigMX Lib "DAQMX"(ByVal
daqmx As Long, ByRef pMXSystemInfo As MXSystemInfo) As Long

Parameters

daqmx

Specify the device descriptor.

pMXSystemInfo Specify the system configuration data.

Description

Sets the system configuration data within the 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
CDAQMXConfig::getClassMXSysInfo
CDAQMXSysInfo::setMXSystemInfo

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

Advertising