5.12.13.5.3. NX Configuration Steps
Adjust variables in rout_env.dat

Open %UGII_BASE_DIR%/ROUTING/manifest/rout_env.datand update the following NX Environment variables with CADENASpaths:

  • Attach the storage location of the CADENASptb files (cadenas_routing_library_mm.ptb and cadenas_routing_library_inch.ptb) to UGII_EPLIB_TABLE_PATH.

    Example (for "metric"):

    UGII_EPLIB_TABLE_PATH=$UGII_BASE_DIRrouting/ugroute_mech/metric/tables/;
    
    D:/CADENAS_ROUTING/
    

  • Attach the location of the prt files to UGII_ROUTE_MECH_PART_PATH (non-teamcenter mode only, usually the pool folder)

    Example (for "metric"):

    UGII_ROUTE_MECH_PART_PATH=$UGII_BASE_DIR/routing/ugroute_mech/metric/parts/;
    
    D:/CADENAS_ROUTING/consulting-1100SP9__2020-01-21__19.58__r186672/data/pool/ugnx
    

Update PLV files

Update the PLV files in %UGII_BASE_DIR%/ROUTING/ugroute_mech/appview/ugroute_mech_metric.plv(and - if necessary - ugroute_mech_inch.plv).

Add subnodes to plv files:

  • Attach the following subnode to NODE PIPING_PARTS:

    !=====================================================================
    !==============================PIPING PARTS===========================
    !=====================================================================
    
    SUBNODES CADENAS_ROUTING_PARTS

  • Add the "CADENAS Routing Parts" Reuse Library entry under Reuse Library -> Routing Part Library -> Piping Parts:

    !=====================================================================
    !============================== CADENAS_ROUTING_PARTS  ==============
    !=====================================================================
    
    NODE CADENAS_ROUTING_PARTS
      NAME CADENAS Routing Parts
      TABLE cadenas_routing_library_mm.ptb
    END_OF_NODE