Use this page for analog source setup in the shared runtime layer. This includes signal type, scaling, filtering, alarm setpoints, alarm texts, and channel behaviour.
An analog input is first scaled to the required engineering range. After that, alarm setpoints, hysteresis, texts, and logging are applied to the finished value.
The example below illustrates a typical level setup.

Figure: Typical analog input flow from scaling through alarms and data logging.
The example below illustrates how hysteresis prevents repeated alarms around the same threshold.

Figure: Hysteresis example that prevents repeated alarm changes around the same setpoint.
Wire the transmitter before configuring signal type and scaling. See Analog Transmitter Wiring for 4-20 mA and 0-10 V wiring principles.
Select the electrical signal type that matches the connected transmitter output.
| Parameter | Index | Range | Format | Default | Example |
VRTYPE# |
1..32 | 0..3 |
0 = 4-20 mA signal 1 = 0-5 V signal 2 = 0-10 V signal 3 = 0-20 mA signal |
0 | VRTYPE1 2 |
Define the engineering value that corresponds to the low end of the input signal.
0..100 °C transmitter, set the minimum range value to 0.| Parameter | Index | Range | Format | Default | Example |
TMIN# |
1..32 | -32768..32767 | Engineering value | 0 | TMIN1 10 |
Define the engineering value that corresponds to the high end of the input signal.
0..100 °C transmitter, set the maximum range value to 100.| Parameter | Index | Range | Format | Default | Example |
TMAX# |
1..32 | -2147483647..2147483647 | Engineering value | 0 | TMAX1 100 |
Use filter time to delay acceptance of a changed analog value until it has remained stable long enough.
| Parameter | Index | Range | Format | Default | Example |
VRFIL# |
1..32 | 0..127 | Seconds | 2 | VRFIL1 5 |
Use damping value to smooth the analog signal across a percentage of the configured measurement range.
0 means no damping.50 for 5.0% of the measurement range.| Parameter | Index | Range | Format | Default | Example |
VRDMPV# |
1..32 | 0..1000 | Percent of measurement range x 10 | 800 | VRDMPV1 900 |
Use damping time to define how fast the damping logic samples and updates the filtered value.
0 means constant sampling.| Parameter | Index | Range | Format | Default | Example |
VRDMPT# |
1..16 | 0..10000 | Milliseconds | 100 | VRDMPT1 80 |
Use spike size to reject sudden signal jumps that are larger than the accepted transient size.
0 disables spike filtering.| Parameter | Index | Range | Format | Default | Example |
VRSPIDSS# |
1..16 | 0..100 | Percent of measurement range | 10 | VRSPIDSS1 20 |
Use spike time together with spike size to define how long a spike may last before it is accepted as a real value change.
| Parameter | Index | Range | Format | Default | Example |
VRSPIDST# |
1..16 | 0..30000 | Milliseconds | 200 | VRSPIDST1 500 |
Use this setting to keep the scaled value standard or invert it across the configured range.
| Parameter | Index | Range | Format | Default | Example |
VRSWAP# |
1..32 | 0..1 |
0 = Standard 1 = Inverse proportional |
0 | VRSWAP1 1 |
Use linear offset to move the scaled value up or down by a fixed amount.
| Parameter | Index | Range | Format | Default | Example |
VRLIN# |
1..12 | -2147483647..2147483647 |
0 = No offset. |
0 | VRLIN1 1000 |
Use density correction when the analog value should be corrected by a proportional density factor rather than by a fixed shift.
1053 for a factor of 1.053.| Parameter | Index | Range | Format | Default | Example |
VRPRO# |
1..12 | -2147483647..2147483647 |
0 = Disabled |
0 | VRPRO1 1053 |
Use the setpoints to define the LowLow, Low, High, and HighHigh alarm levels for the scaled value.
Use this limit for the most critical low alarm threshold.
100 for 10.0.| Parameter | Index | Range | Format | Default | Example |
VRMINMIN# |
1..32 | -2147483647..2147483647 | Engineering value multiplied by 10 | 0 | VRMINMIN1 100 |
Use this limit for the normal low alarm threshold.
200 for 20.0.| Parameter | Index | Range | Format | Default | Example |
VRMIN# |
1..32 | -2147483647..2147483647 | Engineering value multiplied by 10 | 0 | VRMIN1 200 |
Use this limit for the normal high alarm threshold.
800 for 80.0.| Parameter | Index | Range | Format | Default | Example |
VRMAX# |
1..32 | -2147483647..2147483647 | Engineering value multiplied by 10 | 0 | VRMAX1 800 |
Use this limit for the most critical high alarm threshold.
900 for 90.0.| Parameter | Index | Range | Format | Default | Example |
VRMAXMAX# |
1..32 | -2147483647..2147483647 | Engineering value multiplied by 10 | 0 | VRMAXMAX1 900 |
Use hysteresis to avoid repeated alarm changes around the same setpoint.
5 for 0.5.| Parameter | Index | Range | Format | Default | Example |
VRHYS# |
1..32 | 0..32767 | Engineering units x 10 | 5 | VRHYS1 10 |
Use the alarm texts to define the operator-facing wording returned for the analog channel state.
Use this text for the most critical low alarm message.
| Parameter | Index | Range | Format | Default | Example |
VRLL# |
1..32 | - | Text string | - | VRLL1 Very low temperature |
Use this text for the normal low alarm message.
| Parameter | Index | Range | Format | Default | Example |
VRL# |
1..32 | - | Text string | - | VRL1 Low temperature |
Use this text for the normal high alarm message.
| Parameter | Index | Range | Format | Default | Example |
VRH# |
1..32 | - | Text string | - | VRH1 High temperature |
Use this text for the most critical high alarm message.
| Parameter | Index | Range | Format | Default | Example |
VRHH# |
1..32 | - | Text string | - | VRHH1 Very high temperature |
Use this text when the analog channel returns to its normal state.
| Parameter | Index | Range | Format | Default | Example |
VRN# |
1..32 | - | Text string | - | VRN1 Normal temperature |
This page owns the analog source setup. If the scaled analog value must be logged in DataGuard or exported onward to Emiko, continue on DataGuard via Analog Inputs.
Public revision 21/05/2026