Manual

Appendix A- Instruction Quick Reference A-1
Appendix A Instruction Quick Reference
Overview
This appendix provides a brief description of ECXP program instructions grouped by category. Refer to
Appendix B for detailed information on program instructions, instruction properties, and syntax.
Tab Button Instruction Description
A-201
Conveyor
Send ACL Sends an ACL command to the Conveyor Controller.
Conformal
Coating
Coat
Specifies a single coating pass, in a straight line.
Begin and end coordinates must be specified.
Spot
Dispenses a spot of coating at a specified stationary
location.
Area Coat
Specifies a rectangular area to be coated with
multiple coating passes. Begin and end coordinates
for the area must be specified. Passes are executed
in a serpentine pattern.
Arc Coat
Specifies a single coating pass, in an arc. Begin,
midpoint, and end coordinates must be specified.
Arc Coat
Center - Radius
Specifies a single coating pass, in an arc. Begin and
center coordinates and angle must be specified.
Begin Flow
Measurement
Starts measuring the flow of coating through the flow
meter. Each Begin Flow Measurement instruction
must have an End Flow Measurement instruction
after it in the instruction list. Coating instructions
should be placed between the Begin and End Flow
Measurement instructions. This instruction is only
available if the flow meter option is installed.
End Flow
Measurement
Stops measuring the flow of coating through the flow
meter. Each End Flow Measurement instruction must
have an Begin Flow Measurement instruction
preceding it in the instruction list This instruction is
only available if the flow meter option is installed.
Control
Place Pattern
Places (executes) a pattern at the specified
coordinates. Used to nest patterns: one pattern can
execute another pattern.
Call Procedure Calls (executes) a procedure.
If
Conditionally executes a block of instructions. Must
have a matching End instruction.
Else
Used only between an If and an End instruction.
Instructions between If and Else are executed
when the If condition is True.
Instructions between Else and End are
executed when the If condition is False.
End Terminates an If, Repeat, or While instruction block.