![ZYGO KMS-310 Supervisor Manual Download Page 182](http://html1.mh-extra.com/html/zygo/kms-310/kms-310_supervisor-manual_943104182.webp)
6-64
Chapter 6: Creating Automated Scripts
JUMP
FUNCTION
JUMP: Value MARKER
If Value then jump FORWARD to MARKER in script
USE
Allows conditional branching and execution in the script; used
with MATH: commands to control the flow of the script.
EXAMPLE SCRIPT
MATH:V66=8
MATH:V67=V66<10
JUMP:V67 MAKE_IT_HAPPEN
RELATED SCRIPTS
MATH: LOOP: MARK: CALL
LINE
FUNCTION
LINE: Vx1 Vy1 Vx2 Vy2 Vcolor
Draws a line of Vcolor (system color number) from Vx1 Vy1 to
Vx2 Vy2 on the screen
USE
Draws a line between the two defined points on the screen; useful
in debugging scripts to visualize which edges were found with the
pattern recognition commands
EXAMPLE SCRIPT
LINE:100 100 100 300 8
RELATED SCRIPTS
BOX: XHAIR: ERASE:
LOADCALIB
FUNCTION
LOADCALIB: "filename"; load calibration file
Allows the script to read a different calibration file; allows several
programs to “share” a common calibration
USE
Useful to ensure that the script has the proper calibration, or to
allow a script to change calibration if, say a 50 x measurement is
desired. Allows several programs (and their associated
stagestops) to share the same calibration
EXAMPLE SCRIPT
LOADCALIB: "CALIBRAT.005"
RELATED SCRIPTS
LOADCF: LOADPROG: LOADSUBM
Summary of Contents for KMS-310
Page 10: ...Contents viii...
Page 33: ...System Overview Product Overview Subsystem Overview Functional Overview 3...
Page 51: ...User Interface Overview Software Controls Software Organization 4...
Page 119: ...Creating Automated Scripts Overview Script Creation Script Locator Script Commands 6...
Page 266: ...7 48 Chapter 7 Operation...
Page 292: ...8 26 Chapter 8 Maintenance...
Page 293: ...Error Messages System Error Messages Script Error Messages 9...
Page 297: ...Glossary...
Page 304: ...I 4 Index...