User Documentation

Table Of Contents
Appendix: Tutorial - creating an IEC project
System manual
2696790000/02/04.2020
112
Fig.19-21: Input assistance for the selection of a data type
In this tutorial, a variable X of the type DINT is to be declared:
Fig.19-22: Dialog "Variable Declaration" with entered variable name and data type
The created command (declaration of a variable) is inserted in the top part of
the editor. The command for this cyclical value change of this variable must
be inserted manually in the programming area of the editor below:
x := x + 1;
The finished code in the u-create studio editor looks as follows:
Fig.19-23: Simple program in u-create studio