V2.8.2.0

System Requirements

Using the library with other versions of software or firmware may have results other than described in the present documentation.

Warning_Color.gifWARNING

UNINTENDED EQUIPMENT OPERATION

oBe sure that the software and firmware are of the versions supported by this library.

oContact your Schneider Electric service representative for compatibility information.

Failure to follow these instructions can result in death, serious injury, or equipment damage.

Supported Hardware

oPacDrive LMC Eco

oPacDrive LMC Pro

oPacDrive LMC Pro2

Software Requirements

oSoMachine Motion V4.4

Firmware Requirements

PacDrive 3 V4.4

oPacDrive LMC Eco V1.56.15.12 or greater

oPacDrive LMC Pro V1.56.15.12 or greater

oPacDrive LMC Pro2 V1.56.15.12 or greater

New Functions

Integration of SCARA (Selective Compliance Assembly Robot Arm)

oIF_RobotConfiguration.Scara4Ax()

oThe RoboticModule can be configured as a SCARA robot with four axes including four degrees of freedom (IF_RobotConfiguration.Scara4Ax()).

oOrientation

ROB.ET_RobotComponent.OrientationZ is introduced if the robot is configured as a SCARA.

oIF_RobotConfiguration.Scara4Ax()

oIF_RobotConfiguration.SchneiderElectricRobot() Robot S-Series

The orientation is supported by functionalities of:

oIF_RobotConfiguration

oIF_RobotConfigurationAdvanced

oIF_RobotMotion

oIF_RobotJogging

oIF_RobotFeedback

oIF_RobotMotion.MoveJ()

oWith the method MoveJ(), a motion job can be issued to move in a point-to-point motion to a target position in three-dimensional space. It is also possible to perform a modification of the robot arm configuration, for example from right to left arm configuration in case of a SCARA.

oIF_RobotFeedbackScara4Ax

oWith IF_RobotFeedbackScara4Ax, the Cartesian positions of the motors A to D in the mechanical robot coordinate system can be read.

Modifications

oNone

Enhancements

StartPointNotIdentical

The diagnostic message ET_DiagExt.StartPointNotIdentical occurred on sending a IF_Robot­Motion.MoveS() motion command under the following conditions/situation:

oIF_RobotFeedback.rstLastTarget is used for calculating the spline table.

oIF_RobotConfigurationAdvanced.AdditionalTransformationTCP() is parametrized.

oIF_AdditionalTransfromationTCP.Change() is called more than once without a path movement in between.

oTracking is active during sending the IF_RobotMotion.MoveS() motion command.

The diagnostic message no longer occurs in this situation.