Jetter JC-120MC User Manual page 128

Table of Contents

Advertisement

5 Initial commissioning
JetSym STX program
Setup pane
128
The following program increments the content of a variable by one every
2 seconds:
Var
Count:
Int;
End_Var;
Task
Increment
Autorun
Loop
Inc(Count);
Delay(T#2s);
End_Loop;
End_Task;
The JetSym setup window displays the content of the variable:
Number
Description
1
Present content of the
variable
Function
The content of the variable is incremented by
one every 2 seconds.
Jetter AG

Advertisement

Table of Contents
loading

Table of Contents