Moduleterminalmx100 – Yokogawa PC-Based MX100 User Manual
Page 916

17-182
IM MX190-01E
moduleTerminalMX100
Syntax
int moduleTerminalMX100(DAQMX100 daqmx100, int moduleNo);
Declaration
Visual Basic
Public Declare Function moduleTerminalMX100 Lib
"DAQMX100"(ByVal daqmx100 As Long, ByVal moduleNo As Long) As
Long
Visual Basic.NET
Public Declare Ansi Function moduleTerminalMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal moduleNo As
Integer) As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="moduleTerminalMX100")]
public static extern int moduleTerminalMX100(int daqmx100, int
moduleNo);
Parameters
daqmx100
Specify the device descriptor.
moduleNo
Specify the module number.
Description
Gets the terminal type of the specified module number from the stored current
system configuration data.
• If it does not exist, “Screw” is returned.
Return value
Returns the terminal type.
Reference
CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getClassMXSysInfo
CDAQMXSysInfo::getTerminalType
17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions