4000hex…4FFFhex - Block Input Error¶
The error 4xxxhex is used in case of detected Function Block input parameter errors. The error is structured as follows:
4 X1 X2 X3 hex
| X… | Value | Description |
|---|---|---|
| X1 + X2 | 1….FF | Number of the input |
| X3 | 0 | Invalid value |
| 1 | Value too low | |
| 2 | Value too high | |
| 3 | Wrong combination of the parameters |
| Dec | Hex | Error Description |
|---|---|---|
| 0 | 0000 | No error |
| 16416 | 4020 | MODE input value is less than 1 or greater than 2 |
| 16432 | 4030 | TANK_HEIGHT is less than or equal to zero. |
| 16448 | 4040 | TANK_LEN is less than or equal to zero. |
| 16464 | 4050 | TANK_WIDTH is less than or equal to zero. |
| 16496 | 4070 | INITIAL_LEVEL is less than zero. |
| 16512 | 4080 | TANK_OUTLET_DIAMETER is less than or equal to zero. |
| 16528 | 4090 | PUMP1_ACT_FLOW is less than zero. |
| 16544 | 40A0 | PUMP2_ACT_FLOW is less than zero. |
| 16560 | 40B0 | PUMP3_ACT_FLOW is less than zero. |