SA0114: Variables with data type LTIME
Detects variables of type LTIME
Justification: Not all systems support LTIME The code is more easily portable without LTIME.
Importance: Low
Example 99. Example
VAR
ltVar : LTIME; // SA0114
END_VAR
Output in the Messages view:
SA0114: Data type LTIME not allowed
For more information, see: