- How can I copy AutoPLANT Equipment from an existing model to the current model?
- How do I delete a single equipment component such as a nozzle from an equipment group?
- How do I use User Defined Equipment?
- How do I change the Equipment vessel limits for components such as Horizontal Vessels?
- What is the purpose of the Consistency Checker in Equipment?
Question 1: How can I copy equipment from an existing model to my current model?
Answer: Listed below are the steps needed to copy an existing model to the current model:
- Type XREF within the current AutoPLANT Equipment drawing. Attach the existing drawing.
- Type XREF at the command line to bind (Insert Type) the XREF drawing.
- Explode the bound XREF drawing.
- Select the Equipment> Database Tools > Repair Database pulldown. This will add the inserted equipment into the current model and database.
Question 2: How do I delete a single equipment component such as a nozzle from an equipment group?
Answer: Follow these steps to delete a single equipment component are listed below:
- Start AutoPLANT Equipment.
- Select the following pulldown to delete components from an equipment group: Equipment > Equipment Tools > Delete Component.
- Select the component to delete. The component will be deleted from the Equipment component.
Back to Index
Question 3: How do I use User Defined Equipment?
Answer: Follow the steps outlined below to use User Defined Equipment:
- Start AutoPLANT Equipment.
- Use the AutoCAD CYLINDER command to draw a vertical cylinder. Enter the desired dimensions when placing the AutoCAD cylinder.
- Select the "Equipment > Equipment > User Defined" pulldown.
- When the User Defined Equipment dialog appears, select the Select Entities button.
- Pick the previously drawn AutoCAD cylinder.
- When the User Defined Equipment dialog appears, enter the desired Tag and Description information.
- Select the <<Pick button next to the Location Point field.
- Select a point on the cylinder that defines the Location Point. Select the center of the bottom circle on the cylinder.
- Select the <<Pick button next to the Direction Point field.
- Select a point on the cylinder that defines the Direction Point. Select the center of the top circle on the cylinder.
- Select the <<Pick button next to the Orientation Point field.
- Select a point on the cylinder that defines the Orientation Point. Select any quadrant of the top circle on the cylinder.
- Select the <<Pick button next to the Length field. Select the center of the top circle on the cylinder.
- Select the <<Pick button next to the Radius field. Select any quadrant of the bottom circle on the cylinder.
- Select OK on the User Defined Equipment dialog.
- Use Edit Component to modify the User Defined Equipment.
Question 4: How do I change the Equipment vessel limits for components such as Horizontal Vessels?
Answer: To change the Equipment vessel limits on components, follow the steps below:
- Close AutoPLANT Equipment.
- Open the following file using Notepad.exe: ..\Rebis\Config\Imperial\Equip\LIMITS.INI.
Note: Each Standard and Custom configuration contains a LIMITS.INI file. Modify the LIMITS.INI file within the configuration being used.
- Search for the following section:
[VESHORPLN]
parmA = 0.0, 1000.0
EQP_DIA = 0.0, 1000.0
parmC = 0.0, 1000.0
parmD = 0.0, 1000.0
parmS = 0.0, 1000.0
parmE = 0.0, 1000.0
parmF = 0.0, 1000.0
Insul_Thk = 0.0, 1000.0
- Change the above values to the desired values. For example, to change the length limit, set the parmA line to equal 0.0, 2000.0.
[VESHORPLN]
parmA = 0.0, 2000.0
EQP_DIA = 0.0, 2000.0
parmC = 0.0, 2000.0
parmD = 0.0, 2000.0
parmS = 0.0, 2000.0
parmE = 0.0, 2000.0
parmF = 0.0, 2000.0
Insul_Thk = 0.0, 2000.0
This will allow the Horizontal Vessel to be placed at values up to 2000 inches.
- Restart AutoPLANT Equipment.
Back to Index
Question 5: What is the purpose of the Consistency Checker?
Answer: The Equipment > Equipment Tools > Consistency Checker command looks for inconsistencies between the external database and the graphics in the drawing.
When executed, this command checks for components with duplicate/missing tag names, no master group, missing database records, and unattached group IDs. It also checks for associative type components that are not connected to a parent component. It will help identify, locate, and fix components with these problems.
This command is available from both the Equipment menu and the AutoCAD command line. It is invoked automatically every time an existing Equipment drawing is opened in AutoCAD, provided the Equipment application is loaded. The Consistency Checker will iterate through all components in a drawing, looking for errors mentioned above, then build a list of defective components. All components in this list will be placed on a layer named EQUIPMENT_ORPHAN. When consistency check is performed again after fixing the errors, the components will be returned to their original layers.