Share
 
 

Making a multi-turret post

To make a multi-turret post:

  1. Start with a working turning post, one that can turn with the primary turret.
  2. Select CNC-Info > Turrets and use the Turret Information dialog to set the controls.
  3. Open the Program Start format in the Formats editor, and add the following sync code line:
    {M<SYNC1>}<EOB>
  4. Repeat the previous step for the Tool Change, Segment Start, Program End, and all of the sub spindle formats.
  5. If you are using turning canned cycles, add the sync code line below to the all of the turning canned cycle formats:
    {M<SYNC1>}<EOB>
Tip: To view an example of how the synchronization codes are used, in XBUILD open a CNC file in the Posts/Turn folder. Save it as the .CNX file by selecting File > Document CNC, and open the created file with a text editor like Notepad. Now you can search for the string 'SYNC-NUM' to see where it is used.

Was this information helpful?