EDS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for EDS-MIB.
470
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
470 total| Object Name |
|---|
edsMain OBJECT IDENTIFIER .1.3.6.1.4.1.31440 |
RFC1155-SMI Unknown .1.3.6.1.4.1.31440 |
edsEnterprise OBJECT IDENTIFIER .1.3.6.1.4.1.31440.1 |
eCompanyNameCompany owner of this enterprise numberro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.1.1 |
eProductNameName of this productro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.1.2 |
eMIBVersionVersion of the MIB file in the productro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.1.3 |
eFirmwareVersionFirmware versionro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.1.4 |
eFirmwareDateDate of firmwarero DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.1.5 |
dTrap OBJECT IDENTIFIER .1.3.6.1.4.1.31440.2 |
dTrapTable SEQUENCE OF DTrapEntry .1.3.6.1.4.1.31440.2.1 |
dTrapEntry DTrapEntry .1.3.6.1.4.1.31440.2.1.1 |
dTrapIndexIndex of table.ro INTEGER .1.3.6.1.4.1.31440.2.1.1.1 |
dTrapEnableZero disables the trap, one enables it.rw INTEGER .1.3.6.1.4.1.31440.2.1.1.2 |
dTrapIPAddress to send trap to.rw IpAddress .1.3.6.1.4.1.31440.2.1.1.3 |
dTrapCommunityCommunity string to send with trap message.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.2.1.1.4 |
dTrapDeviceTable SEQUENCE OF DTrapDeviceEntry .1.3.6.1.4.1.31440.2.2 |
dTrapDeviceEntry DTrapDeviceEntry .1.3.6.1.4.1.31440.2.2.1 |
dTrapDeviceIndexIndex of table. Traps are sent with this OID followed by the index
number of the table entry that generated the trap. For example, if
the values at index 5 of this table generated a trap, the name of the
trap would be .iso.org.dod.internet.private.enterprises.edsMain.dTrap.
dTrapDeviceTable.dTrapDeviceEntry.dTrapDeviceIndex.5. The numeric
value is 1.3.6.1.4.1.31440.2.2.1.1.5. An integer value is sent with the
trap, which indicates what state change caused the trap. Using the
dTrapDeviceHighThreshold, dTrapDeviceLowThreshold and
dTrapDeviceHysteresis values, 3 windows are created. Transitions between
these windows generates a trap. The integer value indicates which
transition caused the trap as follows:
1 -> middle to high window transition
2 -> high to middle window transition
3 -> middle to low window transition
4 -> low to middle window transition
Note the following when programming traps:
1) Programming the HighThreshold lower than the LowThreshold is
invalid and will disable trap generation.
2) dTrapDeviceHysteresis values are not checked for validity, use them
with caution.
3) A trap must be enabled to be sent.
4) The dTrapDeviceROM must be set to an active device or a trap
will not be sent.
5) The health of the 1-wire device must be greater than 0 or no trap will
be sent.
6) The dTrapDeviceVariable must be valid. For exmaple, the DS18S20 has 3
variables as follows: Temperature, UserByte1 and UserByte2. These are
numbered 0, 1 and 2 respectively. A setting of 3 or above is invalid.
7) The dTrapTable must be programmed correctly for traps to be sent.
The respective table entry must be enabled and have a valid IP address.
Community strings are not used by the SNMP server.ro INTEGER .1.3.6.1.4.1.31440.2.2.1.1 |
dTrapDeviceEnableZero disables the trap, one enables it.rw INTEGER .1.3.6.1.4.1.31440.2.2.1.2 |
dTrapDeviceSendPointerIndicates which entry in the Trap Table to use to determine where
to send the trap. The Trap Table contains the destination IP address.rw INTEGER .1.3.6.1.4.1.31440.2.2.1.3 |
dTrapDeviceROMDevice ROM code to base sending trap message on.rw DisplayString .1.3.6.1.4.1.31440.2.2.1.4 |
dTrapDeviceVariableNumber of the variable to reference, as listed in the Devices section
of this MIB. For example, the DS2406 has 9 items, which would be numbered 0 - 8.
So if dTrapDeviceVariable were set to 0 it would refer to owDS2406PIOAFlipFlop,
if it were set to 3 it would refer to owDS2406PIOBLevel.rw INTEGER .1.3.6.1.4.1.31440.2.2.1.5 |
dTrapDeviceHighThresholdA trap will be generated when the variable is greater than this value or
it is less than or equal to this value - dTrapDeviceHysteresis. This number
may be positive or negative and may contain a decimal point.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.2.2.1.6 |
dTrapDeviceLowThresholdA trap will be generated when the variable is less than this value or
it is greater than or equal to this value + dTrapDeviceHysteresis. This number
may be positive or negative and may contain a decimal point.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.2.2.1.7 |
dTrapDeviceHysteresisThis value is used to limit repeated trap sends due to a value hovering around
a threshold. If it is not used it should be set to zero. This number may be positive
or negative and may contain a decimal point.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.2.2.1.8 |
wTrap OBJECT IDENTIFIER .1.3.6.1.4.1.31440.3 |
wTrapTable SEQUENCE OF WTrapEntry .1.3.6.1.4.1.31440.3.1 |
wTrapEntry WTrapEntry .1.3.6.1.4.1.31440.3.1.1 |
wTrapIndexIndex of table. Traps are sent with this OID followed by the index
number of the table entry that generated the trap. An integer value is sent with the
trap which indicates what state change caused the trap. Using the
wTrapDeviceHighThreshold and wTrapDeviceLowThreshold
values, 3 windows are created. Transitions between
these windows generates a trap. The integer value indicates which
transition caused the trap as follows:
1 -> middle to high window transition
2 -> high to middle window transition
3 -> middle to low window transition
4 -> low to middle window transition
Note the following when programming traps:
1) Programming the HighThreshold lower than the LowThreshold is
invalid and will disable trap generation.
2) The wTrapEUI must be set to an active device or a trap
will not be sent.
3) The health of the device must be greater than 0 or no trap will
be sent.
4) The wTrapVariable must match one of the XML names.ro INTEGER .1.3.6.1.4.1.31440.3.1.1.1 |
wTrapIPAddress to send trap to.rw IpAddress .1.3.6.1.4.1.31440.3.1.1.2 |
wTrapCommunityCommunity string to send with trap message.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.3.1.1.3 |
wTrapEUIDevice EUI code to base sending trap message on.rw DisplayString .1.3.6.1.4.1.31440.3.1.1.4 |
wTrapVariableName of the variable, as stated in the XML file. For example, the name of humidity
for a EDS1068 is 'Humidity' (without the quotes).rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.3.1.1.5 |
wTrapHighThresholdA trap will be generated when the variable is greater than this value or
less than or equal to this value. This number
may be positive or negative and may contain a decimal point.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.3.1.1.6 |
wTrapLowThresholdA trap will be generated when the variable is less than this value or
greater than or equal to this value. This number
may be positive or negative and may contain a decimal point.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.3.1.1.7 |
owDevices OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10 |
owDeviceTypes OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1 |
owNone OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.0 |
owUnknown OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.1 |
owDS2406 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.2 |
owDS18B20 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.3 |
owDS18S20 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.4 |
owDS2438 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.5 |
owDS2423 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.6 |
owDS2408 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.7 |
owDS2450 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.8 |
owEDS0064 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.9 |
owEDS0065 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.10 |
owEDS0066 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.11 |
owEDS0067 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.12 |
owEDS0068 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.13 |
owEDS0069 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.14 |
owEDS0070 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.15 |
owEDS0071 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.16 |
owEDS0080 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.17 |
owEDS0082 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.18 |
owEDS0083 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.19 |
owEDS0085 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.20 |
owEDS0090 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.21 |
owEDS0091 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.22 |
owEDS0092 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.23 |
owDS28EA00 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.24 |
owEDS0050 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.1.25 |
owDeviceInfo OBJECT IDENTIFIER .1.3.6.1.4.1.31440.10.2 |
owDeviceNumActiveNumber of currently active 1-wire devices. A device
is active if it's health is non-zero.ro INTEGER .1.3.6.1.4.1.31440.10.2.1 |
owDeviceTable SEQUENCE OF OwDeviceEntry .1.3.6.1.4.1.31440.10.3 |
owDeviceEntry OwDeviceEntry .1.3.6.1.4.1.31440.10.3.1 |
owDeviceIndexIndex of table.ro INTEGER .1.3.6.1.4.1.31440.10.3.1.1 |
owDeviceTypeAn indication of the device type. This is the
last OID number to the owDeviceTypes group pointing
to the name of the device. The corresponding
device table will contain the specific information
from the device. For example: if this entry is
2 (owDS2406) then the table owDS2406Table, at
the appropriate index, will contain the data
from the device.ro INTEGER .1.3.6.1.4.1.31440.10.3.1.2 |
owDeviceNameText description of the device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.3.1.3 |
owDeviceDescriptionText description of the device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.3.1.4 |
owDeviceFamilyFamily number as read from 1-wire device.ro OCTET STRING .1.3.6.1.4.1.31440.10.3.1.5 |
owDeviceROMEntire ROM code as read from 1-wire device (includes
family number and CRC). Always 16 bytes long.ro OCTET STRING .1.3.6.1.4.1.31440.10.3.1.6 |
owDeviceHealthHealth of device. Ranges between 0 and 8 where
0 worst case and 8 is best case. Incremented
every time device responds to a search, decremented
if it does not respond.ro INTEGER .1.3.6.1.4.1.31440.10.3.1.7 |
owDS2406TableTable for DS2406 (dual addressable switch plus
1K bit memory). SEQUENCE OF OwDS2406Entry .1.3.6.1.4.1.31440.10.4 |
owDS2406Entry OwDS2406Entry .1.3.6.1.4.1.31440.10.4.1 |
owDS2406PIOALevelPIO-A logic level on pin. If PIO-A flip flop is
low, this input will always read low.ro Enumeration .1.3.6.1.4.1.31440.10.4.1.1 |
owDS2406PIOBLevelPIO-B logic level on pin. If PIO-B flip flop is
low, this input will always read low.ro Enumeration .1.3.6.1.4.1.31440.10.4.1.2 |
owDS2406PIOAFlipFlopDS2406 PIO-A Flip Flop. Sets output state of the
FF. The output is open collector, so the FF must
be high (1) to be able to read a pin state of
low (0).rw Enumeration .1.3.6.1.4.1.31440.10.4.1.3 |
owDS2406PIOBFlipFlopDS2406 PIO-B Flip Flop. Sets output state of the
FF. The output is open collector, so the FF must
be high (1) to be able to read a pin state of
low (0).rw Enumeration .1.3.6.1.4.1.31440.10.4.1.4 |
owDS2406PIOAActivityLatchHigh (1) if the pin state had activity. Reset
by writing to activity latch reset.ro Enumeration .1.3.6.1.4.1.31440.10.4.1.5 |
owDS2406PIOBActivityLatchHigh (1) if the pin state had activity. Reset
by writing to activity latch reset.ro Enumeration .1.3.6.1.4.1.31440.10.4.1.6 |
owDS2406NumChnlsNumber of PIO channels the device supports. PIO-A
only is 0, PIO-A and PIO-B is 1.ro Enumeration .1.3.6.1.4.1.31440.10.4.1.7 |
owDS2406PwrSupplySource of power for device. 0 is parasite powered,
1 is externally powered.ro Enumeration .1.3.6.1.4.1.31440.10.4.1.8 |
owDS2406ActivityLatchResetActivity latch reset is used to reset both PIO-A
and PIO-B activity latch. Send 1 to reset the
latch. Always reads 0.rw Enumeration .1.3.6.1.4.1.31440.10.4.1.9 |
owDS18B20TableTable for DS18B20 (programmable resolution 1-wire
digital thermometer). SEQUENCE OF OwDS18B20Entry .1.3.6.1.4.1.31440.10.5 |
owDS18B20Entry OwDS18B20Entry .1.3.6.1.4.1.31440.10.5.1 |
owDS18B20TemperatureCurrent temperature from device, desplayed as
a string with decimal point. Required since MIB's
cannot contain floating point numbers.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.5.1.1 |
owDS18B20UserByte1User byte 1 as read from EEPROM.rw INTEGER .1.3.6.1.4.1.31440.10.5.1.2 |
owDS18B20UserByte2User byte 2 as read from EEPROM.rw INTEGER .1.3.6.1.4.1.31440.10.5.1.3 |
owDS18B20ResolutionResolution of temperature reading, can be 9, 10,
11 or 12 bits. Default is 12 bits. 0 is 9 bits,
1 is 10 bits, 2 is 11 bits and 3 is 12 bits.ro Enumeration .1.3.6.1.4.1.31440.10.5.1.4 |
owDS18B20PwrSupplyPower source. Parasite or external. Zero is parasite.ro Enumeration .1.3.6.1.4.1.31440.10.5.1.5 |
owDS18S20TableTable for DS18S20 device data. SEQUENCE OF OwDS18S20Entry .1.3.6.1.4.1.31440.10.6 |
owDS18S20Entry OwDS18S20Entry .1.3.6.1.4.1.31440.10.6.1 |
owDS18S20TemperatureLatest temperature reading, in degrees centigrade.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.6.1.1 |
owDS18S20UserByte1User byte from device EEPROM.ro INTEGER .1.3.6.1.4.1.31440.10.6.1.2 |
owDS18S20UserByte2User byte from device EEPROM.ro INTEGER .1.3.6.1.4.1.31440.10.6.1.3 |
owDS2423TableTable for DS2423 device data. SEQUENCE OF OwDS2423Entry .1.3.6.1.4.1.31440.10.7 |
owDS2423Entry OwDS2423Entry .1.3.6.1.4.1.31440.10.7.1 |
owDS2423CounterACounter A value.ro Counter32 .1.3.6.1.4.1.31440.10.7.1.1 |
owDS2423CounterBCounter B value.ro Counter32 .1.3.6.1.4.1.31440.10.7.1.2 |
owDS2438TableTable for DS2438 device data. SEQUENCE OF OwDS2438Entry .1.3.6.1.4.1.31440.10.8 |
owDS2438Entry OwDS2438Entry .1.3.6.1.4.1.31440.10.8.1 |
owDS2438TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.8.1.1 |
owDS2438SupplyVoltageVoltage of the power supply.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.8.1.2 |
owDS2438PinVoltageVoltage at Pin Vad (pin 4).ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.8.1.3 |
owDS2438CurrentVoltage between the current pins.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.8.1.4 |
owDS2438HumidityCalculated humidity.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.8.1.5 |
owDS2408TableTable for DS2408 (8-channel addressable switch). SEQUENCE OF OwDS2408Entry .1.3.6.1.4.1.31440.10.9 |
owDS2408Entry OwDS2408Entry .1.3.6.1.4.1.31440.10.9.1 |
owDS2408PIOLogicStateLogic level on the 8 IO pins.ro INTEGER .1.3.6.1.4.1.31440.10.9.1.1 |
owDS2408PIOOutputLatchStateOutput latch states. Sets output state of the
FFs. The output is open collector, so the FF must
be high (1) to be able to read a pin state of
low (0).rw INTEGER .1.3.6.1.4.1.31440.10.9.1.2 |
owDS2408PIOActivityLatchStateHigh (1) if the pin state had activity. Reset
by writing to activity latch reset.rw Enumeration .1.3.6.1.4.1.31440.10.9.1.3 |
owDS2408RSTZConfigurationConfigures the RSTZ pin as a /RSTZ input (set to 0)
or a /STRB output (set to 1).rw Enumeration .1.3.6.1.4.1.31440.10.9.1.4 |
owDS2408PowerOnResetLatchSet high (1) with a power on reset. Reset
by writing to a 0.rw Enumeration .1.3.6.1.4.1.31440.10.9.1.5 |
owDS2408VCCPowerStatusHigh (1) if the VCC pin is connected to power,
low (0) otherwise.ro Enumeration .1.3.6.1.4.1.31440.10.9.1.6 |
owDS2450TableTable for DS2450 (8-channel addressable switch). SEQUENCE OF OwDS2450Entry .1.3.6.1.4.1.31440.10.10 |
owDS2450Entry OwDS2450Entry .1.3.6.1.4.1.31440.10.10.1 |
owDS2450ChannelAConversionValueConversion value of the channel, in volts.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.10.1.1 |
owDS2450ChannelAConversionResolutionConversion resolution of the channel. Can be set
between 1 and 16.rw INTEGER .1.3.6.1.4.1.31440.10.10.1.2 |
owDS2450ChannelAConversionRangeIf high (1), the maximum voltage that can be
measured is 5.10, low (0) sets the maximum voltage
to 2.55.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.3 |
owDS2450ChannelAOutputEnableA setting of 1 enables the output transistor, use
ChannelXOutputControl to turn the transistor on / off.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.4 |
owDS2450ChannelAOutputControlSet to low (0) to turn on the output transistor. Has
no effect if ChannelXOutputEnable is low (0).rw Enumeration .1.3.6.1.4.1.31440.10.10.1.5 |
owDS2450ChannelBConversionValueConversion value of the channel, in volts.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.10.1.6 |
owDS2450ChannelBConversionResolutionConversion resolution of the channel. Can be set
between 1 and 16.rw INTEGER .1.3.6.1.4.1.31440.10.10.1.7 |
owDS2450ChannelBConversionRangeIf high (1), the maximum voltage that can be
measured is 5.10, low (0) sets the maximum voltage
to 2.55.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.8 |
owDS2450ChannelBOutputEnableA setting of 1 enables the output transistor, use
ChannelXOutputControl to turn the transistor on / off.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.9 |
owDS2450ChannelBOutputControlSet to low (0) to turn on the output transistor. Has
no effect if ChannelXOutputEnable is low (0).rw Enumeration .1.3.6.1.4.1.31440.10.10.1.10 |
owDS2450ChannelCConversionValueConversion value of the channel, in volts.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.10.1.11 |
owDS2450ChannelCConversionResolutionConversion resolution of the channel. Can be set
between 1 and 16.rw INTEGER .1.3.6.1.4.1.31440.10.10.1.12 |
owDS2450ChannelCConversionRangeIf high (1), the maximum voltage that can be
measured is 5.10, low (0) sets the maximum voltage
to 2.55.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.13 |
owDS2450ChannelCOutputEnableA setting of 1 enables the output transistor, use
ChannelXOutputControl to turn the transistor on / off.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.14 |
owDS2450ChannelCOutputControlSet to low (0) to turn on the output transistor. Has
no effect if ChannelXOutputEnable is low (0).rw Enumeration .1.3.6.1.4.1.31440.10.10.1.15 |
owDS2450ChannelDConversionValueConversion value of the channel, in volts.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.10.1.16 |
owDS2450ChannelDConversionResolutionConversion resolution of the channel. Can be set
between 1 and 16.rw INTEGER .1.3.6.1.4.1.31440.10.10.1.17 |
owDS2450ChannelDConversionRangeIf high (1), the maximum voltage that can be
measured is 5.10, low (0) sets the maximum voltage
to 2.55.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.18 |
owDS2450ChannelDOutputEnableA setting of 1 enables the output transistor, use
ChannelXOutputControl to turn the transistor on / off.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.19 |
owDS2450ChannelDOutputControlSet to low (0) to turn on the output transistor. Has
no effect if ChannelXOutputEnable is low (0).rw Enumeration .1.3.6.1.4.1.31440.10.10.1.20 |
owDS2450PowerOnResetSet high (1) with a power on reset. Reset
by writing any value.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.21 |
owDS2450VCCControlSet high (1) if the VCC pin is connected to power,
set low (0) otherwise.rw Enumeration .1.3.6.1.4.1.31440.10.10.1.22 |
owEDS0064TableTable for EDS0064 device data (temperature) SEQUENCE OF OwEDS0064Entry .1.3.6.1.4.1.31440.10.11 |
owEDS0064Entry OwEDS0064Entry .1.3.6.1.4.1.31440.10.11.1 |
owEDS0064TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.11.1.1 |
owEDS0064CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.11.1.2 |
owEDS0065TableTable for EDS0065 device data (temperature and humiditiy). SEQUENCE OF OwEDS0065Entry .1.3.6.1.4.1.31440.10.12 |
owEDS0065Entry OwEDS0065Entry .1.3.6.1.4.1.31440.10.12.1 |
owEDS0065TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.12.1.1 |
owEDS0065HumidityHumidity.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.12.1.2 |
owEDS0065DewPointDewPoint.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.12.1.3 |
owEDS0065HumidexHumidex.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.12.1.4 |
owEDS0065HeatIndexHeat Index.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.12.1.5 |
owEDS0065CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.12.1.6 |
owEDS0066TableTable for EDS0001 device data (temperature and barometric pressure). SEQUENCE OF OwEDS0066Entry .1.3.6.1.4.1.31440.10.13 |
owEDS0066Entry OwEDS0066Entry .1.3.6.1.4.1.31440.10.13.1 |
owEDS0066TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.13.1.1 |
owEDS0066BarometricPressureMbBarometric Pressure in Millibars.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.13.1.2 |
owEDS0066BarometricPressureHgBarometric Pressure in Inches of Mercury.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.13.1.3 |
owEDS0066CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.13.1.4 |
owEDS0067TableTable for EDS0067 device data (temperature and light). SEQUENCE OF OwEDS0067Entry .1.3.6.1.4.1.31440.10.14 |
owEDS0067Entry OwEDS0067Entry .1.3.6.1.4.1.31440.10.14.1 |
owEDS0067TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.14.1.1 |
owEDS0067LightLight.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.14.1.2 |
owEDS0067CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.14.1.3 |
owEDS0068TableTable for EDS0068 device data (temperature, humidity, barometric pressure and light). SEQUENCE OF OwEDS0068Entry .1.3.6.1.4.1.31440.10.15 |
owEDS0068Entry OwEDS0068Entry .1.3.6.1.4.1.31440.10.15.1 |
owEDS0068TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.1 |
owEDS0068HumidityHumidity.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.2 |
owEDS0068DewPointDewPoint.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.3 |
owEDS0068HumidexHumidex.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.4 |
owEDS0068HeatIndexHeat Index.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.5 |
owEDS0068BarometricPressureMbBarometric Pressure in Millibars.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.6 |
owEDS0068BarometricPressureHgBarometric Pressure in Inches of Mercury.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.7 |
owEDS0068LightLight.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.15.1.8 |
owEDS0068CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.15.1.9 |
owEDS0069TableTable for EDS0069 device data (temperature and motion). SEQUENCE OF OwEDS0069Entry .1.3.6.1.4.1.31440.10.16 |
owEDS0069Entry OwEDS0069Entry .1.3.6.1.4.1.31440.10.16.1 |
owEDS0069TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.16.1.1 |
owEDS0069MotionMotion counter.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.16.1.2 |
owEDS0069CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.16.1.3 |
owEDS0070TableTable for EDS0070 device data (vibration). SEQUENCE OF OwEDS0070Entry .1.3.6.1.4.1.31440.10.17 |
owEDS0070Entry OwEDS0070Entry .1.3.6.1.4.1.31440.10.17.1 |
owEDS0070VibrationInstantVibration, instant value.ro Enumeration .1.3.6.1.4.1.31440.10.17.1.1 |
owEDS0070VibrationPeakVibration, instant value.ro Enumeration .1.3.6.1.4.1.31440.10.17.1.2 |
owEDS0070VibrationMaxVibration, instant value.ro Enumeration .1.3.6.1.4.1.31440.10.17.1.3 |
owEDS0070VibrationMinVibration, instant value.ro Enumeration .1.3.6.1.4.1.31440.10.17.1.4 |
owEDS0070CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.17.1.5 |
owEDS0071TableTable for EDS0071 device data (RTD 4-wire). SEQUENCE OF OwEDS0071Entry .1.3.6.1.4.1.31440.10.18 |
owEDS0071Entry OwEDS0071Entry .1.3.6.1.4.1.31440.10.18.1 |
owEDS0071TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.18.1.1 |
owEDS0071CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.18.1.2 |
owEDS0080TableTable for EDS0080 device data (octal 4-20ma). SEQUENCE OF OwEDS0080Entry .1.3.6.1.4.1.31440.10.19 |
owEDS0080Entry OwEDS0080Entry .1.3.6.1.4.1.31440.10.19.1 |
owEDS0080Input1Input 1.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.1 |
owEDS0080Input2Input 2.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.2 |
owEDS0080Input3Input 3.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.3 |
owEDS0080Input4Input 4.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.4 |
owEDS0080Input5Input 5.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.5 |
owEDS0080Input6Input 6.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.6 |
owEDS0080Input7Input 7.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.7 |
owEDS0080Input8Input 8.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.19.1.8 |
owEDS0080CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.19.1.9 |
owEDS0082TableTable for EDS0082 device data (octal 0-10v). SEQUENCE OF OwEDS0082Entry .1.3.6.1.4.1.31440.10.20 |
owEDS0082Entry OwEDS0082Entry .1.3.6.1.4.1.31440.10.20.1 |
owEDS0082Input1Input 1.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.1 |
owEDS0082Input2Input 2.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.2 |
owEDS0082Input3Input 3.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.3 |
owEDS0082Input4Input 4.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.4 |
owEDS0082Input5Input 5.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.5 |
owEDS0082Input6Input 6.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.6 |
owEDS0082Input7Input 7.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.7 |
owEDS0082Input8Input 8.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.20.1.8 |
owEDS0082CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.20.1.9 |
owEDS0083TableTable for EDS0083 device data (quad 4-20ma). SEQUENCE OF OwEDS0083Entry .1.3.6.1.4.1.31440.10.21 |
owEDS0083Entry OwEDS0083Entry .1.3.6.1.4.1.31440.10.21.1 |
owEDS0083Input1Input 1.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.21.1.1 |
owEDS0083Input2Input 2.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.21.1.2 |
owEDS0083Input3Input 3.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.21.1.3 |
owEDS0083Input4Input 4.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.21.1.4 |
owEDS0083CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.21.1.5 |
owEDS0085TableTable for EDS0085 device data (quad 0-10v). SEQUENCE OF OwEDS0085Entry .1.3.6.1.4.1.31440.10.22 |
owEDS0085Entry OwEDS0085Entry .1.3.6.1.4.1.31440.10.22.1 |
owEDS0085Input1Input 1.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.22.1.1 |
owEDS0085Input2Input 2.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.22.1.2 |
owEDS0085Input3Input 3.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.22.1.3 |
owEDS0085Input4Input 4.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.22.1.4 |
owEDS0085CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.22.1.5 |
owEDS0090TableTable for EDS0090 device data (octal discrete IO). SEQUENCE OF OwEDS0090Entry .1.3.6.1.4.1.31440.10.23 |
owEDS0090Entry OwEDS0090Entry .1.3.6.1.4.1.31440.10.23.1 |
owEDS0090Input1Input 1.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.1 |
owEDS0090Input2Input 2.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.2 |
owEDS0090Input3Input 3.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.3 |
owEDS0090Input4Input 4.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.4 |
owEDS0090Input5Input 5.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.5 |
owEDS0090Input6Input 6.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.6 |
owEDS0090Input7Input 7.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.7 |
owEDS0090Input8Input 8.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.8 |
owEDS0090ActivityLatch1Activity Latch 1.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.9 |
owEDS0090ActivityLatch2Activity Latch 2.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.10 |
owEDS0090ActivityLatch3Activity Latch 3.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.11 |
owEDS0090ActivityLatch4Activity Latch 4.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.12 |
owEDS0090ActivityLatch5Activity Latch 5.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.13 |
owEDS0090ActivityLatch6Activity Latch 6.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.14 |
owEDS0090ActivityLatch7Activity Latch 7.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.15 |
owEDS0090ActivityLatch8Activity Latch 8.ro Enumeration .1.3.6.1.4.1.31440.10.23.1.16 |
owEDS0090PulseCounter1Pulse Counter 1.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.17 |
owEDS0090PulseCounter2Pulse Counter 2.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.18 |
owEDS0090PulseCounter3Pulse Counter 3.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.19 |
owEDS0090PulseCounter4Pulse Counter 4.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.20 |
owEDS0090PulseCounter5Pulse Counter 5.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.21 |
owEDS0090PulseCounter6Pulse Counter 6.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.22 |
owEDS0090PulseCounter7Pulse Counter 7.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.23 |
owEDS0090PulseCounter8Pulse Counter 8.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.24 |
owEDS0090Output1Output 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.25 |
owEDS0090Output2Output 2.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.26 |
owEDS0090Output3Output 3.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.27 |
owEDS0090Output4Output 4.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.28 |
owEDS0090Output5Output 5.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.29 |
owEDS0090Output6Output 6.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.30 |
owEDS0090Output7Output 7.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.31 |
owEDS0090Output8Output 8.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.32 |
owEDS0090PullDown1PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.33 |
owEDS0090PullDown2PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.34 |
owEDS0090PullDown3PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.35 |
owEDS0090PullDown4PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.36 |
owEDS0090PullDown5PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.37 |
owEDS0090PullDown6PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.38 |
owEDS0090PullDown7PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.39 |
owEDS0090PullDown8PullDown 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.40 |
owEDS0090ActivityLatchReset1Activity Latch Reset 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.41 |
owEDS0090ActivityLatchReset2Activity Latch Reset 2.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.42 |
owEDS0090ActivityLatchReset3Activity Latch Reset 3.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.43 |
owEDS0090ActivityLatchReset4Activity Latch Reset 4.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.44 |
owEDS0090ActivityLatchReset5Activity Latch Reset 5.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.45 |
owEDS0090ActivityLatchReset6Activity Latch Reset 6.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.46 |
owEDS0090ActivityLatchReset7Activity Latch Reset 7.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.47 |
owEDS0090ActivityLatchReset8Activity Latch Reset 8.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.48 |
owEDS0090PulseCounterReset1Pulse Counter Reset 1.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.49 |
owEDS0090PulseCounterReset2Pulse Counter Reset 2.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.50 |
owEDS0090PulseCounterReset3Pulse Counter Reset 3.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.51 |
owEDS0090PulseCounterReset4Pulse Counter Reset 4.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.52 |
owEDS0090PulseCounterReset5Pulse Counter Reset 5.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.53 |
owEDS0090PulseCounterReset6Pulse Counter Reset 6.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.54 |
owEDS0090PulseCounterReset7Pulse Counter Reset 7.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.55 |
owEDS0090PulseCounterReset8Pulse Counter Reset 8.rw Enumeration .1.3.6.1.4.1.31440.10.23.1.56 |
owEDS0090CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.23.1.57 |
owEDS0091TableTable for EDS0091 device data (quad opto input). SEQUENCE OF OwEDS0091Entry .1.3.6.1.4.1.31440.10.24 |
owEDS0091Entry OwEDS0091Entry .1.3.6.1.4.1.31440.10.24.1 |
owEDS0091Input1Input 1.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.1 |
owEDS0091Input2Input 2.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.2 |
owEDS0091Input3Input 3.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.3 |
owEDS0091Input4Input 4.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.4 |
owEDS0091ActivityLatch1Activity Latch 1.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.5 |
owEDS0091ActivityLatch2Activity Latch 2.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.6 |
owEDS0091ActivityLatch3Activity Latch 3.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.7 |
owEDS0091ActivityLatch4Activity Latch 4.ro Enumeration .1.3.6.1.4.1.31440.10.24.1.8 |
owEDS0091PulseCounter1Pulse Counter 1.ro Counter32 .1.3.6.1.4.1.31440.10.24.1.9 |
owEDS0091PulseCounter2Pulse Counter 1.ro Counter32 .1.3.6.1.4.1.31440.10.24.1.10 |
owEDS0091PulseCounter3Pulse Counter 1.ro Counter32 .1.3.6.1.4.1.31440.10.24.1.11 |
owEDS0091PulseCounter4Pulse Counter 1.ro Counter32 .1.3.6.1.4.1.31440.10.24.1.12 |
owEDS0091PulseCounterReset1Pulse Counter Reset 1.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.13 |
owEDS0091PulseCounterReset2Pulse Counter Reset 2.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.14 |
owEDS0091PulseCounterReset3Pulse Counter Reset 3.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.15 |
owEDS0091PulseCounterReset4Pulse Counter Reset 4.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.16 |
owEDS0091ActivityLatchReset1Activity Latch Reset 1.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.17 |
owEDS0091ActivityLatchReset2Activity Latch Reset 2.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.18 |
owEDS0091ActivityLatchReset3Activity Latch Reset 3.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.19 |
owEDS0091ActivityLatchReset4Activity Latch Reset 4.rw Enumeration .1.3.6.1.4.1.31440.10.24.1.20 |
owEDS0091CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.24.1.21 |
owEDS0092TableTable for EDS0092 device data (quad relay output). SEQUENCE OF OwEDS0092Entry .1.3.6.1.4.1.31440.10.25 |
owEDS0092Entry OwEDS0092Entry .1.3.6.1.4.1.31440.10.25.1 |
owEDS0092Output1Output 1.ro Enumeration .1.3.6.1.4.1.31440.10.25.1.1 |
owEDS0092Output2Output 2.ro Enumeration .1.3.6.1.4.1.31440.10.25.1.2 |
owEDS0092Output3Output 3.ro Enumeration .1.3.6.1.4.1.31440.10.25.1.3 |
owEDS0092Output4Output 4.ro Enumeration .1.3.6.1.4.1.31440.10.25.1.4 |
owEDS0092CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.25.1.5 |
owDS28EA00TableTable for DS28EA00 (1-wire
digital thermometer with PIO). SEQUENCE OF OwDS28EA00Entry .1.3.6.1.4.1.31440.10.26 |
owDS28EA00Entry OwDS28EA00Entry .1.3.6.1.4.1.31440.10.26.1 |
owDS28EA00TemperatureCurrent temperature from device, displayed as
a string with decimal point. Required since MIB's
cannot contain floating point numbers.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.26.1.1 |
owDS28EA00UserByte1User byte 1 as read from EEPROM.rw INTEGER .1.3.6.1.4.1.31440.10.26.1.2 |
owDS28EA00UserByte2User byte 2 as read from EEPROM.rw INTEGER .1.3.6.1.4.1.31440.10.26.1.3 |
owDS28EA00PIOALevelPIO-A logic level on pin. If PIO-A flip flop is
low, this input will always read low.ro Enumeration .1.3.6.1.4.1.31440.10.26.1.4 |
owDS28EA00PIOBLevelPIO-B logic level on pin. If PIO-B flip flop is
low, this input will always read low.ro Enumeration .1.3.6.1.4.1.31440.10.26.1.5 |
owDS28EA00PIOAFlipFlopPIO-A Flip Flop. Sets output state of the
FF. The output is open collector, so the FF must
be high (1) to be able to read a pin state of
low (0).rw Enumeration .1.3.6.1.4.1.31440.10.26.1.6 |
owDS28EA00PIOBFlipFlopPIO-B Flip Flop. Sets output state of the
FF. The output is open collector, so the FF must
be high (1) to be able to read a pin state of
low (0).rw Enumeration .1.3.6.1.4.1.31440.10.26.1.7 |
owEDS0050TableTable for EDS0050 (Temp,
2 discrete, 1 analog (0-10v)). SEQUENCE OF OwEDS0050Entry .1.3.6.1.4.1.31440.10.27 |
owEDS0050Entry OwEDS0050Entry .1.3.6.1.4.1.31440.10.27.1 |
owEDS0050TemperatureCurrent temperature from device, displayed as
a string with decimal point. Required since MIB's
cannot contain floating point numbers.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.27.1.1 |
owEDS0050InputVoltageVoltage at the analog input.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.10.27.1.2 |
owEDS0050Input1Discrete state at input 1.ro Enumeration .1.3.6.1.4.1.31440.10.27.1.3 |
owEDS0050Input2Discrete state at input 2.ro Enumeration .1.3.6.1.4.1.31440.10.27.1.4 |
owEDS0050ActivityLatch1Set to 1 if input has changed.ro Enumeration .1.3.6.1.4.1.31440.10.27.1.5 |
owEDS0050ActivityLatch2Set to 1 if input has changed.rw Enumeration .1.3.6.1.4.1.31440.10.27.1.6 |
owEDS0050PulseCounter1Count of the pulses on input 1.rw Counter32 .1.3.6.1.4.1.31440.10.27.1.7 |
owEDS0050PulseCounter2Count of the pulses on input 2.rw Counter32 .1.3.6.1.4.1.31440.10.27.1.8 |
owEDS0050Output1Output 1.rw Enumeration .1.3.6.1.4.1.31440.10.27.1.9 |
owEDS0050Output2Output 2.rw Enumeration .1.3.6.1.4.1.31440.10.27.1.10 |
owEDS0050ActivityLatchReset1Activity Latch Reset 1.rw Enumeration .1.3.6.1.4.1.31440.10.27.1.11 |
owEDS0050ActivityLatchReset2Activity Latch Reset 2.rw Enumeration .1.3.6.1.4.1.31440.10.27.1.12 |
owEDS0050PulseCounterReset1Pulse Counter Reset 1.rw Enumeration .1.3.6.1.4.1.31440.10.27.1.13 |
owEDS0050PulseCounterReset2Pulse Counter Reset 2.rw Enumeration .1.3.6.1.4.1.31440.10.27.1.14 |
owEDS0050CounterCounter.ro Counter32 .1.3.6.1.4.1.31440.10.27.1.15 |
wDevices OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11 |
wDeviceTypes OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1 |
wNone OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.0 |
wUnknown OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.1 |
wUnused1 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.2 |
wUnused2 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.3 |
wEDS1068 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.4 |
wEDS1067 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.5 |
wEDS1066 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.6 |
wEDS1065 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.7 |
wEDS1064 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.8 |
wEDS1101 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.9 |
wEDS2101 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.10 |
wEDS2030 OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.1.11 |
wDeviceInfo OBJECT IDENTIFIER .1.3.6.1.4.1.31440.11.2 |
wDeviceNumActiveNumber of currently active 1-wire devices. A device
is active if it's health is non-zero.ro INTEGER .1.3.6.1.4.1.31440.11.2.1 |
wDeviceTable SEQUENCE OF WDeviceEntry .1.3.6.1.4.1.31440.11.3 |
wDeviceEntry WDeviceEntry .1.3.6.1.4.1.31440.11.3.1 |
wDeviceIndexIndex of table.ro INTEGER .1.3.6.1.4.1.31440.11.3.1.1 |
wDeviceTypeAn indication of the device type. This is the
last OID number to the wDeviceTypes group pointing
to the name of the device. The corresponding
device table will contain the specific information
from the device. For example: if this entry is
2 (owDS2406) then the table owDS2406Table, at
the appropriate index, will contain the data
from the device.ro INTEGER .1.3.6.1.4.1.31440.11.3.1.2 |
wDeviceNameName of the device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.3.1.3 |
wDeviceDescriptionText description of the device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.3.1.4 |
wDeviceFamilyFamily number.ro OCTET STRING .1.3.6.1.4.1.31440.11.3.1.5 |
wDeviceEUIEntire EUI as read from device.ro OCTET STRING .1.3.6.1.4.1.31440.11.3.1.6 |
wDeviceHealthHealth of device. Ranges between 0 and 7 where
0 worst case and 7 is best case. Incremented
every time device responds to a search, decremented
if it does not respond.ro INTEGER .1.3.6.1.4.1.31440.11.3.1.7 |
wDeviceTagTag from device.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.3.1.8 |
wEDS1068TableTable for EDS1068 device data (temperature, humidity, barometric pressure and light). SEQUENCE OF WEDS1068Entry .1.3.6.1.4.1.31440.11.4 |
wEDS1068Entry WEDS1068Entry .1.3.6.1.4.1.31440.11.4.1 |
wEDS1068TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.1 |
wEDS1068HumidityHumidity.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.2 |
wEDS1068DewPointDewPoint.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.3 |
wEDS1068HumidexHumidex.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.4 |
wEDS1068HeatIndexHeat Index.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.5 |
wEDS1068BarometricPressureBarometric Pressure in Millibars.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.6 |
wEDS1068LEDStateLED state.ro INTEGER .1.3.6.1.4.1.31440.11.4.1.7 |
wEDS1068RelayStateRelay state.ro INTEGER .1.3.6.1.4.1.31440.11.4.1.8 |
wEDS1068LightLight.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.9 |
wEDS1068Input1Input 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.4.1.10 |
wEDS1068ActivityLatch1Activity latch 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.4.1.11 |
wEDS1068PulseCounter1Pulse counter 1.ro INTEGER .1.3.6.1.4.1.31440.11.4.1.12 |
wEDS1068BatteryBattery voltage.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.4.1.13 |
wEDS1068ReadCounterRead counter.ro Counter32 .1.3.6.1.4.1.31440.11.4.1.14 |
wEDS1068LEDFunctionLED function.rw INTEGER .1.3.6.1.4.1.31440.11.4.1.15 |
wEDS1068RelayFunctionRelay function.rw INTEGER .1.3.6.1.4.1.31440.11.4.1.16 |
wEDS1068LEDSetStateLED set state.rw INTEGER .1.3.6.1.4.1.31440.11.4.1.17 |
wEDS1068RelaySetStateRelay set state.rw INTEGER .1.3.6.1.4.1.31440.11.4.1.18 |
wEDS1067TableTable for EDS1067 device data (temperature, humidity, barometric pressure and light). SEQUENCE OF WEDS1067Entry .1.3.6.1.4.1.31440.11.5 |
wEDS1067Entry WEDS1067Entry .1.3.6.1.4.1.31440.11.5.1 |
wEDS1067TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.5.1.1 |
wEDS1067LEDStateLED state.ro INTEGER .1.3.6.1.4.1.31440.11.5.1.2 |
wEDS1067RelayStateRelay state.ro INTEGER .1.3.6.1.4.1.31440.11.5.1.3 |
wEDS1067LightLight.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.5.1.4 |
wEDS1067Input1Input 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.5.1.5 |
wEDS1067ActivityLatch1Activity latch 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.5.1.6 |
wEDS1067PulseCounter1Pulse counter 1.ro INTEGER .1.3.6.1.4.1.31440.11.5.1.7 |
wEDS1067BatteryBattery voltage.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.5.1.8 |
wEDS1067ReadCounterRead counter.ro Counter32 .1.3.6.1.4.1.31440.11.5.1.9 |
wEDS1067LEDFunctionLED function.rw INTEGER .1.3.6.1.4.1.31440.11.5.1.10 |
wEDS1067RelayFunctionRelay function.rw INTEGER .1.3.6.1.4.1.31440.11.5.1.11 |
wEDS1067LEDSetStateLED set state.rw INTEGER .1.3.6.1.4.1.31440.11.5.1.12 |
wEDS1067RelaySetStateRelay set state.rw INTEGER .1.3.6.1.4.1.31440.11.5.1.13 |
wEDS1066TableTable for EDS1066 device data (temperature, humidity, barometric pressure and light). SEQUENCE OF WEDS1066Entry .1.3.6.1.4.1.31440.11.6 |
wEDS1066Entry WEDS1066Entry .1.3.6.1.4.1.31440.11.6.1 |
wEDS1066TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.6.1.1 |
wEDS1066BarometricPressureBarometric Pressure in Millibars.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.6.1.2 |
wEDS1066LEDStateLED state.ro INTEGER .1.3.6.1.4.1.31440.11.6.1.3 |
wEDS1066RelayStateRelay state.ro INTEGER .1.3.6.1.4.1.31440.11.6.1.4 |
wEDS1066Input1Input 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.6.1.5 |
wEDS1066ActivityLatch1Activity latch 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.6.1.6 |
wEDS1066PulseCounter1Pulse counter 1.ro INTEGER .1.3.6.1.4.1.31440.11.6.1.7 |
wEDS1066BatteryBattery voltage.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.6.1.8 |
wEDS1066ReadCounterRead counter.ro Counter32 .1.3.6.1.4.1.31440.11.6.1.9 |
wEDS1066LEDFunctionLED function.rw INTEGER .1.3.6.1.4.1.31440.11.6.1.10 |
wEDS1066RelayFunctionRelay function.rw INTEGER .1.3.6.1.4.1.31440.11.6.1.11 |
wEDS1066LEDSetStateLED set state.rw INTEGER .1.3.6.1.4.1.31440.11.6.1.12 |
wEDS1066RelaySetStateRelay set state.rw INTEGER .1.3.6.1.4.1.31440.11.6.1.13 |
wEDS1065TableTable for EDS1065 device data (temperature, humidity, barometric pressure and light). SEQUENCE OF WEDS1065Entry .1.3.6.1.4.1.31440.11.7 |
wEDS1065Entry WEDS1065Entry .1.3.6.1.4.1.31440.11.7.1 |
wEDS1065TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.7.1.1 |
wEDS1065HumidityHumidity.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.7.1.2 |
wEDS1065DewPointDewPoint.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.7.1.3 |
wEDS1065HumidexHumidex.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.7.1.4 |
wEDS1065HeatIndexHeat Index.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.7.1.5 |
wEDS1065LEDStateLED state.ro INTEGER .1.3.6.1.4.1.31440.11.7.1.6 |
wEDS1065RelayStateRelay state.ro INTEGER .1.3.6.1.4.1.31440.11.7.1.7 |
wEDS1065Input1Input 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.7.1.8 |
wEDS1065ActivityLatch1Activity latch 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.7.1.9 |
wEDS1065PulseCounter1Pulse counter 1.ro INTEGER .1.3.6.1.4.1.31440.11.7.1.10 |
wEDS1065BatteryBattery voltage.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.7.1.11 |
wEDS1065ReadCounterRead counter.ro Counter32 .1.3.6.1.4.1.31440.11.7.1.12 |
wEDS1065LEDFunctionLED function.rw INTEGER .1.3.6.1.4.1.31440.11.7.1.13 |
wEDS1065RelayFunctionRelay function.rw INTEGER .1.3.6.1.4.1.31440.11.7.1.14 |
wEDS1065LEDSetStateLED set state.rw INTEGER .1.3.6.1.4.1.31440.11.7.1.15 |
wEDS1065RelaySetStateRelay set state.rw INTEGER .1.3.6.1.4.1.31440.11.7.1.16 |
wEDS1064TableTable for EDS1064 device data (temperature, humidity, barometric pressure and light). SEQUENCE OF WEDS1064Entry .1.3.6.1.4.1.31440.11.8 |
wEDS1064Entry WEDS1064Entry .1.3.6.1.4.1.31440.11.8.1 |
wEDS1064TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.8.1.1 |
wEDS1064LEDStateLED state.ro INTEGER .1.3.6.1.4.1.31440.11.8.1.2 |
wEDS1064RelayStateRelay state.ro INTEGER .1.3.6.1.4.1.31440.11.8.1.3 |
wEDS1064Input1Input 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.8.1.4 |
wEDS1064ActivityLatch1Activity latch 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.8.1.5 |
wEDS1064PulseCounter1Pulse counter 1.ro INTEGER .1.3.6.1.4.1.31440.11.8.1.6 |
wEDS1064BatteryBattery voltage.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.8.1.7 |
wEDS1064ReadCounterRead counter.ro Counter32 .1.3.6.1.4.1.31440.11.8.1.8 |
wEDS1064LEDFunctionLED function.rw INTEGER .1.3.6.1.4.1.31440.11.8.1.9 |
wEDS1064RelayFunctionRelay function.rw INTEGER .1.3.6.1.4.1.31440.11.8.1.10 |
wEDS1064LEDSetStateLED set state.rw INTEGER .1.3.6.1.4.1.31440.11.8.1.11 |
wEDS1064RelaySetStateRelay set state.rw INTEGER .1.3.6.1.4.1.31440.11.8.1.12 |
wEDS1101TableTable for EDS1101 device data (repeater). SEQUENCE OF WEDS1101Entry .1.3.6.1.4.1.31440.11.9 |
wEDS1101Entry WEDS1101Entry .1.3.6.1.4.1.31440.11.9.1 |
wEDS1101DevicesConnectedNumber of devices connected.ro INTEGER .1.3.6.1.4.1.31440.11.9.1.1 |
wEDS1101SendCounterSend counter.ro Counter32 .1.3.6.1.4.1.31440.11.9.1.2 |
wEDS2101TableTable for EDS2101 device data (repeater). SEQUENCE OF WEDS2101Entry .1.3.6.1.4.1.31440.11.10 |
wEDS2101Entry WEDS2101Entry .1.3.6.1.4.1.31440.11.10.1 |
wEDS2101DevicesConnectedNumber of devices connected.ro INTEGER .1.3.6.1.4.1.31440.11.10.1.1 |
wEDS2101SendCounterSend counter.ro Counter32 .1.3.6.1.4.1.31440.11.10.1.2 |
wEDS2030TableTable for EDS2030 device data (temperature, probe, light and input). SEQUENCE OF WEDS2030Entry .1.3.6.1.4.1.31440.11.11 |
wEDS2030Entry WEDS2030Entry .1.3.6.1.4.1.31440.11.11.1 |
wEDS2030TemperatureTemperature.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.11.1.1 |
wEDS2030ProbeTemperature probe.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.11.1.2 |
wEDS2030LEDStateLED state.ro INTEGER .1.3.6.1.4.1.31440.11.11.1.3 |
wEDS2030LightLight.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.11.1.4 |
wEDS2030Input1Input 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.11.1.5 |
wEDS2030ActivityLatch1Activity latch 1 state.ro INTEGER .1.3.6.1.4.1.31440.11.11.1.6 |
wEDS2030PulseCounter1Pulse counter 1.ro INTEGER .1.3.6.1.4.1.31440.11.11.1.7 |
wEDS2030BatteryBattery voltage.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.31440.11.11.1.8 |
wEDS2030ReadCounterRead counter.ro Counter32 .1.3.6.1.4.1.31440.11.11.1.9 |
wEDS2030LEDFunctionLED function.rw INTEGER .1.3.6.1.4.1.31440.11.11.1.10 |
wEDS2030LEDSetStateLED set state.rw INTEGER .1.3.6.1.4.1.31440.11.11.1.11 |