First time here?
Back again?


 
 

Turning machine needs X output as diameters, but CAM system outputs radius.

CATEGORY: PROGRAMMING
TYPE: CONTROLLER
IMS VERSION: ALL
PLATFORM: ALL

To make a constant change to all the X axis output values, use the Formula field in the Register Format dialog box.
Locate the row for register X in the Register Format dialog, and scroll across to the Formula column.
Enter the string, ? * 2.0 in the textbox.
This will cause all X values to be multiplied by 2.0 before output.

Back to Frequently Asked Questions