Talkconfigmx – Yokogawa PC-Based MX100 User Manual
Page 350
![background image](/manuals/360310/350/background.png)
5-92
IM MX190-01E
talkConfigMX
Syntax
int talkConfigMX(DAQMX daqmx, MXSystemInfo * pMXSystemInfo,
MXStatus * pMXStatus, MXNetInfo * pMXNetInfo);
Declaration
Public Declare Function talkConfigMX Lib "DAQMX"(ByVal daqmx
As Long, ByRef pMXSystemInfo As MXSystemInfo, ByRef pMXStatus
As MXStatus, ByRef pMXNetInfo As MXNetInfo) As Long
Parameters
daqmx
Specify the device descriptor.
pMXSystemInfo Specify the destination where the system configuration data is to
be returned.
pMXStatus
Specify the destination where the status is to be returned.
pMXNetInfo
Specify the destination where the network information data is to be
returned.
Description
Declares the retrieval of the setup data.
• Stores the system configuration data, status, and network information of the setup
data in the specified return destination.
• After executing this function, use the getChConfigMX function to retrieve the
channel setup data of all the channels.
• Within the setup data, initial balance data and output channel data is retrieved
using a separately-named retrieval function.
Return value
Returns an error number.
Error:
Not descriptor
No device descriptor.
Reference
CDAQMX::talkConfig
CDAQMXNetInfo::getMXNetInfo
CDAQMXStatus::getMXStatus
CDAQMXSysInfo::getMXSystemInfo
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -