P1 and P2 Parameters
These define minimum (P1) and maximum (P2) values for byte and word settings, and minimum and maximum length for string and dot-decimal settings. Conditions:
- P2 must be greater or equal to P1.
- P2 can't be 0.
- For byte settings, P1 and P2 can't exceed 255.
- For word settings, P1 and P2 can't exceed 65535.
- For string and dot-decimal settings, P1 and P2 can't exceed 254.