-- ***************************************************************************************** -- WISE-52xx MIB File -- 2017/03/24 -- Version: v1.0.1 -- ***************************************************************************************** ICPDAS-WISE5200-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, Opaque, Integer32, Counter32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE FROM SNMPv2-SMI; -- 1.3.6.1.4.1.34321.30.5200 wise5200 MODULE-IDENTITY LAST-UPDATED "201511191303Z" ORGANIZATION "ICP DAS CO., LTD." CONTACT-INFO "No. 111, Guangfu N. Rd., Hukou Township, Hsinchu County 30351, Taiwan, R.O.C. Tel: +886-3-5973366 FAX: +886-3-5973733" DESCRIPTION "The MIB For WISE-52xx." REVISION "201511191300Z" DESCRIPTION " " ::= { wise 5200 } -- 1.3.6.1.4.1.34321 icpdas OBJECT IDENTIFIER ::= { enterprises 34321 } -- 1.3.6.1.4.1.34321.30 wise OBJECT IDENTIFIER ::= { icpdas 30 } -- 1.3.6.1.4.1.34321.30.5200.1 systemInfo OBJECT IDENTIFIER ::= { wise5200 1 } -- 1.3.6.1.4.1.34321.30.5200.1.1 serialNumber OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The hardware serial number of the device." ::= { systemInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.1.2 firmwareVersion OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The firmware version of the device." ::= { systemInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.1.3 nickname OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The nickname of the device." ::= { systemInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.1.4 systemCurrentTime OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The system current time of the device." ::= { systemInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.1.5 networkInfo OBJECT IDENTIFIER ::= { systemInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.1.5.1 webserverPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The web server port of the device." ::= { networkInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.1.5.2 modbusTcpPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus TCP slave port of the device." ::= { networkInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.1.5.3 modbusTcpNetID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus TCP NetID of the device." ::= { networkInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.1.5.4 ddnsTable OBJECT-TYPE SYNTAX SEQUENCE OF DdnsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { networkInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.1.5.4.1 ddnsEntry OBJECT-TYPE SYNTAX DdnsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { serviceIndex } ::= { ddnsTable 1 } DdnsEntry ::= SEQUENCE { serviceIndex Integer32, serverName OCTET STRING, domainName OCTET STRING, updateStatus Integer32, updateTime OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.1.5.4.1.1 serviceIndex OBJECT-TYPE SYNTAX Integer32 (0..1) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DDNS service provider." ::= { ddnsEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.1.5.4.1.2 serverName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DDNS service provider." ::= { ddnsEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.1.5.4.1.3 domainName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The registered domain name on this server." ::= { ddnsEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.1.5.4.1.4 updateStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The status of the last update. (1=success)" ::= { ddnsEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.1.5.4.1.5 updateTime OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The time of the last update." ::= { ddnsEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.1.5.5 vpnInfo OBJECT IDENTIFIER ::= { networkInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.1.5.6 cellularInfo OBJECT IDENTIFIER ::= { networkInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.1.5.6.1 cellularIP OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The IP address of cellular network." ::= { cellularInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.1.5.6.2 cellularSignal OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The signal strength (measured in dBm) received from cellular network." ::= { cellularInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.1.5.6.3 cellularSignalPercent OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "Display signal strength in percentage values." ::= { cellularInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.1.6 microSDFreeSpace OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The free space of the microSD card." ::= { systemInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.1.7 ioInterface OBJECT IDENTIFIER ::= { systemInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.1.7.1 xvBoardName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The module name of the XV-Board (While there is no XV-Board connected, 'N/A' will be shown in this field)." ::= { ioInterface 1 } -- 1.3.6.1.4.1.34321.30.5200.1.7.2 com2Setting OBJECT IDENTIFIER ::= { ioInterface 2 } -- 1.3.6.1.4.1.34321.30.5200.1.7.2.1 com2Function OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The specified function of this COM port." ::= { com2Setting 1 } -- 1.3.6.1.4.1.34321.30.5200.1.7.2.2 com2Baudrate OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The Baudrate setting of this COM port." ::= { com2Setting 2 } -- 1.3.6.1.4.1.34321.30.5200.1.7.2.3 com2Parity OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The parity setting of this COM port." ::= { com2Setting 3 } -- 1.3.6.1.4.1.34321.30.5200.1.7.2.4 com2Stopbits OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The stop bits setting of this COM port." ::= { com2Setting 4 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3 com3Setting OBJECT IDENTIFIER ::= { ioInterface 3 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.1 com3Function OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The specified function of this COM port." ::= { com3Setting 1 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.2 com3Baudrate OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The Baudrate setting of this COM port." ::= { com3Setting 2 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.3 com3Parity OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The parity setting of this COM port." ::= { com3Setting 3 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.4 com3Stopbits OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The stop bits setting of this COM port." ::= { com3Setting 4 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.5 com3Checksum OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The checksum setting of this COM port." ::= { com3Setting 5 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.6 com3Timeout OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The timeout setting of this COM port." ::= { com3Setting 6 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.7 com3SilentInterval OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The silent interval setting of this COM port." ::= { com3Setting 7 } -- 1.3.6.1.4.1.34321.30.5200.1.7.3.8 com3ModuleAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the connected I/O modules of this COM port." ::= { com3Setting 8 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4 com4Setting OBJECT IDENTIFIER ::= { ioInterface 4 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.1 com4Function OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The specified function of this COM port." ::= { com4Setting 1 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.2 com4Baudrate OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The Baudrate setting of this COM port." ::= { com4Setting 2 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.3 com4Parity OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The parity setting of this COM port." ::= { com4Setting 3 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.4 com4Stopbits OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The stop bits setting of this COM port." ::= { com4Setting 4 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.5 com4Checksum OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The checksum setting of this COM port." ::= { com4Setting 5 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.6 com4Timeout OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The timeout setting of this COM port." ::= { com4Setting 6 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.7 com4SilentInterval OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The silent interval setting of this COM port." ::= { com4Setting 7 } -- 1.3.6.1.4.1.34321.30.5200.1.7.4.8 com4ModuleAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the connected I/O modules of this COM port." ::= { com4Setting 8 } -- 1.3.6.1.4.1.34321.30.5200.1.7.5 tcpModuleAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the connected I/O modules via Ethernet." ::= { ioInterface 5 } -- 1.3.6.1.4.1.34321.30.5200.1.8 smsStatus OBJECT IDENTIFIER ::= { systemInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.1.8.1 modemStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The status of SMS modem (0=Initial success)." ::= { smsStatus 1 } -- 1.3.6.1.4.1.34321.30.5200.1.8.2 registerStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The SMS register status: 0=Not registered 1=Registered, home network 2=Not registered, and searching 3=Registration denied 4=Unknown 5=Registered, roaming " ::= { smsStatus 2 } -- 1.3.6.1.4.1.34321.30.5200.1.8.3 signal OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The intensity of the signal." ::= { smsStatus 3 } -- 1.3.6.1.4.1.34321.30.5200.2 ioModuleInfo OBJECT IDENTIFIER ::= { wise5200 2 } -- 1.3.6.1.4.1.34321.30.5200.2.1 xvBoard OBJECT IDENTIFIER ::= { ioModuleInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.1.1 xvBoardBasicInfo OBJECT IDENTIFIER ::= { xvBoard 1 } -- 1.3.6.1.4.1.34321.30.5200.2.1.1.1 xvBoardNickname OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The module type and nickname of the XV-Board. Format: module name(nickname)." ::= { xvBoardBasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.1.1.2 xvBoardDIAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel." ::= { xvBoardBasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.1.1.3 xvBoardDOAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel." ::= { xvBoardBasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.1.1.4 xvBoardAIAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel." ::= { xvBoardBasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.1.1.5 xvBoardAOAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel." ::= { xvBoardBasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.1.2 xvBoardDITable OBJECT-TYPE SYNTAX SEQUENCE OF XvBoardDIEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { xvBoard 2 } -- 1.3.6.1.4.1.34321.30.5200.2.1.2.1 xvBoardDIEntry OBJECT-TYPE SYNTAX XvBoardDIEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { xvBoardDIIndex } ::= { xvBoardDITable 1 } XvBoardDIEntry ::= SEQUENCE { xvBoardDIIndex Integer32, xvBoardDIName OCTET STRING, xvBoardDIValue Integer32, xvBoardDICounterType OCTET STRING, xvBoardDICounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.1.2.1.1 xvBoardDIIndex OBJECT-TYPE SYNTAX Integer32 (0..15) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the XV-Board DI channel." ::= { xvBoardDIEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.1.2.1.2 xvBoardDIName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the XV-Board DI channel." ::= { xvBoardDIEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.1.2.1.3 xvBoardDIValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the XV-Board DI channel." ::= { xvBoardDIEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.1.2.1.4 xvBoardDICounterType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The counter type of the DI channel. ('Falling' is for 'ON-to-OFF', 'Rising' is for 'OFF-to-ON'.) " ::= { xvBoardDIEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.1.2.1.5 xvBoardDICounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current value of the DI channel counter." ::= { xvBoardDIEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.1.3 xvBoardDOTable OBJECT-TYPE SYNTAX SEQUENCE OF XvBoardDOEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO Table" ::= { xvBoard 3 } -- 1.3.6.1.4.1.34321.30.5200.2.1.3.1 xvBoardDOEntry OBJECT-TYPE SYNTAX XvBoardDOEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { xvBoardDOIndex } ::= { xvBoardDOTable 1 } XvBoardDOEntry ::= SEQUENCE { xvBoardDOIndex Integer32, xvBoardDOName OCTET STRING, xvBoardDOValue Integer32, xvBoardDOPowerOnValue Integer32, xvBoardDOAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.1.3.1.1 xvBoardDOIndex OBJECT-TYPE SYNTAX Integer32 (0..15) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the XV-Board DO channel." ::= { xvBoardDOEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.1.3.1.2 xvBoardDOName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the XV-Board DO channel." ::= { xvBoardDOEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.1.3.1.3 xvBoardDOValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the XV-Board DO channel." ::= { xvBoardDOEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.1.3.1.4 xvBoardDOPowerOnValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The power on value of the DO channel when the WISE module is powered on." ::= { xvBoardDOEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.1.3.1.5 xvBoardDOAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 3 advanced DO functions for XV-Board: 'Pulse Output', 'Auto OFF', and 'DI Status Mapping'. " ::= { xvBoardDOEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.1.4 xvBoardAITable OBJECT-TYPE SYNTAX SEQUENCE OF XvBoardAIEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI Table" ::= { xvBoard 4 } -- 1.3.6.1.4.1.34321.30.5200.2.1.4.1 xvBoardAIEntry OBJECT-TYPE SYNTAX XvBoardAIEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { xvBoardAIIndex } ::= { xvBoardAITable 1 } XvBoardAIEntry ::= SEQUENCE { xvBoardAIIndex Integer32, xvBoardAIName OCTET STRING, xvBoardAIValue Opaque, xvBoardAIType OCTET STRING, xvBoardAIScaleMin Opaque, xvBoardAIScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.1.4.1.1 xvBoardAIIndex OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the XV-Board AI channel." ::= { xvBoardAIEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.1.4.1.2 xvBoardAIName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the XV-Board AI channel." ::= { xvBoardAIEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.1.4.1.3 xvBoardAIValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the XV-Board AI channel." ::= { xvBoardAIEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.1.4.1.4 xvBoardAIType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The input signal type of the XV-Board AI channel." ::= { xvBoardAIEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.1.4.1.5 xvBoardAIScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values." ::= { xvBoardAIEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.1.4.1.6 xvBoardAIScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values." ::= { xvBoardAIEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.1.5 xvBoardAOTable OBJECT-TYPE SYNTAX SEQUENCE OF XvBoardAOEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO Table" ::= { xvBoard 5 } -- 1.3.6.1.4.1.34321.30.5200.2.1.5.1 xvBoardAOEntry OBJECT-TYPE SYNTAX XvBoardAOEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { xvBoardAOIndex } ::= { xvBoardAOTable 1 } XvBoardAOEntry ::= SEQUENCE { xvBoardAOIndex Integer32, xvBoardAOName OCTET STRING, xvBoardAOValue Opaque, xvBoardAOType OCTET STRING, xvBoardAOPowerOnValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.1.5.1.1 xvBoardAOIndex OBJECT-TYPE SYNTAX Integer32 (0..3) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the XV-Board AO channel." ::= { xvBoardAOEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.1.5.1.2 xvBoardAOName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the XV-Board AO channel." ::= { xvBoardAOEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.1.5.1.3 xvBoardAOValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the XV-Board AO channel." ::= { xvBoardAOEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.1.5.1.4 xvBoardAOType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The output signal type of the XV-Board AO channel." ::= { xvBoardAOEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.1.5.1.5 xvBoardAOPowerOnValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The power on value of the AO channel when the WISE module is powered on. The default initial value is 0." ::= { xvBoardAOEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2 com3io OBJECT IDENTIFIER ::= { ioModuleInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1 com3io1 OBJECT IDENTIFIER ::= { com3io 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1 com3io1BasicInfo OBJECT IDENTIFIER ::= { com3io1 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.1 com3io1Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io1BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.2 com3io1Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io1BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.3 com3io1ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io1BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.4 com3io1ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io1BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.5 com3io1ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io1BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.6 com3io1DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io1BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.7 com3io1DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io1BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.8 com3io1AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io1BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.1.9 com3io1AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io1BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.2 com3io1DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io1DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io1 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.2.1 com3io1DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io1DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io1DIorDiscInputIndex } ::= { com3io1DIorDiscInputTable 1 } Com3io1DIorDiscInputEntry ::= SEQUENCE { com3io1DIorDiscInputIndex Integer32, com3io1DIorDiscInputName OCTET STRING, com3io1DIorDiscInputValue Integer32, com3io1DIorDiscInputModbusAdd Integer32, com3io1DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.2.1.1 com3io1DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io1DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.2.1.2 com3io1DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io1DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.2.1.3 com3io1DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io1DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.2.1.4 com3io1DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io1DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.2.1.5 com3io1DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io1DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.3 com3io1DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io1DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io1 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.3.1 com3io1DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io1DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io1DOorCoilOutputIndex } ::= { com3io1DOorCoilOutputTable 1 } Com3io1DOorCoilOutputEntry ::= SEQUENCE { com3io1DOorCoilOutputIndex Integer32, com3io1DOorCoilOutputName OCTET STRING, com3io1DOorCoilOutputValue Integer32, com3io1DOorCoilOutputModbusAdd Integer32, com3io1DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.3.1.1 com3io1DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io1DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.3.1.2 com3io1DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io1DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.3.1.3 com3io1DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io1DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.3.1.4 com3io1DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io1DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.3.1.5 com3io1DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io1DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4 com3io1AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io1AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io1 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1 com3io1AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io1AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io1AIorInputRegIndex } ::= { com3io1AIorInputRegTable 1 } Com3io1AIorInputRegEntry ::= SEQUENCE { com3io1AIorInputRegIndex Integer32, com3io1AIorInputRegName OCTET STRING, com3io1AIorInputRegValue Opaque, com3io1AIorInputRegModbusAdd Integer32, com3io1AIorInputRegType OCTET STRING, com3io1AIorInputRegScaleRatio Opaque, com3io1AIorInputRegOffset Opaque, com3io1AIorInputRegScaleMin Opaque, com3io1AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.1 com3io1AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io1AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.2 com3io1AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io1AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.3 com3io1AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io1AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.4 com3io1AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io1AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.5 com3io1AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io1AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.6 com3io1AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io1AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.7 com3io1AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io1AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.8 com3io1AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io1AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.4.1.9 com3io1AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io1AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5 com3io1AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io1AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io1 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1 com3io1AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io1AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io1AOorHoldingRegIndex } ::= { com3io1AOorHoldingRegTable 1 } Com3io1AOorHoldingRegEntry ::= SEQUENCE { com3io1AOorHoldingRegIndex Integer32, com3io1AOorHoldingRegName OCTET STRING, com3io1AOorHoldingRegValue Opaque, com3io1AOorHoldingRegModbusAdd Integer32, com3io1AOorHoldingRegType OCTET STRING, com3io1AOorHoldingRegScaleRatio Opaque, com3io1AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1.1 com3io1AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io1AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1.2 com3io1AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io1AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1.3 com3io1AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io1AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1.4 com3io1AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io1AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1.5 com3io1AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io1AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1.6 com3io1AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io1AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.1.5.1.7 com3io1AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io1AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2 com3io2 OBJECT IDENTIFIER ::= { com3io 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1 com3io2BasicInfo OBJECT IDENTIFIER ::= { com3io2 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.1 com3io2Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io2BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.2 com3io2Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io2BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.3 com3io2ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io2BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.4 com3io2ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io2BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.5 com3io2ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io2BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.6 com3io2DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io2BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.7 com3io2DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io2BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.8 com3io2AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io2BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.1.9 com3io2AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io2BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.2 com3io2DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io2DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io2 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.2.1 com3io2DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io2DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io2DIorDiscInputIndex } ::= { com3io2DIorDiscInputTable 1 } Com3io2DIorDiscInputEntry ::= SEQUENCE { com3io2DIorDiscInputIndex Integer32, com3io2DIorDiscInputName OCTET STRING, com3io2DIorDiscInputValue Integer32, com3io2DIorDiscInputModbusAdd Integer32, com3io2DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.2.1.1 com3io2DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io2DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.2.1.2 com3io2DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io2DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.2.1.3 com3io2DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io2DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.2.1.4 com3io2DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io2DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.2.1.5 com3io2DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io2DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.3 com3io2DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io2DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io2 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.3.1 com3io2DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io2DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io2DOorCoilOutputIndex } ::= { com3io2DOorCoilOutputTable 1 } Com3io2DOorCoilOutputEntry ::= SEQUENCE { com3io2DOorCoilOutputIndex Integer32, com3io2DOorCoilOutputName OCTET STRING, com3io2DOorCoilOutputValue Integer32, com3io2DOorCoilOutputModbusAdd Integer32, com3io2DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.3.1.1 com3io2DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io2DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.3.1.2 com3io2DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io2DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.3.1.3 com3io2DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io2DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.3.1.4 com3io2DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io2DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.3.1.5 com3io2DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io2DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4 com3io2AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io2AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io2 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1 com3io2AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io2AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io2AIorInputRegIndex } ::= { com3io2AIorInputRegTable 1 } Com3io2AIorInputRegEntry ::= SEQUENCE { com3io2AIorInputRegIndex Integer32, com3io2AIorInputRegName OCTET STRING, com3io2AIorInputRegValue Opaque, com3io2AIorInputRegModbusAdd Integer32, com3io2AIorInputRegType OCTET STRING, com3io2AIorInputRegScaleRatio Opaque, com3io2AIorInputRegOffset Opaque, com3io2AIorInputRegScaleMin Opaque, com3io2AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.1 com3io2AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io2AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.2 com3io2AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io2AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.3 com3io2AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io2AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.4 com3io2AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io2AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.5 com3io2AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io2AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.6 com3io2AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io2AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.7 com3io2AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io2AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.8 com3io2AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io2AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.4.1.9 com3io2AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io2AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5 com3io2AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io2AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io2 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1 com3io2AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io2AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io2AOorHoldingRegIndex } ::= { com3io2AOorHoldingRegTable 1 } Com3io2AOorHoldingRegEntry ::= SEQUENCE { com3io2AOorHoldingRegIndex Integer32, com3io2AOorHoldingRegName OCTET STRING, com3io2AOorHoldingRegValue Opaque, com3io2AOorHoldingRegModbusAdd Integer32, com3io2AOorHoldingRegType OCTET STRING, com3io2AOorHoldingRegScaleRatio Opaque, com3io2AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1.1 com3io2AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io2AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1.2 com3io2AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io2AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1.3 com3io2AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io2AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1.4 com3io2AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io2AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1.5 com3io2AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io2AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1.6 com3io2AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io2AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.2.5.1.7 com3io2AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io2AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3 com3io3 OBJECT IDENTIFIER ::= { com3io 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1 com3io3BasicInfo OBJECT IDENTIFIER ::= { com3io3 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.1 com3io3Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io3BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.2 com3io3Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io3BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.3 com3io3ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io3BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.4 com3io3ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io3BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.5 com3io3ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io3BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.6 com3io3DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io3BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.7 com3io3DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io3BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.8 com3io3AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io3BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.1.9 com3io3AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io3BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.2 com3io3DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io3DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io3 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.2.1 com3io3DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io3DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io3DIorDiscInputIndex } ::= { com3io3DIorDiscInputTable 1 } Com3io3DIorDiscInputEntry ::= SEQUENCE { com3io3DIorDiscInputIndex Integer32, com3io3DIorDiscInputName OCTET STRING, com3io3DIorDiscInputValue Integer32, com3io3DIorDiscInputModbusAdd Integer32, com3io3DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.2.1.1 com3io3DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io3DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.2.1.2 com3io3DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io3DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.2.1.3 com3io3DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io3DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.2.1.4 com3io3DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io3DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.2.1.5 com3io3DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io3DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.3 com3io3DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io3DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io3 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.3.1 com3io3DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io3DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io3DOorCoilOutputIndex } ::= { com3io3DOorCoilOutputTable 1 } Com3io3DOorCoilOutputEntry ::= SEQUENCE { com3io3DOorCoilOutputIndex Integer32, com3io3DOorCoilOutputName OCTET STRING, com3io3DOorCoilOutputValue Integer32, com3io3DOorCoilOutputModbusAdd Integer32, com3io3DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.3.1.1 com3io3DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io3DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.3.1.2 com3io3DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io3DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.3.1.3 com3io3DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io3DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.3.1.4 com3io3DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io3DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.3.1.5 com3io3DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io3DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4 com3io3AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io3AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io3 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1 com3io3AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io3AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io3AIorInputRegIndex } ::= { com3io3AIorInputRegTable 1 } Com3io3AIorInputRegEntry ::= SEQUENCE { com3io3AIorInputRegIndex Integer32, com3io3AIorInputRegName OCTET STRING, com3io3AIorInputRegValue Opaque, com3io3AIorInputRegModbusAdd Integer32, com3io3AIorInputRegType OCTET STRING, com3io3AIorInputRegScaleRatio Opaque, com3io3AIorInputRegOffset Opaque, com3io3AIorInputRegScaleMin Opaque, com3io3AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.1 com3io3AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io3AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.2 com3io3AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io3AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.3 com3io3AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io3AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.4 com3io3AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io3AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.5 com3io3AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io3AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.6 com3io3AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io3AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.7 com3io3AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io3AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.8 com3io3AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io3AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.4.1.9 com3io3AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io3AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5 com3io3AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io3AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io3 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1 com3io3AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io3AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io3AOorHoldingRegIndex } ::= { com3io3AOorHoldingRegTable 1 } Com3io3AOorHoldingRegEntry ::= SEQUENCE { com3io3AOorHoldingRegIndex Integer32, com3io3AOorHoldingRegName OCTET STRING, com3io3AOorHoldingRegValue Opaque, com3io3AOorHoldingRegModbusAdd Integer32, com3io3AOorHoldingRegType OCTET STRING, com3io3AOorHoldingRegScaleRatio Opaque, com3io3AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1.1 com3io3AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io3AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1.2 com3io3AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io3AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1.3 com3io3AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io3AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1.4 com3io3AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io3AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1.5 com3io3AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io3AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1.6 com3io3AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io3AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.3.5.1.7 com3io3AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io3AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4 com3io4 OBJECT IDENTIFIER ::= { com3io 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1 com3io4BasicInfo OBJECT IDENTIFIER ::= { com3io4 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.1 com3io4Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io4BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.2 com3io4Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io4BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.3 com3io4ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io4BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.4 com3io4ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io4BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.5 com3io4ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io4BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.6 com3io4DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io4BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.7 com3io4DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io4BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.8 com3io4AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io4BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.1.9 com3io4AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io4BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.2 com3io4DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io4DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io4 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.2.1 com3io4DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io4DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io4DIorDiscInputIndex } ::= { com3io4DIorDiscInputTable 1 } Com3io4DIorDiscInputEntry ::= SEQUENCE { com3io4DIorDiscInputIndex Integer32, com3io4DIorDiscInputName OCTET STRING, com3io4DIorDiscInputValue Integer32, com3io4DIorDiscInputModbusAdd Integer32, com3io4DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.2.1.1 com3io4DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io4DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.2.1.2 com3io4DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io4DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.2.1.3 com3io4DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io4DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.2.1.4 com3io4DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io4DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.2.1.5 com3io4DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io4DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.3 com3io4DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io4DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io4 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.3.1 com3io4DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io4DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io4DOorCoilOutputIndex } ::= { com3io4DOorCoilOutputTable 1 } Com3io4DOorCoilOutputEntry ::= SEQUENCE { com3io4DOorCoilOutputIndex Integer32, com3io4DOorCoilOutputName OCTET STRING, com3io4DOorCoilOutputValue Integer32, com3io4DOorCoilOutputModbusAdd Integer32, com3io4DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.3.1.1 com3io4DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io4DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.3.1.2 com3io4DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io4DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.3.1.3 com3io4DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io4DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.3.1.4 com3io4DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io4DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.3.1.5 com3io4DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io4DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4 com3io4AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io4AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io4 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1 com3io4AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io4AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io4AIorInputRegIndex } ::= { com3io4AIorInputRegTable 1 } Com3io4AIorInputRegEntry ::= SEQUENCE { com3io4AIorInputRegIndex Integer32, com3io4AIorInputRegName OCTET STRING, com3io4AIorInputRegValue Opaque, com3io4AIorInputRegModbusAdd Integer32, com3io4AIorInputRegType OCTET STRING, com3io4AIorInputRegScaleRatio Opaque, com3io4AIorInputRegOffset Opaque, com3io4AIorInputRegScaleMin Opaque, com3io4AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.1 com3io4AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io4AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.2 com3io4AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io4AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.3 com3io4AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io4AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.4 com3io4AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io4AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.5 com3io4AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io4AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.6 com3io4AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io4AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.7 com3io4AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io4AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.8 com3io4AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io4AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.4.1.9 com3io4AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io4AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5 com3io4AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io4AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io4 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1 com3io4AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io4AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io4AOorHoldingRegIndex } ::= { com3io4AOorHoldingRegTable 1 } Com3io4AOorHoldingRegEntry ::= SEQUENCE { com3io4AOorHoldingRegIndex Integer32, com3io4AOorHoldingRegName OCTET STRING, com3io4AOorHoldingRegValue Opaque, com3io4AOorHoldingRegModbusAdd Integer32, com3io4AOorHoldingRegType OCTET STRING, com3io4AOorHoldingRegScaleRatio Opaque, com3io4AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1.1 com3io4AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io4AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1.2 com3io4AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io4AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1.3 com3io4AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io4AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1.4 com3io4AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io4AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1.5 com3io4AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io4AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1.6 com3io4AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io4AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.4.5.1.7 com3io4AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io4AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5 com3io5 OBJECT IDENTIFIER ::= { com3io 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1 com3io5BasicInfo OBJECT IDENTIFIER ::= { com3io5 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.1 com3io5Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io5BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.2 com3io5Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io5BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.3 com3io5ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io5BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.4 com3io5ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io5BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.5 com3io5ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io5BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.6 com3io5DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io5BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.7 com3io5DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io5BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.8 com3io5AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io5BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.1.9 com3io5AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io5BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.2 com3io5DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io5DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io5 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.2.1 com3io5DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io5DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io5DIorDiscInputIndex } ::= { com3io5DIorDiscInputTable 1 } Com3io5DIorDiscInputEntry ::= SEQUENCE { com3io5DIorDiscInputIndex Integer32, com3io5DIorDiscInputName OCTET STRING, com3io5DIorDiscInputValue Integer32, com3io5DIorDiscInputModbusAdd Integer32, com3io5DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.2.1.1 com3io5DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io5DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.2.1.2 com3io5DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io5DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.2.1.3 com3io5DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io5DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.2.1.4 com3io5DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io5DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.2.1.5 com3io5DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io5DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.3 com3io5DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io5DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io5 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.3.1 com3io5DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io5DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io5DOorCoilOutputIndex } ::= { com3io5DOorCoilOutputTable 1 } Com3io5DOorCoilOutputEntry ::= SEQUENCE { com3io5DOorCoilOutputIndex Integer32, com3io5DOorCoilOutputName OCTET STRING, com3io5DOorCoilOutputValue Integer32, com3io5DOorCoilOutputModbusAdd Integer32, com3io5DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.3.1.1 com3io5DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io5DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.3.1.2 com3io5DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io5DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.3.1.3 com3io5DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io5DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.3.1.4 com3io5DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io5DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.3.1.5 com3io5DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io5DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4 com3io5AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io5AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io5 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1 com3io5AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io5AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io5AIorInputRegIndex } ::= { com3io5AIorInputRegTable 1 } Com3io5AIorInputRegEntry ::= SEQUENCE { com3io5AIorInputRegIndex Integer32, com3io5AIorInputRegName OCTET STRING, com3io5AIorInputRegValue Opaque, com3io5AIorInputRegModbusAdd Integer32, com3io5AIorInputRegType OCTET STRING, com3io5AIorInputRegScaleRatio Opaque, com3io5AIorInputRegOffset Opaque, com3io5AIorInputRegScaleMin Opaque, com3io5AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.1 com3io5AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io5AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.2 com3io5AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io5AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.3 com3io5AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io5AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.4 com3io5AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io5AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.5 com3io5AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io5AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.6 com3io5AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io5AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.7 com3io5AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io5AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.8 com3io5AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io5AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.4.1.9 com3io5AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io5AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5 com3io5AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io5AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io5 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1 com3io5AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io5AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io5AOorHoldingRegIndex } ::= { com3io5AOorHoldingRegTable 1 } Com3io5AOorHoldingRegEntry ::= SEQUENCE { com3io5AOorHoldingRegIndex Integer32, com3io5AOorHoldingRegName OCTET STRING, com3io5AOorHoldingRegValue Opaque, com3io5AOorHoldingRegModbusAdd Integer32, com3io5AOorHoldingRegType OCTET STRING, com3io5AOorHoldingRegScaleRatio Opaque, com3io5AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1.1 com3io5AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io5AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1.2 com3io5AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io5AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1.3 com3io5AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io5AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1.4 com3io5AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io5AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1.5 com3io5AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io5AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1.6 com3io5AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io5AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.5.5.1.7 com3io5AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io5AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6 com3io6 OBJECT IDENTIFIER ::= { com3io 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1 com3io6BasicInfo OBJECT IDENTIFIER ::= { com3io6 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.1 com3io6Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io6BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.2 com3io6Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io6BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.3 com3io6ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io6BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.4 com3io6ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io6BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.5 com3io6ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io6BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.6 com3io6DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io6BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.7 com3io6DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io6BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.8 com3io6AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io6BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.1.9 com3io6AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io6BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.2 com3io6DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io6DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io6 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.2.1 com3io6DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io6DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io6DIorDiscInputIndex } ::= { com3io6DIorDiscInputTable 1 } Com3io6DIorDiscInputEntry ::= SEQUENCE { com3io6DIorDiscInputIndex Integer32, com3io6DIorDiscInputName OCTET STRING, com3io6DIorDiscInputValue Integer32, com3io6DIorDiscInputModbusAdd Integer32, com3io6DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.2.1.1 com3io6DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io6DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.2.1.2 com3io6DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io6DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.2.1.3 com3io6DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io6DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.2.1.4 com3io6DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io6DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.2.1.5 com3io6DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io6DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.3 com3io6DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io6DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io6 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.3.1 com3io6DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io6DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io6DOorCoilOutputIndex } ::= { com3io6DOorCoilOutputTable 1 } Com3io6DOorCoilOutputEntry ::= SEQUENCE { com3io6DOorCoilOutputIndex Integer32, com3io6DOorCoilOutputName OCTET STRING, com3io6DOorCoilOutputValue Integer32, com3io6DOorCoilOutputModbusAdd Integer32, com3io6DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.3.1.1 com3io6DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io6DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.3.1.2 com3io6DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io6DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.3.1.3 com3io6DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io6DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.3.1.4 com3io6DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io6DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.3.1.5 com3io6DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io6DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4 com3io6AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io6AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io6 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1 com3io6AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io6AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io6AIorInputRegIndex } ::= { com3io6AIorInputRegTable 1 } Com3io6AIorInputRegEntry ::= SEQUENCE { com3io6AIorInputRegIndex Integer32, com3io6AIorInputRegName OCTET STRING, com3io6AIorInputRegValue Opaque, com3io6AIorInputRegModbusAdd Integer32, com3io6AIorInputRegType OCTET STRING, com3io6AIorInputRegScaleRatio Opaque, com3io6AIorInputRegOffset Opaque, com3io6AIorInputRegScaleMin Opaque, com3io6AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.1 com3io6AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io6AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.2 com3io6AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io6AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.3 com3io6AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io6AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.4 com3io6AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io6AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.5 com3io6AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io6AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.6 com3io6AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io6AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.7 com3io6AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io6AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.8 com3io6AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io6AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.4.1.9 com3io6AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io6AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5 com3io6AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io6AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io6 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1 com3io6AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io6AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io6AOorHoldingRegIndex } ::= { com3io6AOorHoldingRegTable 1 } Com3io6AOorHoldingRegEntry ::= SEQUENCE { com3io6AOorHoldingRegIndex Integer32, com3io6AOorHoldingRegName OCTET STRING, com3io6AOorHoldingRegValue Opaque, com3io6AOorHoldingRegModbusAdd Integer32, com3io6AOorHoldingRegType OCTET STRING, com3io6AOorHoldingRegScaleRatio Opaque, com3io6AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1.1 com3io6AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io6AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1.2 com3io6AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io6AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1.3 com3io6AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io6AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1.4 com3io6AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io6AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1.5 com3io6AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io6AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1.6 com3io6AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io6AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.6.5.1.7 com3io6AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io6AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7 com3io7 OBJECT IDENTIFIER ::= { com3io 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1 com3io7BasicInfo OBJECT IDENTIFIER ::= { com3io7 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.1 com3io7Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io7BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.2 com3io7Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io7BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.3 com3io7ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io7BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.4 com3io7ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io7BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.5 com3io7ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io7BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.6 com3io7DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io7BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.7 com3io7DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io7BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.8 com3io7AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io7BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.1.9 com3io7AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io7BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.2 com3io7DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io7DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io7 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.2.1 com3io7DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io7DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io7DIorDiscInputIndex } ::= { com3io7DIorDiscInputTable 1 } Com3io7DIorDiscInputEntry ::= SEQUENCE { com3io7DIorDiscInputIndex Integer32, com3io7DIorDiscInputName OCTET STRING, com3io7DIorDiscInputValue Integer32, com3io7DIorDiscInputModbusAdd Integer32, com3io7DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.2.1.1 com3io7DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io7DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.2.1.2 com3io7DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io7DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.2.1.3 com3io7DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io7DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.2.1.4 com3io7DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io7DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.2.1.5 com3io7DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io7DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.3 com3io7DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io7DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io7 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.3.1 com3io7DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io7DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io7DOorCoilOutputIndex } ::= { com3io7DOorCoilOutputTable 1 } Com3io7DOorCoilOutputEntry ::= SEQUENCE { com3io7DOorCoilOutputIndex Integer32, com3io7DOorCoilOutputName OCTET STRING, com3io7DOorCoilOutputValue Integer32, com3io7DOorCoilOutputModbusAdd Integer32, com3io7DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.3.1.1 com3io7DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io7DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.3.1.2 com3io7DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io7DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.3.1.3 com3io7DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io7DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.3.1.4 com3io7DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io7DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.3.1.5 com3io7DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io7DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4 com3io7AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io7AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io7 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1 com3io7AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io7AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io7AIorInputRegIndex } ::= { com3io7AIorInputRegTable 1 } Com3io7AIorInputRegEntry ::= SEQUENCE { com3io7AIorInputRegIndex Integer32, com3io7AIorInputRegName OCTET STRING, com3io7AIorInputRegValue Opaque, com3io7AIorInputRegModbusAdd Integer32, com3io7AIorInputRegType OCTET STRING, com3io7AIorInputRegScaleRatio Opaque, com3io7AIorInputRegOffset Opaque, com3io7AIorInputRegScaleMin Opaque, com3io7AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.1 com3io7AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io7AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.2 com3io7AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io7AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.3 com3io7AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io7AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.4 com3io7AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io7AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.5 com3io7AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io7AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.6 com3io7AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io7AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.7 com3io7AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io7AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.8 com3io7AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io7AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.4.1.9 com3io7AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io7AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5 com3io7AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io7AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io7 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1 com3io7AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io7AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io7AOorHoldingRegIndex } ::= { com3io7AOorHoldingRegTable 1 } Com3io7AOorHoldingRegEntry ::= SEQUENCE { com3io7AOorHoldingRegIndex Integer32, com3io7AOorHoldingRegName OCTET STRING, com3io7AOorHoldingRegValue Opaque, com3io7AOorHoldingRegModbusAdd Integer32, com3io7AOorHoldingRegType OCTET STRING, com3io7AOorHoldingRegScaleRatio Opaque, com3io7AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1.1 com3io7AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io7AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1.2 com3io7AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io7AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1.3 com3io7AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io7AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1.4 com3io7AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io7AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1.5 com3io7AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io7AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1.6 com3io7AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io7AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.7.5.1.7 com3io7AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io7AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8 com3io8 OBJECT IDENTIFIER ::= { com3io 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1 com3io8BasicInfo OBJECT IDENTIFIER ::= { com3io8 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.1 com3io8Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io8BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.2 com3io8Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io8BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.3 com3io8ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io8BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.4 com3io8ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io8BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.5 com3io8ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io8BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.6 com3io8DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io8BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.7 com3io8DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io8BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.8 com3io8AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io8BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.1.9 com3io8AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io8BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.2 com3io8DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io8DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io8 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.2.1 com3io8DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io8DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io8DIorDiscInputIndex } ::= { com3io8DIorDiscInputTable 1 } Com3io8DIorDiscInputEntry ::= SEQUENCE { com3io8DIorDiscInputIndex Integer32, com3io8DIorDiscInputName OCTET STRING, com3io8DIorDiscInputValue Integer32, com3io8DIorDiscInputModbusAdd Integer32, com3io8DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.2.1.1 com3io8DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io8DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.2.1.2 com3io8DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io8DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.2.1.3 com3io8DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io8DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.2.1.4 com3io8DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io8DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.2.1.5 com3io8DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io8DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.3 com3io8DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io8DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io8 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.3.1 com3io8DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io8DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io8DOorCoilOutputIndex } ::= { com3io8DOorCoilOutputTable 1 } Com3io8DOorCoilOutputEntry ::= SEQUENCE { com3io8DOorCoilOutputIndex Integer32, com3io8DOorCoilOutputName OCTET STRING, com3io8DOorCoilOutputValue Integer32, com3io8DOorCoilOutputModbusAdd Integer32, com3io8DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.3.1.1 com3io8DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io8DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.3.1.2 com3io8DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io8DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.3.1.3 com3io8DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io8DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.3.1.4 com3io8DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io8DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.3.1.5 com3io8DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io8DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4 com3io8AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io8AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io8 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1 com3io8AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io8AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io8AIorInputRegIndex } ::= { com3io8AIorInputRegTable 1 } Com3io8AIorInputRegEntry ::= SEQUENCE { com3io8AIorInputRegIndex Integer32, com3io8AIorInputRegName OCTET STRING, com3io8AIorInputRegValue Opaque, com3io8AIorInputRegModbusAdd Integer32, com3io8AIorInputRegType OCTET STRING, com3io8AIorInputRegScaleRatio Opaque, com3io8AIorInputRegOffset Opaque, com3io8AIorInputRegScaleMin Opaque, com3io8AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.1 com3io8AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io8AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.2 com3io8AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io8AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.3 com3io8AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io8AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.4 com3io8AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io8AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.5 com3io8AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io8AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.6 com3io8AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io8AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.7 com3io8AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io8AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.8 com3io8AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io8AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.4.1.9 com3io8AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io8AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5 com3io8AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io8AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io8 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1 com3io8AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io8AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io8AOorHoldingRegIndex } ::= { com3io8AOorHoldingRegTable 1 } Com3io8AOorHoldingRegEntry ::= SEQUENCE { com3io8AOorHoldingRegIndex Integer32, com3io8AOorHoldingRegName OCTET STRING, com3io8AOorHoldingRegValue Opaque, com3io8AOorHoldingRegModbusAdd Integer32, com3io8AOorHoldingRegType OCTET STRING, com3io8AOorHoldingRegScaleRatio Opaque, com3io8AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1.1 com3io8AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io8AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1.2 com3io8AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io8AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1.3 com3io8AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io8AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1.4 com3io8AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io8AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1.5 com3io8AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io8AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1.6 com3io8AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io8AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.8.5.1.7 com3io8AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io8AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9 com3io9 OBJECT IDENTIFIER ::= { com3io 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1 com3io9BasicInfo OBJECT IDENTIFIER ::= { com3io9 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.1 com3io9Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io9BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.2 com3io9Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io9BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.3 com3io9ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io9BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.4 com3io9ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io9BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.5 com3io9ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io9BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.6 com3io9DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io9BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.7 com3io9DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io9BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.8 com3io9AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io9BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.1.9 com3io9AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io9BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.2 com3io9DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io9DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io9 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.2.1 com3io9DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io9DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io9DIorDiscInputIndex } ::= { com3io9DIorDiscInputTable 1 } Com3io9DIorDiscInputEntry ::= SEQUENCE { com3io9DIorDiscInputIndex Integer32, com3io9DIorDiscInputName OCTET STRING, com3io9DIorDiscInputValue Integer32, com3io9DIorDiscInputModbusAdd Integer32, com3io9DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.2.1.1 com3io9DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io9DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.2.1.2 com3io9DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io9DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.2.1.3 com3io9DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io9DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.2.1.4 com3io9DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io9DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.2.1.5 com3io9DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io9DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.3 com3io9DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io9DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io9 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.3.1 com3io9DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io9DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io9DOorCoilOutputIndex } ::= { com3io9DOorCoilOutputTable 1 } Com3io9DOorCoilOutputEntry ::= SEQUENCE { com3io9DOorCoilOutputIndex Integer32, com3io9DOorCoilOutputName OCTET STRING, com3io9DOorCoilOutputValue Integer32, com3io9DOorCoilOutputModbusAdd Integer32, com3io9DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.3.1.1 com3io9DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io9DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.3.1.2 com3io9DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io9DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.3.1.3 com3io9DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io9DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.3.1.4 com3io9DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io9DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.3.1.5 com3io9DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io9DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4 com3io9AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io9AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io9 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1 com3io9AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io9AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io9AIorInputRegIndex } ::= { com3io9AIorInputRegTable 1 } Com3io9AIorInputRegEntry ::= SEQUENCE { com3io9AIorInputRegIndex Integer32, com3io9AIorInputRegName OCTET STRING, com3io9AIorInputRegValue Opaque, com3io9AIorInputRegModbusAdd Integer32, com3io9AIorInputRegType OCTET STRING, com3io9AIorInputRegScaleRatio Opaque, com3io9AIorInputRegOffset Opaque, com3io9AIorInputRegScaleMin Opaque, com3io9AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.1 com3io9AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io9AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.2 com3io9AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io9AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.3 com3io9AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io9AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.4 com3io9AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io9AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.5 com3io9AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io9AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.6 com3io9AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io9AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.7 com3io9AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io9AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.8 com3io9AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io9AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.4.1.9 com3io9AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io9AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5 com3io9AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io9AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io9 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1 com3io9AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io9AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io9AOorHoldingRegIndex } ::= { com3io9AOorHoldingRegTable 1 } Com3io9AOorHoldingRegEntry ::= SEQUENCE { com3io9AOorHoldingRegIndex Integer32, com3io9AOorHoldingRegName OCTET STRING, com3io9AOorHoldingRegValue Opaque, com3io9AOorHoldingRegModbusAdd Integer32, com3io9AOorHoldingRegType OCTET STRING, com3io9AOorHoldingRegScaleRatio Opaque, com3io9AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1.1 com3io9AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io9AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1.2 com3io9AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io9AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1.3 com3io9AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io9AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1.4 com3io9AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io9AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1.5 com3io9AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io9AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1.6 com3io9AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io9AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.9.5.1.7 com3io9AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io9AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10 com3io10 OBJECT IDENTIFIER ::= { com3io 10 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1 com3io10BasicInfo OBJECT IDENTIFIER ::= { com3io10 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.1 com3io10Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io10BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.2 com3io10Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io10BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.3 com3io10ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io10BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.4 com3io10ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io10BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.5 com3io10ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io10BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.6 com3io10DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io10BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.7 com3io10DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io10BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.8 com3io10AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io10BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.1.9 com3io10AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io10BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.2 com3io10DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io10DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io10 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.2.1 com3io10DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io10DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io10DIorDiscInputIndex } ::= { com3io10DIorDiscInputTable 1 } Com3io10DIorDiscInputEntry ::= SEQUENCE { com3io10DIorDiscInputIndex Integer32, com3io10DIorDiscInputName OCTET STRING, com3io10DIorDiscInputValue Integer32, com3io10DIorDiscInputModbusAdd Integer32, com3io10DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.2.1.1 com3io10DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io10DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.2.1.2 com3io10DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io10DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.2.1.3 com3io10DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io10DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.2.1.4 com3io10DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io10DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.2.1.5 com3io10DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io10DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.3 com3io10DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io10DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io10 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.3.1 com3io10DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io10DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io10DOorCoilOutputIndex } ::= { com3io10DOorCoilOutputTable 1 } Com3io10DOorCoilOutputEntry ::= SEQUENCE { com3io10DOorCoilOutputIndex Integer32, com3io10DOorCoilOutputName OCTET STRING, com3io10DOorCoilOutputValue Integer32, com3io10DOorCoilOutputModbusAdd Integer32, com3io10DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.3.1.1 com3io10DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io10DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.3.1.2 com3io10DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io10DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.3.1.3 com3io10DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io10DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.3.1.4 com3io10DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io10DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.3.1.5 com3io10DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io10DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4 com3io10AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io10AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io10 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1 com3io10AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io10AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io10AIorInputRegIndex } ::= { com3io10AIorInputRegTable 1 } Com3io10AIorInputRegEntry ::= SEQUENCE { com3io10AIorInputRegIndex Integer32, com3io10AIorInputRegName OCTET STRING, com3io10AIorInputRegValue Opaque, com3io10AIorInputRegModbusAdd Integer32, com3io10AIorInputRegType OCTET STRING, com3io10AIorInputRegScaleRatio Opaque, com3io10AIorInputRegOffset Opaque, com3io10AIorInputRegScaleMin Opaque, com3io10AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.1 com3io10AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io10AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.2 com3io10AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io10AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.3 com3io10AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io10AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.4 com3io10AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io10AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.5 com3io10AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io10AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.6 com3io10AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io10AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.7 com3io10AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io10AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.8 com3io10AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io10AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.4.1.9 com3io10AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io10AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5 com3io10AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io10AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io10 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1 com3io10AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io10AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io10AOorHoldingRegIndex } ::= { com3io10AOorHoldingRegTable 1 } Com3io10AOorHoldingRegEntry ::= SEQUENCE { com3io10AOorHoldingRegIndex Integer32, com3io10AOorHoldingRegName OCTET STRING, com3io10AOorHoldingRegValue Opaque, com3io10AOorHoldingRegModbusAdd Integer32, com3io10AOorHoldingRegType OCTET STRING, com3io10AOorHoldingRegScaleRatio Opaque, com3io10AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1.1 com3io10AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io10AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1.2 com3io10AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io10AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1.3 com3io10AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io10AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1.4 com3io10AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io10AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1.5 com3io10AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io10AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1.6 com3io10AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io10AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.10.5.1.7 com3io10AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io10AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11 com3io11 OBJECT IDENTIFIER ::= { com3io 11 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1 com3io11BasicInfo OBJECT IDENTIFIER ::= { com3io11 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.1 com3io11Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io11BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.2 com3io11Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io11BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.3 com3io11ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io11BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.4 com3io11ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io11BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.5 com3io11ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io11BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.6 com3io11DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io11BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.7 com3io11DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io11BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.8 com3io11AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io11BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.1.9 com3io11AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io11BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.2 com3io11DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io11DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io11 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.2.1 com3io11DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io11DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io11DIorDiscInputIndex } ::= { com3io11DIorDiscInputTable 1 } Com3io11DIorDiscInputEntry ::= SEQUENCE { com3io11DIorDiscInputIndex Integer32, com3io11DIorDiscInputName OCTET STRING, com3io11DIorDiscInputValue Integer32, com3io11DIorDiscInputModbusAdd Integer32, com3io11DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.2.1.1 com3io11DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io11DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.2.1.2 com3io11DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io11DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.2.1.3 com3io11DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io11DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.2.1.4 com3io11DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io11DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.2.1.5 com3io11DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io11DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.3 com3io11DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io11DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io11 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.3.1 com3io11DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io11DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io11DOorCoilOutputIndex } ::= { com3io11DOorCoilOutputTable 1 } Com3io11DOorCoilOutputEntry ::= SEQUENCE { com3io11DOorCoilOutputIndex Integer32, com3io11DOorCoilOutputName OCTET STRING, com3io11DOorCoilOutputValue Integer32, com3io11DOorCoilOutputModbusAdd Integer32, com3io11DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.3.1.1 com3io11DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io11DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.3.1.2 com3io11DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io11DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.3.1.3 com3io11DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io11DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.3.1.4 com3io11DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io11DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.3.1.5 com3io11DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io11DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4 com3io11AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io11AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io11 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1 com3io11AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io11AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io11AIorInputRegIndex } ::= { com3io11AIorInputRegTable 1 } Com3io11AIorInputRegEntry ::= SEQUENCE { com3io11AIorInputRegIndex Integer32, com3io11AIorInputRegName OCTET STRING, com3io11AIorInputRegValue Opaque, com3io11AIorInputRegModbusAdd Integer32, com3io11AIorInputRegType OCTET STRING, com3io11AIorInputRegScaleRatio Opaque, com3io11AIorInputRegOffset Opaque, com3io11AIorInputRegScaleMin Opaque, com3io11AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.1 com3io11AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io11AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.2 com3io11AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io11AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.3 com3io11AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io11AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.4 com3io11AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io11AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.5 com3io11AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io11AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.6 com3io11AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io11AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.7 com3io11AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io11AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.8 com3io11AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io11AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.4.1.9 com3io11AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io11AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5 com3io11AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io11AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io11 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1 com3io11AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io11AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io11AOorHoldingRegIndex } ::= { com3io11AOorHoldingRegTable 1 } Com3io11AOorHoldingRegEntry ::= SEQUENCE { com3io11AOorHoldingRegIndex Integer32, com3io11AOorHoldingRegName OCTET STRING, com3io11AOorHoldingRegValue Opaque, com3io11AOorHoldingRegModbusAdd Integer32, com3io11AOorHoldingRegType OCTET STRING, com3io11AOorHoldingRegScaleRatio Opaque, com3io11AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1.1 com3io11AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io11AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1.2 com3io11AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io11AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1.3 com3io11AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io11AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1.4 com3io11AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io11AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1.5 com3io11AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io11AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1.6 com3io11AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io11AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.11.5.1.7 com3io11AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io11AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12 com3io12 OBJECT IDENTIFIER ::= { com3io 12 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1 com3io12BasicInfo OBJECT IDENTIFIER ::= { com3io12 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.1 com3io12Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io12BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.2 com3io12Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io12BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.3 com3io12ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io12BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.4 com3io12ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io12BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.5 com3io12ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io12BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.6 com3io12DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io12BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.7 com3io12DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io12BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.8 com3io12AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io12BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.1.9 com3io12AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io12BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.2 com3io12DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io12DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io12 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.2.1 com3io12DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io12DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io12DIorDiscInputIndex } ::= { com3io12DIorDiscInputTable 1 } Com3io12DIorDiscInputEntry ::= SEQUENCE { com3io12DIorDiscInputIndex Integer32, com3io12DIorDiscInputName OCTET STRING, com3io12DIorDiscInputValue Integer32, com3io12DIorDiscInputModbusAdd Integer32, com3io12DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.2.1.1 com3io12DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io12DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.2.1.2 com3io12DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io12DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.2.1.3 com3io12DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io12DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.2.1.4 com3io12DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io12DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.2.1.5 com3io12DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io12DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.3 com3io12DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io12DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io12 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.3.1 com3io12DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io12DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io12DOorCoilOutputIndex } ::= { com3io12DOorCoilOutputTable 1 } Com3io12DOorCoilOutputEntry ::= SEQUENCE { com3io12DOorCoilOutputIndex Integer32, com3io12DOorCoilOutputName OCTET STRING, com3io12DOorCoilOutputValue Integer32, com3io12DOorCoilOutputModbusAdd Integer32, com3io12DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.3.1.1 com3io12DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io12DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.3.1.2 com3io12DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io12DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.3.1.3 com3io12DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io12DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.3.1.4 com3io12DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io12DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.3.1.5 com3io12DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io12DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4 com3io12AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io12AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io12 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1 com3io12AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io12AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io12AIorInputRegIndex } ::= { com3io12AIorInputRegTable 1 } Com3io12AIorInputRegEntry ::= SEQUENCE { com3io12AIorInputRegIndex Integer32, com3io12AIorInputRegName OCTET STRING, com3io12AIorInputRegValue Opaque, com3io12AIorInputRegModbusAdd Integer32, com3io12AIorInputRegType OCTET STRING, com3io12AIorInputRegScaleRatio Opaque, com3io12AIorInputRegOffset Opaque, com3io12AIorInputRegScaleMin Opaque, com3io12AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.1 com3io12AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io12AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.2 com3io12AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io12AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.3 com3io12AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io12AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.4 com3io12AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io12AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.5 com3io12AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io12AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.6 com3io12AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io12AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.7 com3io12AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io12AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.8 com3io12AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io12AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.4.1.9 com3io12AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io12AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5 com3io12AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io12AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io12 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1 com3io12AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io12AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io12AOorHoldingRegIndex } ::= { com3io12AOorHoldingRegTable 1 } Com3io12AOorHoldingRegEntry ::= SEQUENCE { com3io12AOorHoldingRegIndex Integer32, com3io12AOorHoldingRegName OCTET STRING, com3io12AOorHoldingRegValue Opaque, com3io12AOorHoldingRegModbusAdd Integer32, com3io12AOorHoldingRegType OCTET STRING, com3io12AOorHoldingRegScaleRatio Opaque, com3io12AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1.1 com3io12AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io12AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1.2 com3io12AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io12AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1.3 com3io12AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io12AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1.4 com3io12AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io12AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1.5 com3io12AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io12AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1.6 com3io12AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io12AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.12.5.1.7 com3io12AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io12AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13 com3io13 OBJECT IDENTIFIER ::= { com3io 13 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1 com3io13BasicInfo OBJECT IDENTIFIER ::= { com3io13 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.1 com3io13Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io13BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.2 com3io13Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io13BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.3 com3io13ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io13BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.4 com3io13ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io13BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.5 com3io13ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io13BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.6 com3io13DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io13BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.7 com3io13DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io13BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.8 com3io13AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io13BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.1.9 com3io13AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io13BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.2 com3io13DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io13DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io13 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.2.1 com3io13DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io13DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io13DIorDiscInputIndex } ::= { com3io13DIorDiscInputTable 1 } Com3io13DIorDiscInputEntry ::= SEQUENCE { com3io13DIorDiscInputIndex Integer32, com3io13DIorDiscInputName OCTET STRING, com3io13DIorDiscInputValue Integer32, com3io13DIorDiscInputModbusAdd Integer32, com3io13DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.2.1.1 com3io13DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io13DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.2.1.2 com3io13DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io13DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.2.1.3 com3io13DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io13DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.2.1.4 com3io13DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io13DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.2.1.5 com3io13DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io13DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.3 com3io13DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io13DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io13 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.3.1 com3io13DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io13DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io13DOorCoilOutputIndex } ::= { com3io13DOorCoilOutputTable 1 } Com3io13DOorCoilOutputEntry ::= SEQUENCE { com3io13DOorCoilOutputIndex Integer32, com3io13DOorCoilOutputName OCTET STRING, com3io13DOorCoilOutputValue Integer32, com3io13DOorCoilOutputModbusAdd Integer32, com3io13DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.3.1.1 com3io13DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io13DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.3.1.2 com3io13DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io13DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.3.1.3 com3io13DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io13DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.3.1.4 com3io13DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io13DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.3.1.5 com3io13DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io13DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4 com3io13AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io13AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io13 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1 com3io13AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io13AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io13AIorInputRegIndex } ::= { com3io13AIorInputRegTable 1 } Com3io13AIorInputRegEntry ::= SEQUENCE { com3io13AIorInputRegIndex Integer32, com3io13AIorInputRegName OCTET STRING, com3io13AIorInputRegValue Opaque, com3io13AIorInputRegModbusAdd Integer32, com3io13AIorInputRegType OCTET STRING, com3io13AIorInputRegScaleRatio Opaque, com3io13AIorInputRegOffset Opaque, com3io13AIorInputRegScaleMin Opaque, com3io13AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.1 com3io13AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io13AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.2 com3io13AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io13AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.3 com3io13AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io13AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.4 com3io13AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io13AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.5 com3io13AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io13AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.6 com3io13AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io13AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.7 com3io13AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io13AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.8 com3io13AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io13AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.4.1.9 com3io13AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io13AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5 com3io13AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io13AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io13 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1 com3io13AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io13AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io13AOorHoldingRegIndex } ::= { com3io13AOorHoldingRegTable 1 } Com3io13AOorHoldingRegEntry ::= SEQUENCE { com3io13AOorHoldingRegIndex Integer32, com3io13AOorHoldingRegName OCTET STRING, com3io13AOorHoldingRegValue Opaque, com3io13AOorHoldingRegModbusAdd Integer32, com3io13AOorHoldingRegType OCTET STRING, com3io13AOorHoldingRegScaleRatio Opaque, com3io13AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1.1 com3io13AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io13AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1.2 com3io13AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io13AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1.3 com3io13AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io13AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1.4 com3io13AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io13AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1.5 com3io13AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io13AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1.6 com3io13AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io13AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.13.5.1.7 com3io13AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io13AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14 com3io14 OBJECT IDENTIFIER ::= { com3io 14 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1 com3io14BasicInfo OBJECT IDENTIFIER ::= { com3io14 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.1 com3io14Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io14BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.2 com3io14Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io14BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.3 com3io14ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io14BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.4 com3io14ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io14BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.5 com3io14ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io14BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.6 com3io14DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io14BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.7 com3io14DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io14BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.8 com3io14AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io14BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.1.9 com3io14AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io14BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.2 com3io14DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io14DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io14 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.2.1 com3io14DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io14DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io14DIorDiscInputIndex } ::= { com3io14DIorDiscInputTable 1 } Com3io14DIorDiscInputEntry ::= SEQUENCE { com3io14DIorDiscInputIndex Integer32, com3io14DIorDiscInputName OCTET STRING, com3io14DIorDiscInputValue Integer32, com3io14DIorDiscInputModbusAdd Integer32, com3io14DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.2.1.1 com3io14DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io14DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.2.1.2 com3io14DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io14DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.2.1.3 com3io14DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io14DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.2.1.4 com3io14DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io14DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.2.1.5 com3io14DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io14DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.3 com3io14DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io14DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io14 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.3.1 com3io14DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io14DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io14DOorCoilOutputIndex } ::= { com3io14DOorCoilOutputTable 1 } Com3io14DOorCoilOutputEntry ::= SEQUENCE { com3io14DOorCoilOutputIndex Integer32, com3io14DOorCoilOutputName OCTET STRING, com3io14DOorCoilOutputValue Integer32, com3io14DOorCoilOutputModbusAdd Integer32, com3io14DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.3.1.1 com3io14DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io14DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.3.1.2 com3io14DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io14DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.3.1.3 com3io14DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io14DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.3.1.4 com3io14DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io14DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.3.1.5 com3io14DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io14DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4 com3io14AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io14AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io14 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1 com3io14AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io14AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io14AIorInputRegIndex } ::= { com3io14AIorInputRegTable 1 } Com3io14AIorInputRegEntry ::= SEQUENCE { com3io14AIorInputRegIndex Integer32, com3io14AIorInputRegName OCTET STRING, com3io14AIorInputRegValue Opaque, com3io14AIorInputRegModbusAdd Integer32, com3io14AIorInputRegType OCTET STRING, com3io14AIorInputRegScaleRatio Opaque, com3io14AIorInputRegOffset Opaque, com3io14AIorInputRegScaleMin Opaque, com3io14AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.1 com3io14AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io14AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.2 com3io14AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io14AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.3 com3io14AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io14AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.4 com3io14AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io14AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.5 com3io14AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io14AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.6 com3io14AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io14AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.7 com3io14AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io14AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.8 com3io14AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io14AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.4.1.9 com3io14AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io14AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5 com3io14AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io14AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io14 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1 com3io14AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io14AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io14AOorHoldingRegIndex } ::= { com3io14AOorHoldingRegTable 1 } Com3io14AOorHoldingRegEntry ::= SEQUENCE { com3io14AOorHoldingRegIndex Integer32, com3io14AOorHoldingRegName OCTET STRING, com3io14AOorHoldingRegValue Opaque, com3io14AOorHoldingRegModbusAdd Integer32, com3io14AOorHoldingRegType OCTET STRING, com3io14AOorHoldingRegScaleRatio Opaque, com3io14AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1.1 com3io14AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io14AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1.2 com3io14AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io14AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1.3 com3io14AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io14AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1.4 com3io14AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io14AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1.5 com3io14AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io14AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1.6 com3io14AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io14AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.14.5.1.7 com3io14AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io14AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15 com3io15 OBJECT IDENTIFIER ::= { com3io 15 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1 com3io15BasicInfo OBJECT IDENTIFIER ::= { com3io15 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.1 com3io15Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io15BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.2 com3io15Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io15BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.3 com3io15ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io15BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.4 com3io15ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io15BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.5 com3io15ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io15BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.6 com3io15DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io15BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.7 com3io15DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io15BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.8 com3io15AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io15BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.1.9 com3io15AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io15BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.2 com3io15DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io15DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io15 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.2.1 com3io15DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io15DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io15DIorDiscInputIndex } ::= { com3io15DIorDiscInputTable 1 } Com3io15DIorDiscInputEntry ::= SEQUENCE { com3io15DIorDiscInputIndex Integer32, com3io15DIorDiscInputName OCTET STRING, com3io15DIorDiscInputValue Integer32, com3io15DIorDiscInputModbusAdd Integer32, com3io15DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.2.1.1 com3io15DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io15DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.2.1.2 com3io15DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io15DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.2.1.3 com3io15DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io15DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.2.1.4 com3io15DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io15DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.2.1.5 com3io15DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io15DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.3 com3io15DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io15DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io15 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.3.1 com3io15DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io15DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io15DOorCoilOutputIndex } ::= { com3io15DOorCoilOutputTable 1 } Com3io15DOorCoilOutputEntry ::= SEQUENCE { com3io15DOorCoilOutputIndex Integer32, com3io15DOorCoilOutputName OCTET STRING, com3io15DOorCoilOutputValue Integer32, com3io15DOorCoilOutputModbusAdd Integer32, com3io15DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.3.1.1 com3io15DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io15DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.3.1.2 com3io15DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io15DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.3.1.3 com3io15DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io15DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.3.1.4 com3io15DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io15DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.3.1.5 com3io15DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io15DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4 com3io15AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io15AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io15 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1 com3io15AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io15AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io15AIorInputRegIndex } ::= { com3io15AIorInputRegTable 1 } Com3io15AIorInputRegEntry ::= SEQUENCE { com3io15AIorInputRegIndex Integer32, com3io15AIorInputRegName OCTET STRING, com3io15AIorInputRegValue Opaque, com3io15AIorInputRegModbusAdd Integer32, com3io15AIorInputRegType OCTET STRING, com3io15AIorInputRegScaleRatio Opaque, com3io15AIorInputRegOffset Opaque, com3io15AIorInputRegScaleMin Opaque, com3io15AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.1 com3io15AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io15AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.2 com3io15AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io15AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.3 com3io15AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io15AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.4 com3io15AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io15AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.5 com3io15AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io15AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.6 com3io15AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io15AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.7 com3io15AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io15AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.8 com3io15AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io15AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.4.1.9 com3io15AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io15AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5 com3io15AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io15AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io15 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1 com3io15AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io15AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io15AOorHoldingRegIndex } ::= { com3io15AOorHoldingRegTable 1 } Com3io15AOorHoldingRegEntry ::= SEQUENCE { com3io15AOorHoldingRegIndex Integer32, com3io15AOorHoldingRegName OCTET STRING, com3io15AOorHoldingRegValue Opaque, com3io15AOorHoldingRegModbusAdd Integer32, com3io15AOorHoldingRegType OCTET STRING, com3io15AOorHoldingRegScaleRatio Opaque, com3io15AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1.1 com3io15AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io15AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1.2 com3io15AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io15AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1.3 com3io15AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io15AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1.4 com3io15AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io15AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1.5 com3io15AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io15AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1.6 com3io15AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io15AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.15.5.1.7 com3io15AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io15AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16 com3io16 OBJECT IDENTIFIER ::= { com3io 16 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1 com3io16BasicInfo OBJECT IDENTIFIER ::= { com3io16 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.1 com3io16Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com3io16BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.2 com3io16Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com3io16BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.3 com3io16ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com3io16BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.4 com3io16ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com3io16BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.5 com3io16ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com3io16BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.6 com3io16DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com3io16BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.7 com3io16DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com3io16BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.8 com3io16AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com3io16BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.1.9 com3io16AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com3io16BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.2 com3io16DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io16DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com3io16 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.2.1 com3io16DIorDiscInputEntry OBJECT-TYPE SYNTAX Com3io16DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com3io16DIorDiscInputIndex } ::= { com3io16DIorDiscInputTable 1 } Com3io16DIorDiscInputEntry ::= SEQUENCE { com3io16DIorDiscInputIndex Integer32, com3io16DIorDiscInputName OCTET STRING, com3io16DIorDiscInputValue Integer32, com3io16DIorDiscInputModbusAdd Integer32, com3io16DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.2.1.1 com3io16DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com3io16DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.2.1.2 com3io16DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com3io16DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.2.1.3 com3io16DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com3io16DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.2.1.4 com3io16DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com3io16DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.2.1.5 com3io16DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com3io16DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.3 com3io16DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io16DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com3io16 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.3.1 com3io16DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com3io16DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com3io16DOorCoilOutputIndex } ::= { com3io16DOorCoilOutputTable 1 } Com3io16DOorCoilOutputEntry ::= SEQUENCE { com3io16DOorCoilOutputIndex Integer32, com3io16DOorCoilOutputName OCTET STRING, com3io16DOorCoilOutputValue Integer32, com3io16DOorCoilOutputModbusAdd Integer32, com3io16DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.3.1.1 com3io16DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com3io16DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.3.1.2 com3io16DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com3io16DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.3.1.3 com3io16DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com3io16DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.3.1.4 com3io16DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com3io16DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.3.1.5 com3io16DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com3io16DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4 com3io16AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io16AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com3io16 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1 com3io16AIorInputRegEntry OBJECT-TYPE SYNTAX Com3io16AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com3io16AIorInputRegIndex } ::= { com3io16AIorInputRegTable 1 } Com3io16AIorInputRegEntry ::= SEQUENCE { com3io16AIorInputRegIndex Integer32, com3io16AIorInputRegName OCTET STRING, com3io16AIorInputRegValue Opaque, com3io16AIorInputRegModbusAdd Integer32, com3io16AIorInputRegType OCTET STRING, com3io16AIorInputRegScaleRatio Opaque, com3io16AIorInputRegOffset Opaque, com3io16AIorInputRegScaleMin Opaque, com3io16AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.1 com3io16AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com3io16AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.2 com3io16AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com3io16AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.3 com3io16AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com3io16AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.4 com3io16AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com3io16AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.5 com3io16AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com3io16AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.6 com3io16AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io16AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.7 com3io16AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com3io16AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.8 com3io16AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io16AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.4.1.9 com3io16AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com3io16AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5 com3io16AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com3io16AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com3io16 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1 com3io16AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com3io16AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com3io16AOorHoldingRegIndex } ::= { com3io16AOorHoldingRegTable 1 } Com3io16AOorHoldingRegEntry ::= SEQUENCE { com3io16AOorHoldingRegIndex Integer32, com3io16AOorHoldingRegName OCTET STRING, com3io16AOorHoldingRegValue Opaque, com3io16AOorHoldingRegModbusAdd Integer32, com3io16AOorHoldingRegType OCTET STRING, com3io16AOorHoldingRegScaleRatio Opaque, com3io16AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1.1 com3io16AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com3io16AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1.2 com3io16AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com3io16AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1.3 com3io16AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com3io16AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1.4 com3io16AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com3io16AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1.5 com3io16AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com3io16AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1.6 com3io16AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io16AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.2.16.5.1.7 com3io16AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com3io16AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3 com4io OBJECT IDENTIFIER ::= { ioModuleInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1 com4io1 OBJECT IDENTIFIER ::= { com4io 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1 com4io1BasicInfo OBJECT IDENTIFIER ::= { com4io1 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.1 com4io1Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io1BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.2 com4io1Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io1BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.3 com4io1ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io1BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.4 com4io1ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io1BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.5 com4io1ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io1BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.6 com4io1DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io1BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.7 com4io1DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io1BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.8 com4io1AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io1BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.1.9 com4io1AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io1BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.2 com4io1DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io1DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io1 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.2.1 com4io1DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io1DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io1DIorDiscInputIndex } ::= { com4io1DIorDiscInputTable 1 } Com4io1DIorDiscInputEntry ::= SEQUENCE { com4io1DIorDiscInputIndex Integer32, com4io1DIorDiscInputName OCTET STRING, com4io1DIorDiscInputValue Integer32, com4io1DIorDiscInputModbusAdd Integer32, com4io1DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.2.1.1 com4io1DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io1DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.2.1.2 com4io1DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io1DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.2.1.3 com4io1DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io1DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.2.1.4 com4io1DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io1DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.2.1.5 com4io1DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io1DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.3 com4io1DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io1DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io1 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.3.1 com4io1DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io1DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io1DOorCoilOutputIndex } ::= { com4io1DOorCoilOutputTable 1 } Com4io1DOorCoilOutputEntry ::= SEQUENCE { com4io1DOorCoilOutputIndex Integer32, com4io1DOorCoilOutputName OCTET STRING, com4io1DOorCoilOutputValue Integer32, com4io1DOorCoilOutputModbusAdd Integer32, com4io1DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.3.1.1 com4io1DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io1DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.3.1.2 com4io1DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io1DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.3.1.3 com4io1DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io1DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.3.1.4 com4io1DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io1DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.3.1.5 com4io1DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io1DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4 com4io1AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io1AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io1 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1 com4io1AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io1AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io1AIorInputRegIndex } ::= { com4io1AIorInputRegTable 1 } Com4io1AIorInputRegEntry ::= SEQUENCE { com4io1AIorInputRegIndex Integer32, com4io1AIorInputRegName OCTET STRING, com4io1AIorInputRegValue Opaque, com4io1AIorInputRegModbusAdd Integer32, com4io1AIorInputRegType OCTET STRING, com4io1AIorInputRegScaleRatio Opaque, com4io1AIorInputRegOffset Opaque, com4io1AIorInputRegScaleMin Opaque, com4io1AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.1 com4io1AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io1AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.2 com4io1AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io1AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.3 com4io1AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io1AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.4 com4io1AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io1AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.5 com4io1AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io1AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.6 com4io1AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io1AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.7 com4io1AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io1AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.8 com4io1AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io1AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.4.1.9 com4io1AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io1AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5 com4io1AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io1AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io1 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1 com4io1AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io1AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io1AOorHoldingRegIndex } ::= { com4io1AOorHoldingRegTable 1 } Com4io1AOorHoldingRegEntry ::= SEQUENCE { com4io1AOorHoldingRegIndex Integer32, com4io1AOorHoldingRegName OCTET STRING, com4io1AOorHoldingRegValue Opaque, com4io1AOorHoldingRegModbusAdd Integer32, com4io1AOorHoldingRegType OCTET STRING, com4io1AOorHoldingRegScaleRatio Opaque, com4io1AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1.1 com4io1AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io1AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1.2 com4io1AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io1AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1.3 com4io1AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io1AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1.4 com4io1AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io1AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1.5 com4io1AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io1AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1.6 com4io1AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io1AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.1.5.1.7 com4io1AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io1AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2 com4io2 OBJECT IDENTIFIER ::= { com4io 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1 com4io2BasicInfo OBJECT IDENTIFIER ::= { com4io2 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.1 com4io2Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io2BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.2 com4io2Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io2BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.3 com4io2ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io2BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.4 com4io2ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io2BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.5 com4io2ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io2BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.6 com4io2DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io2BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.7 com4io2DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io2BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.8 com4io2AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io2BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.1.9 com4io2AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io2BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.2 com4io2DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io2DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io2 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.2.1 com4io2DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io2DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io2DIorDiscInputIndex } ::= { com4io2DIorDiscInputTable 1 } Com4io2DIorDiscInputEntry ::= SEQUENCE { com4io2DIorDiscInputIndex Integer32, com4io2DIorDiscInputName OCTET STRING, com4io2DIorDiscInputValue Integer32, com4io2DIorDiscInputModbusAdd Integer32, com4io2DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.2.1.1 com4io2DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io2DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.2.1.2 com4io2DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io2DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.2.1.3 com4io2DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io2DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.2.1.4 com4io2DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io2DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.2.1.5 com4io2DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io2DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.3 com4io2DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io2DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io2 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.3.1 com4io2DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io2DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io2DOorCoilOutputIndex } ::= { com4io2DOorCoilOutputTable 1 } Com4io2DOorCoilOutputEntry ::= SEQUENCE { com4io2DOorCoilOutputIndex Integer32, com4io2DOorCoilOutputName OCTET STRING, com4io2DOorCoilOutputValue Integer32, com4io2DOorCoilOutputModbusAdd Integer32, com4io2DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.3.1.1 com4io2DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io2DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.3.1.2 com4io2DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io2DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.3.1.3 com4io2DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io2DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.3.1.4 com4io2DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io2DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.3.1.5 com4io2DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io2DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4 com4io2AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io2AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io2 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1 com4io2AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io2AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io2AIorInputRegIndex } ::= { com4io2AIorInputRegTable 1 } Com4io2AIorInputRegEntry ::= SEQUENCE { com4io2AIorInputRegIndex Integer32, com4io2AIorInputRegName OCTET STRING, com4io2AIorInputRegValue Opaque, com4io2AIorInputRegModbusAdd Integer32, com4io2AIorInputRegType OCTET STRING, com4io2AIorInputRegScaleRatio Opaque, com4io2AIorInputRegOffset Opaque, com4io2AIorInputRegScaleMin Opaque, com4io2AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.1 com4io2AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io2AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.2 com4io2AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io2AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.3 com4io2AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io2AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.4 com4io2AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io2AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.5 com4io2AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io2AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.6 com4io2AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io2AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.7 com4io2AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io2AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.8 com4io2AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io2AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.4.1.9 com4io2AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io2AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5 com4io2AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io2AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io2 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1 com4io2AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io2AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io2AOorHoldingRegIndex } ::= { com4io2AOorHoldingRegTable 1 } Com4io2AOorHoldingRegEntry ::= SEQUENCE { com4io2AOorHoldingRegIndex Integer32, com4io2AOorHoldingRegName OCTET STRING, com4io2AOorHoldingRegValue Opaque, com4io2AOorHoldingRegModbusAdd Integer32, com4io2AOorHoldingRegType OCTET STRING, com4io2AOorHoldingRegScaleRatio Opaque, com4io2AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1.1 com4io2AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io2AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1.2 com4io2AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io2AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1.3 com4io2AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io2AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1.4 com4io2AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io2AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1.5 com4io2AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io2AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1.6 com4io2AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io2AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.2.5.1.7 com4io2AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io2AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3 com4io3 OBJECT IDENTIFIER ::= { com4io 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1 com4io3BasicInfo OBJECT IDENTIFIER ::= { com4io3 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.1 com4io3Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io3BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.2 com4io3Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io3BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.3 com4io3ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io3BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.4 com4io3ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io3BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.5 com4io3ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io3BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.6 com4io3DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io3BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.7 com4io3DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io3BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.8 com4io3AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io3BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.1.9 com4io3AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io3BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.2 com4io3DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io3DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io3 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.2.1 com4io3DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io3DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io3DIorDiscInputIndex } ::= { com4io3DIorDiscInputTable 1 } Com4io3DIorDiscInputEntry ::= SEQUENCE { com4io3DIorDiscInputIndex Integer32, com4io3DIorDiscInputName OCTET STRING, com4io3DIorDiscInputValue Integer32, com4io3DIorDiscInputModbusAdd Integer32, com4io3DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.2.1.1 com4io3DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io3DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.2.1.2 com4io3DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io3DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.2.1.3 com4io3DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io3DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.2.1.4 com4io3DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io3DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.2.1.5 com4io3DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io3DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.3 com4io3DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io3DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io3 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.3.1 com4io3DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io3DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io3DOorCoilOutputIndex } ::= { com4io3DOorCoilOutputTable 1 } Com4io3DOorCoilOutputEntry ::= SEQUENCE { com4io3DOorCoilOutputIndex Integer32, com4io3DOorCoilOutputName OCTET STRING, com4io3DOorCoilOutputValue Integer32, com4io3DOorCoilOutputModbusAdd Integer32, com4io3DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.3.1.1 com4io3DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io3DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.3.1.2 com4io3DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io3DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.3.1.3 com4io3DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io3DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.3.1.4 com4io3DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io3DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.3.1.5 com4io3DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io3DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4 com4io3AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io3AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io3 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1 com4io3AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io3AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io3AIorInputRegIndex } ::= { com4io3AIorInputRegTable 1 } Com4io3AIorInputRegEntry ::= SEQUENCE { com4io3AIorInputRegIndex Integer32, com4io3AIorInputRegName OCTET STRING, com4io3AIorInputRegValue Opaque, com4io3AIorInputRegModbusAdd Integer32, com4io3AIorInputRegType OCTET STRING, com4io3AIorInputRegScaleRatio Opaque, com4io3AIorInputRegOffset Opaque, com4io3AIorInputRegScaleMin Opaque, com4io3AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.1 com4io3AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io3AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.2 com4io3AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io3AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.3 com4io3AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io3AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.4 com4io3AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io3AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.5 com4io3AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io3AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.6 com4io3AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io3AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.7 com4io3AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io3AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.8 com4io3AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io3AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.4.1.9 com4io3AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io3AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5 com4io3AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io3AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io3 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1 com4io3AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io3AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io3AOorHoldingRegIndex } ::= { com4io3AOorHoldingRegTable 1 } Com4io3AOorHoldingRegEntry ::= SEQUENCE { com4io3AOorHoldingRegIndex Integer32, com4io3AOorHoldingRegName OCTET STRING, com4io3AOorHoldingRegValue Opaque, com4io3AOorHoldingRegModbusAdd Integer32, com4io3AOorHoldingRegType OCTET STRING, com4io3AOorHoldingRegScaleRatio Opaque, com4io3AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1.1 com4io3AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io3AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1.2 com4io3AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io3AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1.3 com4io3AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io3AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1.4 com4io3AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io3AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1.5 com4io3AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io3AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1.6 com4io3AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io3AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.3.5.1.7 com4io3AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io3AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4 com4io4 OBJECT IDENTIFIER ::= { com4io 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1 com4io4BasicInfo OBJECT IDENTIFIER ::= { com4io4 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.1 com4io4Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io4BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.2 com4io4Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io4BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.3 com4io4ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io4BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.4 com4io4ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io4BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.5 com4io4ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io4BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.6 com4io4DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io4BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.7 com4io4DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io4BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.8 com4io4AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io4BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.1.9 com4io4AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io4BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.2 com4io4DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io4DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io4 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.2.1 com4io4DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io4DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io4DIorDiscInputIndex } ::= { com4io4DIorDiscInputTable 1 } Com4io4DIorDiscInputEntry ::= SEQUENCE { com4io4DIorDiscInputIndex Integer32, com4io4DIorDiscInputName OCTET STRING, com4io4DIorDiscInputValue Integer32, com4io4DIorDiscInputModbusAdd Integer32, com4io4DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.2.1.1 com4io4DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io4DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.2.1.2 com4io4DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io4DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.2.1.3 com4io4DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io4DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.2.1.4 com4io4DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io4DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.2.1.5 com4io4DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io4DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.3 com4io4DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io4DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io4 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.3.1 com4io4DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io4DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io4DOorCoilOutputIndex } ::= { com4io4DOorCoilOutputTable 1 } Com4io4DOorCoilOutputEntry ::= SEQUENCE { com4io4DOorCoilOutputIndex Integer32, com4io4DOorCoilOutputName OCTET STRING, com4io4DOorCoilOutputValue Integer32, com4io4DOorCoilOutputModbusAdd Integer32, com4io4DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.3.1.1 com4io4DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io4DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.3.1.2 com4io4DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io4DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.3.1.3 com4io4DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io4DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.3.1.4 com4io4DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io4DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.3.1.5 com4io4DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io4DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4 com4io4AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io4AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io4 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1 com4io4AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io4AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io4AIorInputRegIndex } ::= { com4io4AIorInputRegTable 1 } Com4io4AIorInputRegEntry ::= SEQUENCE { com4io4AIorInputRegIndex Integer32, com4io4AIorInputRegName OCTET STRING, com4io4AIorInputRegValue Opaque, com4io4AIorInputRegModbusAdd Integer32, com4io4AIorInputRegType OCTET STRING, com4io4AIorInputRegScaleRatio Opaque, com4io4AIorInputRegOffset Opaque, com4io4AIorInputRegScaleMin Opaque, com4io4AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.1 com4io4AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io4AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.2 com4io4AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io4AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.3 com4io4AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io4AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.4 com4io4AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io4AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.5 com4io4AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io4AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.6 com4io4AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io4AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.7 com4io4AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io4AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.8 com4io4AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io4AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.4.1.9 com4io4AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io4AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5 com4io4AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io4AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io4 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1 com4io4AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io4AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io4AOorHoldingRegIndex } ::= { com4io4AOorHoldingRegTable 1 } Com4io4AOorHoldingRegEntry ::= SEQUENCE { com4io4AOorHoldingRegIndex Integer32, com4io4AOorHoldingRegName OCTET STRING, com4io4AOorHoldingRegValue Opaque, com4io4AOorHoldingRegModbusAdd Integer32, com4io4AOorHoldingRegType OCTET STRING, com4io4AOorHoldingRegScaleRatio Opaque, com4io4AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1.1 com4io4AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io4AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1.2 com4io4AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io4AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1.3 com4io4AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io4AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1.4 com4io4AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io4AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1.5 com4io4AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io4AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1.6 com4io4AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io4AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.4.5.1.7 com4io4AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io4AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5 com4io5 OBJECT IDENTIFIER ::= { com4io 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1 com4io5BasicInfo OBJECT IDENTIFIER ::= { com4io5 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.1 com4io5Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io5BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.2 com4io5Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io5BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.3 com4io5ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io5BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.4 com4io5ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io5BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.5 com4io5ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io5BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.6 com4io5DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io5BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.7 com4io5DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io5BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.8 com4io5AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io5BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.1.9 com4io5AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io5BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.2 com4io5DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io5DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io5 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.2.1 com4io5DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io5DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io5DIorDiscInputIndex } ::= { com4io5DIorDiscInputTable 1 } Com4io5DIorDiscInputEntry ::= SEQUENCE { com4io5DIorDiscInputIndex Integer32, com4io5DIorDiscInputName OCTET STRING, com4io5DIorDiscInputValue Integer32, com4io5DIorDiscInputModbusAdd Integer32, com4io5DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.2.1.1 com4io5DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io5DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.2.1.2 com4io5DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io5DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.2.1.3 com4io5DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io5DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.2.1.4 com4io5DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io5DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.2.1.5 com4io5DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io5DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.3 com4io5DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io5DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io5 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.3.1 com4io5DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io5DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io5DOorCoilOutputIndex } ::= { com4io5DOorCoilOutputTable 1 } Com4io5DOorCoilOutputEntry ::= SEQUENCE { com4io5DOorCoilOutputIndex Integer32, com4io5DOorCoilOutputName OCTET STRING, com4io5DOorCoilOutputValue Integer32, com4io5DOorCoilOutputModbusAdd Integer32, com4io5DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.3.1.1 com4io5DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io5DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.3.1.2 com4io5DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io5DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.3.1.3 com4io5DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io5DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.3.1.4 com4io5DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io5DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.3.1.5 com4io5DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io5DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4 com4io5AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io5AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io5 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1 com4io5AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io5AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io5AIorInputRegIndex } ::= { com4io5AIorInputRegTable 1 } Com4io5AIorInputRegEntry ::= SEQUENCE { com4io5AIorInputRegIndex Integer32, com4io5AIorInputRegName OCTET STRING, com4io5AIorInputRegValue Opaque, com4io5AIorInputRegModbusAdd Integer32, com4io5AIorInputRegType OCTET STRING, com4io5AIorInputRegScaleRatio Opaque, com4io5AIorInputRegOffset Opaque, com4io5AIorInputRegScaleMin Opaque, com4io5AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.1 com4io5AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io5AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.2 com4io5AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io5AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.3 com4io5AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io5AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.4 com4io5AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io5AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.5 com4io5AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io5AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.6 com4io5AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io5AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.7 com4io5AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io5AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.8 com4io5AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io5AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.4.1.9 com4io5AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io5AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5 com4io5AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io5AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io5 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1 com4io5AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io5AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io5AOorHoldingRegIndex } ::= { com4io5AOorHoldingRegTable 1 } Com4io5AOorHoldingRegEntry ::= SEQUENCE { com4io5AOorHoldingRegIndex Integer32, com4io5AOorHoldingRegName OCTET STRING, com4io5AOorHoldingRegValue Opaque, com4io5AOorHoldingRegModbusAdd Integer32, com4io5AOorHoldingRegType OCTET STRING, com4io5AOorHoldingRegScaleRatio Opaque, com4io5AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1.1 com4io5AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io5AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1.2 com4io5AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io5AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1.3 com4io5AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io5AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1.4 com4io5AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io5AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1.5 com4io5AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io5AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1.6 com4io5AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io5AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.5.5.1.7 com4io5AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io5AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6 com4io6 OBJECT IDENTIFIER ::= { com4io 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1 com4io6BasicInfo OBJECT IDENTIFIER ::= { com4io6 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.1 com4io6Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io6BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.2 com4io6Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io6BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.3 com4io6ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io6BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.4 com4io6ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io6BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.5 com4io6ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io6BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.6 com4io6DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io6BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.7 com4io6DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io6BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.8 com4io6AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io6BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.1.9 com4io6AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io6BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.2 com4io6DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io6DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io6 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.2.1 com4io6DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io6DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io6DIorDiscInputIndex } ::= { com4io6DIorDiscInputTable 1 } Com4io6DIorDiscInputEntry ::= SEQUENCE { com4io6DIorDiscInputIndex Integer32, com4io6DIorDiscInputName OCTET STRING, com4io6DIorDiscInputValue Integer32, com4io6DIorDiscInputModbusAdd Integer32, com4io6DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.2.1.1 com4io6DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io6DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.2.1.2 com4io6DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io6DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.2.1.3 com4io6DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io6DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.2.1.4 com4io6DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io6DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.2.1.5 com4io6DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io6DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.3 com4io6DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io6DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io6 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.3.1 com4io6DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io6DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io6DOorCoilOutputIndex } ::= { com4io6DOorCoilOutputTable 1 } Com4io6DOorCoilOutputEntry ::= SEQUENCE { com4io6DOorCoilOutputIndex Integer32, com4io6DOorCoilOutputName OCTET STRING, com4io6DOorCoilOutputValue Integer32, com4io6DOorCoilOutputModbusAdd Integer32, com4io6DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.3.1.1 com4io6DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io6DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.3.1.2 com4io6DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io6DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.3.1.3 com4io6DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io6DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.3.1.4 com4io6DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io6DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.3.1.5 com4io6DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io6DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4 com4io6AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io6AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io6 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1 com4io6AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io6AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io6AIorInputRegIndex } ::= { com4io6AIorInputRegTable 1 } Com4io6AIorInputRegEntry ::= SEQUENCE { com4io6AIorInputRegIndex Integer32, com4io6AIorInputRegName OCTET STRING, com4io6AIorInputRegValue Opaque, com4io6AIorInputRegModbusAdd Integer32, com4io6AIorInputRegType OCTET STRING, com4io6AIorInputRegScaleRatio Opaque, com4io6AIorInputRegOffset Opaque, com4io6AIorInputRegScaleMin Opaque, com4io6AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.1 com4io6AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io6AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.2 com4io6AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io6AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.3 com4io6AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io6AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.4 com4io6AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io6AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.5 com4io6AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io6AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.6 com4io6AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io6AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.7 com4io6AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io6AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.8 com4io6AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io6AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.4.1.9 com4io6AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io6AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5 com4io6AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io6AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io6 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1 com4io6AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io6AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io6AOorHoldingRegIndex } ::= { com4io6AOorHoldingRegTable 1 } Com4io6AOorHoldingRegEntry ::= SEQUENCE { com4io6AOorHoldingRegIndex Integer32, com4io6AOorHoldingRegName OCTET STRING, com4io6AOorHoldingRegValue Opaque, com4io6AOorHoldingRegModbusAdd Integer32, com4io6AOorHoldingRegType OCTET STRING, com4io6AOorHoldingRegScaleRatio Opaque, com4io6AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1.1 com4io6AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io6AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1.2 com4io6AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io6AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1.3 com4io6AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io6AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1.4 com4io6AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io6AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1.5 com4io6AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io6AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1.6 com4io6AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io6AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.6.5.1.7 com4io6AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io6AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7 com4io7 OBJECT IDENTIFIER ::= { com4io 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1 com4io7BasicInfo OBJECT IDENTIFIER ::= { com4io7 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.1 com4io7Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io7BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.2 com4io7Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io7BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.3 com4io7ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io7BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.4 com4io7ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io7BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.5 com4io7ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io7BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.6 com4io7DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io7BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.7 com4io7DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io7BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.8 com4io7AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io7BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.1.9 com4io7AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io7BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.2 com4io7DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io7DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io7 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.2.1 com4io7DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io7DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io7DIorDiscInputIndex } ::= { com4io7DIorDiscInputTable 1 } Com4io7DIorDiscInputEntry ::= SEQUENCE { com4io7DIorDiscInputIndex Integer32, com4io7DIorDiscInputName OCTET STRING, com4io7DIorDiscInputValue Integer32, com4io7DIorDiscInputModbusAdd Integer32, com4io7DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.2.1.1 com4io7DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io7DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.2.1.2 com4io7DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io7DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.2.1.3 com4io7DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io7DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.2.1.4 com4io7DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io7DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.2.1.5 com4io7DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io7DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.3 com4io7DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io7DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io7 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.3.1 com4io7DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io7DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io7DOorCoilOutputIndex } ::= { com4io7DOorCoilOutputTable 1 } Com4io7DOorCoilOutputEntry ::= SEQUENCE { com4io7DOorCoilOutputIndex Integer32, com4io7DOorCoilOutputName OCTET STRING, com4io7DOorCoilOutputValue Integer32, com4io7DOorCoilOutputModbusAdd Integer32, com4io7DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.3.1.1 com4io7DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io7DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.3.1.2 com4io7DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io7DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.3.1.3 com4io7DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io7DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.3.1.4 com4io7DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io7DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.3.1.5 com4io7DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io7DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4 com4io7AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io7AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io7 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1 com4io7AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io7AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io7AIorInputRegIndex } ::= { com4io7AIorInputRegTable 1 } Com4io7AIorInputRegEntry ::= SEQUENCE { com4io7AIorInputRegIndex Integer32, com4io7AIorInputRegName OCTET STRING, com4io7AIorInputRegValue Opaque, com4io7AIorInputRegModbusAdd Integer32, com4io7AIorInputRegType OCTET STRING, com4io7AIorInputRegScaleRatio Opaque, com4io7AIorInputRegOffset Opaque, com4io7AIorInputRegScaleMin Opaque, com4io7AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.1 com4io7AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io7AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.2 com4io7AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io7AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.3 com4io7AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io7AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.4 com4io7AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io7AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.5 com4io7AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io7AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.6 com4io7AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io7AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.7 com4io7AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io7AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.8 com4io7AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io7AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.4.1.9 com4io7AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io7AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5 com4io7AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io7AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io7 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1 com4io7AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io7AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io7AOorHoldingRegIndex } ::= { com4io7AOorHoldingRegTable 1 } Com4io7AOorHoldingRegEntry ::= SEQUENCE { com4io7AOorHoldingRegIndex Integer32, com4io7AOorHoldingRegName OCTET STRING, com4io7AOorHoldingRegValue Opaque, com4io7AOorHoldingRegModbusAdd Integer32, com4io7AOorHoldingRegType OCTET STRING, com4io7AOorHoldingRegScaleRatio Opaque, com4io7AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1.1 com4io7AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io7AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1.2 com4io7AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io7AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1.3 com4io7AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io7AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1.4 com4io7AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io7AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1.5 com4io7AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io7AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1.6 com4io7AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io7AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.7.5.1.7 com4io7AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io7AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8 com4io8 OBJECT IDENTIFIER ::= { com4io 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1 com4io8BasicInfo OBJECT IDENTIFIER ::= { com4io8 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.1 com4io8Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io8BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.2 com4io8Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io8BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.3 com4io8ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io8BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.4 com4io8ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io8BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.5 com4io8ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io8BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.6 com4io8DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io8BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.7 com4io8DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io8BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.8 com4io8AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io8BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.1.9 com4io8AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io8BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.2 com4io8DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io8DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io8 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.2.1 com4io8DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io8DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io8DIorDiscInputIndex } ::= { com4io8DIorDiscInputTable 1 } Com4io8DIorDiscInputEntry ::= SEQUENCE { com4io8DIorDiscInputIndex Integer32, com4io8DIorDiscInputName OCTET STRING, com4io8DIorDiscInputValue Integer32, com4io8DIorDiscInputModbusAdd Integer32, com4io8DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.2.1.1 com4io8DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io8DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.2.1.2 com4io8DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io8DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.2.1.3 com4io8DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io8DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.2.1.4 com4io8DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io8DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.2.1.5 com4io8DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io8DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.3 com4io8DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io8DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io8 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.3.1 com4io8DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io8DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io8DOorCoilOutputIndex } ::= { com4io8DOorCoilOutputTable 1 } Com4io8DOorCoilOutputEntry ::= SEQUENCE { com4io8DOorCoilOutputIndex Integer32, com4io8DOorCoilOutputName OCTET STRING, com4io8DOorCoilOutputValue Integer32, com4io8DOorCoilOutputModbusAdd Integer32, com4io8DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.3.1.1 com4io8DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io8DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.3.1.2 com4io8DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io8DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.3.1.3 com4io8DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io8DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.3.1.4 com4io8DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io8DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.3.1.5 com4io8DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io8DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4 com4io8AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io8AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io8 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1 com4io8AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io8AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io8AIorInputRegIndex } ::= { com4io8AIorInputRegTable 1 } Com4io8AIorInputRegEntry ::= SEQUENCE { com4io8AIorInputRegIndex Integer32, com4io8AIorInputRegName OCTET STRING, com4io8AIorInputRegValue Opaque, com4io8AIorInputRegModbusAdd Integer32, com4io8AIorInputRegType OCTET STRING, com4io8AIorInputRegScaleRatio Opaque, com4io8AIorInputRegOffset Opaque, com4io8AIorInputRegScaleMin Opaque, com4io8AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.1 com4io8AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io8AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.2 com4io8AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io8AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.3 com4io8AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io8AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.4 com4io8AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io8AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.5 com4io8AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io8AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.6 com4io8AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io8AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.7 com4io8AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io8AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.8 com4io8AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io8AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.4.1.9 com4io8AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io8AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5 com4io8AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io8AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io8 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1 com4io8AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io8AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io8AOorHoldingRegIndex } ::= { com4io8AOorHoldingRegTable 1 } Com4io8AOorHoldingRegEntry ::= SEQUENCE { com4io8AOorHoldingRegIndex Integer32, com4io8AOorHoldingRegName OCTET STRING, com4io8AOorHoldingRegValue Opaque, com4io8AOorHoldingRegModbusAdd Integer32, com4io8AOorHoldingRegType OCTET STRING, com4io8AOorHoldingRegScaleRatio Opaque, com4io8AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1.1 com4io8AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io8AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1.2 com4io8AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io8AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1.3 com4io8AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io8AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1.4 com4io8AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io8AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1.5 com4io8AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io8AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1.6 com4io8AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io8AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.8.5.1.7 com4io8AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io8AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9 com4io9 OBJECT IDENTIFIER ::= { com4io 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1 com4io9BasicInfo OBJECT IDENTIFIER ::= { com4io9 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.1 com4io9Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io9BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.2 com4io9Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io9BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.3 com4io9ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io9BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.4 com4io9ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io9BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.5 com4io9ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io9BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.6 com4io9DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io9BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.7 com4io9DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io9BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.8 com4io9AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io9BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.1.9 com4io9AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io9BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.2 com4io9DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io9DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io9 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.2.1 com4io9DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io9DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io9DIorDiscInputIndex } ::= { com4io9DIorDiscInputTable 1 } Com4io9DIorDiscInputEntry ::= SEQUENCE { com4io9DIorDiscInputIndex Integer32, com4io9DIorDiscInputName OCTET STRING, com4io9DIorDiscInputValue Integer32, com4io9DIorDiscInputModbusAdd Integer32, com4io9DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.2.1.1 com4io9DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io9DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.2.1.2 com4io9DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io9DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.2.1.3 com4io9DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io9DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.2.1.4 com4io9DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io9DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.2.1.5 com4io9DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io9DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.3 com4io9DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io9DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io9 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.3.1 com4io9DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io9DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io9DOorCoilOutputIndex } ::= { com4io9DOorCoilOutputTable 1 } Com4io9DOorCoilOutputEntry ::= SEQUENCE { com4io9DOorCoilOutputIndex Integer32, com4io9DOorCoilOutputName OCTET STRING, com4io9DOorCoilOutputValue Integer32, com4io9DOorCoilOutputModbusAdd Integer32, com4io9DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.3.1.1 com4io9DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io9DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.3.1.2 com4io9DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io9DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.3.1.3 com4io9DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io9DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.3.1.4 com4io9DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io9DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.3.1.5 com4io9DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io9DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4 com4io9AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io9AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io9 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1 com4io9AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io9AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io9AIorInputRegIndex } ::= { com4io9AIorInputRegTable 1 } Com4io9AIorInputRegEntry ::= SEQUENCE { com4io9AIorInputRegIndex Integer32, com4io9AIorInputRegName OCTET STRING, com4io9AIorInputRegValue Opaque, com4io9AIorInputRegModbusAdd Integer32, com4io9AIorInputRegType OCTET STRING, com4io9AIorInputRegScaleRatio Opaque, com4io9AIorInputRegOffset Opaque, com4io9AIorInputRegScaleMin Opaque, com4io9AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.1 com4io9AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io9AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.2 com4io9AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io9AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.3 com4io9AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io9AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.4 com4io9AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io9AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.5 com4io9AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io9AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.6 com4io9AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io9AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.7 com4io9AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io9AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.8 com4io9AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io9AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.4.1.9 com4io9AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io9AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5 com4io9AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io9AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io9 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1 com4io9AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io9AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io9AOorHoldingRegIndex } ::= { com4io9AOorHoldingRegTable 1 } Com4io9AOorHoldingRegEntry ::= SEQUENCE { com4io9AOorHoldingRegIndex Integer32, com4io9AOorHoldingRegName OCTET STRING, com4io9AOorHoldingRegValue Opaque, com4io9AOorHoldingRegModbusAdd Integer32, com4io9AOorHoldingRegType OCTET STRING, com4io9AOorHoldingRegScaleRatio Opaque, com4io9AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1.1 com4io9AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io9AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1.2 com4io9AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io9AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1.3 com4io9AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io9AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1.4 com4io9AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io9AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1.5 com4io9AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io9AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1.6 com4io9AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io9AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.9.5.1.7 com4io9AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io9AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10 com4io10 OBJECT IDENTIFIER ::= { com4io 10 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1 com4io10BasicInfo OBJECT IDENTIFIER ::= { com4io10 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.1 com4io10Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io10BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.2 com4io10Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io10BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.3 com4io10ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io10BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.4 com4io10ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io10BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.5 com4io10ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io10BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.6 com4io10DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io10BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.7 com4io10DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io10BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.8 com4io10AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io10BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.1.9 com4io10AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io10BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.2 com4io10DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io10DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io10 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.2.1 com4io10DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io10DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io10DIorDiscInputIndex } ::= { com4io10DIorDiscInputTable 1 } Com4io10DIorDiscInputEntry ::= SEQUENCE { com4io10DIorDiscInputIndex Integer32, com4io10DIorDiscInputName OCTET STRING, com4io10DIorDiscInputValue Integer32, com4io10DIorDiscInputModbusAdd Integer32, com4io10DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.2.1.1 com4io10DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io10DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.2.1.2 com4io10DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io10DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.2.1.3 com4io10DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io10DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.2.1.4 com4io10DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io10DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.2.1.5 com4io10DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io10DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.3 com4io10DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io10DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io10 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.3.1 com4io10DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io10DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io10DOorCoilOutputIndex } ::= { com4io10DOorCoilOutputTable 1 } Com4io10DOorCoilOutputEntry ::= SEQUENCE { com4io10DOorCoilOutputIndex Integer32, com4io10DOorCoilOutputName OCTET STRING, com4io10DOorCoilOutputValue Integer32, com4io10DOorCoilOutputModbusAdd Integer32, com4io10DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.3.1.1 com4io10DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io10DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.3.1.2 com4io10DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io10DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.3.1.3 com4io10DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io10DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.3.1.4 com4io10DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io10DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.3.1.5 com4io10DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io10DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4 com4io10AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io10AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io10 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1 com4io10AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io10AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io10AIorInputRegIndex } ::= { com4io10AIorInputRegTable 1 } Com4io10AIorInputRegEntry ::= SEQUENCE { com4io10AIorInputRegIndex Integer32, com4io10AIorInputRegName OCTET STRING, com4io10AIorInputRegValue Opaque, com4io10AIorInputRegModbusAdd Integer32, com4io10AIorInputRegType OCTET STRING, com4io10AIorInputRegScaleRatio Opaque, com4io10AIorInputRegOffset Opaque, com4io10AIorInputRegScaleMin Opaque, com4io10AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.1 com4io10AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io10AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.2 com4io10AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io10AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.3 com4io10AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io10AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.4 com4io10AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io10AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.5 com4io10AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io10AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.6 com4io10AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io10AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.7 com4io10AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io10AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.8 com4io10AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io10AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.4.1.9 com4io10AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io10AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5 com4io10AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io10AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io10 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1 com4io10AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io10AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io10AOorHoldingRegIndex } ::= { com4io10AOorHoldingRegTable 1 } Com4io10AOorHoldingRegEntry ::= SEQUENCE { com4io10AOorHoldingRegIndex Integer32, com4io10AOorHoldingRegName OCTET STRING, com4io10AOorHoldingRegValue Opaque, com4io10AOorHoldingRegModbusAdd Integer32, com4io10AOorHoldingRegType OCTET STRING, com4io10AOorHoldingRegScaleRatio Opaque, com4io10AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1.1 com4io10AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io10AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1.2 com4io10AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io10AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1.3 com4io10AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io10AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1.4 com4io10AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io10AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1.5 com4io10AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io10AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1.6 com4io10AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io10AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.10.5.1.7 com4io10AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io10AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11 com4io11 OBJECT IDENTIFIER ::= { com4io 11 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1 com4io11BasicInfo OBJECT IDENTIFIER ::= { com4io11 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.1 com4io11Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io11BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.2 com4io11Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io11BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.3 com4io11ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io11BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.4 com4io11ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io11BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.5 com4io11ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io11BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.6 com4io11DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io11BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.7 com4io11DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io11BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.8 com4io11AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io11BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.1.9 com4io11AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io11BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.2 com4io11DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io11DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io11 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.2.1 com4io11DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io11DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io11DIorDiscInputIndex } ::= { com4io11DIorDiscInputTable 1 } Com4io11DIorDiscInputEntry ::= SEQUENCE { com4io11DIorDiscInputIndex Integer32, com4io11DIorDiscInputName OCTET STRING, com4io11DIorDiscInputValue Integer32, com4io11DIorDiscInputModbusAdd Integer32, com4io11DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.2.1.1 com4io11DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io11DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.2.1.2 com4io11DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io11DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.2.1.3 com4io11DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io11DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.2.1.4 com4io11DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io11DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.2.1.5 com4io11DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io11DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.3 com4io11DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io11DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io11 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.3.1 com4io11DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io11DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io11DOorCoilOutputIndex } ::= { com4io11DOorCoilOutputTable 1 } Com4io11DOorCoilOutputEntry ::= SEQUENCE { com4io11DOorCoilOutputIndex Integer32, com4io11DOorCoilOutputName OCTET STRING, com4io11DOorCoilOutputValue Integer32, com4io11DOorCoilOutputModbusAdd Integer32, com4io11DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.3.1.1 com4io11DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io11DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.3.1.2 com4io11DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io11DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.3.1.3 com4io11DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io11DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.3.1.4 com4io11DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io11DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.3.1.5 com4io11DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io11DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4 com4io11AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io11AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io11 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1 com4io11AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io11AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io11AIorInputRegIndex } ::= { com4io11AIorInputRegTable 1 } Com4io11AIorInputRegEntry ::= SEQUENCE { com4io11AIorInputRegIndex Integer32, com4io11AIorInputRegName OCTET STRING, com4io11AIorInputRegValue Opaque, com4io11AIorInputRegModbusAdd Integer32, com4io11AIorInputRegType OCTET STRING, com4io11AIorInputRegScaleRatio Opaque, com4io11AIorInputRegOffset Opaque, com4io11AIorInputRegScaleMin Opaque, com4io11AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.1 com4io11AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io11AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.2 com4io11AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io11AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.3 com4io11AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io11AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.4 com4io11AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io11AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.5 com4io11AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io11AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.6 com4io11AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io11AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.7 com4io11AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io11AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.8 com4io11AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io11AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.4.1.9 com4io11AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io11AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5 com4io11AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io11AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io11 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1 com4io11AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io11AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io11AOorHoldingRegIndex } ::= { com4io11AOorHoldingRegTable 1 } Com4io11AOorHoldingRegEntry ::= SEQUENCE { com4io11AOorHoldingRegIndex Integer32, com4io11AOorHoldingRegName OCTET STRING, com4io11AOorHoldingRegValue Opaque, com4io11AOorHoldingRegModbusAdd Integer32, com4io11AOorHoldingRegType OCTET STRING, com4io11AOorHoldingRegScaleRatio Opaque, com4io11AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1.1 com4io11AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io11AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1.2 com4io11AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io11AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1.3 com4io11AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io11AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1.4 com4io11AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io11AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1.5 com4io11AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io11AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1.6 com4io11AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io11AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.11.5.1.7 com4io11AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io11AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12 com4io12 OBJECT IDENTIFIER ::= { com4io 12 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1 com4io12BasicInfo OBJECT IDENTIFIER ::= { com4io12 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.1 com4io12Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io12BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.2 com4io12Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io12BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.3 com4io12ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io12BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.4 com4io12ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io12BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.5 com4io12ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io12BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.6 com4io12DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io12BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.7 com4io12DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io12BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.8 com4io12AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io12BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.1.9 com4io12AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io12BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.2 com4io12DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io12DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io12 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.2.1 com4io12DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io12DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io12DIorDiscInputIndex } ::= { com4io12DIorDiscInputTable 1 } Com4io12DIorDiscInputEntry ::= SEQUENCE { com4io12DIorDiscInputIndex Integer32, com4io12DIorDiscInputName OCTET STRING, com4io12DIorDiscInputValue Integer32, com4io12DIorDiscInputModbusAdd Integer32, com4io12DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.2.1.1 com4io12DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io12DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.2.1.2 com4io12DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io12DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.2.1.3 com4io12DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io12DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.2.1.4 com4io12DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io12DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.2.1.5 com4io12DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io12DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.3 com4io12DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io12DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io12 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.3.1 com4io12DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io12DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io12DOorCoilOutputIndex } ::= { com4io12DOorCoilOutputTable 1 } Com4io12DOorCoilOutputEntry ::= SEQUENCE { com4io12DOorCoilOutputIndex Integer32, com4io12DOorCoilOutputName OCTET STRING, com4io12DOorCoilOutputValue Integer32, com4io12DOorCoilOutputModbusAdd Integer32, com4io12DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.3.1.1 com4io12DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io12DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.3.1.2 com4io12DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io12DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.3.1.3 com4io12DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io12DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.3.1.4 com4io12DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io12DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.3.1.5 com4io12DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io12DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4 com4io12AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io12AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io12 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1 com4io12AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io12AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io12AIorInputRegIndex } ::= { com4io12AIorInputRegTable 1 } Com4io12AIorInputRegEntry ::= SEQUENCE { com4io12AIorInputRegIndex Integer32, com4io12AIorInputRegName OCTET STRING, com4io12AIorInputRegValue Opaque, com4io12AIorInputRegModbusAdd Integer32, com4io12AIorInputRegType OCTET STRING, com4io12AIorInputRegScaleRatio Opaque, com4io12AIorInputRegOffset Opaque, com4io12AIorInputRegScaleMin Opaque, com4io12AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.1 com4io12AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io12AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.2 com4io12AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io12AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.3 com4io12AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io12AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.4 com4io12AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io12AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.5 com4io12AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io12AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.6 com4io12AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io12AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.7 com4io12AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io12AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.8 com4io12AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io12AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.4.1.9 com4io12AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io12AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5 com4io12AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io12AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io12 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1 com4io12AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io12AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io12AOorHoldingRegIndex } ::= { com4io12AOorHoldingRegTable 1 } Com4io12AOorHoldingRegEntry ::= SEQUENCE { com4io12AOorHoldingRegIndex Integer32, com4io12AOorHoldingRegName OCTET STRING, com4io12AOorHoldingRegValue Opaque, com4io12AOorHoldingRegModbusAdd Integer32, com4io12AOorHoldingRegType OCTET STRING, com4io12AOorHoldingRegScaleRatio Opaque, com4io12AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1.1 com4io12AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io12AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1.2 com4io12AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io12AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1.3 com4io12AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io12AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1.4 com4io12AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io12AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1.5 com4io12AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io12AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1.6 com4io12AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io12AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.12.5.1.7 com4io12AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io12AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13 com4io13 OBJECT IDENTIFIER ::= { com4io 13 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1 com4io13BasicInfo OBJECT IDENTIFIER ::= { com4io13 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.1 com4io13Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io13BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.2 com4io13Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io13BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.3 com4io13ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io13BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.4 com4io13ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io13BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.5 com4io13ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io13BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.6 com4io13DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io13BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.7 com4io13DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io13BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.8 com4io13AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io13BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.1.9 com4io13AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io13BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.2 com4io13DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io13DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io13 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.2.1 com4io13DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io13DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io13DIorDiscInputIndex } ::= { com4io13DIorDiscInputTable 1 } Com4io13DIorDiscInputEntry ::= SEQUENCE { com4io13DIorDiscInputIndex Integer32, com4io13DIorDiscInputName OCTET STRING, com4io13DIorDiscInputValue Integer32, com4io13DIorDiscInputModbusAdd Integer32, com4io13DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.2.1.1 com4io13DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io13DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.2.1.2 com4io13DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io13DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.2.1.3 com4io13DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io13DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.2.1.4 com4io13DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io13DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.2.1.5 com4io13DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io13DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.3 com4io13DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io13DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io13 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.3.1 com4io13DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io13DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io13DOorCoilOutputIndex } ::= { com4io13DOorCoilOutputTable 1 } Com4io13DOorCoilOutputEntry ::= SEQUENCE { com4io13DOorCoilOutputIndex Integer32, com4io13DOorCoilOutputName OCTET STRING, com4io13DOorCoilOutputValue Integer32, com4io13DOorCoilOutputModbusAdd Integer32, com4io13DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.3.1.1 com4io13DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io13DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.3.1.2 com4io13DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io13DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.3.1.3 com4io13DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io13DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.3.1.4 com4io13DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io13DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.3.1.5 com4io13DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io13DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4 com4io13AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io13AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io13 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1 com4io13AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io13AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io13AIorInputRegIndex } ::= { com4io13AIorInputRegTable 1 } Com4io13AIorInputRegEntry ::= SEQUENCE { com4io13AIorInputRegIndex Integer32, com4io13AIorInputRegName OCTET STRING, com4io13AIorInputRegValue Opaque, com4io13AIorInputRegModbusAdd Integer32, com4io13AIorInputRegType OCTET STRING, com4io13AIorInputRegScaleRatio Opaque, com4io13AIorInputRegOffset Opaque, com4io13AIorInputRegScaleMin Opaque, com4io13AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.1 com4io13AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io13AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.2 com4io13AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io13AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.3 com4io13AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io13AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.4 com4io13AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io13AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.5 com4io13AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io13AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.6 com4io13AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io13AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.7 com4io13AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io13AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.8 com4io13AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io13AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.4.1.9 com4io13AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io13AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5 com4io13AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io13AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io13 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1 com4io13AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io13AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io13AOorHoldingRegIndex } ::= { com4io13AOorHoldingRegTable 1 } Com4io13AOorHoldingRegEntry ::= SEQUENCE { com4io13AOorHoldingRegIndex Integer32, com4io13AOorHoldingRegName OCTET STRING, com4io13AOorHoldingRegValue Opaque, com4io13AOorHoldingRegModbusAdd Integer32, com4io13AOorHoldingRegType OCTET STRING, com4io13AOorHoldingRegScaleRatio Opaque, com4io13AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1.1 com4io13AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io13AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1.2 com4io13AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io13AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1.3 com4io13AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io13AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1.4 com4io13AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io13AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1.5 com4io13AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io13AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1.6 com4io13AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io13AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.13.5.1.7 com4io13AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io13AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14 com4io14 OBJECT IDENTIFIER ::= { com4io 14 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1 com4io14BasicInfo OBJECT IDENTIFIER ::= { com4io14 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.1 com4io14Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io14BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.2 com4io14Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io14BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.3 com4io14ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io14BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.4 com4io14ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io14BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.5 com4io14ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io14BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.6 com4io14DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io14BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.7 com4io14DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io14BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.8 com4io14AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io14BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.1.9 com4io14AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io14BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.2 com4io14DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io14DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io14 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.2.1 com4io14DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io14DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io14DIorDiscInputIndex } ::= { com4io14DIorDiscInputTable 1 } Com4io14DIorDiscInputEntry ::= SEQUENCE { com4io14DIorDiscInputIndex Integer32, com4io14DIorDiscInputName OCTET STRING, com4io14DIorDiscInputValue Integer32, com4io14DIorDiscInputModbusAdd Integer32, com4io14DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.2.1.1 com4io14DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io14DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.2.1.2 com4io14DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io14DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.2.1.3 com4io14DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io14DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.2.1.4 com4io14DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io14DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.2.1.5 com4io14DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io14DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.3 com4io14DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io14DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io14 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.3.1 com4io14DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io14DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io14DOorCoilOutputIndex } ::= { com4io14DOorCoilOutputTable 1 } Com4io14DOorCoilOutputEntry ::= SEQUENCE { com4io14DOorCoilOutputIndex Integer32, com4io14DOorCoilOutputName OCTET STRING, com4io14DOorCoilOutputValue Integer32, com4io14DOorCoilOutputModbusAdd Integer32, com4io14DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.3.1.1 com4io14DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io14DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.3.1.2 com4io14DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io14DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.3.1.3 com4io14DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io14DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.3.1.4 com4io14DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io14DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.3.1.5 com4io14DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io14DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4 com4io14AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io14AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io14 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1 com4io14AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io14AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io14AIorInputRegIndex } ::= { com4io14AIorInputRegTable 1 } Com4io14AIorInputRegEntry ::= SEQUENCE { com4io14AIorInputRegIndex Integer32, com4io14AIorInputRegName OCTET STRING, com4io14AIorInputRegValue Opaque, com4io14AIorInputRegModbusAdd Integer32, com4io14AIorInputRegType OCTET STRING, com4io14AIorInputRegScaleRatio Opaque, com4io14AIorInputRegOffset Opaque, com4io14AIorInputRegScaleMin Opaque, com4io14AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.1 com4io14AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io14AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.2 com4io14AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io14AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.3 com4io14AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io14AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.4 com4io14AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io14AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.5 com4io14AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io14AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.6 com4io14AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io14AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.7 com4io14AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io14AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.8 com4io14AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io14AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.4.1.9 com4io14AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io14AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5 com4io14AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io14AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io14 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1 com4io14AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io14AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io14AOorHoldingRegIndex } ::= { com4io14AOorHoldingRegTable 1 } Com4io14AOorHoldingRegEntry ::= SEQUENCE { com4io14AOorHoldingRegIndex Integer32, com4io14AOorHoldingRegName OCTET STRING, com4io14AOorHoldingRegValue Opaque, com4io14AOorHoldingRegModbusAdd Integer32, com4io14AOorHoldingRegType OCTET STRING, com4io14AOorHoldingRegScaleRatio Opaque, com4io14AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1.1 com4io14AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io14AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1.2 com4io14AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io14AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1.3 com4io14AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io14AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1.4 com4io14AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io14AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1.5 com4io14AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io14AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1.6 com4io14AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io14AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.14.5.1.7 com4io14AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io14AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15 com4io15 OBJECT IDENTIFIER ::= { com4io 15 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1 com4io15BasicInfo OBJECT IDENTIFIER ::= { com4io15 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.1 com4io15Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io15BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.2 com4io15Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io15BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.3 com4io15ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io15BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.4 com4io15ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io15BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.5 com4io15ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io15BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.6 com4io15DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io15BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.7 com4io15DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io15BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.8 com4io15AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io15BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.1.9 com4io15AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io15BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.2 com4io15DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io15DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io15 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.2.1 com4io15DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io15DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io15DIorDiscInputIndex } ::= { com4io15DIorDiscInputTable 1 } Com4io15DIorDiscInputEntry ::= SEQUENCE { com4io15DIorDiscInputIndex Integer32, com4io15DIorDiscInputName OCTET STRING, com4io15DIorDiscInputValue Integer32, com4io15DIorDiscInputModbusAdd Integer32, com4io15DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.2.1.1 com4io15DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io15DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.2.1.2 com4io15DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io15DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.2.1.3 com4io15DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io15DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.2.1.4 com4io15DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io15DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.2.1.5 com4io15DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io15DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.3 com4io15DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io15DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io15 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.3.1 com4io15DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io15DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io15DOorCoilOutputIndex } ::= { com4io15DOorCoilOutputTable 1 } Com4io15DOorCoilOutputEntry ::= SEQUENCE { com4io15DOorCoilOutputIndex Integer32, com4io15DOorCoilOutputName OCTET STRING, com4io15DOorCoilOutputValue Integer32, com4io15DOorCoilOutputModbusAdd Integer32, com4io15DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.3.1.1 com4io15DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io15DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.3.1.2 com4io15DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io15DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.3.1.3 com4io15DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io15DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.3.1.4 com4io15DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io15DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.3.1.5 com4io15DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io15DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4 com4io15AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io15AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io15 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1 com4io15AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io15AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io15AIorInputRegIndex } ::= { com4io15AIorInputRegTable 1 } Com4io15AIorInputRegEntry ::= SEQUENCE { com4io15AIorInputRegIndex Integer32, com4io15AIorInputRegName OCTET STRING, com4io15AIorInputRegValue Opaque, com4io15AIorInputRegModbusAdd Integer32, com4io15AIorInputRegType OCTET STRING, com4io15AIorInputRegScaleRatio Opaque, com4io15AIorInputRegOffset Opaque, com4io15AIorInputRegScaleMin Opaque, com4io15AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.1 com4io15AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io15AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.2 com4io15AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io15AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.3 com4io15AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io15AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.4 com4io15AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io15AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.5 com4io15AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io15AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.6 com4io15AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io15AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.7 com4io15AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io15AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.8 com4io15AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io15AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.4.1.9 com4io15AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io15AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5 com4io15AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io15AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io15 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1 com4io15AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io15AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io15AOorHoldingRegIndex } ::= { com4io15AOorHoldingRegTable 1 } Com4io15AOorHoldingRegEntry ::= SEQUENCE { com4io15AOorHoldingRegIndex Integer32, com4io15AOorHoldingRegName OCTET STRING, com4io15AOorHoldingRegValue Opaque, com4io15AOorHoldingRegModbusAdd Integer32, com4io15AOorHoldingRegType OCTET STRING, com4io15AOorHoldingRegScaleRatio Opaque, com4io15AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1.1 com4io15AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io15AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1.2 com4io15AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io15AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1.3 com4io15AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io15AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1.4 com4io15AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io15AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1.5 com4io15AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io15AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1.6 com4io15AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io15AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.15.5.1.7 com4io15AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io15AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16 com4io16 OBJECT IDENTIFIER ::= { com4io 16 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1 com4io16BasicInfo OBJECT IDENTIFIER ::= { com4io16 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.1 com4io16Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { com4io16BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.2 com4io16Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { com4io16BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.3 com4io16ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { com4io16BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.4 com4io16ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { com4io16BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.5 com4io16ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { com4io16BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.6 com4io16DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { com4io16BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.7 com4io16DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { com4io16BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.8 com4io16AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { com4io16BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.1.9 com4io16AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { com4io16BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.2 com4io16DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io16DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { com4io16 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.2.1 com4io16DIorDiscInputEntry OBJECT-TYPE SYNTAX Com4io16DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { com4io16DIorDiscInputIndex } ::= { com4io16DIorDiscInputTable 1 } Com4io16DIorDiscInputEntry ::= SEQUENCE { com4io16DIorDiscInputIndex Integer32, com4io16DIorDiscInputName OCTET STRING, com4io16DIorDiscInputValue Integer32, com4io16DIorDiscInputModbusAdd Integer32, com4io16DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.2.1.1 com4io16DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { com4io16DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.2.1.2 com4io16DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { com4io16DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.2.1.3 com4io16DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { com4io16DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.2.1.4 com4io16DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { com4io16DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.2.1.5 com4io16DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { com4io16DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.3 com4io16DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io16DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { com4io16 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.3.1 com4io16DOorCoilOutputEntry OBJECT-TYPE SYNTAX Com4io16DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { com4io16DOorCoilOutputIndex } ::= { com4io16DOorCoilOutputTable 1 } Com4io16DOorCoilOutputEntry ::= SEQUENCE { com4io16DOorCoilOutputIndex Integer32, com4io16DOorCoilOutputName OCTET STRING, com4io16DOorCoilOutputValue Integer32, com4io16DOorCoilOutputModbusAdd Integer32, com4io16DOorCoilOutputAdvFunction OCTET STRING } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.3.1.1 com4io16DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { com4io16DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.3.1.2 com4io16DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { com4io16DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.3.1.3 com4io16DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { com4io16DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.3.1.4 com4io16DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { com4io16DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.3.1.5 com4io16DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { com4io16DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4 com4io16AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io16AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { com4io16 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1 com4io16AIorInputRegEntry OBJECT-TYPE SYNTAX Com4io16AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { com4io16AIorInputRegIndex } ::= { com4io16AIorInputRegTable 1 } Com4io16AIorInputRegEntry ::= SEQUENCE { com4io16AIorInputRegIndex Integer32, com4io16AIorInputRegName OCTET STRING, com4io16AIorInputRegValue Opaque, com4io16AIorInputRegModbusAdd Integer32, com4io16AIorInputRegType OCTET STRING, com4io16AIorInputRegScaleRatio Opaque, com4io16AIorInputRegOffset Opaque, com4io16AIorInputRegScaleMin Opaque, com4io16AIorInputRegScaleMax Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.1 com4io16AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { com4io16AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.2 com4io16AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { com4io16AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.3 com4io16AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { com4io16AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.4 com4io16AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { com4io16AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.5 com4io16AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { com4io16AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.6 com4io16AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io16AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.7 com4io16AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { com4io16AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.8 com4io16AIorInputRegScaleMin OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io16AIorInputRegEntry 8 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.4.1.9 com4io16AIorInputRegScaleMax OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The AI channel raw data can be set to operate with linear proportion between 'Min' and 'Max' values. (This setting is just for ICP DAS RS-485 modules.) " ::= { com4io16AIorInputRegEntry 9 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5 com4io16AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Com4io16AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { com4io16 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1 com4io16AOorHoldingRegEntry OBJECT-TYPE SYNTAX Com4io16AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { com4io16AOorHoldingRegIndex } ::= { com4io16AOorHoldingRegTable 1 } Com4io16AOorHoldingRegEntry ::= SEQUENCE { com4io16AOorHoldingRegIndex Integer32, com4io16AOorHoldingRegName OCTET STRING, com4io16AOorHoldingRegValue Opaque, com4io16AOorHoldingRegModbusAdd Integer32, com4io16AOorHoldingRegType OCTET STRING, com4io16AOorHoldingRegScaleRatio Opaque, com4io16AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1.1 com4io16AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { com4io16AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1.2 com4io16AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { com4io16AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1.3 com4io16AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { com4io16AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1.4 com4io16AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { com4io16AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1.5 com4io16AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { com4io16AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1.6 com4io16AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io16AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.3.16.5.1.7 com4io16AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { com4io16AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4 lanio OBJECT IDENTIFIER ::= { ioModuleInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1 lanio1 OBJECT IDENTIFIER ::= { lanio 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1 lanio1BasicInfo OBJECT IDENTIFIER ::= { lanio1 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.1 lanio1Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio1BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.2 lanio1Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio1BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.3 lanio1ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio1BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.4 lanio1ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio1BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.5 lanio1ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio1BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.6 lanio1DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio1BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.7 lanio1DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio1BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.8 lanio1AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio1BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.1.9 lanio1AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio1BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.2 lanio1DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio1DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio1 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.2.1 lanio1DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio1DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio1DIorDiscInputIndex } ::= { lanio1DIorDiscInputTable 1 } Lanio1DIorDiscInputEntry ::= SEQUENCE { lanio1DIorDiscInputIndex Integer32, lanio1DIorDiscInputName OCTET STRING, lanio1DIorDiscInputValue Integer32, lanio1DIorDiscInputModbusAdd Integer32, lanio1DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.2.1.1 lanio1DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio1DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.2.1.2 lanio1DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio1DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.2.1.3 lanio1DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio1DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.2.1.4 lanio1DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio1DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.2.1.5 lanio1DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio1DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3 lanio1DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio1DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio1 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3.1 lanio1DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio1DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio1DOorCoilOutputIndex } ::= { lanio1DOorCoilOutputTable 1 } Lanio1DOorCoilOutputEntry ::= SEQUENCE { lanio1DOorCoilOutputIndex Integer32, lanio1DOorCoilOutputName OCTET STRING, lanio1DOorCoilOutputValue Integer32, lanio1DOorCoilOutputModbusAdd Integer32, lanio1DOorCoilOutputAdvFunction OCTET STRING, lanio1DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3.1.1 lanio1DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio1DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3.1.2 lanio1DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio1DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3.1.3 lanio1DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio1DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3.1.4 lanio1DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio1DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3.1.5 lanio1DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio1DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.3.1.6 lanio1DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio1DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4 lanio1AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio1AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio1 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1 lanio1AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio1AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio1AIorInputRegIndex } ::= { lanio1AIorInputRegTable 1 } Lanio1AIorInputRegEntry ::= SEQUENCE { lanio1AIorInputRegIndex Integer32, lanio1AIorInputRegName OCTET STRING, lanio1AIorInputRegValue Opaque, lanio1AIorInputRegModbusAdd Integer32, lanio1AIorInputRegType OCTET STRING, lanio1AIorInputRegScaleRatio Opaque, lanio1AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1.1 lanio1AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio1AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1.2 lanio1AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio1AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1.3 lanio1AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio1AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1.4 lanio1AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio1AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1.5 lanio1AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio1AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1.6 lanio1AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio1AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.4.1.7 lanio1AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio1AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5 lanio1AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio1AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio1 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1 lanio1AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio1AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio1AOorHoldingRegIndex } ::= { lanio1AOorHoldingRegTable 1 } Lanio1AOorHoldingRegEntry ::= SEQUENCE { lanio1AOorHoldingRegIndex Integer32, lanio1AOorHoldingRegName OCTET STRING, lanio1AOorHoldingRegValue Opaque, lanio1AOorHoldingRegModbusAdd Integer32, lanio1AOorHoldingRegType OCTET STRING, lanio1AOorHoldingRegScaleRatio Opaque, lanio1AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1.1 lanio1AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio1AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1.2 lanio1AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio1AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1.3 lanio1AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio1AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1.4 lanio1AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio1AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1.5 lanio1AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio1AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1.6 lanio1AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio1AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.5.1.7 lanio1AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio1AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.6 lanio1IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio1IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio1 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.6.1 lanio1IREntry OBJECT-TYPE SYNTAX Lanio1IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio1IRIndex } ::= { lanio1IRTable 1 } Lanio1IREntry ::= SEQUENCE { lanio1IRIndex Integer32, lanio1IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.6.1.1 lanio1IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio1IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.1.6.1.2 lanio1IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio1IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2 lanio2 OBJECT IDENTIFIER ::= { lanio 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1 lanio2BasicInfo OBJECT IDENTIFIER ::= { lanio2 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.1 lanio2Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio2BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.2 lanio2Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio2BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.3 lanio2ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio2BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.4 lanio2ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio2BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.5 lanio2ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio2BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.6 lanio2DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio2BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.7 lanio2DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio2BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.8 lanio2AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio2BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.1.9 lanio2AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio2BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.2 lanio2DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio2DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio2 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.2.1 lanio2DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio2DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio2DIorDiscInputIndex } ::= { lanio2DIorDiscInputTable 1 } Lanio2DIorDiscInputEntry ::= SEQUENCE { lanio2DIorDiscInputIndex Integer32, lanio2DIorDiscInputName OCTET STRING, lanio2DIorDiscInputValue Integer32, lanio2DIorDiscInputModbusAdd Integer32, lanio2DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.2.1.1 lanio2DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio2DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.2.1.2 lanio2DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio2DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.2.1.3 lanio2DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio2DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.2.1.4 lanio2DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio2DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.2.1.5 lanio2DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio2DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3 lanio2DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio2DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio2 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3.1 lanio2DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio2DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio2DOorCoilOutputIndex } ::= { lanio2DOorCoilOutputTable 1 } Lanio2DOorCoilOutputEntry ::= SEQUENCE { lanio2DOorCoilOutputIndex Integer32, lanio2DOorCoilOutputName OCTET STRING, lanio2DOorCoilOutputValue Integer32, lanio2DOorCoilOutputModbusAdd Integer32, lanio2DOorCoilOutputAdvFunction OCTET STRING, lanio2DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3.1.1 lanio2DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio2DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3.1.2 lanio2DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio2DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3.1.3 lanio2DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio2DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3.1.4 lanio2DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio2DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3.1.5 lanio2DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio2DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.3.1.6 lanio2DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio2DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4 lanio2AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio2AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio2 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1 lanio2AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio2AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio2AIorInputRegIndex } ::= { lanio2AIorInputRegTable 1 } Lanio2AIorInputRegEntry ::= SEQUENCE { lanio2AIorInputRegIndex Integer32, lanio2AIorInputRegName OCTET STRING, lanio2AIorInputRegValue Opaque, lanio2AIorInputRegModbusAdd Integer32, lanio2AIorInputRegType OCTET STRING, lanio2AIorInputRegScaleRatio Opaque, lanio2AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1.1 lanio2AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio2AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1.2 lanio2AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio2AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1.3 lanio2AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio2AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1.4 lanio2AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio2AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1.5 lanio2AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio2AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1.6 lanio2AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio2AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.4.1.7 lanio2AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio2AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5 lanio2AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio2AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio2 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1 lanio2AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio2AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio2AOorHoldingRegIndex } ::= { lanio2AOorHoldingRegTable 1 } Lanio2AOorHoldingRegEntry ::= SEQUENCE { lanio2AOorHoldingRegIndex Integer32, lanio2AOorHoldingRegName OCTET STRING, lanio2AOorHoldingRegValue Opaque, lanio2AOorHoldingRegModbusAdd Integer32, lanio2AOorHoldingRegType OCTET STRING, lanio2AOorHoldingRegScaleRatio Opaque, lanio2AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1.1 lanio2AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio2AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1.2 lanio2AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio2AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1.3 lanio2AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio2AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1.4 lanio2AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio2AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1.5 lanio2AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio2AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1.6 lanio2AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio2AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.5.1.7 lanio2AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio2AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.6 lanio2IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio2IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio2 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.6.1 lanio2IREntry OBJECT-TYPE SYNTAX Lanio2IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio2IRIndex } ::= { lanio2IRTable 1 } Lanio2IREntry ::= SEQUENCE { lanio2IRIndex Integer32, lanio2IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.6.1.1 lanio2IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio2IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.2.6.1.2 lanio2IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio2IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3 lanio3 OBJECT IDENTIFIER ::= { lanio 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1 lanio3BasicInfo OBJECT IDENTIFIER ::= { lanio3 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.1 lanio3Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio3BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.2 lanio3Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio3BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.3 lanio3ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio3BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.4 lanio3ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio3BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.5 lanio3ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio3BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.6 lanio3DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio3BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.7 lanio3DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio3BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.8 lanio3AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio3BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.1.9 lanio3AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio3BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.2 lanio3DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio3DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio3 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.2.1 lanio3DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio3DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio3DIorDiscInputIndex } ::= { lanio3DIorDiscInputTable 1 } Lanio3DIorDiscInputEntry ::= SEQUENCE { lanio3DIorDiscInputIndex Integer32, lanio3DIorDiscInputName OCTET STRING, lanio3DIorDiscInputValue Integer32, lanio3DIorDiscInputModbusAdd Integer32, lanio3DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.2.1.1 lanio3DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio3DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.2.1.2 lanio3DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio3DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.2.1.3 lanio3DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio3DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.2.1.4 lanio3DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio3DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.2.1.5 lanio3DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio3DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3 lanio3DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio3DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio3 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3.1 lanio3DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio3DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio3DOorCoilOutputIndex } ::= { lanio3DOorCoilOutputTable 1 } Lanio3DOorCoilOutputEntry ::= SEQUENCE { lanio3DOorCoilOutputIndex Integer32, lanio3DOorCoilOutputName OCTET STRING, lanio3DOorCoilOutputValue Integer32, lanio3DOorCoilOutputModbusAdd Integer32, lanio3DOorCoilOutputAdvFunction OCTET STRING, lanio3DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3.1.1 lanio3DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio3DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3.1.2 lanio3DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio3DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3.1.3 lanio3DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio3DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3.1.4 lanio3DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio3DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3.1.5 lanio3DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio3DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.3.1.6 lanio3DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio3DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4 lanio3AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio3AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio3 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1 lanio3AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio3AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio3AIorInputRegIndex } ::= { lanio3AIorInputRegTable 1 } Lanio3AIorInputRegEntry ::= SEQUENCE { lanio3AIorInputRegIndex Integer32, lanio3AIorInputRegName OCTET STRING, lanio3AIorInputRegValue Opaque, lanio3AIorInputRegModbusAdd Integer32, lanio3AIorInputRegType OCTET STRING, lanio3AIorInputRegScaleRatio Opaque, lanio3AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1.1 lanio3AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio3AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1.2 lanio3AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio3AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1.3 lanio3AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio3AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1.4 lanio3AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio3AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1.5 lanio3AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio3AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1.6 lanio3AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio3AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.4.1.7 lanio3AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio3AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5 lanio3AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio3AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio3 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1 lanio3AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio3AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio3AOorHoldingRegIndex } ::= { lanio3AOorHoldingRegTable 1 } Lanio3AOorHoldingRegEntry ::= SEQUENCE { lanio3AOorHoldingRegIndex Integer32, lanio3AOorHoldingRegName OCTET STRING, lanio3AOorHoldingRegValue Opaque, lanio3AOorHoldingRegModbusAdd Integer32, lanio3AOorHoldingRegType OCTET STRING, lanio3AOorHoldingRegScaleRatio Opaque, lanio3AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1.1 lanio3AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio3AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1.2 lanio3AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio3AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1.3 lanio3AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio3AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1.4 lanio3AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio3AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1.5 lanio3AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio3AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1.6 lanio3AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio3AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.5.1.7 lanio3AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio3AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.6 lanio3IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio3IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio3 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.6.1 lanio3IREntry OBJECT-TYPE SYNTAX Lanio3IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio3IRIndex } ::= { lanio3IRTable 1 } Lanio3IREntry ::= SEQUENCE { lanio3IRIndex Integer32, lanio3IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.6.1.1 lanio3IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio3IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.3.6.1.2 lanio3IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio3IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4 lanio4 OBJECT IDENTIFIER ::= { lanio 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1 lanio4BasicInfo OBJECT IDENTIFIER ::= { lanio4 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.1 lanio4Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio4BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.2 lanio4Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio4BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.3 lanio4ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio4BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.4 lanio4ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio4BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.5 lanio4ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio4BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.6 lanio4DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio4BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.7 lanio4DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio4BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.8 lanio4AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio4BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.1.9 lanio4AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio4BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.2 lanio4DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio4DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio4 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.2.1 lanio4DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio4DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio4DIorDiscInputIndex } ::= { lanio4DIorDiscInputTable 1 } Lanio4DIorDiscInputEntry ::= SEQUENCE { lanio4DIorDiscInputIndex Integer32, lanio4DIorDiscInputName OCTET STRING, lanio4DIorDiscInputValue Integer32, lanio4DIorDiscInputModbusAdd Integer32, lanio4DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.2.1.1 lanio4DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio4DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.2.1.2 lanio4DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio4DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.2.1.3 lanio4DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio4DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.2.1.4 lanio4DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio4DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.2.1.5 lanio4DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio4DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3 lanio4DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio4DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio4 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3.1 lanio4DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio4DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio4DOorCoilOutputIndex } ::= { lanio4DOorCoilOutputTable 1 } Lanio4DOorCoilOutputEntry ::= SEQUENCE { lanio4DOorCoilOutputIndex Integer32, lanio4DOorCoilOutputName OCTET STRING, lanio4DOorCoilOutputValue Integer32, lanio4DOorCoilOutputModbusAdd Integer32, lanio4DOorCoilOutputAdvFunction OCTET STRING, lanio4DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3.1.1 lanio4DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio4DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3.1.2 lanio4DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio4DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3.1.3 lanio4DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio4DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3.1.4 lanio4DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio4DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3.1.5 lanio4DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio4DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.3.1.6 lanio4DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio4DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4 lanio4AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio4AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio4 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1 lanio4AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio4AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio4AIorInputRegIndex } ::= { lanio4AIorInputRegTable 1 } Lanio4AIorInputRegEntry ::= SEQUENCE { lanio4AIorInputRegIndex Integer32, lanio4AIorInputRegName OCTET STRING, lanio4AIorInputRegValue Opaque, lanio4AIorInputRegModbusAdd Integer32, lanio4AIorInputRegType OCTET STRING, lanio4AIorInputRegScaleRatio Opaque, lanio4AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1.1 lanio4AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio4AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1.2 lanio4AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio4AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1.3 lanio4AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio4AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1.4 lanio4AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio4AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1.5 lanio4AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio4AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1.6 lanio4AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio4AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.4.1.7 lanio4AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio4AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5 lanio4AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio4AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio4 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1 lanio4AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio4AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio4AOorHoldingRegIndex } ::= { lanio4AOorHoldingRegTable 1 } Lanio4AOorHoldingRegEntry ::= SEQUENCE { lanio4AOorHoldingRegIndex Integer32, lanio4AOorHoldingRegName OCTET STRING, lanio4AOorHoldingRegValue Opaque, lanio4AOorHoldingRegModbusAdd Integer32, lanio4AOorHoldingRegType OCTET STRING, lanio4AOorHoldingRegScaleRatio Opaque, lanio4AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1.1 lanio4AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio4AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1.2 lanio4AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio4AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1.3 lanio4AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio4AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1.4 lanio4AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio4AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1.5 lanio4AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio4AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1.6 lanio4AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio4AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.5.1.7 lanio4AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio4AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.6 lanio4IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio4IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio4 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.6.1 lanio4IREntry OBJECT-TYPE SYNTAX Lanio4IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio4IRIndex } ::= { lanio4IRTable 1 } Lanio4IREntry ::= SEQUENCE { lanio4IRIndex Integer32, lanio4IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.6.1.1 lanio4IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio4IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.4.6.1.2 lanio4IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio4IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5 lanio5 OBJECT IDENTIFIER ::= { lanio 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1 lanio5BasicInfo OBJECT IDENTIFIER ::= { lanio5 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.1 lanio5Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio5BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.2 lanio5Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio5BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.3 lanio5ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio5BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.4 lanio5ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio5BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.5 lanio5ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio5BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.6 lanio5DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio5BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.7 lanio5DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio5BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.8 lanio5AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio5BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.1.9 lanio5AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio5BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.2 lanio5DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio5DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio5 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.2.1 lanio5DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio5DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio5DIorDiscInputIndex } ::= { lanio5DIorDiscInputTable 1 } Lanio5DIorDiscInputEntry ::= SEQUENCE { lanio5DIorDiscInputIndex Integer32, lanio5DIorDiscInputName OCTET STRING, lanio5DIorDiscInputValue Integer32, lanio5DIorDiscInputModbusAdd Integer32, lanio5DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.2.1.1 lanio5DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio5DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.2.1.2 lanio5DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio5DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.2.1.3 lanio5DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio5DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.2.1.4 lanio5DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio5DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.2.1.5 lanio5DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio5DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3 lanio5DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio5DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio5 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3.1 lanio5DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio5DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio5DOorCoilOutputIndex } ::= { lanio5DOorCoilOutputTable 1 } Lanio5DOorCoilOutputEntry ::= SEQUENCE { lanio5DOorCoilOutputIndex Integer32, lanio5DOorCoilOutputName OCTET STRING, lanio5DOorCoilOutputValue Integer32, lanio5DOorCoilOutputModbusAdd Integer32, lanio5DOorCoilOutputAdvFunction OCTET STRING, lanio5DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3.1.1 lanio5DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio5DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3.1.2 lanio5DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio5DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3.1.3 lanio5DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio5DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3.1.4 lanio5DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio5DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3.1.5 lanio5DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio5DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.3.1.6 lanio5DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio5DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4 lanio5AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio5AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio5 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1 lanio5AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio5AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio5AIorInputRegIndex } ::= { lanio5AIorInputRegTable 1 } Lanio5AIorInputRegEntry ::= SEQUENCE { lanio5AIorInputRegIndex Integer32, lanio5AIorInputRegName OCTET STRING, lanio5AIorInputRegValue Opaque, lanio5AIorInputRegModbusAdd Integer32, lanio5AIorInputRegType OCTET STRING, lanio5AIorInputRegScaleRatio Opaque, lanio5AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1.1 lanio5AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio5AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1.2 lanio5AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio5AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1.3 lanio5AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio5AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1.4 lanio5AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio5AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1.5 lanio5AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio5AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1.6 lanio5AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio5AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.4.1.7 lanio5AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio5AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5 lanio5AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio5AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio5 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1 lanio5AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio5AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio5AOorHoldingRegIndex } ::= { lanio5AOorHoldingRegTable 1 } Lanio5AOorHoldingRegEntry ::= SEQUENCE { lanio5AOorHoldingRegIndex Integer32, lanio5AOorHoldingRegName OCTET STRING, lanio5AOorHoldingRegValue Opaque, lanio5AOorHoldingRegModbusAdd Integer32, lanio5AOorHoldingRegType OCTET STRING, lanio5AOorHoldingRegScaleRatio Opaque, lanio5AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1.1 lanio5AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio5AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1.2 lanio5AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio5AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1.3 lanio5AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio5AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1.4 lanio5AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio5AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1.5 lanio5AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio5AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1.6 lanio5AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio5AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.5.1.7 lanio5AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio5AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.6 lanio5IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio5IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio5 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.6.1 lanio5IREntry OBJECT-TYPE SYNTAX Lanio5IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio5IRIndex } ::= { lanio5IRTable 1 } Lanio5IREntry ::= SEQUENCE { lanio5IRIndex Integer32, lanio5IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.6.1.1 lanio5IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio5IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.5.6.1.2 lanio5IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio5IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6 lanio6 OBJECT IDENTIFIER ::= { lanio 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1 lanio6BasicInfo OBJECT IDENTIFIER ::= { lanio6 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.1 lanio6Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio6BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.2 lanio6Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio6BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.3 lanio6ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio6BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.4 lanio6ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio6BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.5 lanio6ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio6BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.6 lanio6DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio6BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.7 lanio6DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio6BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.8 lanio6AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio6BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.1.9 lanio6AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio6BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.2 lanio6DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio6DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio6 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.2.1 lanio6DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio6DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio6DIorDiscInputIndex } ::= { lanio6DIorDiscInputTable 1 } Lanio6DIorDiscInputEntry ::= SEQUENCE { lanio6DIorDiscInputIndex Integer32, lanio6DIorDiscInputName OCTET STRING, lanio6DIorDiscInputValue Integer32, lanio6DIorDiscInputModbusAdd Integer32, lanio6DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.2.1.1 lanio6DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio6DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.2.1.2 lanio6DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio6DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.2.1.3 lanio6DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio6DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.2.1.4 lanio6DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio6DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.2.1.5 lanio6DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio6DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3 lanio6DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio6DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio6 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3.1 lanio6DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio6DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio6DOorCoilOutputIndex } ::= { lanio6DOorCoilOutputTable 1 } Lanio6DOorCoilOutputEntry ::= SEQUENCE { lanio6DOorCoilOutputIndex Integer32, lanio6DOorCoilOutputName OCTET STRING, lanio6DOorCoilOutputValue Integer32, lanio6DOorCoilOutputModbusAdd Integer32, lanio6DOorCoilOutputAdvFunction OCTET STRING, lanio6DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3.1.1 lanio6DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio6DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3.1.2 lanio6DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio6DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3.1.3 lanio6DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio6DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3.1.4 lanio6DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio6DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3.1.5 lanio6DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio6DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.3.1.6 lanio6DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio6DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4 lanio6AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio6AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio6 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1 lanio6AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio6AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio6AIorInputRegIndex } ::= { lanio6AIorInputRegTable 1 } Lanio6AIorInputRegEntry ::= SEQUENCE { lanio6AIorInputRegIndex Integer32, lanio6AIorInputRegName OCTET STRING, lanio6AIorInputRegValue Opaque, lanio6AIorInputRegModbusAdd Integer32, lanio6AIorInputRegType OCTET STRING, lanio6AIorInputRegScaleRatio Opaque, lanio6AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1.1 lanio6AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio6AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1.2 lanio6AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio6AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1.3 lanio6AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio6AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1.4 lanio6AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio6AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1.5 lanio6AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio6AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1.6 lanio6AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio6AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.4.1.7 lanio6AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio6AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5 lanio6AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio6AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio6 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1 lanio6AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio6AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio6AOorHoldingRegIndex } ::= { lanio6AOorHoldingRegTable 1 } Lanio6AOorHoldingRegEntry ::= SEQUENCE { lanio6AOorHoldingRegIndex Integer32, lanio6AOorHoldingRegName OCTET STRING, lanio6AOorHoldingRegValue Opaque, lanio6AOorHoldingRegModbusAdd Integer32, lanio6AOorHoldingRegType OCTET STRING, lanio6AOorHoldingRegScaleRatio Opaque, lanio6AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1.1 lanio6AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio6AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1.2 lanio6AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio6AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1.3 lanio6AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio6AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1.4 lanio6AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio6AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1.5 lanio6AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio6AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1.6 lanio6AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio6AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.5.1.7 lanio6AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio6AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.6 lanio6IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio6IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio6 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.6.1 lanio6IREntry OBJECT-TYPE SYNTAX Lanio6IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio6IRIndex } ::= { lanio6IRTable 1 } Lanio6IREntry ::= SEQUENCE { lanio6IRIndex Integer32, lanio6IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.6.1.1 lanio6IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio6IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.6.6.1.2 lanio6IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio6IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7 lanio7 OBJECT IDENTIFIER ::= { lanio 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1 lanio7BasicInfo OBJECT IDENTIFIER ::= { lanio7 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.1 lanio7Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio7BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.2 lanio7Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio7BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.3 lanio7ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio7BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.4 lanio7ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio7BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.5 lanio7ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio7BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.6 lanio7DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio7BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.7 lanio7DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio7BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.8 lanio7AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio7BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.1.9 lanio7AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio7BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.2 lanio7DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio7DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio7 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.2.1 lanio7DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio7DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio7DIorDiscInputIndex } ::= { lanio7DIorDiscInputTable 1 } Lanio7DIorDiscInputEntry ::= SEQUENCE { lanio7DIorDiscInputIndex Integer32, lanio7DIorDiscInputName OCTET STRING, lanio7DIorDiscInputValue Integer32, lanio7DIorDiscInputModbusAdd Integer32, lanio7DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.2.1.1 lanio7DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio7DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.2.1.2 lanio7DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio7DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.2.1.3 lanio7DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio7DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.2.1.4 lanio7DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio7DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.2.1.5 lanio7DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio7DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3 lanio7DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio7DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio7 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3.1 lanio7DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio7DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio7DOorCoilOutputIndex } ::= { lanio7DOorCoilOutputTable 1 } Lanio7DOorCoilOutputEntry ::= SEQUENCE { lanio7DOorCoilOutputIndex Integer32, lanio7DOorCoilOutputName OCTET STRING, lanio7DOorCoilOutputValue Integer32, lanio7DOorCoilOutputModbusAdd Integer32, lanio7DOorCoilOutputAdvFunction OCTET STRING, lanio7DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3.1.1 lanio7DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio7DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3.1.2 lanio7DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio7DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3.1.3 lanio7DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio7DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3.1.4 lanio7DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio7DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3.1.5 lanio7DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio7DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.3.1.6 lanio7DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio7DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4 lanio7AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio7AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio7 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1 lanio7AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio7AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio7AIorInputRegIndex } ::= { lanio7AIorInputRegTable 1 } Lanio7AIorInputRegEntry ::= SEQUENCE { lanio7AIorInputRegIndex Integer32, lanio7AIorInputRegName OCTET STRING, lanio7AIorInputRegValue Opaque, lanio7AIorInputRegModbusAdd Integer32, lanio7AIorInputRegType OCTET STRING, lanio7AIorInputRegScaleRatio Opaque, lanio7AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1.1 lanio7AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio7AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1.2 lanio7AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio7AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1.3 lanio7AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio7AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1.4 lanio7AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio7AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1.5 lanio7AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio7AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1.6 lanio7AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio7AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.4.1.7 lanio7AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio7AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5 lanio7AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio7AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio7 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1 lanio7AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio7AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio7AOorHoldingRegIndex } ::= { lanio7AOorHoldingRegTable 1 } Lanio7AOorHoldingRegEntry ::= SEQUENCE { lanio7AOorHoldingRegIndex Integer32, lanio7AOorHoldingRegName OCTET STRING, lanio7AOorHoldingRegValue Opaque, lanio7AOorHoldingRegModbusAdd Integer32, lanio7AOorHoldingRegType OCTET STRING, lanio7AOorHoldingRegScaleRatio Opaque, lanio7AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1.1 lanio7AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio7AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1.2 lanio7AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio7AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1.3 lanio7AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio7AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1.4 lanio7AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio7AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1.5 lanio7AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio7AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1.6 lanio7AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio7AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.5.1.7 lanio7AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio7AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.6 lanio7IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio7IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio7 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.6.1 lanio7IREntry OBJECT-TYPE SYNTAX Lanio7IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio7IRIndex } ::= { lanio7IRTable 1 } Lanio7IREntry ::= SEQUENCE { lanio7IRIndex Integer32, lanio7IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.6.1.1 lanio7IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio7IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.7.6.1.2 lanio7IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio7IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8 lanio8 OBJECT IDENTIFIER ::= { lanio 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1 lanio8BasicInfo OBJECT IDENTIFIER ::= { lanio8 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.1 lanio8Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio8BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.2 lanio8Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio8BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.3 lanio8ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio8BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.4 lanio8ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio8BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.5 lanio8ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio8BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.6 lanio8DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio8BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.7 lanio8DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio8BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.8 lanio8AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio8BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.1.9 lanio8AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio8BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.2 lanio8DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio8DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio8 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.2.1 lanio8DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio8DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio8DIorDiscInputIndex } ::= { lanio8DIorDiscInputTable 1 } Lanio8DIorDiscInputEntry ::= SEQUENCE { lanio8DIorDiscInputIndex Integer32, lanio8DIorDiscInputName OCTET STRING, lanio8DIorDiscInputValue Integer32, lanio8DIorDiscInputModbusAdd Integer32, lanio8DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.2.1.1 lanio8DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio8DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.2.1.2 lanio8DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio8DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.2.1.3 lanio8DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio8DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.2.1.4 lanio8DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio8DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.2.1.5 lanio8DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio8DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3 lanio8DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio8DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio8 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3.1 lanio8DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio8DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio8DOorCoilOutputIndex } ::= { lanio8DOorCoilOutputTable 1 } Lanio8DOorCoilOutputEntry ::= SEQUENCE { lanio8DOorCoilOutputIndex Integer32, lanio8DOorCoilOutputName OCTET STRING, lanio8DOorCoilOutputValue Integer32, lanio8DOorCoilOutputModbusAdd Integer32, lanio8DOorCoilOutputAdvFunction OCTET STRING, lanio8DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3.1.1 lanio8DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio8DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3.1.2 lanio8DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio8DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3.1.3 lanio8DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio8DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3.1.4 lanio8DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio8DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3.1.5 lanio8DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio8DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.3.1.6 lanio8DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio8DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4 lanio8AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio8AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio8 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1 lanio8AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio8AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio8AIorInputRegIndex } ::= { lanio8AIorInputRegTable 1 } Lanio8AIorInputRegEntry ::= SEQUENCE { lanio8AIorInputRegIndex Integer32, lanio8AIorInputRegName OCTET STRING, lanio8AIorInputRegValue Opaque, lanio8AIorInputRegModbusAdd Integer32, lanio8AIorInputRegType OCTET STRING, lanio8AIorInputRegScaleRatio Opaque, lanio8AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1.1 lanio8AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio8AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1.2 lanio8AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio8AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1.3 lanio8AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio8AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1.4 lanio8AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio8AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1.5 lanio8AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio8AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1.6 lanio8AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio8AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.4.1.7 lanio8AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio8AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5 lanio8AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio8AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio8 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1 lanio8AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio8AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio8AOorHoldingRegIndex } ::= { lanio8AOorHoldingRegTable 1 } Lanio8AOorHoldingRegEntry ::= SEQUENCE { lanio8AOorHoldingRegIndex Integer32, lanio8AOorHoldingRegName OCTET STRING, lanio8AOorHoldingRegValue Opaque, lanio8AOorHoldingRegModbusAdd Integer32, lanio8AOorHoldingRegType OCTET STRING, lanio8AOorHoldingRegScaleRatio Opaque, lanio8AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1.1 lanio8AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio8AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1.2 lanio8AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio8AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1.3 lanio8AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio8AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1.4 lanio8AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio8AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1.5 lanio8AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio8AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1.6 lanio8AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio8AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.5.1.7 lanio8AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio8AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.6 lanio8IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio8IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio8 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.6.1 lanio8IREntry OBJECT-TYPE SYNTAX Lanio8IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio8IRIndex } ::= { lanio8IRTable 1 } Lanio8IREntry ::= SEQUENCE { lanio8IRIndex Integer32, lanio8IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.6.1.1 lanio8IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio8IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.8.6.1.2 lanio8IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio8IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9 lanio9 OBJECT IDENTIFIER ::= { lanio 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1 lanio9BasicInfo OBJECT IDENTIFIER ::= { lanio9 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.1 lanio9Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio9BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.2 lanio9Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio9BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.3 lanio9ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio9BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.4 lanio9ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio9BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.5 lanio9ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio9BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.6 lanio9DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio9BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.7 lanio9DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio9BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.8 lanio9AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio9BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.1.9 lanio9AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio9BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.2 lanio9DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio9DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio9 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.2.1 lanio9DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio9DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio9DIorDiscInputIndex } ::= { lanio9DIorDiscInputTable 1 } Lanio9DIorDiscInputEntry ::= SEQUENCE { lanio9DIorDiscInputIndex Integer32, lanio9DIorDiscInputName OCTET STRING, lanio9DIorDiscInputValue Integer32, lanio9DIorDiscInputModbusAdd Integer32, lanio9DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.2.1.1 lanio9DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio9DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.2.1.2 lanio9DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio9DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.2.1.3 lanio9DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio9DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.2.1.4 lanio9DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio9DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.2.1.5 lanio9DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio9DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3 lanio9DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio9DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio9 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3.1 lanio9DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio9DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio9DOorCoilOutputIndex } ::= { lanio9DOorCoilOutputTable 1 } Lanio9DOorCoilOutputEntry ::= SEQUENCE { lanio9DOorCoilOutputIndex Integer32, lanio9DOorCoilOutputName OCTET STRING, lanio9DOorCoilOutputValue Integer32, lanio9DOorCoilOutputModbusAdd Integer32, lanio9DOorCoilOutputAdvFunction OCTET STRING, lanio9DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3.1.1 lanio9DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio9DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3.1.2 lanio9DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio9DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3.1.3 lanio9DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio9DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3.1.4 lanio9DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio9DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3.1.5 lanio9DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio9DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.3.1.6 lanio9DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio9DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4 lanio9AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio9AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio9 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1 lanio9AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio9AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio9AIorInputRegIndex } ::= { lanio9AIorInputRegTable 1 } Lanio9AIorInputRegEntry ::= SEQUENCE { lanio9AIorInputRegIndex Integer32, lanio9AIorInputRegName OCTET STRING, lanio9AIorInputRegValue Opaque, lanio9AIorInputRegModbusAdd Integer32, lanio9AIorInputRegType OCTET STRING, lanio9AIorInputRegScaleRatio Opaque, lanio9AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1.1 lanio9AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio9AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1.2 lanio9AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio9AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1.3 lanio9AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio9AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1.4 lanio9AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio9AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1.5 lanio9AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio9AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1.6 lanio9AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio9AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.4.1.7 lanio9AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio9AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5 lanio9AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio9AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio9 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1 lanio9AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio9AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio9AOorHoldingRegIndex } ::= { lanio9AOorHoldingRegTable 1 } Lanio9AOorHoldingRegEntry ::= SEQUENCE { lanio9AOorHoldingRegIndex Integer32, lanio9AOorHoldingRegName OCTET STRING, lanio9AOorHoldingRegValue Opaque, lanio9AOorHoldingRegModbusAdd Integer32, lanio9AOorHoldingRegType OCTET STRING, lanio9AOorHoldingRegScaleRatio Opaque, lanio9AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1.1 lanio9AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio9AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1.2 lanio9AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio9AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1.3 lanio9AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio9AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1.4 lanio9AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio9AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1.5 lanio9AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio9AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1.6 lanio9AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio9AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.5.1.7 lanio9AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio9AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.6 lanio9IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio9IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio9 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.6.1 lanio9IREntry OBJECT-TYPE SYNTAX Lanio9IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio9IRIndex } ::= { lanio9IRTable 1 } Lanio9IREntry ::= SEQUENCE { lanio9IRIndex Integer32, lanio9IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.6.1.1 lanio9IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio9IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.9.6.1.2 lanio9IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio9IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10 lanio10 OBJECT IDENTIFIER ::= { lanio 10 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1 lanio10BasicInfo OBJECT IDENTIFIER ::= { lanio10 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.1 lanio10Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio10BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.2 lanio10Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio10BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.3 lanio10ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio10BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.4 lanio10ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio10BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.5 lanio10ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio10BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.6 lanio10DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio10BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.7 lanio10DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio10BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.8 lanio10AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio10BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.1.9 lanio10AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio10BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.2 lanio10DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio10DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio10 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.2.1 lanio10DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio10DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio10DIorDiscInputIndex } ::= { lanio10DIorDiscInputTable 1 } Lanio10DIorDiscInputEntry ::= SEQUENCE { lanio10DIorDiscInputIndex Integer32, lanio10DIorDiscInputName OCTET STRING, lanio10DIorDiscInputValue Integer32, lanio10DIorDiscInputModbusAdd Integer32, lanio10DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.2.1.1 lanio10DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio10DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.2.1.2 lanio10DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio10DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.2.1.3 lanio10DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio10DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.2.1.4 lanio10DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio10DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.2.1.5 lanio10DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio10DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3 lanio10DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio10DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio10 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3.1 lanio10DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio10DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio10DOorCoilOutputIndex } ::= { lanio10DOorCoilOutputTable 1 } Lanio10DOorCoilOutputEntry ::= SEQUENCE { lanio10DOorCoilOutputIndex Integer32, lanio10DOorCoilOutputName OCTET STRING, lanio10DOorCoilOutputValue Integer32, lanio10DOorCoilOutputModbusAdd Integer32, lanio10DOorCoilOutputAdvFunction OCTET STRING, lanio10DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3.1.1 lanio10DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio10DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3.1.2 lanio10DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio10DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3.1.3 lanio10DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio10DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3.1.4 lanio10DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio10DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3.1.5 lanio10DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio10DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.3.1.6 lanio10DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio10DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4 lanio10AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio10AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio10 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1 lanio10AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio10AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio10AIorInputRegIndex } ::= { lanio10AIorInputRegTable 1 } Lanio10AIorInputRegEntry ::= SEQUENCE { lanio10AIorInputRegIndex Integer32, lanio10AIorInputRegName OCTET STRING, lanio10AIorInputRegValue Opaque, lanio10AIorInputRegModbusAdd Integer32, lanio10AIorInputRegType OCTET STRING, lanio10AIorInputRegScaleRatio Opaque, lanio10AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1.1 lanio10AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio10AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1.2 lanio10AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio10AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1.3 lanio10AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio10AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1.4 lanio10AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio10AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1.5 lanio10AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio10AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1.6 lanio10AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio10AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.4.1.7 lanio10AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio10AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5 lanio10AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio10AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio10 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1 lanio10AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio10AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio10AOorHoldingRegIndex } ::= { lanio10AOorHoldingRegTable 1 } Lanio10AOorHoldingRegEntry ::= SEQUENCE { lanio10AOorHoldingRegIndex Integer32, lanio10AOorHoldingRegName OCTET STRING, lanio10AOorHoldingRegValue Opaque, lanio10AOorHoldingRegModbusAdd Integer32, lanio10AOorHoldingRegType OCTET STRING, lanio10AOorHoldingRegScaleRatio Opaque, lanio10AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1.1 lanio10AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio10AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1.2 lanio10AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio10AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1.3 lanio10AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio10AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1.4 lanio10AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio10AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1.5 lanio10AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio10AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1.6 lanio10AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio10AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.5.1.7 lanio10AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio10AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.6 lanio10IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio10IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio10 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.6.1 lanio10IREntry OBJECT-TYPE SYNTAX Lanio10IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio10IRIndex } ::= { lanio10IRTable 1 } Lanio10IREntry ::= SEQUENCE { lanio10IRIndex Integer32, lanio10IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.6.1.1 lanio10IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio10IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.10.6.1.2 lanio10IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio10IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11 lanio11 OBJECT IDENTIFIER ::= { lanio 11 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1 lanio11BasicInfo OBJECT IDENTIFIER ::= { lanio11 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.1 lanio11Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio11BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.2 lanio11Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio11BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.3 lanio11ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio11BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.4 lanio11ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio11BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.5 lanio11ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio11BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.6 lanio11DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio11BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.7 lanio11DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio11BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.8 lanio11AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio11BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.1.9 lanio11AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio11BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.2 lanio11DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio11DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio11 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.2.1 lanio11DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio11DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio11DIorDiscInputIndex } ::= { lanio11DIorDiscInputTable 1 } Lanio11DIorDiscInputEntry ::= SEQUENCE { lanio11DIorDiscInputIndex Integer32, lanio11DIorDiscInputName OCTET STRING, lanio11DIorDiscInputValue Integer32, lanio11DIorDiscInputModbusAdd Integer32, lanio11DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.2.1.1 lanio11DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio11DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.2.1.2 lanio11DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio11DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.2.1.3 lanio11DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio11DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.2.1.4 lanio11DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio11DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.2.1.5 lanio11DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio11DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3 lanio11DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio11DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio11 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3.1 lanio11DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio11DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio11DOorCoilOutputIndex } ::= { lanio11DOorCoilOutputTable 1 } Lanio11DOorCoilOutputEntry ::= SEQUENCE { lanio11DOorCoilOutputIndex Integer32, lanio11DOorCoilOutputName OCTET STRING, lanio11DOorCoilOutputValue Integer32, lanio11DOorCoilOutputModbusAdd Integer32, lanio11DOorCoilOutputAdvFunction OCTET STRING, lanio11DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3.1.1 lanio11DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio11DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3.1.2 lanio11DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio11DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3.1.3 lanio11DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio11DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3.1.4 lanio11DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio11DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3.1.5 lanio11DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio11DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.3.1.6 lanio11DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio11DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4 lanio11AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio11AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio11 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1 lanio11AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio11AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio11AIorInputRegIndex } ::= { lanio11AIorInputRegTable 1 } Lanio11AIorInputRegEntry ::= SEQUENCE { lanio11AIorInputRegIndex Integer32, lanio11AIorInputRegName OCTET STRING, lanio11AIorInputRegValue Opaque, lanio11AIorInputRegModbusAdd Integer32, lanio11AIorInputRegType OCTET STRING, lanio11AIorInputRegScaleRatio Opaque, lanio11AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1.1 lanio11AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio11AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1.2 lanio11AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio11AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1.3 lanio11AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio11AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1.4 lanio11AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio11AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1.5 lanio11AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio11AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1.6 lanio11AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio11AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.4.1.7 lanio11AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio11AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5 lanio11AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio11AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio11 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1 lanio11AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio11AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio11AOorHoldingRegIndex } ::= { lanio11AOorHoldingRegTable 1 } Lanio11AOorHoldingRegEntry ::= SEQUENCE { lanio11AOorHoldingRegIndex Integer32, lanio11AOorHoldingRegName OCTET STRING, lanio11AOorHoldingRegValue Opaque, lanio11AOorHoldingRegModbusAdd Integer32, lanio11AOorHoldingRegType OCTET STRING, lanio11AOorHoldingRegScaleRatio Opaque, lanio11AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1.1 lanio11AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio11AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1.2 lanio11AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio11AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1.3 lanio11AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio11AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1.4 lanio11AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio11AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1.5 lanio11AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio11AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1.6 lanio11AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio11AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.5.1.7 lanio11AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio11AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.6 lanio11IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio11IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio11 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.6.1 lanio11IREntry OBJECT-TYPE SYNTAX Lanio11IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio11IRIndex } ::= { lanio11IRTable 1 } Lanio11IREntry ::= SEQUENCE { lanio11IRIndex Integer32, lanio11IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.6.1.1 lanio11IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio11IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.11.6.1.2 lanio11IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio11IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12 lanio12 OBJECT IDENTIFIER ::= { lanio 12 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1 lanio12BasicInfo OBJECT IDENTIFIER ::= { lanio12 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.1 lanio12Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio12BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.2 lanio12Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio12BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.3 lanio12ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio12BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.4 lanio12ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio12BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.5 lanio12ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio12BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.6 lanio12DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio12BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.7 lanio12DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio12BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.8 lanio12AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio12BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.1.9 lanio12AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio12BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.2 lanio12DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio12DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio12 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.2.1 lanio12DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio12DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio12DIorDiscInputIndex } ::= { lanio12DIorDiscInputTable 1 } Lanio12DIorDiscInputEntry ::= SEQUENCE { lanio12DIorDiscInputIndex Integer32, lanio12DIorDiscInputName OCTET STRING, lanio12DIorDiscInputValue Integer32, lanio12DIorDiscInputModbusAdd Integer32, lanio12DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.2.1.1 lanio12DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio12DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.2.1.2 lanio12DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio12DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.2.1.3 lanio12DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio12DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.2.1.4 lanio12DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio12DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.2.1.5 lanio12DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio12DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3 lanio12DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio12DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio12 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3.1 lanio12DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio12DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio12DOorCoilOutputIndex } ::= { lanio12DOorCoilOutputTable 1 } Lanio12DOorCoilOutputEntry ::= SEQUENCE { lanio12DOorCoilOutputIndex Integer32, lanio12DOorCoilOutputName OCTET STRING, lanio12DOorCoilOutputValue Integer32, lanio12DOorCoilOutputModbusAdd Integer32, lanio12DOorCoilOutputAdvFunction OCTET STRING, lanio12DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3.1.1 lanio12DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio12DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3.1.2 lanio12DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio12DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3.1.3 lanio12DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio12DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3.1.4 lanio12DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio12DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3.1.5 lanio12DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio12DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.3.1.6 lanio12DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio12DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4 lanio12AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio12AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio12 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1 lanio12AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio12AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio12AIorInputRegIndex } ::= { lanio12AIorInputRegTable 1 } Lanio12AIorInputRegEntry ::= SEQUENCE { lanio12AIorInputRegIndex Integer32, lanio12AIorInputRegName OCTET STRING, lanio12AIorInputRegValue Opaque, lanio12AIorInputRegModbusAdd Integer32, lanio12AIorInputRegType OCTET STRING, lanio12AIorInputRegScaleRatio Opaque, lanio12AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1.1 lanio12AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio12AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1.2 lanio12AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio12AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1.3 lanio12AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio12AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1.4 lanio12AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio12AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1.5 lanio12AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio12AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1.6 lanio12AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio12AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.4.1.7 lanio12AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio12AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5 lanio12AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio12AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio12 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1 lanio12AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio12AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio12AOorHoldingRegIndex } ::= { lanio12AOorHoldingRegTable 1 } Lanio12AOorHoldingRegEntry ::= SEQUENCE { lanio12AOorHoldingRegIndex Integer32, lanio12AOorHoldingRegName OCTET STRING, lanio12AOorHoldingRegValue Opaque, lanio12AOorHoldingRegModbusAdd Integer32, lanio12AOorHoldingRegType OCTET STRING, lanio12AOorHoldingRegScaleRatio Opaque, lanio12AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1.1 lanio12AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio12AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1.2 lanio12AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio12AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1.3 lanio12AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio12AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1.4 lanio12AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio12AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1.5 lanio12AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio12AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1.6 lanio12AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio12AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.5.1.7 lanio12AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio12AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.6 lanio12IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio12IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio12 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.6.1 lanio12IREntry OBJECT-TYPE SYNTAX Lanio12IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio12IRIndex } ::= { lanio12IRTable 1 } Lanio12IREntry ::= SEQUENCE { lanio12IRIndex Integer32, lanio12IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.6.1.1 lanio12IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio12IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.12.6.1.2 lanio12IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio12IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13 lanio13 OBJECT IDENTIFIER ::= { lanio 13 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1 lanio13BasicInfo OBJECT IDENTIFIER ::= { lanio13 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.1 lanio13Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio13BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.2 lanio13Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio13BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.3 lanio13ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio13BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.4 lanio13ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio13BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.5 lanio13ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio13BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.6 lanio13DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio13BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.7 lanio13DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio13BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.8 lanio13AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio13BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.1.9 lanio13AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio13BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.2 lanio13DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio13DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio13 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.2.1 lanio13DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio13DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio13DIorDiscInputIndex } ::= { lanio13DIorDiscInputTable 1 } Lanio13DIorDiscInputEntry ::= SEQUENCE { lanio13DIorDiscInputIndex Integer32, lanio13DIorDiscInputName OCTET STRING, lanio13DIorDiscInputValue Integer32, lanio13DIorDiscInputModbusAdd Integer32, lanio13DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.2.1.1 lanio13DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio13DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.2.1.2 lanio13DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio13DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.2.1.3 lanio13DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio13DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.2.1.4 lanio13DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio13DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.2.1.5 lanio13DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio13DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3 lanio13DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio13DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio13 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3.1 lanio13DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio13DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio13DOorCoilOutputIndex } ::= { lanio13DOorCoilOutputTable 1 } Lanio13DOorCoilOutputEntry ::= SEQUENCE { lanio13DOorCoilOutputIndex Integer32, lanio13DOorCoilOutputName OCTET STRING, lanio13DOorCoilOutputValue Integer32, lanio13DOorCoilOutputModbusAdd Integer32, lanio13DOorCoilOutputAdvFunction OCTET STRING, lanio13DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3.1.1 lanio13DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio13DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3.1.2 lanio13DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio13DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3.1.3 lanio13DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio13DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3.1.4 lanio13DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio13DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3.1.5 lanio13DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio13DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.3.1.6 lanio13DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio13DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4 lanio13AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio13AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio13 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1 lanio13AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio13AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio13AIorInputRegIndex } ::= { lanio13AIorInputRegTable 1 } Lanio13AIorInputRegEntry ::= SEQUENCE { lanio13AIorInputRegIndex Integer32, lanio13AIorInputRegName OCTET STRING, lanio13AIorInputRegValue Opaque, lanio13AIorInputRegModbusAdd Integer32, lanio13AIorInputRegType OCTET STRING, lanio13AIorInputRegScaleRatio Opaque, lanio13AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1.1 lanio13AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio13AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1.2 lanio13AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio13AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1.3 lanio13AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio13AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1.4 lanio13AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio13AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1.5 lanio13AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio13AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1.6 lanio13AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio13AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.4.1.7 lanio13AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio13AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5 lanio13AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio13AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio13 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1 lanio13AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio13AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio13AOorHoldingRegIndex } ::= { lanio13AOorHoldingRegTable 1 } Lanio13AOorHoldingRegEntry ::= SEQUENCE { lanio13AOorHoldingRegIndex Integer32, lanio13AOorHoldingRegName OCTET STRING, lanio13AOorHoldingRegValue Opaque, lanio13AOorHoldingRegModbusAdd Integer32, lanio13AOorHoldingRegType OCTET STRING, lanio13AOorHoldingRegScaleRatio Opaque, lanio13AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1.1 lanio13AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio13AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1.2 lanio13AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio13AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1.3 lanio13AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio13AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1.4 lanio13AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio13AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1.5 lanio13AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio13AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1.6 lanio13AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio13AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.5.1.7 lanio13AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio13AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.6 lanio13IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio13IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio13 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.6.1 lanio13IREntry OBJECT-TYPE SYNTAX Lanio13IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio13IRIndex } ::= { lanio13IRTable 1 } Lanio13IREntry ::= SEQUENCE { lanio13IRIndex Integer32, lanio13IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.6.1.1 lanio13IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio13IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.13.6.1.2 lanio13IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio13IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14 lanio14 OBJECT IDENTIFIER ::= { lanio 14 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1 lanio14BasicInfo OBJECT IDENTIFIER ::= { lanio14 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.1 lanio14Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio14BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.2 lanio14Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio14BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.3 lanio14ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio14BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.4 lanio14ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio14BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.5 lanio14ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio14BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.6 lanio14DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio14BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.7 lanio14DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio14BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.8 lanio14AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio14BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.1.9 lanio14AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio14BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.2 lanio14DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio14DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio14 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.2.1 lanio14DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio14DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio14DIorDiscInputIndex } ::= { lanio14DIorDiscInputTable 1 } Lanio14DIorDiscInputEntry ::= SEQUENCE { lanio14DIorDiscInputIndex Integer32, lanio14DIorDiscInputName OCTET STRING, lanio14DIorDiscInputValue Integer32, lanio14DIorDiscInputModbusAdd Integer32, lanio14DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.2.1.1 lanio14DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio14DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.2.1.2 lanio14DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio14DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.2.1.3 lanio14DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio14DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.2.1.4 lanio14DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio14DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.2.1.5 lanio14DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio14DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3 lanio14DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio14DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio14 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3.1 lanio14DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio14DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio14DOorCoilOutputIndex } ::= { lanio14DOorCoilOutputTable 1 } Lanio14DOorCoilOutputEntry ::= SEQUENCE { lanio14DOorCoilOutputIndex Integer32, lanio14DOorCoilOutputName OCTET STRING, lanio14DOorCoilOutputValue Integer32, lanio14DOorCoilOutputModbusAdd Integer32, lanio14DOorCoilOutputAdvFunction OCTET STRING, lanio14DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3.1.1 lanio14DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio14DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3.1.2 lanio14DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio14DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3.1.3 lanio14DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio14DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3.1.4 lanio14DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio14DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3.1.5 lanio14DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio14DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.3.1.6 lanio14DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio14DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4 lanio14AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio14AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio14 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1 lanio14AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio14AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio14AIorInputRegIndex } ::= { lanio14AIorInputRegTable 1 } Lanio14AIorInputRegEntry ::= SEQUENCE { lanio14AIorInputRegIndex Integer32, lanio14AIorInputRegName OCTET STRING, lanio14AIorInputRegValue Opaque, lanio14AIorInputRegModbusAdd Integer32, lanio14AIorInputRegType OCTET STRING, lanio14AIorInputRegScaleRatio Opaque, lanio14AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1.1 lanio14AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio14AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1.2 lanio14AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio14AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1.3 lanio14AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio14AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1.4 lanio14AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio14AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1.5 lanio14AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio14AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1.6 lanio14AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio14AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.4.1.7 lanio14AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio14AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5 lanio14AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio14AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio14 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1 lanio14AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio14AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio14AOorHoldingRegIndex } ::= { lanio14AOorHoldingRegTable 1 } Lanio14AOorHoldingRegEntry ::= SEQUENCE { lanio14AOorHoldingRegIndex Integer32, lanio14AOorHoldingRegName OCTET STRING, lanio14AOorHoldingRegValue Opaque, lanio14AOorHoldingRegModbusAdd Integer32, lanio14AOorHoldingRegType OCTET STRING, lanio14AOorHoldingRegScaleRatio Opaque, lanio14AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1.1 lanio14AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio14AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1.2 lanio14AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio14AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1.3 lanio14AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio14AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1.4 lanio14AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio14AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1.5 lanio14AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio14AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1.6 lanio14AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio14AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.5.1.7 lanio14AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio14AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.6 lanio14IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio14IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio14 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.6.1 lanio14IREntry OBJECT-TYPE SYNTAX Lanio14IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio14IRIndex } ::= { lanio14IRTable 1 } Lanio14IREntry ::= SEQUENCE { lanio14IRIndex Integer32, lanio14IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.6.1.1 lanio14IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio14IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.14.6.1.2 lanio14IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio14IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15 lanio15 OBJECT IDENTIFIER ::= { lanio 15 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1 lanio15BasicInfo OBJECT IDENTIFIER ::= { lanio15 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.1 lanio15Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio15BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.2 lanio15Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio15BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.3 lanio15ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio15BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.4 lanio15ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio15BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.5 lanio15ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio15BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.6 lanio15DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio15BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.7 lanio15DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio15BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.8 lanio15AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio15BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.1.9 lanio15AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio15BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.2 lanio15DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio15DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio15 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.2.1 lanio15DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio15DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio15DIorDiscInputIndex } ::= { lanio15DIorDiscInputTable 1 } Lanio15DIorDiscInputEntry ::= SEQUENCE { lanio15DIorDiscInputIndex Integer32, lanio15DIorDiscInputName OCTET STRING, lanio15DIorDiscInputValue Integer32, lanio15DIorDiscInputModbusAdd Integer32, lanio15DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.2.1.1 lanio15DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio15DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.2.1.2 lanio15DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio15DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.2.1.3 lanio15DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio15DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.2.1.4 lanio15DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio15DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.2.1.5 lanio15DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio15DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3 lanio15DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio15DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio15 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3.1 lanio15DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio15DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio15DOorCoilOutputIndex } ::= { lanio15DOorCoilOutputTable 1 } Lanio15DOorCoilOutputEntry ::= SEQUENCE { lanio15DOorCoilOutputIndex Integer32, lanio15DOorCoilOutputName OCTET STRING, lanio15DOorCoilOutputValue Integer32, lanio15DOorCoilOutputModbusAdd Integer32, lanio15DOorCoilOutputAdvFunction OCTET STRING, lanio15DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3.1.1 lanio15DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio15DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3.1.2 lanio15DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio15DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3.1.3 lanio15DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio15DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3.1.4 lanio15DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio15DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3.1.5 lanio15DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio15DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.3.1.6 lanio15DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio15DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4 lanio15AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio15AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio15 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1 lanio15AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio15AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio15AIorInputRegIndex } ::= { lanio15AIorInputRegTable 1 } Lanio15AIorInputRegEntry ::= SEQUENCE { lanio15AIorInputRegIndex Integer32, lanio15AIorInputRegName OCTET STRING, lanio15AIorInputRegValue Opaque, lanio15AIorInputRegModbusAdd Integer32, lanio15AIorInputRegType OCTET STRING, lanio15AIorInputRegScaleRatio Opaque, lanio15AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1.1 lanio15AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio15AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1.2 lanio15AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio15AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1.3 lanio15AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio15AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1.4 lanio15AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio15AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1.5 lanio15AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio15AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1.6 lanio15AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio15AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.4.1.7 lanio15AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio15AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5 lanio15AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio15AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio15 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1 lanio15AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio15AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio15AOorHoldingRegIndex } ::= { lanio15AOorHoldingRegTable 1 } Lanio15AOorHoldingRegEntry ::= SEQUENCE { lanio15AOorHoldingRegIndex Integer32, lanio15AOorHoldingRegName OCTET STRING, lanio15AOorHoldingRegValue Opaque, lanio15AOorHoldingRegModbusAdd Integer32, lanio15AOorHoldingRegType OCTET STRING, lanio15AOorHoldingRegScaleRatio Opaque, lanio15AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1.1 lanio15AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio15AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1.2 lanio15AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio15AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1.3 lanio15AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio15AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1.4 lanio15AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio15AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1.5 lanio15AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio15AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1.6 lanio15AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio15AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.5.1.7 lanio15AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio15AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.6 lanio15IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio15IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio15 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.6.1 lanio15IREntry OBJECT-TYPE SYNTAX Lanio15IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio15IRIndex } ::= { lanio15IRTable 1 } Lanio15IREntry ::= SEQUENCE { lanio15IRIndex Integer32, lanio15IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.6.1.1 lanio15IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio15IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.15.6.1.2 lanio15IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio15IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16 lanio16 OBJECT IDENTIFIER ::= { lanio 16 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1 lanio16BasicInfo OBJECT IDENTIFIER ::= { lanio16 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.1 lanio16Index OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the I/O module." ::= { lanio16BasicInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.2 lanio16Interface OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The connected interface of the I/O module(Com3 / Com4 / IP:Port)." ::= { lanio16BasicInfo 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.3 lanio16ModbusID OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus ID(or NetID) of the I/O module." ::= { lanio16BasicInfo 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.4 lanio16ModuleName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the I/O module. Format: module name(nickname). " ::= { lanio16BasicInfo 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.5 lanio16ConnectionStatus OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connection status of the I/O module." ::= { lanio16BasicInfo 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.6 lanio16DIorDiscInputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DI channel / discrete input data." ::= { lanio16BasicInfo 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.7 lanio16DOorCoilOutputAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the DO channel / coil output data." ::= { lanio16BasicInfo 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.8 lanio16AIorInputRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AI channel / input register data." ::= { lanio16BasicInfo 8 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.1.9 lanio16AOorHoldingRegAmount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of the AO channel / holding register data." ::= { lanio16BasicInfo 9 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.2 lanio16DIorDiscInputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio16DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table" ::= { lanio16 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.2.1 lanio16DIorDiscInputEntry OBJECT-TYPE SYNTAX Lanio16DIorDiscInputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DI or Discrete Input Table Entry" INDEX { lanio16DIorDiscInputIndex } ::= { lanio16DIorDiscInputTable 1 } Lanio16DIorDiscInputEntry ::= SEQUENCE { lanio16DIorDiscInputIndex Integer32, lanio16DIorDiscInputName OCTET STRING, lanio16DIorDiscInputValue Integer32, lanio16DIorDiscInputModbusAdd Integer32, lanio16DIorDiscInputCounterValue Counter32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.2.1.1 lanio16DIorDiscInputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DI channel / discrete input data." ::= { lanio16DIorDiscInputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.2.1.2 lanio16DIorDiscInputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DI channel / discrete input data." ::= { lanio16DIorDiscInputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.2.1.3 lanio16DIorDiscInputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the DI channel / discrete input data." ::= { lanio16DIorDiscInputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.2.1.4 lanio16DIorDiscInputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the discrete input data." ::= { lanio16DIorDiscInputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.2.1.5 lanio16DIorDiscInputCounterValue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DI channel. (This setting is just for ICP DAS modules.) " ::= { lanio16DIorDiscInputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3 lanio16DOorCoilOutputTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio16DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table" ::= { lanio16 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3.1 lanio16DOorCoilOutputEntry OBJECT-TYPE SYNTAX Lanio16DOorCoilOutputEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "DO or Coil Output Table Entry" INDEX { lanio16DOorCoilOutputIndex } ::= { lanio16DOorCoilOutputTable 1 } Lanio16DOorCoilOutputEntry ::= SEQUENCE { lanio16DOorCoilOutputIndex Integer32, lanio16DOorCoilOutputName OCTET STRING, lanio16DOorCoilOutputValue Integer32, lanio16DOorCoilOutputModbusAdd Integer32, lanio16DOorCoilOutputAdvFunction OCTET STRING, lanio16DOorCoilOutputCounterValue Integer32 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3.1.1 lanio16DOorCoilOutputIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the DO channel / coil output data." ::= { lanio16DOorCoilOutputEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3.1.2 lanio16DOorCoilOutputName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the DO channel / coil output data." ::= { lanio16DOorCoilOutputEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3.1.3 lanio16DOorCoilOutputValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the DO channel / coil output data." ::= { lanio16DOorCoilOutputEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3.1.4 lanio16DOorCoilOutputModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the coil output data." ::= { lanio16DOorCoilOutputEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3.1.5 lanio16DOorCoilOutputAdvFunction OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "WISE provides 2 advanced DO functions for ICP DAS I/O module: 'Auto OFF' and 'DI Status Mapping'. (This setting is just for ICP DAS modules.) " ::= { lanio16DOorCoilOutputEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.3.1.6 lanio16DOorCoilOutputCounterValue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The counter value of the DO channel. (This setting is just for WISE-71xx series modules.) " ::= { lanio16DOorCoilOutputEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4 lanio16AIorInputRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio16AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table" ::= { lanio16 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1 lanio16AIorInputRegEntry OBJECT-TYPE SYNTAX Lanio16AIorInputRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AI or Input Register Table Entry" INDEX { lanio16AIorInputRegIndex } ::= { lanio16AIorInputRegTable 1 } Lanio16AIorInputRegEntry ::= SEQUENCE { lanio16AIorInputRegIndex Integer32, lanio16AIorInputRegName OCTET STRING, lanio16AIorInputRegValue Opaque, lanio16AIorInputRegModbusAdd Integer32, lanio16AIorInputRegType OCTET STRING, lanio16AIorInputRegScaleRatio Opaque, lanio16AIorInputRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1.1 lanio16AIorInputRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AI channel / input register data." ::= { lanio16AIorInputRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1.2 lanio16AIorInputRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AI channel / input register data." ::= { lanio16AIorInputRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1.3 lanio16AIorInputRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the AI channel / input register data." ::= { lanio16AIorInputRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1.4 lanio16AIorInputRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the input register data." ::= { lanio16AIorInputRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1.5 lanio16AIorInputRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AI channel / Input Register data." ::= { lanio16AIorInputRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1.6 lanio16AIorInputRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio16AIorInputRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.4.1.7 lanio16AIorInputRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows users to transform the AI or Input Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Input Register value + Offset. " ::= { lanio16AIorInputRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5 lanio16AOorHoldingRegTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio16AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "AO or Holding Register Table " ::= { lanio16 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1 lanio16AOorHoldingRegEntry OBJECT-TYPE SYNTAX Lanio16AOorHoldingRegEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " AO or Holding Register Table Entry" INDEX { lanio16AOorHoldingRegIndex } ::= { lanio16AOorHoldingRegTable 1 } Lanio16AOorHoldingRegEntry ::= SEQUENCE { lanio16AOorHoldingRegIndex Integer32, lanio16AOorHoldingRegName OCTET STRING, lanio16AOorHoldingRegValue Opaque, lanio16AOorHoldingRegModbusAdd Integer32, lanio16AOorHoldingRegType OCTET STRING, lanio16AOorHoldingRegScaleRatio Opaque, lanio16AOorHoldingRegOffset Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1.1 lanio16AOorHoldingRegIndex OBJECT-TYPE SYNTAX Integer32 (0..199) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the AO channel / holding register data." ::= { lanio16AOorHoldingRegEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1.2 lanio16AOorHoldingRegName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the AO channel / holding register data." ::= { lanio16AOorHoldingRegEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1.3 lanio16AOorHoldingRegValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the AO channel / holding register data." ::= { lanio16AOorHoldingRegEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1.4 lanio16AOorHoldingRegModbusAdd OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The modbus address of the holding register data." ::= { lanio16AOorHoldingRegEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1.5 lanio16AOorHoldingRegType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the AO channel / holding register data." ::= { lanio16AOorHoldingRegEntry 5 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1.6 lanio16AOorHoldingRegScaleRatio OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio16AOorHoldingRegEntry 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.5.1.7 lanio16AOorHoldingRegOffset OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-only STATUS current DESCRIPTION "The Scale Ratio setting and Offset setting allows user to transform the AO or Holding Register value by linear transformation. The formula is as follow: Transformed Value = Scale Ratio x Holding Register value + Offset " ::= { lanio16AOorHoldingRegEntry 7 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.6 lanio16IRTable OBJECT-TYPE SYNTAX SEQUENCE OF Lanio16IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { lanio16 6 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.6.1 lanio16IREntry OBJECT-TYPE SYNTAX Lanio16IREntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { lanio16IRIndex } ::= { lanio16IRTable 1 } Lanio16IREntry ::= SEQUENCE { lanio16IRIndex Integer32, lanio16IRValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.6.1.1 lanio16IRIndex OBJECT-TYPE SYNTAX Integer32 (1..48) MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { lanio16IREntry 1 } -- 1.3.6.1.4.1.34321.30.5200.2.4.16.6.1.2 lanio16IRValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { lanio16IREntry 2 } -- 1.3.6.1.4.1.34321.30.5200.3 internalRegisterInfo OBJECT IDENTIFIER ::= { wise5200 3 } -- 1.3.6.1.4.1.34321.30.5200.3.1 irTable OBJECT-TYPE SYNTAX SEQUENCE OF IrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Internal Register Table" ::= { internalRegisterInfo 1 } -- 1.3.6.1.4.1.34321.30.5200.3.1.1 irEntry OBJECT-TYPE SYNTAX IrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { irIndex } ::= { irTable 1 } IrEntry ::= SEQUENCE { irIndex Integer32, irName OCTET STRING, irType OCTET STRING, irValue Opaque } -- 1.3.6.1.4.1.34321.30.5200.3.1.1.1 irIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the Internal Register." ::= { irEntry 1 } -- 1.3.6.1.4.1.34321.30.5200.3.1.1.2 irName OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the Internal Register." ::= { irEntry 2 } -- 1.3.6.1.4.1.34321.30.5200.3.1.1.3 irType OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "The data type of the Internal Register." ::= { irEntry 3 } -- 1.3.6.1.4.1.34321.30.5200.3.1.1.4 irValue OBJECT-TYPE SYNTAX Opaque MAX-ACCESS read-write STATUS current DESCRIPTION "The value of the Internal Register." ::= { irEntry 4 } -- 1.3.6.1.4.1.34321.30.5200.10 trapMessage NOTIFICATION-TYPE STATUS current DESCRIPTION " " ::= { wise5200 10 } END