MC_TRAJECTORY_ENTRY
TF5410 | TF5420 | |
|---|---|---|
| MC Group with Pick-and-Place | MC Group Coordinated Motion |
|
|
|
The structure MC_TRAJECTORY_ENTRY is used in connection with the function block MC_GroupReadTrajectoryInformation.
TYPE MC_TRAJECTORY_ENTRY :
STRUCT
InvokeId : UDINT;
Active : BOOL;
RemainingCartesianLength : LREAL;
RemainingDuration : LREAL;
END_STRUCT
END_TYPEName | Type | Description |
|---|---|---|
InvokeId | UDINT | Segment ID |
Active | BOOL | Indicates if a blending segment is active. |
RemainingCartesianLength | LREAL | Remaining distance for the current segment |
RemainingDuration | LREAL | Remaining time of the segment |
Requirements
Development environment | Target platform | PLC libraries |
|---|---|---|
TF5400 Advanced Motion Pack V3.4.45 | PC or CX (x64) | Tc3_McCoordinatedMotion, Tc2_MC2 |

