BE1-951
Protection and Control
4-51
SL-x62 Command
Purpose:
Reads or sets the logic for the 62, 162,262, and 362 functions.
Syntax:
SL-<x>62[=<Mode>,<Initiate Logic>,<BLK Logic>]
Comments: x = 1 for 162, or no entry for 62. See Table 4-40 for SK-x62 settings information.
SL-x62 Command Examples
1.
Read the 62 function logic.
>SL-62
2,IN2,0
The reported settings indicate that the element is enabled for one-shot, nonretriggerable operation with
timing sequences initiated by IN2. Blocking is disabled.
2.
Set contact input 3 to initiate timing sequences.
>SL-62=,IN3
Note that it isn’t necessary to enter the mode and the block expression since these settings are not changed.
Operating Settings for 62/162 General Purpose Logic Timers
The operating parameter settings for the 62/162 timer elements are listed in Table 4-41.
Table 4-41. 62/162 Operating Settings
Setting
Range
Increment
Unit of Measure
Default
T1
0 to 999 ms
1
milliseconds
0
0.1 to 9999 sec
0.1 for 0.1 to 9.9 sec
seconds
1.0 for 10 to 9999 sec
0 to 599,940 (60 Hz)
0 to 499,950 (50 Hz)
9
cycles
T2
0 to 999 ms
1
milliseconds
0
0.1 to 9999 sec
0.1 for 0.1 to 9.9 sec
seconds
1.0 for 10 to 9999 sec
0 to 599,940 (60 Hz)
0 to 499,950 (50 Hz)
9
cycles
9
Time delays less than 10 cycles can be entered to the nearest 0.1 cycle through the HMI.
All time delays can be entered to the nearest 0.01 cycle from the ASCII command
interface. Time delays entered in cycles are converted to milliseconds or seconds.
Increment precision after conversion is limited to that appropriate for each of those units
of measure.
Operating settings for the 62/162 function can be read or entered at the HMI using screens 5.x.8.1 through
5.x.8.2. These settings can also be accessed through the communication ports using the S<g>-62/162
(settings group #–62/162) command.
S<g>-62/162 Command
Purpose:
Read or set the 62 and 162 time settings.
Syntax:
S<g>-<x>62[=<T1>,<T2>]
Comments: g = 0 for setting group 0, 1 for setting group 1, 2 for setting group 2, or 3 for setting group 3
x = 1 for 162, or no entry for 62
S<g>-62/162 Command Examples
1.
Set the 62 function of setting group 0 to delay pickup for 100 milliseconds with an immediate dropout.
Set the 62 function of setting groups 1 to delay pickup for 150 milliseconds with a dropout of 50
milliseconds.
>S0-62=100,0;S1-62=150,50
2.
Take advantage of the wildcard character (#) to make the same setting with only two commands.
>S#-62=150,50;S0-62=100,0