Application example for Quantum
Original instructions
Introduction
To precisely monitor the output values, it is advisable to implement the scaling with two EFBs. The first EFB (scaling EFBs) scales the analog value and the second EFB monitors the scaled value for ranges preset by the process. In the following process, either the original Y output of the scaling EFB or the limited OUT output of the Limiter EFB can be used.
Application example
A simple example shows how the EFBs can be used.
The example assumes a boiler with a capacity of 350 liters. The input voltage ranges from 0.0 Volt for 0 liters to 10.0 Volt for 1000 liters. A PI controller should guarantee a volume between 200 and 300 liters. The Limiter EFB detects violations in this range and will limit the output.
Given values:
BoilerMn: 0
BoilerMx: 1 000
LowWater: 199
HighWater: 301
Boiler is an unlocated variable of the ANL_IN type and is linked to an AVI030 EFB.
Application example