Skip to main content

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:

  • sa_icon_message.png SA0114: Data type LTIME not allowed