Detects variables of type LTIME
.
Justification: Not all systems support LTIME
The code is more easily portable without LTIME
.
Importance: Low
Example
VAR ltVar : LTIME; // SA0114 END_VAR --> SA0114: Data type LTIME not allowed
Detects variables of type LTIME
.
Justification: Not all systems support LTIME
The code is more easily portable without LTIME
.
Importance: Low
Example
VAR ltVar : LTIME; // SA0114 END_VAR --> SA0114: Data type LTIME not allowed