Overview

The Units Conversion interface helps convert different metrics, units, and measurement systems. This functionality already includes conversion tables for both Metric to Imperial and Imperial to Metric, but you can extend and modify them according to your requirements.

This feature allows two or more Client Displays connected to the same server to see the values and units on their own computers according to the metric currently selected for that operator station.

On this page:


Units Conversion Table Columns 

Property

Description

ID

Identifies each unit conversion entry uniquely.

VersionID

Tracks the version of the unit conversion entry.

BaseUnit

Represents the original unit of measurement before conversion.

NewUnit

Represents the unit of measurement after conversion.

Div

Indicates the division factor used in the conversion process.

Add

Indicates the addition factor used in the conversion process.

BaseName

Names the base unit.

NewName

Names the new unit after conversion.

DateCreated

Records the creation date and time of the unit conversion entry.

DateModified

Records the last modification date and time of the unit conversion entry.

MeasurementType

Specifies the type of measurement for the units involved, such as length or weight.


In this section:

  • No labels