! ----------------------------------------------------------------------------------------------- ! THIS PROGRAM IS AN UNPUBLISHED WORK FULLY PROTECTED BY THE UNITED ! STATES COPYRIGHT LAWS AND IS CONSIDERED A TRADE SECRET BELONGING TO ! THE COPYRIGHT HOLDER. COPYRIGHT (C) ZYGO CORPORATION. ! ! Version: 1.0 ! ! File: FocusGlobals.scr ! Date: ! Author: ! Revisions: ! Comments: ! MetroScript stub file. ! Declares global values related to focus control. ! ----------------------------------------------------------------------------------------------- dim msg$[999] dim fn$[999] ! Address of the CAN node controlling the motor focus_motor_can_node% = 0x46 ! Motor steps per millimeter focus_motor_steps_per_mm = 13536 ! Text file containing the maximum focus position dim focus_max_fn$[999] focus_max_fn$ = "C:\\MetroPro\\Cfg\\GPI\\FocusMax.txt" ! Path for the custom control "Focus Position" dim focus_position_ctrl_path$[99] focus_position_ctrl_path$ = "Controls / Custom / Numeric 1"