9/13/2005
Programming the SMLC
63
CoDeSys - Compiling the program
•
At this point we can compile our
program for the first time.
•
In the Project menu select Build (or
press the F11 key)
•
If you haven’t made any typos it
should compile with 0 Errors, 0
Warnings.
•
If you do get some errors they will
appear in the message window below
the code window. Press the F4 key to
jump from error to error.
•
After you fix the errors press F11
again to compile.
•
Repeat the process until there are no
more errors.
•
Save the program from the File | Save
menu or by using the disk icon on the
toolbar.