You are here: Driver Reference > SE Rod Pump Controller Driver (Modbus) > Configuring SE RPC Analog Input Points > Configure the Point Scaling

Configure the Point Scaling

Use the fields within the Scaling section of the Analog Point tab to configure a point’s scaling. The SE RPC driver applies to scaling to each value that it retrieves from the controller, before passing the resultant value to the ClearSCADA database.


Example:

An analog point’s configuration includes this Scaling:

Multiplier: 0.1
Offset: 5

The driver applies the scaling to each analog value that it retrieves from the controller with which the point is associated.

In this particular case, the driver multiplies the retrieved value by 0.1, then adds 5 to that value, before passing the resultant value to the ClearSCADA database.

So if the driver retrieves an analog value of 45, for example, it will pass a value of 9.5 to ClearSCADA (as (45 x 0.1) + 5 = 9.5).


ClearSCADA 2015 R2