SetExternalSetpoint
Sets the external setpoint for the Planar Mover without reference system id (relative mode). Call once per PLC cycle during external setpoint generation.
Syntax
Definition:
METHOD SetExternalSetpoint
VAR_INPUT
setPosition : MoverVector;
setVelocity : MoverVector;
setAcceleration : MoverVector;
END_VAR
Inputs
|
Name |
Type |
Description |
|---|---|---|
|
setPosition |
MoverVector |
Position that is sent to the Planar Mover. |
|
setVelocity |
MoverVector |
Velocity that is sent to the Planar Mover. |
|
setAcceleration |
MoverVector |
Acceleration that is sent to the Planar Mover. |