Download User manual Supervisor

Transcript
Supervisor documentation
Remarks :
The argument <Expression> must be a valid numerical expression.
Example :
a!=EXP(2)
See also :
LOG
8-14-53- FLASHOK – Test flash memory
Syntax :
FLASHOK
Description :
This function indicates if parameters and the first 10000 saved variables are backed
up in flash memory
See also :
RAMOK, RAMTOFLASH, FLASHTORAM
8-14-54- FLASHTORAM – Restore saved variables
Syntax :
FLASHTORAM
Description :
This function restore parameters and the first 10000 saved variables from flash
memory. This function is automatically called by system if variables are corrupted
on start-up.
Voir aussi :
RAMOK, RAMTOFLASH, FLASHOK
8-14-55- FOR – FOR … NEXT loop
Syntax :
FOR <Counter>=<Begin> TO <End> [STEP <step>]
...
NEXT <Counter>
Accepted types :
Counter : Byte, Integer, Long integer
Description :
Repeats an instruction a specified number of time.
Remarks :
FOR starts the FOR ... NEXT loop structure. FOR must appear before all the other
parts of the structure. <Counter> is a local integer variable used as loop counter.
<Counter> is equal to <End>+1 at the end of the loop. <step> must be a positive
value. The execution of this instruction NEXT passed to the execution of the next
task.
Example :
FOR i%=1 TO 10
...
NEXT i%
See also :
WHILE
8-14-56- FONT – Font selected
Syntax :
FONT=<Value>
Accepted types :
<Value> : byte.
Description :
This function defines the font of the operator panel.
Remarks :
<Value> :
Font 1 : 16 lines x 40 characters with text and black background, 3x4mm
Font 2 : 9 l x 30 c with text and black background, 4x7mm
Font 3 : 6 l x 20 c with text and black background, 12x20mm
R403
- 100 -
SERAD S.A.