Editing DAF.fcn

Stream file values must be stored in StreamServe variables to be archived. In DAF.fcn, you must add code to save these values. The $mvx_NAME variable contains the printer file name and an "if" clause is needed for your layout.

  1. Open your global project (Global.dcproject). The global project is opened in the StreamServe Design Center.
  2. In the Global_resourceset, double-click DAF.fcn.
  3. In the pop-up screen, select the DAFSetArchiveIndex function and click Edit.
  4. Add a new "if" clause:
    if($mvx_NAME = "<your print file>")
    
  5. Save stream file values to local script variables. See the example in the "if" clause for QUS606PF.
  6. Click Check Syntax and click OK.
  7. Save your project.