ERROR!

This web site requires Java Script.
You must enable Java Script on
your browser to navigate this site.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Dial Gauge

A Dial Gauge is a Screen Object which is used to display live data in the form of a circular dial with a rotating needle. It can be configured to accept data from another object within ModCom, or to automatically poll an external DAQ Module on a continuous basis. User defined data conversions allow for viewing of data in a format or scale which is appropriate for the task, as well as the injection of calibration factors and/or offset values if needed. The Dial Gauge value can also be used to trigger other actions within ModCom.

Once a Dial Gauge is placed on the screen it can be selected by clicking on it with the left mouse button. To move the object, place the cursor over it, hold down the left mouse button and drag the object to the desired position. Resize handles are provided to allow adjustment of the overall size by dragging on them with the mouse in a similar fashion.

To set the properties of a Dial Gauge, right-click on the object or select "Properties" in the <Edit> menu while the Dial Gauge is selected. The following is a summery of the user defined attributes in the Properties dialog box.

Properties Dialog Box:

Screen Text:

Title: Type in the text that will appear on the bottom of the Dial Gauge.

Size: Selects the font size used for the text characters in the Dial Gauge. Making changes to this attribute will also change the overall size of the Dial Gauge respectively.

Color: Selects the font color used for the characters in the title.

Communications:

Object ID Label: Type in a label that will be used for identification by other objects within ModCom when sending data to the Dial Gauge, using the displayed reading as a variable in another object's function, or when evaluating Conditional statements specific to the Dial Gauge's value.

Data Polling Command: If wishing the Dial Gauge to continuously grab data from a DAQ Module, type in the command string which should be transmitted to the module in order to read the data. Note, this entry box supports variables.

Send output value to this Screen Object: To send the current Dial Gauge value to another Screen Object for viewing, type in the object's ID label here. This object can be a Data Window or a Text Window for instance. Note, the data format of this value (Decimal, Binary, or Hexadecimal) is determined by the "Output" format chosen in the "Data Conversion" section.

Data Conversion:

Input: Set this to the data format (Decimal, Binary, or Hexadecimal) which equals the format of the data being returned by the DAQ Module.

Output: Set this to the data format (Decimal, Binary, or Hexadecimal) which should be displayed in the window of this screen object during run-time.

Multiplier: Type in the multiplication factor which should be applied to the data before it is displayed. This can be a whole number as well as a number containing digits to the right of the decimal point.

Offset: Type in the offset value which should be added to or subtracted from the data before it is displayed. This can be a whole number as well as a number containing digits to the right of the decimal point. Note, the number of digits to the right of the decimal point which will be used to label the tick marks will be the same as that of the Offset. For example, using 0.0 as an offset value will force the tick mark display to show the tenths place.

Lookup Table: To convert the data using a lookup table of known substitution values, type in the filename which contains the table. If the full PATH name is not included, the file will be searched for in the current directory as shown in Get File Path. If a multiplier or offset value is being used for this Screen Object, it will be applied to the original data before searching for a match in the lookup table. For a detailed description of the file format and how to create a substitution list, see Lookup Tables. Note, this entry box supports variables.

Math Formula: To convert the data using a mathematical expression, type in a formula here. This formula can contain the four basic arithmetic operators (+ - / *), the Exponent operator, complex Math Functions (Sine, Cosine, Square Root, etc.), constants with or without a decimal point, and any of the other Variables and Screen Objects available in the project. If this Screen Object is being included in the formula as one of the variables, any multiplier, offset value, or lookup table will be applied to the original data before using it in the formula. If this Screen Object is not included in the formula, the Screen Object will update autonomously based on the formula instead of using the polling command or any data sent to it by another object.

Configuration:

Tick Marks: Select the number of tick marks to show on the Dial Gauge faceplate. These will be spaced evenly around the dial.

Sub Marks: Select the number of sub marks to show in-between each tick mark on the Dial Gauge faceplate.

Show Values: Check this box to show the numerical values of each tick mark. The number of digits to the right of the decimal point is determined by that of the Offset value.

Right Value: Type in the dial level value which will represent the full right-hand extreme of the faceplate.

Left Value: Type in the dial level value which will represent the full left-hand extreme of the faceplate.

Warning Level: Type in the dial level value which should be marked in red on the faceplate to represent a warning. This number must be between the Left Value and the Right Value. To disable the warning indicator, leave this field blank.