Micrologix 1100 and Analog Input and Output

rusty152

Member
Join Date
Dec 2011
Location
Georgia
Posts
10
I am trying to put together a program for a control valve and scale combination. I will be using a ML1100 PLC, a 1762-IF4, and a 1762-OF4. I will have a Mettler Toledo IND560 scale head with a 4-20mA output module. Will send the 4-20mA signal to the 1762-IF4 input module to get my reading from the scale. I will have a HMI touchscreen so the operator can enter the amount of product to add to the tank. This number will go into the PLC and subtract from the scale value to give you the stop amount to get to. I will be sending a 4-20mA signal out to a control valve to control the flow of the liquid. Will be using PID to close the valve the closer you get to setpoint. I have never used Allen Bradley analog output modules before so I am not sure about the scaling on them. Does anyone have an example of something like this? Or an example of an analog output ladder diagram? Any help would be greatly appreciated.
 
Both the Analog Input and Output Card can be Scaled for PID in their configuration. That is the way I would go.

In the PID, I would do the Scaling for Engineering Units.

Stu....
 
Thanks, I am still learning the AB language. I have been working on DCS systems for te last 10 years and not much with PLC's. I know how to scale on a DCS but not sure on PLC's. More explanation would be appreciated.
 
Look at the "SCP" instruction. Scaled with Parameters. See pdf below.

Also see pdf below for the data format values for the cards you have. The values will depend on how you have configured the card.

If all you want to do is close a valve at setpoint then why a PID? Just use some compare instruction and close the valve when it gets to your setpoint value.
 
I could definitely do it with compare statements and just close the valve. Was trying to learn how to do the PID loops in the AB PLC's. I figured this would be an easy one to learn on.
 
Thanks Mickey

That module is configurable so make sure it is set up offline then download to the PLC for analog or voltage or your SCP will be off.
Look at the "SCP" instruction. Scaled with Parameters. See pdf below.

Also see pdf below for the data format values for the cards you have. The values will depend on how you have configured the card.

If all you want to do is close a valve at setpoint then why a PID? Just use some compare instruction and close the valve when it gets to your setpoint value.
 
The PID algorithm is really intended for continuous process control, not the type of filling operation you are employing. I suggest instead you look at a ramp function type of control. When the fill level gets close to the final value start closing the valve to reduce the fill rate, and close the valve completely on reaching target. The easiest way to accomplish that would probably be to use several steps of position at several values of fill, but you could also do it as a continuous ramp.
 

Similar Topics

I just have a quick question on this processor. I am making a project with 18 analog inputs so I bought 4 - 1762-IF4 expansion cards and the plc...
Replies
3
Views
1,526
Micrologix L16BWA It has two built in analog input ports. How do I change the input type and range? current/voltage, 0-5v, 0-10v, 4-20ma, etc...
Replies
6
Views
3,879
I bought a MicroLogix 1100 Series B processor off of eBay a couple of years ago ... the digital inputs and outputs worked fine ... I never tried...
Replies
0
Views
2,306
i have a pt100 4-20ma is the analog input on micrologix 1100 only for 0-10V ?? 🔨
Replies
4
Views
3,629
Hi! I'm kind of new to PLCs and I'm learning basics on MicroLogix 1100 with RSLogix Micro software. I want to write simple program to create...
Replies
9
Views
5,949
Back
Top Bottom