Manual

B-6 Appendix B - Instruction Properties
Property Description
End Y
Y coordinate where dispensing ends.
Ignore Masks
Default = False (No). If True (Yes), then material dispensed even if specified
coordinates fall within a Mask Region.
Pass Width
How wide the pass will be.
Rotate
Default = Rotate position when instruction created. Number of degrees to rotate
tool before dispensing. Not supported by all tools.
Start Distance
Default = Automatic. Distance to accelerate after dispensing. Value of 0 causes
heavy fluid deposition at beginning of pass. Set to a value greater than zero to
avoid fluid buildup.
Stop Distance
Default = Automatic Distance to decelerate after dispensing. Value of 0 causes
heavy fluid deposition at end of pass. Set to a value greater than zero to avoid
fluid buildup.
Tilt
Default = Tilt position when instruction created. Number of degrees to tilt tool
before dispensing. Not supported by all tools.
Tool
Default = Tool displayed in Current Tool Selector when instruction created. Tool
to use for this instruction. Click on List button to select different tool.
Comment
Description: Allows programmer to document program by entering a comment into an instruction list.
Comments have no effect on the program.
Properties:
Property Description
Comment
Comment String
Else
Description: 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.
Syntax:
IF <condition> [Instructions]
ELSE [Instructions]
END
Properties:
None
End
Description: Terminates an If, Repeat, or While instruction block.
Syntax:
IF <condition> [Instructions]
ELSE [Instructions]
END
Properties:
None