Import piping data using the command line - Intergraph Spoolgen - Help

Intergraph Spoolgen Help

Language
English
Product
Intergraph Spoolgen
Search by Category
Help
SmartPlant Foundation / SDx Version
10
I-Configure Version
6.0(2016)
Isogen Version
13.0(2016)
Smart Isometrics Version
7.0(2019)
Spoolgen Version
9.0(2019)

You can use the command line to import piping data into the software using the following syntax:

<full path location and filename of product executable file> /import <full path location and filename of piping file to import> /isodirectory <name of target isometric directory> /project <name of target project> /appendtolog

  • The software accepts either / or - (for example, /import or -import).

  • /isodirectory and /project specfy the isometric directory and project location in which the file is saved after import.

  • The optional /appendtolog flag appends the results from the current import process to the existing log file instead of overwriting it.

  1. Open the Command Prompt window.

    To display the Command Prompt window, click the Start button, and then type command in the Search box. Select Command Prompt in the search results listing.

  2. Type the command line parameters.

    "C:\Program Files\Intergraph Smart\Spoolgen\Intergraph Spoolgen.exe" /import "C:\SampleIsoDir\Piplines\Pipeline1.PCF" /isodirectory C:\SampleIsoDir /project IsogenDB_Project /appendtolog

  3. Press ENTER.

    The software imports the file and saves it to the target isometric directory and project that you specified in the command line parameters. After import, the software updates the project database and flags the imported file as Pending.

  • The software writes the results of the import process to a log file called SGBatchImportFromCommandLine.log and saves the file in the %Temp% folder.

  • You can use the command line to import multiple files. You must specify the full path location and filename for each file.The example shows the syntax for importing four files: Pipeline1.pcf, Pipeline2.pcf, Pipeline3.pcf, and Pipeline4.pcf.

    "C:\Program Files\Intergraph Smart\Spoolgen\Intergraph Spoolgen.exe" /import "C:\SampleIsoDir\Pipelines\Pipeline1.PCF" "C:\SampleIsoDir\Pipelines\Pipeline2.PCF" "C:\SampleIsoDir\Pipelines\Pipeline3.PCF" "C:\SampleIsoDir\Pipelines\Pipeline4.PCF" /isodirectory C:\SampleIsoDir /project IsogenDB_Project /appendtolog