Engineering Units Conversions...

Creates conversion functions for converting between hardware raw values and physical engineering unit values. These functions can be selected in the Analog Points dialog to specify how to do these conversions when values are read from or written to hardware.

eng_enits.png 

Engineering Units Conversions Table

Filter Conversions

Displays in the conversions table only conversion functions whose name matches the regular expression. See Regular Expressions.

Demonstrate helpvideo00037.png

Opens a short video clip that demonstrates the basic workflow of this form.

Help help00038.png

Opens this section of the manual.

Conversions Table

List of all the conversion functions in the Current RTDB. Click on a function to select it for editing, deletion, or copying.

Deletedelete00039.png

Deletes the conversion function selected in the conversions table. This button is enabled only if a conversion function is selected in the conversions table.

Copycopy00040.png

Creates a copy of the conversion function selected in the conversions table. A unique name based on the original conversion function name will be created for the new conversion function. This button is enabled only if a conversion function is selected in the conversions table.

Newnew00041.png

Creates a new conversion function. A unique name will be created for the new conversion function.

Current RTDB

Name of the real-time database currently loaded for editing. See New/Select RTDB....

Applyapply00042.png

Commits all pending edits to the real-time host. See Apply .

Cancelcancel00043.png

Discards all pending edits.

Settings

Name

Name of the selected conversion function in the conversions table. Rename the conversion function by simply typing in a new name.

Unit

Name of the engineering unit; for example, kilograms, volts, furlongs, or amps.

Direction

Direction of the conversion between raw and engineering units.

Raw to Physical

Converts raw hardware units to physical engineering units.

Physical to Raw

Converts physical engineering units to raw hardware units.

Conversion

Type of the selected conversion function. The frame to the far right will change to present the value to fill in for the selected conversion function type.

Table w/Interpola­tioneng_units_-_Table_w_interp.png

Conversion is specified by a lookup table. Results for input values that come between values in the first column are calculated via linear interpolation of values in the second column.  Up to twenty pairs of values may be specified.

Table w/o Interpola­tion

Conversion is specified by a lookup table. Results for input values that come between values in the first column are calculated by selecting the value in the second column corresponding to the next lower value in the first column. That is, lookup is done without doing interpolation. Up to twenty pairs of values may be specified.

Quadratic Functioneng_units_-_quadratic.png

Conversion is specified by a quadratic equation: mappings00046.jpg.

Rational Functioneng_units_-_rational.png

Conversion is specified by the ratio of two quadratic equations: mappings00049.jpg

Description

Documentation for the selected conversion function.