Command: AFM_INFER
This command is accessed primarily from the CAD Process Navigator, but it can also be run from the command line, or by selecting Infer from the Macro group on the Ribbon toolbar.
Note: When your CAD tool loads, the Ribbon shows the ARCHIBUS tab by default. To see the Graphic and Tools Commands, select the Utilities tab on the Ribbon.
Purpose:The Infer command applies data from a selected area asset symbol to all visible asset symbols located within its boundary. Use this command to update assets when the information of surrounding area asset symbols has changed. The command can operate on a selection of multiple area asset symbols of different asset types.
It is used primarily from command macros from process task records, but you can also run it from the command line
The Infer macro command is useful for existing block plans for which you want to add room information for existing items, such as equipment or jacks.
For example, use the Infer command to:
The default schema calls for inferring space and organizational information, but you can change the default schema to infer any data.
Before issuing this command, you need to do the following:
Suppose you have added jacks to rooms belonging to various departments, and your schema calls for inferring space and organizational data. To update the space and organizational data of the jack assets, follow these steps:
Command: AFM_INFER
Containing asset layer: rm
Contained asset layer: jk
Fields to infer:bl_id,fl_id,rm_id,dv_id,dp_id
Select Rooms to which to infer properties to contained jack: <user selects items>
:Process Task Record Example
The following is an example of the Infer command used as a command macro from a process task record.
Infer Room Location to Equipment afm_infer;rm;jk;bl_id,fl_id,rm_id,dv_id,dp_id;
Before issuing this command, you need to do the following:
Suppose you have moved equipment assets between rooms belonging to various departments, and your schema calls for inferring space and organizational data. To update the space and organizational data of the equipment assets, follow these steps:
To determine whether an asset symbol is located within an area asset symbol, the command follows these rules:
For instance, if you have a room without a division or department code, and you infer to employees in that room, the Infer command will not clear the employees' existing division and department assignments. The employee's division and department assignment is usually carefully made, and should not get cleared if the employee is moved to a room that does not have a division and department assignment.
Note: To control the fields that the Infer command updates, set the Inferable Fields field of the A/FM Schema Preferences table.