3 mx100 setting item numbers, Mx100 setting item numbers -16, List of setting items – Yokogawa PC-Based MX100 User Manual

Page 377: Systems

Advertising
background image

6-16

IM MX190-01E

6.3

MX100 Setting Item Numbers

These numbers are added to each item of the setup data structure to unify them.
When sending the setup data, the numbers show the detected location when an

error occurs during a consistency check.
A definition file is available.

List of Setting Items

Each item field of the MXConfigData structure is numbered.

Definitions are given in the files below. Load the definitions as needed.
• DAQMXItems.h

• DAQMXItems.bas
• DAQMXItems.txt

• DAQMXItems.cs
• DAQMXItems.vb

Fixed descriptions such as channel number items that have no particular meaning

when read out are not numbered.
If an error occurs, check the values of settings.
The character string is used if the value of the setting item number is converted to

an item name. It is for the extension API only.
In Visual C#, it is defined as a constant of the DAQMXItems class.

Systems

Mnemonic

Value Location

Description

Error

String

DAQMX_ITEM_NONE

-1

-

Unknown

-

-

DAQMX_ITEM_NETHOST

0

aNetInfo.

Host name

-

Host Name

aHost

DAQMX_ITEM_NETADDRESS

1

aNetInfo.

IP Address

-

Address

aAddress

DAQMX_ITEM_NETPORT

2

aNetInfo.

Port number

-

Port No

aPort

DAQMX_ITEM_NETSUBMASK

3

aNetInfo.

Subnet

-

Submask

aSubMask

mask

DAQMX_ITEM_NETGATEWAY

4

aNetInfo.

GATEWAY

-

Gateway

aGateway

Address

DAQMX_ITEM_UNITTYPE

5

aSystemInfo.

Unit type

-

Unit Type

aUnit.aType

DAQMX_ITEM_UNITSTYLE

6

aSystemInfo.

Style

-

Unit Style

aUnit.aStyle

DAQMX_ITEM_UNITNO

7

aSystemInfo.

Unit Number

Value is

Unit No

aUnit.aNo

out-of-range

DAQMX_ITEM_UNITTEMP

8

aSystemInfo.

Temperature unit type Value is

Temperature

aUnit.aTempUnit

out-of-range

Unit

Advertising