Data Point Template
Data Point Template
The Data Point Template page is used to define and manage data points that are collected from connected devices and machines. Data point templates provide a standardized structure for capturing and processing IoT data across the system.
Purpose
Data Point Templates help users:
- Define machine parameters for monitoring.
- Standardize data collection across devices.
- Configure data types and measurement units.
- Organize data points into categories.
- Enable consistent data processing and reporting.
Data Point Information
The following fields are available when creating or editing a Data Point Template.
| Field | Description |
|---|---|
| Name | Unique name of the data point. |
| Parsing Key | Identifier used to map incoming device data to the data point. |
| Category | Category used to group similar data points. |
| Data Type | Defines the type of value collected from the device. |
| Unit | Measurement unit associated with the data point. |
| Lookup Key | Reference key used when the Data Type is set to Lookup. |
| Decimal Places | Number of decimal places to be displayed for Double data types. |
| Status | Indicates whether the data point is Active or Inactive. |
| Description | Additional information about the data point. |
Supported Data Types
The system supports the following data types:
- Numeric
- String
- Boolean
- Double
- Int32
- UInt32
- Int64
- UInt64
- Float
- Date Time
- Lookup
Conditional Fields
Certain fields are displayed based on the selected Data Type.
Double
When Double is selected as the Data Type:
- The Decimal Places field becomes available.
- Users must specify the number of decimal places to be used.
Lookup
When Lookup is selected as the Data Type:
- The Lookup Key field becomes available.
- The Unit field is hidden.
- Users must provide a valid lookup key.
Validation Rules
The following validations are applied:
Name
- Required field.
- Maximum length: 35 characters.
- Supports letters, numbers, spaces, hyphens (-), underscores (_), ampersands (&), and parentheses ().
Parsing Key
- Required field.
- Maximum length: 35 characters.
- Supports letters, numbers, hyphens (-), and underscores (_).
- Must be unique for proper data mapping.
Decimal Places
- Required only for Double data types.
- Allowed range: 0 to 10.
Lookup Key
- Required only when Data Type is Lookup.
Status
Users can set the template status as:
- Active
- Inactive
Only active templates are available for use in IoT configurations.
Description
The Description field can be used to provide additional details regarding the purpose and usage of the data point template.