Jetter AG
189
JVM-407B
Programming
Memory for volatile application program variables
Volatile variables are used to store data which need not be maintained when
the JVM-407B is de-energized.
Global variables which are not assigned to permanent addresses (not %VL
or %RL)
Local variables
Variables are stored in a compact way.
Variables are initialized with value 0 when they are created.
By JetSym
From the application program
The following program increments the content of a global variable by one
every 2 s.
Var
Count: Int;
End_Var
;
Task
Inkrement
Autorun
Loop
Inc(Count);
Delay(
T#2s
);
End_Loop
;
End_Task
;
The JetSym setup pane 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 two seconds.
Introduction
Properties
Memory access
JetSym STX program
Setup pane
Содержание JVM-407B-HMI
Страница 1: ...User Manual JVM 407B HMI 60879892 We automate your success...
Страница 14: ......
Страница 26: ...26 Jetter AG 2 Product description and design Rear view...
Страница 34: ......
Страница 80: ......
Страница 98: ...98 Jetter AG 5 Initial commissioning Initial commissioning in JetViewSoft see page 86 Related topics...
Страница 106: ......
Страница 144: ......
Страница 168: ......
Страница 178: ......
Страница 182: ......
Страница 196: ...196 Jetter AG 10 Programming If Merker1 Then Inc Status_LEDs Delay T 100ms End_If End_Loop End_Task...
Страница 220: ...220 Jetter AG 10 Programming Topic Page Programming 221 Registers 233 Sample programs 238 Contents...
Страница 258: ......
Страница 268: ......
Страница 274: ......
Страница 294: ...294 Jetter AG Appendix Rear view...
Страница 299: ......