- OMEGA Engineering, Inc. Power Supply Product Manual

11.. . APPENDIX A: MASTER ICON FILE REFERENCE
USING THE OMP-MODL11-64
ICON CONFIGURATION DIALOG BOX:
CONFIGURATION OPTIONS:
Icon Name:Specify the label for the icon. This name will show directly under the icon
within the Program Net.
X and Y Input Name: In this box, HyperNet displays the Output Names of the icons
connected to this icon’s Inputs. The Output Names can be changed in the
other icons’ dialogs.
Swap X and Y: Clicking on the SWAP button swaps the X and Y input
connections. The change is reflected in the X and Y Input Name boxes as
well as in the actual Program Net where the connections are redrawn.
Math Function: A text box is provided for entry of the equation to be calculated. In
the equation, use X and Y to represent the values at the X and Y inputs.
Supported math functions, their Syntax, and Explanations are provided in
the following table:
FUNCTION SYNTAX EXPLANATION
Addition X+7 Adds 7 to Input X
Subtraction X-20 Subtracts 20 from Input X
Multiplication X*1.2 Multiplies X times 1.2
Division X/2 Divides X by 2
Exponentiation X^3 X cubed
Exponential EXP(X) e to Xth power
Parenthesis 2*(X-Y) 2 times the difference of the X Input
minus the Y Input
Square SQR(Y) Y squared
Square Root SQRT(X) Square root of X