Installation manual

90
FM-3 Programming Module Reference Manual
Formula
This program instruction can be used to enter a formula or assignment into a program. All
FM-3 parameters are available for use in a formula. They may be dragged and dropped into
a formula, but the program User Level will determine how many appear for dragging and
dropping (see the section on User Level in the Setting Up Parameters chapter). Formulas can
also be created by simply typing them into the program. This instruction was created to
inform the user that formulas can be used in a program.
Examples:
Index.1.Vel = 20.0
Index.0.Dist = Index.2.Dist + 0.1
ModuleOutput.1 = ON
Index.0.Accel = (Index.0.Accel*1000)+5.00