spinner
{{ menu }}

Quick start

Important

Remember to always use AERS and keep it on for your own safety and that of others!

Important

Remember to always be extremely vigilant when running programs on the CNC machine and run freshly created programs line by line!

Good to know

If you have found a potential error that occurs quite often, is security related and is still not in the AERS database, please contact us.

Pre-settings

Pre settings

Choose your preferred language, control which one you want to work with and the measurement system (mm/inch).

Good to know

Remember that you can always change your settings in the settings panel.

Good to know

If you have not found the setting you are looking for, please contact us.

Code editor

code editor

After saving your presets, you should see an editor window with a welcome text. To use it, you can paste your code, open a file, use one of the examples or simply write a cnc program yourself. In this case, we will use one of the built-in code examples.

Code execution

code examples

As you can see in the attached picture, the code is automatically colored and formatted to increase the readability of the information it contains.

menu run

To execute the code, press the triangular button in the upper right corner. See the picture above.

code error

In the screenshot above, you can see what happens after the code is executed. As you can see, a lot of bugs have emerged. This is due to the fact that the example program used does not have such information about the tool used and other important information, without which the tool can hit the milling table or the workpiece. But if you are writing code only for learning macros or writing a subroutine and therefore your code does not contain information such as the tool number or other information that is usually entered at the beginning of the main program, you can disable AERS by using the switch in the settings (see image below).

aers off

If you are writing code only for learning macros or writing a subroutine and therefore your code does not contain information such as the tool number or other information that is usually entered at the beginning of the main program, you can disable AERS by using the switch in the settings (see image above).

code executed

As you can see now, the program ran without any error messages. However, remember to always use AERS turned on, your program is to be used in practice.