Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4Java)  1.26.2
com.boschrexroth.mlpi.Logic.ApplicationResetMode Enum Reference
Collaboration diagram for com.boschrexroth.mlpi.Logic.ApplicationResetMode:
Collaboration graph

Detailed Description

This enumeration defines the different reset possibilities of an application used by resetApplication.

Code Name Description
0 RESET_WARM Reset warm of application, all global data except retain data are reset to their default values.
1 RESET_COLD Reset cold of application, all global data and (!) retain data are reset to their default values.
2 RESET_ORIGIN Reset application back to origin, delete the application, delete all application files (bootproject, etc.), reset all global and retain data.

Definition at line 113 of file Logic.java.


The documentation for this enum was generated from the following file: