analog configuration and program

best49erfan

Member
Join Date
Aug 2003
Location
Titusville FL
Posts
70
I am wanting to use the 0-100 output data from a PID instruction to send out a 4-20mA signal from an analog ouput card to a Phase Angle controlled Solid State Relay. This is to control a heater. Using Logix 5000 L5563. I would like to know if I can just write a compute instruction to convert the 0-100 to a 4-20 and then write it to the analog out or is there a different way to do it. I know the analog cards are set up for either 0-10VDC or 0-20mA.
 
Use scale instruction, PID output is the input for the scale instruction, min value of output is 4000, max value is 20000, then configure your analog module output as engineering values (ie. 4000 - 20000)
 
There is a scale function block if you have access to FB or there is an AOI for SCP.

Hope this helps.
 
if you'll post the exact numbers that you want to use, then someone will probably post the exact CPT formula to perform the calculation ...

we need to know the "FROM" range (minimum and maximum) and the "TO" range (minimum and maximum) ...
 
If you are using a 1756 analog output module there is no need for an external scale instruction. Just set up the module channel you're using for 4mA = 0 and 20mA = 100. Then tie the PID instruction output directly to the analog output address.
 
If you are using a 1756 analog output module there is no need for an external scale instruction. Just set up the module channel you're using for 4mA = 0 and 20mA = 100. Then tie the PID instruction output directly to the analog output address.

Also, make sure select Float Data for the Comm Format to maintain the best resolution.

Stu....
 

Similar Topics

Hey guys! I have come across an unique issue. Hoping that I can find some solution here. I want to replace an existing S7-1214 DC/DC/DC plc with...
Replies
15
Views
4,680
This is for a Q68DAIN 8-channel analog output. Most of the channels are outputting 0-20mA but a couple are outputting 10vDC Anyone know what rung...
Replies
11
Views
1,738
Hello everyone.Am new in allen bradley configuration,i have a mini project to execute, i have wired my Micrologix 1400 for analog input signal of...
Replies
0
Views
1,502
Hello everyone.Am new in allen bradley configuration,i have a mini project to execute, i have wired my Micrologix 1400 for analog input signal of...
Replies
3
Views
2,603
Hi, I am facing a problem. I have configured the analog output terminal EL4004 as (output_1 AT%QW2: INT) but I did not get the output which I...
Replies
6
Views
3,092
Back
Top Bottom