Home Search

DriveWorks Solo 21
Rules Builder

Send Feedback

Rules Builder

Rules
Builder

The rules builder is divided into four sections:

  1. The command bar at the top.
  2. The rule editor in the middle.
  3. Help and diagnostics at the bottom.
  4. Browsers for variables etc on the right.

The Command Bar

The command bar has the following buttons:

Functions

Provides access to the various functions that can be used in rules in the form of simple wizards. Common functions can be quickly accessed by clicking the drop down at the bottom.

Revisions

Shows previous versions of the current rule and their comments.

Revisions can store a maximum of 2000 characters. If the Rule is over this the rule will be truncated to the first 2000 characters in the revision history. A warning message will be displayed in the rule window when the rule will be truncated in the revision history.

File...

Shows a file browser dialog which can be used to easily insert the name of a file into your rule.

Quick Text

Provides a "clipboard" which can be used to save bits of rules that you commonly use. Quick text is saved on your machine so that you can use it across projects to simplify writing similar rules. Quick Text also provides access to Special Variables by clicking the drop down at the bottom.

Tables

Shows the tables that are in the project so that they can be used in rules.

Clear

Clears the contents of the Rule Editor.

Settings

Enables you to customize the fonts and colors used to display rules, and create multiple profiles, e.g. for projectors, laptops, monitors, etc.

Help

Launches the help file.

OK

Saves the current rule.

Cancel

Cancels the current changes.

The Rule Editor

The rule editor is where you work with a rule, you can either type your rule directly in the rule editor, or use the function wizards and browsers on the rule builder to insert into the rule.

Rules can be written on a single line or span multiple lines.

Line numbers can be displayed in the Rule Editor window, see Show Line Numbers for more information.

The rule is automatically colored and formatted by DriveWorks using settings which you can modify by clicking the Settings button on the command bar. By default, if the rule is invalid, the background color changes to a light red, and if it is okay, then the background changes to a light green.

All colors are fully customizable, please see Rule Builder Settings for more information.

For more information on writing rules, see the introduction to writing rules.

Auto-Complete

Autocomplete provides all functions, constants, variables and table names in a pop up window that is filtered as you type in the rule editing window.

Selecting an item from the autocomplete pop up is done by clicking on the required item using the mouse or by using the up/down keyboard arrows to highlight the required item and hitting return, tab or space (pl;aces a space after the selected item) keys.

Bracket Matching

Bracket matching provides a clear indication of opening and closing parenthesis within rules.

Place the cursor in front or behind any bracket within a rule and bracket matching will highlight the chosen bracket and the bracket it is paired with.

The highlighting color can be fully customized in the settings dialog of the rule builder.

Rules Insight

Rules insight gives clear instructions on the arguments required for any function when manually entering the rule in the rule editor window.

As each argument is entered, rules insight highlights in Bold what the next argument should be, giving examples where appropriate.

When typing Functions in the Rule Builder rules insight can be closed by hitting the Escape key on the keyboard.

Rules insight will return when an argument is required, hitting Escape again will close rules insight.

Right-click menu

Further functions are available from the right-click menu in the rule editor window.

Many functions, available in the Rules Builder, also have keyboard shortcuts, please see Rule Builder Shortcuts for more information.

The functions available depend on the selection made prior to the right-click:

  • Edit Variable - Available when a variable is selected. Allows the rule of the selected variable to be edited in a separate rule builder window. See Edit Variables for more information.
  • Extract Variable - Available when highlighting a portion of the data. Allows the selection to be extracted to a new variable. See Extract Variables for more information.
  • Replace In Rules - Available when highlighting a portion of the data. Will launch the Replace In Rules dialog that allows any instance of the selection to be replaced with a new value.
    This feature is not supported when editing document rules.
  • Find All References - Available when a named reference is selected. Will return a list of every rule in the project that uses the selected item. The Usage results can then be modified.
  • Cut, Copy, Paste, Delete - Provides standard cut, copy, pasted and delete functions.
  • Find/Replace - Provides Find/Replace functionality for the current rule editor window.
  • Select All - Will select all data in the rule editor window.

Help and Diagnostics

There are up to six tabs on the help and diagnostics section depending on the kind of rule being built:

Help tab

When building Model or Drawing rules the help tab displays useful information about the type of rule you are building.

This enables you to quickly see what the result of the rule needs to be to achieve the desired outcome. For example when building a rule for a model feature the rule needs to be "Delete" or "Suppress"

The help tab is not shown for control properties, variables or document rules.

Values tab

The values tab shows any variables and control properties that are being used in the rule, along with their current values, and the current result of the rule.

Steps tab

Shows the steps taken to evaluate the rule along with the value of the rule at each step.

Drill Down Tab

The Drill Down tab brings in the rules used in any Variables or Controls used in the current rule.

This allows complex rules to be thoroughly analyzed without leaving the current rule.

Show Rule Evaluation Path

When a Drill Down node is selected (from the Drill Down area) the origin of the rule is highlighted in the Rule Editor window (see image above).

This allows any unusual results found in the Drill Down step to be identified in the actual rule.

Right Click

Right clicking on a Drill Down step will display a menu with the following items:

  • Edit Variable

    Available when a Variable reference (green background) is selected.

    Allows the selected Variable to be edited in an additional Rule Builder.

  • Copy

    Will copy the selected rule.

  • Copy Value

    Will copy the selected rule value (result).

Color Coding

DriveWorks color codes each broken down step of the Drill Down.

The colors used are the inverse of those applied in the Display Item Settings. The color applied to the Foreground Color setting becomes the background color in Rule drill Down.

The result (if applicable) of each item is also shown within the background color.

Display ItemDescriptionDefault Background ColorPreview
FunctionThe color of any DriveWorks function used in the rule editor.
ReferenceThe color of any Constant, Variable, Special Variable, Table, Control value or hierarchical reference used in the rule editor.
BooleanThe color of any TRUE or FALSE value used in the rule editor.
NumberThe color of any numeric value used in the rule editor.
StringThe color of all strings within quotes " " used in the rule editor.
OperatorThe color of any valid operator (+, -, *, /, <, >, =, etc.) used in the rule editor.

Comments tab

The comments tab provides an area where notes about the rule can be entered.

The comments tab will be headed Comments (Empty) if a rule has no comments.

When a comment is changed a revision is created. See Revisions for more information.

Please Note

Comments are stored in the Project file, this is copied and loaded during the running of the Project.

We recommend keeping each comment to an absolute minimum, so performance is not affected.

Function Wizard tab

The Function Wizard tab appears when a function is selected from the Functions button.

The name of the tab changes to the name of the function selected.

The wizard for each function provides assistance in providing the necessary information for the function.

See Common Functions for more information on the functions that are available.

Browsers

There are up to four tabs on the browsers section depending on the kind of rule being built:

  1. Controls - Shows all of the controls in the project. You can filter to a specific form to find a control, and double click it to use its return value in the rule. You can also single click the control and double click one of its other properties to use that property in the rule.
  2. Variables - Shows all of the variables in the project. You can use the search box to find the variable you are looking for, and double click it to use it in the rule.

    Variable categories in the rule builder remain persistent when opening and closing the Rule Builder.

    When building rules it is common to reference variables from the same category.

    The Rule Builder will retain the last used view for Variables when it is reopened.

  3. Components - Only shown for model file name rules, for more information see How To: Replace a Component With a Static or Driven Replacement Model.
  4. Replacements - Only shown for model file name rules, shows any models that have been captured as Replacement Models.