; ; This is an example of the Scale Data file. ; 1,0,20479, Scaling data for X. 1,0,20479, Scaling data for Y. 10,0,20479, Scaling data for Z. ; ; The first number is the divide value. ; ; The second number is the left shift amount. The result of a left shift ; is multipling by a power of 2. Shift 0 = X*1, 1 = X*2, 2 = X*4 ect. ; ; The third number is the maximum value returned from the driver. AutoCad ; limits this value to 20479 or 4fff hex. ;