
4Ć88 FST Configuration
Original Ć June 1990CE4.2:CL6211
GOTO GOTO
(Continued from previous page)
If it is necessary to conditionally select the outputs of any of the functions above, store the outputs
in general registers and then conditionally select the general registers as shown in the following
example:
AINSQR (1, DCP1) { INLET FLOW A }
RGST (REG1) { STORE FLOW A IN REGISTER 1 }
AINSQR (2, ICP2) { OUTLET FLOW B }
RGST (REG2) { STORE FLOW B IN REGISTER 2 }
IFF (REG3, LABEL1) { IF REGISTER 3 IS LOW, GOTO LABEL1 }
IFT (REG3, LABEL2) { IF REGISTER 3 IS HIGH, GOTO LABEL2 }
LABEL1 RGLD (REG1) { RECALL FLOW A FROM REGISTER 1 }
GOTO (LABEL3) { SKIP NEXT STEP IF PREVIOUS STEP WAS DONE }
LABEL2 RGLD (REG2) { RECALL FLOW B FROM REGISTER 2 }
LABEL3 FIL (1) { FILTER RESULTANT FLOW }
CONFIGURATION FORMAT: GOTO (
Label name >>
Comment >>
OPERAND DESCRIPTIONS:
Label name - The label that identifies where FST execution is to be transferred to. Label names
can be any string up to 12 characters consisting of characters, numbers, hyphens and
underscores.
Comment - A comment up to 255 characters long.
FUNCTION EQUATIONS:
SVA(out) = SVA(in)
SVD(out) = SVD(in)
Transfer location = function identified by label name in operand 1.
Kommentare zu diesen Handbüchern