Standard function blocks
232
SR-D
(10039)
Illustration
Execution time
1.04 µs
Operation
When clock input (C) is set to 1, the data input (D) value is stored to the output (O).
When reset input (R) is set to 1, the output is set to 0.
If only set (S) and reset (R) inputs are used, SR-D block acts as an
block:
The output is 1 if the set input (S) is 1. The output will retain the previous output state if
the set input (S) and reset input (R) are 0. The output is 0 if the set input is 0 and the
reset input is 1.
Truth table:
Inputs
Set input (S): Boolean
Data input (D): Boolean
Clock input (C): Boolean
Reset input (R): Boolean
Outputs
Output (O): Boolean
SR-D
69
TLA1 1 msec
(1)
S
D
>C
R
O
O(69)
S
R
D
C
O
previous
O
0
0
0
0
0
0 (= Previous output value)
0
0
0
0 -> 1
0
0 (= Data input value)
0
0
1
0
0
0 (= Previous output value)
0
0
1
0 -> 1
0
1 (= Data input value)
0
1
0
0
1
0 (Reset)
0
1
0
0 -> 1
0
0 (Reset)
0
1
1
0
0
0 (Reset)
0
1
1
0 -> 1
0
0 (Reset)
1
0
0
0
0
1 (= Set value)
1
0
0
0 -> 1
1
0 (= Data input value) for
one execution cycle, then
changes to 1 according to
the set input (S = 1).
1
0
1
0
1
1 (= Set value)
1
0
1
0 -> 1
1
1 (= Data input value)
1
1
0
0
1
0 (Reset)
1
1
0
0 -> 1
0
0 (Reset)
1
1
1
0
0
0 (Reset)
1
1
1
0 -> 1
0
0 (Reset)
O
previous
is the previous cycle output value.
Summary of Contents for ACSM1 Series
Page 1: ...ACSM1 Firmware Manual ACSM1 Speed and Torque Control Program...
Page 2: ......
Page 4: ......
Page 12: ...Table of contents 12...
Page 49: ...Drive control and features 49...
Page 282: ...Standard function blocks 282...
Page 306: ...Application program template 306...
Page 312: ...Control chain block diagrams 312...
Page 331: ...331...
Page 332: ...332...
Page 333: ......