E_AmsLoggerMode
AMS logger control modes. This data type is used by the function block: FB_AmsLogger.
TYPE E_AmsLoggerMode :
(
AMSLOGGER_RUN := 1,
AMSLOGGER_STOP := 2
) UINT;
END_TYPE
Value | Meaning |
---|---|
AMSLOGGER_RUN | Starts the AMS Logger |
AMSLOGGER_STOP | Stops the AMS Logger |
Requirements
Development environment | Target platform | PLC libraries to be integrated (category group) |
---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, Arm®) | Tc2_Utilities (System) |