S
Inputs
Input |
Data Type |
Range |
Unit |
Default |
Description |
---|---|---|---|---|---|
SET |
BOOL |
|
|
|
Condition. |
Outputs
Output |
Data Type |
Range |
Unit |
Description |
---|---|---|---|---|
Q |
BOOL |
|
|
Output to be forced. |
Truth Table
SET |
Q prev |
Q |
---|---|---|
0 |
0 |
0 |
0 |
1 |
1 |
1 |
0 |
1 |
1 |
1 |
1 |
Remarks
None
FBD Language
- In the FBD "Function block diagram" A function block diagram describes a function between input variables and output variables. A function is described as a set of elementary blocks language, RS and SR function blocks are preferred.
FFLD Language
- In the FFLD languages, they are represented by (S) and (R) coils.
IL Language
- In the IL "Instruction list" This is a low-level language and resembles assembly language, S and R operators are available as standard instructions.
Op1: FFLD SET
S Q (* Q is forced to TRUE if SET is TRUE *)
(* Q is unchanged if SET is FALSE *)
ST Language
Not available.
See Also