7-2 Logic Task ECODRIVE03-FL*-04VRS
DOK-ECODR3-FL*-04VRS**-FK01-EN-P
7.3 Description of Commands
Terminology Definitions:
"TRUE“ describes the logical condition "1.“
"FALSE“ describes the logical condition "0.“
All operands are bit operands.
Load and Save Commands:
Loads the value of the operand
Loads the negated value of the operand
Assigns the current value to the operand
Assigns the negated value to the operand
Set and Reset Commands:
Setting the bit operand, unconditional
Setting the bit operand, if the previous result is TRUE,
otherwise no change
Setting the bit operand, if the previous result is FALSE,
otherwise no change
Resetting the bit operand, unconditional
Resetting the bit operand, if the previous result is TRUE,
otherwise no change
Resetting the bit operand, if the previous result is FALSE,
otherwise no change
LD
LDN
ST
STN
SET
SETC or S
SETCN
RES
RESC or R
RESCN