Alignment Function of the Emergency Stop Inclines
(Original Document)
At a Glance
This function manages calculation and modification of the IDN3022s (or of the DECSTOP parameter when running Unilink) in Lexium drives.
It allows emergency stop inclines for slave drives in a slave group to be configured so that all axes stop at the same moment when a fault occurs.
In order to do this, you create a new OPCODE ( 570) that can be used on the slave groups. This command will result in calculation of the master and slave deceleration ramps according to the incline that has been configured, then sending the data to all real axis drives of the group (including the master).
The parameter of this function is a deceleration incline expressed in the unit selected during configuration of the group master. If the master is an external setpoint, we will select as the unit the position unit.
Object
Type
Symbol
Explanation
Comment
%MWr.m.c.19
Word
ERROR_CMD
Error code
%MDr.m.c.20
Double word
RETURN_CMD_1
not used
%MFr.m.c.22
Floating point
RETURN_CMD_2
not used
%MFr.m.c.24
Floating point
RETURN_CMD_3
not used
%MWr.m.c.26
Word
ACTION_CMD
570
ADJUST_3022
%MDr.m.c.27
Double word
PARAM_CMD_1
0
not used
%MDr.m.c.29
Double word
PARAM_CMD_2
0
not used
%MFr.m.c.31
Floating point
PARAM_CMD_3
Deceleration
%MFr.m.c.33
Floating point
PARAM_CMD_4
0
not used
Example
IF NOT %MW104.21.0:X1 THEN (* no WRITE_CMD in progress *)
%MW104.21.26:=570; (* Action 570 = ADJUST_3022 *)
%MF104.21.31:=1000.0; (* Deceleration of master = 1000 Rev/mn/s*)
WRITE_CMD %CH 104.21;
END_IF;
Command rejection:
NOTE: this function will only operate if the drives are Lexium drives.≥ 5.50.It will be accessible only by groups in which all the slaves are configured in ratio. Adjustment of the inclines is not saved and can be lost if there is a power outage or drive Reset.