Manully set to name isometric drawings for OPIM

Hey, when isometrics generating, it seems that the NAME would be assigned to the FILENAME, and apparently it's the name of those generated isometrics.

well, since the attribute NAME will be displayed on drawings, I would like to change the default naming rules of FILENAME without touching NAME, but never find a way.

I need you guys help me with this, thank you!

Parents
  • Hello Joe Zou, 

    What nomenclature you want to set it on FILENAME? Currently some expression can be controlled using NAME property present in ISO_SHEET class. FILENAME  is the base name coming from OpenPlant Isometrics Manager which is taking NAME property with revision number. 

    If you could provide the details on exact expression/Nomenclature then we could be able to assist further. 

    Regards,
    Rahul Kumar

    Regards,

    Rahul Kumar

    Product Engineer – Global Technical Support | Community Moderator

  • Thanks Rahul,

    I suppose the expression would be " this.PRJ_NAME & this.UNIT & 'PP1- ISO ' & this.NAME". The specific string there referred to a discipline.

    Regards,
    Joe Zou
  • Hello Joe Zou, 

    You will be able to define the expression inside the Textnodes.txt file present inside the styles folder for isometrics. Below are the steps which you could try.

    a. Select Textnodes.txt File present inside and folder. 

    b. Write Expression as desired in a particular format. See below image for example. 

        FILENAME1 = $(PRJ_NAME)-$(UNIT)-PP1-ISO-$(NAME)
        
         

    c. Save & Close textnodes.txt file. 

    d. Launch OpenPlant Isometrics Manager. 

    e. Generate Isometrics and verify results in drawing tag data. See image below. 

         

    Also please note that it could be able to read the attributes which are present in drawing attribute. 

    Hope this helps!

    Regards
    Rahul Kumar

    Regards,

    Rahul Kumar

    Product Engineer – Global Technical Support | Community Moderator

Reply
  • Hello Joe Zou, 

    You will be able to define the expression inside the Textnodes.txt file present inside the styles folder for isometrics. Below are the steps which you could try.

    a. Select Textnodes.txt File present inside and folder. 

    b. Write Expression as desired in a particular format. See below image for example. 

        FILENAME1 = $(PRJ_NAME)-$(UNIT)-PP1-ISO-$(NAME)
        
         

    c. Save & Close textnodes.txt file. 

    d. Launch OpenPlant Isometrics Manager. 

    e. Generate Isometrics and verify results in drawing tag data. See image below. 

         

    Also please note that it could be able to read the attributes which are present in drawing attribute. 

    Hope this helps!

    Regards
    Rahul Kumar

    Regards,

    Rahul Kumar

    Product Engineer – Global Technical Support | Community Moderator

Children