128
Jetter AG
5 Initial commissioning
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
Function
1
Present content of the
variable
The content of the variable is incremented by
one every 2 seconds.
JetSym STX program
Setup pane
Summary of Contents for JC-120MC
Page 1: ...User Manual JC 120MC Controller 60880901 We automate your success...
Page 18: ......
Page 40: ...40 Jetter AG 3 Identifying Hardware revisions see page 38 Related topics...
Page 160: ......
Page 186: ......
Page 196: ......
Page 485: ...Jetter AG 485 JC 120MC Programming Topic Page Programming 486 Registers 498 Contents...
Page 521: ...Jetter AG 521 JC 120MC Programming Use 29 bit identifier Default 11 bit identifier...
Page 586: ......
Page 604: ......
Page 633: ......