Overview
Adds a set of number inputs to hold calibration values.
Custom Configuration
For common configuration values, see UI Controls. Configuration values specific to this control are:
Config Property | Type | Description | Example Values |
keys | Map |
A map of keys to be stored on the modelPath property. Due to multiple inputs being displayed, this control does not currently support validators. Refer to the Calibration section of your asset manual for specific keys. |
keys: |
placeholders | Map |
A map of placeholder text to be shown in the inputs. This is optional and the keys above will be used if placeholders are not defined. |
placeholders: |
Examples
- id: calibrationFactors
modelPath: props.CALIBRATION_VALUES
layout: first-column
config:
label: ABC Calibration Factors (Hz)
keys:
- A
- B
- C
Screenshot
Comments
0 comments
Please sign in to leave a comment.