Specifications
v1.05
6.26.09
- 40 -
0=Enabled, NonZero=Disabled
A value of 0 indicates that the status is inactive, disabled or off.
A value of 1 indicates that the status is active, enabled or on.
0=Inactive, NonZero=Active
A value of 0 indicates that the status is inactive, disabled or off.
A value of 1 indicates that the status is active, enabled or on.
Hex to Long Integer
The value is contained in 2 consecutive Modbus registers. For example, if the first value is at address 40001 the
value at 40002 will also need to be read.
Read each register as an unsigned integer. Take the first value and multiply by 65536. Then add the second
value. Multiply the result by the gain and add the offset.
Long Multiple Status Bits
The value is contained in 2 consecutive Modbus registers. For example, if the first value is at address 30001 the
value at 30002 will also need to be read.
Read each register as an unsigned integer. Take the first value and multiply by 65536. Then add the second
value.
The result is composed of more than one status condition. This is accomplished by setting the appropriate bits
for each status condition. See details below:
Monico
Id
PID Description Modbus
Address
Manual Remarks
193 Warning Status 30203 Each of the first 24 bits represents warning status.
0 = Warning is NOT ACTIVE
1 = Warning is ACTIVE
bit 1 = High exhaust temperature
bit 2 = High altitude (atmospheric pressure)
bit 3 = Air filter plugged
bit 4 = Engine overspeed
bit 5 = Low engine coolant temperature
bit 6 = High engine coolant temperature
bit 7 = Low engine oil pressure
bit 8 = High system voltage
bit 9 = High engine inlet air temperature
bit 10 = High engine oil temperature
bit 11 = High hydraulic oil temperature
bit 12 = No coolant flow
bit 13 = High aftercooler coolant temperature
bit 14 = High crankcase pressure
bit 15 = Fuel filter plugged
bit 16 = Oil filter plugged
bit 17 = Not used
bit 18 = Not used
bit 19 = Low coolant level
bit 20 = Alternator NOT charging
bit 21 = Low fuel level
bit 22 = High transmission oil pressure
bit 23 = Low transmission oil pressure
bit 24 = High transmission oil temperature
bit 25-32 = Not used
194 Shutdown Status 30205 Each of the first 24 bits represents Shutdown status.
0 = Engine Shutdown is NOT ACTIVE
1 = Engine Shutdown is ACTIVE