FC105 Hi Limit value determination

manmeetvirdi

Member
Join Date
Oct 2004
Location
India.
Posts
750
Hi there
I got confused so this question:

I have got thermocouple connected to the AI.
Iam using FC105 to scale the values into Engineering value "Centigrade"
Doubt is: FC105 asks for Hi limit and Low limit, so how can I determine the Hi Limit value??
Hi Limit = Actual high value expected in process
Hi Limit = Actual high value which thermocouple can register
Hi Limit = Set it by trial & error method

Thnaks for the time,
regards
Manmeet
 
hi

The high figure should be the process value at maximum counts (say 20mA or 10V at the input)



Cheers

Edit: just read thermocouple.. what does your thermocouple module manual say?
 
Last edited:
For thermocouples, normally the input must be scaled to high and low limits for the type of thermocouple that you are using.

Hi Limit = Actual high value which thermocouple can register
 
you can put a thermocouple on a normal Analog in? the Thermo couple puts out Millivolts...not 0 to 10 or 4 to 20??

In AB we use a different module..and tell it what kind of thermocouple we are using (logix platform anyway)

Curious..

Darren
 
Hi
This particular Iam talking about it bit Abnormal (6ES7 331 7KF02-0AB0)
It can take voltage +/- 10V,5V,2.5V,1,500mv,250mV,80mV....

I tcan take current input from both 2 and 4 wire transducers
4..20mA,0..20mA,+/-20mA.....

Pt100, Ni 100
And thermocouples of type K,L,J,E
Meanwhile going through suggestions(Lancie,Cjd) and manual (LD) to remove confusion...
Thanks buddies..

 
It appears that the range is determined by the type of thermocouple selected.

For K type temperature of -270 to 1622 will be represented by -2700 to 16220 decimal.

From the manual...



 
Last edited:
Hi

So I need to set the high Limit=1372 (I think its not 1622)
and Low Limit=-270
To get the correct display of temperature in centigrades, right?
 
You were right about that, the range is till 1372 and not 1622...

FC105 assumes the range of integers to be from –27648 and 27648(BIPOLAR) but in the case of RTD and thermocouples the range varies.

For k-type I would try HI = 2764.8 LO = -2764.8 and BIPOLAR = true

another option is to convert the PIW to real and divide by 10 to give the correspoding temperature
 
Hi Rohan

Just one more thing:
Suppose I set Hi=2764.8 and lo=-2764.8
So when the temperature is 1622, the output of FC105 will be 2764.8
which is not the right temperature, right??
 
Temperature of 1622 would be read as 16220 decimal, which would be converted by the scale function to read 1622.0

The SCALE function uses the forumla

OUT = [ ((INPUT) – K1)/(K2–K1)) * (HI_LIM–LO_LIM)] + LO_LIM

K1 = - 27648
K2 = 27648
hi_lim = 2764.8
lo_lim =-2764.8
 
Hello guys;
Temperature of 1622 would be read as 16220 decimal, which would be converted by the scale function to read 1622.0

Personnaly, I'll admit to being lazy, whenever I can get away with it.
IntToReal(16220) /10.0 = 1622.0
Works every time, no scaling....
Manmeet, just study the "Numerical representation of analog values" section of the document Rohan provided (S7-300 Module data pdf), especially the part on RTD inputs. You'll see how easy it can be.
Edit: just saw that the document provided covered just that section. For further reference, download the complete document from Siemens' website.
Use the scale function when you have to adapt two scales, one physical, the other 4-20 mA (for example). In this case it is not necessary.

Hope this helps,
Daniel Chartier
 
Last edited:
Hi there
Thanks Rohan and Daniel
Well I got confused with the decimal part of explanation.
Now things are clear down to level of teaching other !!

No scaling required, now I know why.

Thanks
Manmeet.
 

Similar Topics

So I've got a machine using a 4-20ma pressure transducer into a 12bit analog card on a s7-315 The OE transducer had to be replaced, and when we...
Replies
17
Views
4,027
Hi Guys , I have one little problem I try to write ladder diagram using Fc105 using simatic manager simulator and every time i make the program...
Replies
11
Views
2,361
I used FC105 for scaling analog inputs and I (renamed it) as I read advices here in order to not override the original function. Anyway I...
Replies
6
Views
2,812
Hi Site, I have recently come a cross a problem and I am searching for anyone with experience of this. I am using a scaling function of...
Replies
3
Views
4,487
hey mates, I'm new in plc programming and I'm experiencing a problem on using the fc105 scale. When I'm trying to simulate the program it suddenly...
Replies
3
Views
1,976
Back
Top Bottom