5 point calibration Step 7

CharlesM

Member
Join Date
Aug 2005
Location
Arkansas
Posts
1,129
I have seen 5 point calibrations on different pieces of equipment and I would like to do something like it in Step 7. I have a weight scale that I can zero and I have a multiplier that adjust the scale. I would like to calibrate with 5 different weights. For example now I zero the scale with no wieght and I put on max weight and adjust the mulitiplier till it reads max weight. In the middle of the weight range I am off just a little. So if I could set up different mulitipliers through out the range of the scale I could be more accurate in the middle ranges.

Is there any easy way to do this?
 
You could use a lookup table with as many points as you feel necessary and then use linear interpolation between the points.
 
It depends.

You could use a look up table or you could use an equation at fit if to your points. You would end up with an equation that looks like:

y=a+b*x+c*x^2 or
y=(c*x+b)*x+a // This is the way to execute the function on a S7.

The c*x^2 term would account for the slight bow in your data.

The coefficients a,b and C need to be calculated off line using Excel or some other math package. It would be too messy to do this in a PLC.

Search for threads about Excel's LINEST. This will show you how to find the coefficients to a function like y=a+b*x+c*x^2.

So what are your 5 points? I have a book with an example similar to what you want to do I just have to modify it a little.
 
Last edited:
The scale max is 1000g and I have a tare weight of about 150g. The calibrated weights that I have are 2g, 10g, 50g, 100g, 200g. I am only off a couple of tenths on the low end but I think I could do better with this 5 point calibration.
 

Similar Topics

Dear, I need to know if it is better to ask for 3-point calibration for the radar type level transmitter or 1-point calibration is enough. radar...
Replies
2
Views
2,027
Hi, I have some problem with View Point which I'm using to manual control of conveyors. On begin when in network was only PLC and HMI View Point...
Replies
0
Views
73
I have a bunch of tags in Historian/VantagePoint that off by one decimal point. I looked into the HMI displaying the same number, and the HMI is...
Replies
2
Views
115
Good morning, I have a Emerson/GE PLC with Cimplicity SCADA. I need to export data of a specific point/object to a CSV file and load the CSV file...
Replies
7
Views
283
Dear We are working in AB Studio 5000 and the drive is a PowerFlex 755T. For this project I need to control a conveyor to a certain set point...
Replies
2
Views
141
Back
Top Bottom