96
Jetter AG
5 Initial commissioning
To create and compile an executable program, proceed as follows:
Step
Action
1
Switch to
Files
view.
2
Double-click the program file. The program file has the same name as the
project, plus the extension
stxp
.
Result:
The program file opens in the JetSym editor.
3
Enter the following program code.
Mind this when giving the "Include" instruction.
#Include
"VisualInterface.stxp"
;
Function
OnKeyDown(KeyCode:long, Flags:long)
End_Function;
Function
OnKeyUp(KeyCode:long, Flags:long)
End_Function;
Task
Main
Autorun
End_Task
;
4
Press the
F7
key to trigger a project build.
Result:
The visualization functions and the VisualInterface header file are now
available for programming.
Result:
You can expand the program now. In
IntelliSense
(
Ctrl + Space bar
), the
visualization functions and the information from the VisualInterface header file
are now available. You can
transfer
the program to the HMI by the shortcut
Strg+F5
. However, the program has no function as yet.
Creating a compilable
program
Содержание 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: ......