Command Mode Operation of Smart P&ID Design Validation - Intergraph Smart P&ID - Help

Intergraph Smart P&ID Design Validation Help

Language
English
Product
Intergraph Smart P&ID
Search by Category
Help

Smart P&ID Design Validation software now can also be operated in command mode. You need to write a batch file to run the Smart P&ID Design Validation software in command mode.

To run the Smart P&ID Design Validation software in command mode, perform the following steps:

  1. Create and open a new text document.

  2. If you have already specified the required arguments in the .ini file, then write the following in the text document.

    "< SmartComparator.exe path>" “-commandmode”
    Pause

  3. If you have not specified the required arguments in the .ini file, then write the following in the text document

    "< SmartComparator.exe path>" “-commandmode” “A” “B” “C” “D” “E”
    Pause

    where

    A = PID Drawing Path

    B = 2D Mapper File Path

    C = 2D Pipeline attributes with comma separator

    D = 3D (PDMS/ISO) Files Path

    E = 3D Mapper File Path

    For example:

    “C:\Program Files\SmartPlant\P&ID Design Validation\Bin\SmartComparator.exe”
    “-commandmode”
    “Area1\Unit1\DemoDwg.pid”
    “C:\Mappers\SppidMapper-ISO.xml”
    “ItemTag”
    “C:\ISO files\ISO”
    “C:\Mappers\ISOMapper.xml”

    In this case, DemoDwg.pid is imported by using the specified SPP&ID mapper file and all the ISO (.pcf/.idf/.pod) files that are in the folder C:\ISO files\ISO are imported by using the specified ISO Mapper file. Settings specified in the ini file are applied, and an inconsistencies report is generated after comparison.

  4. Save this text document as a batch file (.bat extension), and then double-click on this file to run Smart P&ID Design Validation in command mode.

  1. If you want to load more than one P&ID drawing, separate them with semicolons.

    Example: Area1\Unit1\DemoDwg.pid; Area1\Unit1\TestDwg.pid

  2. If you want to specify more than one 3D (PDMS/ISO) data file, separate them with semicolons or specify the folder that contains the 3D data files.

  3. Specify the inconsistency report file path under the Report File Path section of the ini file till folder level. The file name is generated with the current time stamp. If you do not specify the report file path, then it is saved in the default temp location.

    For example:

    If Report File Path contains D:\SPDV-Reports, then the inconsistency report filename is “D:\SPDV-Reports\SPDV_19-04-2012-12-36-22.doc.

While running Smart P&ID Design Validation in command mode, please note the following:

  • If the 3D data is ISO then 3D ISO pipelines that are matched with imported 2D data are imported.

  • Component correlation is disabled.