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

Detailed Description

This enumeration defines an operation which can be enabled/disabled by using setCapabilityOfOperation. The current capability can be read by getCapabilityOfOperation. The capability will be set global for all applications.

Code Name Description
0 LOGIC_CAP_OPERATION_STOP Capability to execute the operation 'stop application'.
1 LOGIC_CAP_OPERATION_RESET Capability to execute the operation 'reset application'.
2 LOGIC_CAP_OPERATION_DOWNLOAD Capability to execute the operation 'download application'.
3 LOGIC_CAP_OPERATION_ONLINE_CHANGE Capability to execute the operation 'online change application'.
4 LOGIC_CAP_OPERATION_SET_BREAKPOINT Capability to execute the operation 'set breakpoint into an application'.
5 LOGIC_CAP_OPERATION_WRITE_VARIABLE Capability to execute the operation 'write variable of application'.
6 LOGIC_CAP_OPERATION_FORCE_VARIABLE Capability to execute the operation 'force variable of application'.

Definition at line 169 of file Logic.java.


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