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

Detailed Description

This class defines the information about an IEC task used by Application.getTaskInfoOfApplication.

Elements of class ApplicationTaskInfo

Type Element Description
String name IEC task name.
int priority IEC task priority.
boolean watchdog Watchdog enabling state.
int watchdogTime Watchdog time.
int cycleTime IEC task cycle time.
int averageCycleTime Average cycle time of IEC task.
int maxCycleTime Maximum cycle time of IEC task.
int minCycleTime Minimum cycle time of IEC task.
int cycleCount Actual cycle count of IEC task.

Definition at line 411 of file Logic.java.


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