The following variables contained in teh GLOBAL_SYSTEM group of the variables table, have the fixed tag. The tag of system markers were divided into groups and subgroups, wher:do:
Grupos:
| • | SSW: reading and writing variables of the SSW900 soft-starter. |
Subgroups:
| • | STS: reading variable (status); |
| • | CMD: writing variable (command). |
Reading System Markers (Status)
Rading - Modbus Function 02 "Read Discrete Inputs"
Address |
Bit |
Modbus |
Tag |
Description |
Ladder |
||||
%SB6000 |
0 |
0 |
SYS_FREQ_2HZ |
Oscilator with frequency of 2 Hz |
%SB6000 |
1 |
1 |
SYS_PULSE_1SCAN |
Pulse during the first scan cycle |
%SB6000 |
2 |
2 |
SYS_FALSE |
Always in 0 |
%SB6000 |
3 |
3 |
SYS_TRUE |
Always in 1 |
Address |
Bit |
Modbus |
Tag |
Description |
Logical Status |
||||
%SB6002 |
0 |
16 |
SSW_STS_MOTOR_RUNNING |
The soft-starter is turning the motor |
%SB6002 |
1 |
17 |
SSW_STS_GENERAL_ENABLED |
The soft-starter is general enabled and ready to run motor |
%SB6002 |
2 |
18 |
SSW_STS_JOG_ACTIVE |
The JOG function is active |
%SB6002 |
3 |
19 |
SSW_STS_INITIAL_TEST |
Executing initial tests before starting the engine |
%SB6002 |
4 |
20 |
SSW_STS_ACCEL_RAMP |
Motor in acceleration ramp |
%SB6002 |
5 |
21 |
SSW_STS_FULL_VOLTAGE |
Full voltage is being applied to the motor |
%SB6002 |
6 |
22 |
SSW_STS_BYPASS |
The bypass contactor is closed |
%SB6002 |
7 |
23 |
SSW_STS_DECEL_RAMP |
Motor in deceleration ramp |
%SB6003 |
0 |
24 |
SSW_STS_LOC_REM_MODE |
Soft-starter is in local or remote mode (0-Local, 1-Remote) |
%SB6003 |
1 |
25 |
SSW_STS_BRAKING |
Braking is active |
%SB6003 |
2 |
26 |
SSW_STS_REVERSING_DIRECTION |
The motor is reversing the direction of rotation |
%SB6003 |
3 |
27 |
SSW_STS_FWD_REV_DIRECTION |
Motor running in reverse or direct direction (0-Reverse, 1-Direct) |
%SB6003 |
4 |
28 |
SSW_STS_START_DELAY |
Time before startin the motor |
%SB6003 |
5 |
29 |
SSW_STS_RESTART_DELAY |
Time after motor stop |
%SB6003 |
6 |
30 |
SSW_STS_ALARM_ACTIVE |
Soft-starter has an active alarm |
%SB6003 |
7 |
31 |
SSW_STS_FAULT_ACTIVE |
Soft-starter is in fault state |
Address |
Bit |
Modbus |
Tag |
Description |
HMI keys |
||||
%SB6004 |
0 |
32 |
SSW_STS_KEY_BACK |
BACK key pressed |
%SB6004 |
1 |
33 |
SSW_STS_KEY_UP |
UP key pressed |
%SB6004 |
2 |
34 |
SSW_STS_KEY_HELP |
HELP key pressed |
%SB6004 |
3 |
35 |
SSW_STS_KEY_DIRECTION |
DIRECTION key pressed |
%SB6004 |
4 |
36 |
SSW_STS_KEY_DOWN |
DOWN key pressed |
%SB6004 |
5 |
37 |
SSW_STS_KEY_LOC_REM |
LOC/REM key pressed |
%SB6004 |
6 |
38 |
SSW_STS_KEY_START |
START (I) key pressed |
%SB6004 |
7 |
39 |
SSW_STS_KEY_JOG |
JOG key pressed |
%SB6005 |
0 |
40 |
SSW_STS_KEY_STOP |
STOP (0) key pressed |
%SB6005 |
1 |
41 |
SSW_STS_KEY_RIGHT |
RIGHT key pressed |
%SB6005 |
2 |
42 |
SSW_STS_KEY_ENTER |
ENTER key pressed |
%SB6005 |
3 |
43 |
SSW_STS_KEY_LEFT |
LEFT key pressed |
Writing / Reading System Markers (Command)
Reading - Modbus Function 01 "Read Coils"
Writing - Modbus Function 05 "Write Single Coil" and 15 "Write Multiple Coils"
Address |
Bit |
Modbus |
Tag |
Description |
Logical Command |
||||
%CB6006 |
0 |
0 |
SSW_CMD_RUN_STOP |
Run the motor (0-Stop, 1-Run) |
%CB6006 |
1 |
1 |
SSW_CMD_GENERAL_ENABLE |
Enables the soft-starter allowing the motor operation (0-Disable, 1-Enable) |
%CB6006 |
2 |
2 |
SSW_CMD_JOG |
Enables the JOG function (0-Disable, 1-Enable) |
%CB6006 |
3 |
3 |
SSW_CMD_DIRECTION |
Reverses the direction of rotation of motor |
%CB6006 |
4 |
4 |
SSW_CMD_LOC_REM |
Selects the soft-starter operation mode (0-Local, 1-Remote) |
%CB6006 |
7 |
7 |
SSW_CMD_FAULT_RESET |
Executes the fault reset command |