Interference Class Defaults
- Last UpdatedFeb 10, 2025
- 3 minute read
Use the functionality available from the Interference Class Defaults window to add, delete or reload rules.

Class
The Classes available for selection from the drop-down list are defined by the Cable Properties Elements (CABDATA) in the MASTER/PROP world.

Material type
The Material types available for selection from the drop-down list are Perforated and Unperforated.

Calculation
The Calculations (rules for the fill level checks) are available for selection from the drop-down list.

There are three ‘out of the box’ calaculations (rules), see below, however if required, calculations can be added to the cblCalculationStore in the following location PMLLIB\design\objects\cblCalculationStore.pmlobj.

All the calculations are listed in PMLLIB\design\objects\cblCalculationStore.pmlobj which can be found using the window code. Each calculation is one method in the cblCalculationStore, to add a new calculation, create a method in that file following the example of the existing methods, then register it to the list of calculations inside the method .constructCalculationList().

Note:
As long as the added calculations satisfy the specified criteria the fill level calculations
will be successful when selected from the Interference Class Defaults window.
|
|
Reload classes |
Use to reload the rules in the Interference Class Defaults window. |
|
|
Add a rule |
Use to add a new rule to the Interference Class Defaults window, select a Class, Material and Calculation available for selection. |
|
|
Delete a rule |
Use to delete a rule from the Interference Class Defaults window, click to select a rule in the window then click the button. A Confirm window is displayed, click Yes to delete the rule or No to discard any changes. |
Refer to Cable Properties Element for further information.


