Formulas and deferred parameters > Deferring parameters > Creating deferred parameters

Create the parameters at the unit procedure and procedure levels

  1. In the Hierarchy view, in the upper left corner, select the unit procedure UP_BLEND.
  2. 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.

  3. In the Parameter view, double-click the OP_BASE_AMT parameter to open the Properties dialog.
  4. Change the Origin to Defer and the Source to UP_BASE_AMT.
  5. Modify the OP_COLOR_AMT parameter to defer the source to UP_COLOR_AMT.
  6. Click the OP_FINISH step.
  7. Modify the AGITATE_TIME parameter to defer the source to AGITATE_TIME.
  8. In the Hierarchy view, select the procedure PRC_PAINT.
  9. To create the procedure level parameters, click the UP_BLEND step.
  10. Modify the UP_BASE_AMT parameter to defer the source to PRC_BASE_AMT.
  11. Modify the UP_COLOR_AMT parameter to defer the source to PRC_COLOR_AMT.
  12. Modify the AGITATE_TIME parameter to defer the source to AGITATE_TIME.
  13. Save PRC_PAINT.
  14. Download.