Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4LabVIEW)  1.26.2
Structs, Types, ...
Collaboration diagram for Structs, Types, ...:

Enumerations

Detailed Description

List of used types, enumerations, structures and more...

Enumeration Type Documentation

This enumeration must be used to define the action when a watchdog has expired.

Enumerator
MLPI_WATCHDOG_REBOOT 

device will be rebooted.

MLPI_WATCHDOG_PLCSTOPP 

PLC will be stopped.

MLPI_WATCHDOG_ERROR 

Error with class F5 severity (all axes go to error stop) will be generated.

MLPI_WATCHDOG_WARNING 

Error with class F0 severity (warning, no action) will be generated.

Definition at line 235 of file mlpiWatchdogLib.h.

This enumeration must be used to define the action when a watchdog has expired.

Enumerator
MLPI_WATCHDOG_DISABLED 

Watchdog has not started.

MLPI_WATCHDOG_ENABLED 

Watchdog has started.

MLPI_WATCHDOG_TIMEOUT 

Watchdog has expired and was disabled.

Definition at line 246 of file mlpiWatchdogLib.h.