Temperature control and scaling question....

JoseM

Member
Join Date
Jul 2011
Location
Texas
Posts
381
Hi guys,

It's me again with another question. I have like three projects going on and I'm going crazy. I have this OMRON E5EN temperature controller that outputs a 4-20ma signal that can be setup to represent the "Process Temperature".

I have a PLC which contains a 1746-NIO4I module that has 2 input nodes available. I want to bring this 4-20ma signal into this module and scaled it to represent the "Process Temperature", so I can do a LOW and MAX limit check and shutdown a process if temperature limits are exceeded.

Can I accomplish this task with what I have at my disposal gentlemen. Also will the "Scale Min" and "Scale Max" on my SCP function equal to the range of operation of the thermocouple connected to this controller.
 
Yes you can.. On your scp block, write the analog input address at the input value.
Ex.
Input I1.0
Input Min - 0
Input Max - 4095
Scale Min -
Sclae Max -

the input min and max will depend on how you configure your analog input (check IO configuration) raw/proportional or scaled for PID.
 
Where do I check how is the input configure? I double click on I/O co

nfiguration and selected the card and then hit advance but I can determine if its raw, proportional
 

Similar Topics

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
604
Hey everyone I'm trynna write a program to a WEST PRO16 temperature controller, but it just won't download the program i made using BlueControl...
Replies
0
Views
750
I am at a loss... I have a pasteurizing system that i need to control product temperature with the speed of the product pump. I currently have a...
Replies
11
Views
2,586
Hello PLC community, I'm looking for advice on a project that I'm going to do for the first time with a PLC (Siemens), the system is to do an...
Replies
7
Views
1,574
I have PID temperature control which will connect to Beckhoff EL4004(0v-10v). How I can program it to let EL4004 to control the temperature?
Replies
7
Views
2,631
Back
Top Bottom