Introduction ProfileCore - ThorstenBrach/SRCI GitHub Wiki

Functions of the Profile: Core

Function Description M/O

MC_ChangeSpeedOverrideFB

Change actual speed override

M

MC_EnableRobotFB

Enable/Disable robot into RA power state "Enabled"

M

MC_ExchangeConfigurationFB

Reads and writes specific configuration parameters on RC that are required for the RI to work

M

MC_GroupContinueFB

Continue interrupted path

M

MC_GroupInterruptFB

Interrupt active movement, possible to continue movement

M

MC_GroupJogFB

Jog robot manually

M

MC_GroupResetFB

Acknowledgement all pending errors

M

MC_GroupStopFB

Abort actual movement and delete buffer

M

MC_MoveAxesAbsoluteFB

Move all joints to an absolute joint position (Absolute Joint PTP)

M

MC_MoveDirectAbsoluteFB

Move Joints to an absolute cartesian position (Absolute cartesian PTP) (Joint interpolated movement)

M

MC_MoveLinearAbsoluteFB

Move the TCP to an absolute cartesian position (linear interpolation)

M

MC_ReadActualPositionFB

Read the actual position – TCP: X…RZ + config/Turn, … - Joint: (J1…E6)

M

MC_ReadFrameDataFB

Read content of selected user frame number

M

MC_ReadLoadDataFB

Read content of selected payload number

M

MC_ReadMessagesFB

Read error codes of pending errors and move them into user data block "RobotData"

M

MC_ReadRobotDataFB

Read robot-specific data from the RC

M

MC_ReadRobotDefaultDynamicsFB

Read default values of dynamic parameters used by move commands

M

MC_ReadRobotReferenceDynamicsFB

Read reference values of robot dynamics for path movement

M

MC_ReadRobotSWLimitsFB

Read actual software limits of the axes Positive and negative Limit of Joint J1…J6, E1…E6

M

MC_ReadToolDataFB

Read content of selected tool number

M

MC_ReturnToPrimaryFB

Return to path left during active interrupt

M

MC_RobotTaskFB

Handles multiple mechanisms required for operation of the interface.

M

MC_SetSequenceFB

Set active sequence

M

MC_WriteFrameDataFB

Change configuration of selected user frame number

M

MC_WriteLoadDataFB

Change configuration of selected payload number

M

MC_WriteRobotDefaultDynamicsFB

Write default values of dynamic parameters used by move commands

M

MC_WriteRobotReferenceDynamicsFB

Write reference values of robot dynamics for path movement

M

MC_WriteRobotSWLimitsFB

Change robot limits of robot axes (degree).

M

MC_WriteToolDataFB

Change configuration of selected tool number

M

⚠️ **GitHub.com Fallback** ⚠️