Creating a CNC Program

 

  1. Select an application in the device tree.

  2. Click Project ‣ Add object ‣ CNC program .

  3. Specify a name in the Add CNC program dialog and select an Implementation from the drop-down list:

    • DIN 66025: To create your program in the text editor

    • Table: To create your program in the tabular editor

  4. Select a Compile mode to determine behavior when compiling:

    • SMC_OutQueue: An SMC_OutQueue data structure is generated when compiling. You receive global access via g_CNCQueueManager (SMC_OutQueue).

    • SMC_CNC_REF: Program variables are generated when compiling. You receive global access via g_CNCProgManager (SMC-CNC_REF) in an IEC program.

    • FILE: A file generated by G code is downloaded and updated at each login. The PLC can download this file by means of function blocks.

    Note

    You can change the Implementation and Compile mode later in the Properties dialog (CNC tab of the CNC program).

  5. Click Add.

    ⇒ The CNC object is inserted into the device tree and opened in the editor.

See also