Parameters overview
Measurement Point parameters control how data is named, converted, filtered, and displayed in charts and exports. Parameters can be applied globally or to specific channels, units, sensors, data types, and time periods.
Where to edit
- Charts → Tab Menu → Parameters Settings
- Parameters are organized by channel; you can Test changes immediately and Save if you have permissions
User Permissions
Everyone can test parameters locally. Only Global Admins and Organization Admins can save them to the Measurement Point.
JSON structure
Each parameter record includes a name and value, and may include filters limiting scope:
name(required): parameter identifier (e.g., multiplier, unit, toFixed)value(required): string value; numbers and booleans are stored as stringschannel(optional): channel number the parameter applies tovalidFromEpoch(optional): Unix timestamp when this parameter becomes activechartType(optional): limits to a specific chart type (e.g., accelero, inclino, raw, strain, unit, environment, voltage, coordinateLocal, coordinateJTSK)unitId,sensorTypeId,eventTypeId,measId(optional): additional filters for narrowing down the parameter's scopeapplication(optional): ui scope (web, mobile app, r-ext-charts = external access to data without account)
Generic parameters (apply broadly)
hideData: true/false — hide matching data from charts and exportname: string — custom display name for a seriesquantity: string — physical quantity label (e.g., Displacement)unit: string — unit label (e.g., mm, °C, kN)toFixed: number — decimal places for valuestoFixedTemp: number — decimal places for temperature valuesmultiplier: number — multiply value before offsetdivider: number — divide value (after multiplier)offset: number — add constant after scalingfilterValues: semicolon-separated values to remove (e.g., "0;999;9999")removePeak: number — remove single-point spikes exceeding thresholdaggregateByTimeWindow: minutes — aggregate by fixed window size (e.g., 5, 60, 1440)aggregateByFunction: avg | median — function used within aggregation windowtempSensor: disabled | device | sensor | single |<channel number>timeWindow: dynamic | minutes — averaging window for temperature calculationsuseApiCalculation: true/false — prefer server-side computed values over local scaling
warning
Parameters are matched by their filters. If multiple records with the same name apply, the most recent record (by validFromEpoch) is used.
Type-specific parameters
Some parameters affect only certain chart types (e.g., acceleration, inclination, raw/strain). See the dedicated pages: