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 |
16432 | 4030 | SPEED_REF is less than zero. |
16448 | 4040 | DRIVE_MAX_SPEED is less or equal than zero. |
16464 | 4050 | DRIVE_MAX_PWR is less or equal than zero. |