Temperature and level sensing using Compactlogix L24

roni

Member
Join Date
May 2015
Location
INDIA
Posts
37
Hi,
thanks for the supports to my programming needs.
i now have some questions
1. how we are configuring an analog input module (1769-IF8) to a 1796-L24 PLC to read 4-20ma. how would be the scaling? it is also needed to display in the PVP 400 PLC (keytype display).

Inputs:
am using thermocople omega m12jss, level sensor -Flowlline DL14(xx), TT - Automation direct FC-T1.
all readings shall be displayed on HMI.
there are three tanks, need to measure the temp and level. one tank has two thermocouple and the average of this could be read in PLC. other tanks have only one thermocouple. the output of thermo couple (4) and level sensor (2nos) given to PLC through analog input module 1769IF8. taken the outputs from plc and given to hmi for display.





could anyone help me out?

Thanks,
Roni.
 
Hi,
Thanks for the reply. I have went through the manual and got some idea of how the analog input is configured. But, i didnt get any idea to use SCP instruction in RSlogix Studio 5000 as an AOI. could you share some idea?


Thanks
 
Hi Dgi
many thanks for the zip file. its worked for me. I'm really a fresh programmer and firstly handling Analog modules. could you resolve how can we make a program in scp to measure temperature (4 difference values) and level (4 levels in a tank). The concept of scaling is not understood clearly.

Thanks in advance
 
Hi Dgi
many thanks for the zip file. its worked for me. I'm really a fresh programmer and firstly handling Analog modules. could you resolve how can we make a program in scp to measure temperature (4 difference values) and level (4 levels in a tank). The concept of scaling is not understood clearly.

Thanks in advance

You would add the SCP onto a rung that is always scanned. Follow Toms advice and set input up with scaling in "engineering units" which gives you 4000-20000 for 4-20mA.

In the SCP:

SCP: create an SCP control tag
input: Point this to your actual input channel tag
input min: 4000
input max: 20000
scaled min: 4mA engineering units (%, inches, meters,etc)
scaled max: 20mA engineering units (%, inches, meters,etc)
Output: create tag where you want scaled result to go

scp.JPG
 
Hi
thanks and thanks,
My pgm stuff is now working. i will update you all when i test this with PLC.
 

Similar Topics

I was wondering if any of you folks with waste water experience could help me out. We are adding an Equalization tank at our plant's WWTP. The...
Replies
7
Views
6,425
Hi friends I need to control level and temperature in a water tank process. for example: 50% level 40°C According with the image attached, I...
Replies
5
Views
3,652
I’m attempting to send a temperature from a SLC-5/02 to an EZiMarquee display. The vendor said to use a MSG instruction to send the data to the...
Replies
1
Views
95
Hi!! I'm looking for Temperature rise calculation software from Rockwell, I just download "Product selection toolbox 2022" but this software is...
Replies
1
Views
226
I have S7 1512C controler for controlling 48 PID temperature loop, the output is PWM. Please I need the best, most efficient way to write the...
Replies
13
Views
627
Back
Top Bottom