Creating a Specification
- Last UpdatedJan 13, 2023
- 2 minute read
In Paragon command line type SPECONMODE to use the Specification Constructor (SPECON) command syntax.
To create a new SPEC, use one of the commands
NEW SPECification specname
NEW specname
where specname is the AVEVA E3D Design name which will be used to refer to the complete Specification.
Note:
The short form of the command is all that is necessary, since a Specification (SPEC)
is the only element type which you can create at this level in SPECON (the lower level
elements Selection (SELEC) and SPCOM are created indirectly when the tabular data
is entered; refer to Entering Tabular Data).
For example, either of the following commands:
NEW SPEC /RF300
NEW /RF300
would create a new SPEC called /RF300.
To associate a descriptive text with the SPEC name, use the syntax
TEXT text
For example, the SPEC created in the preceding example might be given an associated text by entering the command:
TEXT ’300 psi Piping Specification’
Note:
The delimiting apostrophes enclosing the text string, which must not exceed 50 characters.
This text, which is stored in a TEXT element in the hierarchy, will be shown after the SPEC name when the Specification is output; refer to Outputting a Specification.
Two system attributes on the AVEVA E3D Design SPECIFICATION element are used when the product VPRM is the source of AVEVA E3D Design Specifications.
When a specification is imported to AVEVA E3D Design the attributes FISSUE and FINPUTBY hold the VPRM information.
-
FISSUE holds VPRM issue number
-
FINPUTBY holds information indicating that the source was VPRM and includes the date of issue
The system attribute FSTATUS also holds the VPRM status of the specification, usually working or approved.
For example:
Finputby |VPRM at 26-NOV-2003 12:04|
Fissue |00|
Fstatus |APPROVED|