Qualifiers
Qualifier | Description |
CONST | The attribute CONST indicates that the variables within the structuring elements are constants, i.e. they have a constant value, which cannot be modified once the PLC project has been compiled. |
RETAIN | The attribute RETAIN indicates that the variables within the structuring elements are retentive, i.e. they keep their value even after the target device is reset or switched off. |