CNC Z32 - Programming guide (
Milling machines) Note : The supplementary origins are stored in the CNC CMOS memory. Depending on the process the origins belong, the files are the following: Process: 0 1 2 3 4 5 Origin file: 126 123 120 117 114 111 In single process machines, the file containing the origins is the file 126 (the file related to process 0). The syntax of an origin file is as follows: :OS X1=123.4 Y1=-231.5 … The file begins with the header “:OS” which indicates the start of the section specific for the origins In the following lines, the values of the various origins are stored. In the example: The origin number 1 on X axis determines a translation of 123.4 with respect to the base origin. >
13