FB_SimCoE402_Servo

This class implements a simulation of a CoE402 servo drive. The FB offers mapping elements for CoE interfaces of servo drives. Mapping is done in the same way as for the real drive unit.
Syntax:
FUNCTION_BLOCK FB_SimCoE402_Servo EXTENDS FB_SimAxCommon
VAR_INPUT
NcAdapt: FB_CoE402_ServoAdapt;
END_VAR
I/O variables
Name | Type | Direction | Description |
---|---|---|---|
NcAdapt | FB_CoE402_ServoAdapt | Input/Output | The mapping interface for the NC axis. |
Properties
Name | Type | Access | Description |
---|---|---|---|
ActualPosition | LREAL | Get, Set | Simulated axis position. |
FB_SimCoE402_Servo | |||
ActualTorque | LREAL | Get | The simulated actual torque. |
ExternalTorque | LREAL | Get, Set | Here, an external torque can be specified from the simulation of a simulated process. |
Inertia | LREAL | Get | Moment of inertia [kg * m³], formed from |
PositionLagKp | LREAL | Get, Set | The position control gain of the simulated servo. |
Reversed | BOOL | Get, Set | TRUE if the direction of rotation of the simulated servo is inverted. |
StatusWord | WORD | Get | The status word of the servo. |
TorqueLimitNegative | LREAL | Get, Set | The negative torque limit. |
TorqueLimitPositive | LREAL | Get, Set | The positive torque limit. |
FB_SimAxCommon | |||
ActualVelocity | LREAL | Get, Set | Simulated axis velocity. |
AbsolutSwitch | BOOL | Get | This runtime value provides information about the simulated feedback signal as defined by |
AbsSwitchHighEnd | LREAL | Get, Set | This parameter defines the threshold value for the case . |
AbsSwitchHighSelect | BOOL | Get, Set | This parameter defines the active |
AbsSwitchLowEnd | LREAL | Get, Set | This parameter defines the threshold value for the case |
CycleTime | LREAL | Get, Set | This parameter must be initialized with the update calling cycle of the |
DenyEnable | BOOL | Get, Set | A |
EncoderInterpolation | LREAL | Get, Set | This parameter must be initialized with the same value as the corresponding parameter in the motion technology:
|
EncoderNoiseLevel | LREAL | Get, Set | The simulated axis offers the possibility to disturb the reported position with a pseudo-random white noise. This is realized by a |
EncoderWeighting | LREAL | Get, Set | This parameter must be initialized with the same value as the corresponding parameter in the motion technology:
|
EncoderZeroShift | LREAL | Get, Set | This parameter must be initialized with the same value as the corresponding parameter in the motion technology:
|
HighSideBlock | LREAL | Get, Set | The simulated position of the actuator is limited to a value less than or equal to this parameter. |
HighSideEndswitch | LREAL | Get, Set | This parameter defines the |
HighSideSpringLengt | LREAL | Get, Set | This parameter defines the length of a simulated spring-like effect at the upper side of the actuator stroke. |
LowerEndSwitch | BOOL | Get | This runtime value provides information about the state of a simulated sensor. Becomes |
LowSideBlock | LREAL | Get, Set | The simulated position of the actuator is limited to a value above or equal to this parameter. |
LowSideEndswitch | LREAL | Get, Set | This parameter defines the |
LowSideSpringLength | LREAL | Get, Set | This parameter defines the length of a simulated spring-like effect at the lower side of the actuator stroke. |
MovingMass | LREAL | Get, Set | This parameter can be used to define a moving mass. It is used to calculate dynamic acceleration and deceleration forces, torques or pressures. |
NoBlock | BOOL | Get, Set | If this parameter is set to |
Reversed | BOOL | Get, Set | The simulated axis works inverted. |
UpperEndSwitch | BOOL | Get | This runtime value provides information about the state of a simulated sensor. Becomes |
Notice | |
When using a simulated servo drive, a FB of type FB_SimTorqueLimitingCoE402_Servo or FB_SimTorqueLimitingCoE402_Mapped must be used to perform the data exchange between TwinCAT 3 Plastic Functions and the simulation. |
Methods
Name | Description |
---|---|
This method can be used to simulate an error situation on the simulated axis. | |
FB_SimCoE402_Servo | |
Cyclic() | This method must be called cyclically. |
Starts a chaining of gear factors. | |
Rotary transmission (gearbox). | |
Linear transmission by rack and pinion. | |
Linear transmission by spindle. |
Interfaces
Type | Description |
---|---|
I_SimAxCommon | Standard interface for |
I_SimCoE402_Servo | Standard interface for |
I_SimAxGear | Gear interface for coupling gear ratios of the axis. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.55 | PC or CX (x64, x86) | Tc3_PlasticFunctions (>= v3.12.5.0) |