Formulas and deferred parameters
>
Deferring parameters
>
Creating deferred parameters
Create the parameters at the unit procedure and procedure levels
In the Hierarchy view, in the upper left corner, select the unit procedure UP_BLEND.
In the Diagram view, click the OP_CHARGE step.
Note
You may need to press the F5 key to refresh the screen to see the parameters.
In the Parameter view, double-click the OP_BASE_AMT parameter to open the
Properties
dialog.
Change the Origin to Defer and the Source to UP_BASE_AMT.
Modify the OP_COLOR_AMT parameter to defer the source to UP_COLOR_AMT.
Click the OP_FINISH step.
Modify the AGITATE_TIME parameter to defer the source to AGITATE_TIME.
In the Hierarchy view, select the procedure PRC_PAINT.
To create the procedure level parameters, click the UP_BLEND step.
Modify the UP_BASE_AMT parameter to defer the source to PRC_BASE_AMT.
Modify the UP_COLOR_AMT parameter to defer the source to PRC_COLOR_AMT.
Modify the AGITATE_TIME parameter to defer the source to AGITATE_TIME.
Save PRC_PAINT.
Download.