Micrologix 1500 analog

Programmer4

Member
Join Date
May 2009
Location
Tennessee
Posts
29
I just recently finished a project using analog inputs and outputs with the micrologix 1500 and it was not so easy. It is actually a little difficult understanding the the scaling and pid functions.
 
Is it the scaling and PID functions as they are implemented in the Micrologix 1500 in particular or do you have a problem with understanding scaling and PID functions in general?
 
I just recently finished a project

does it work? ... if you just need a "check up" then ZIP your .RSS file and post it ... we'll be glad to take a look at it for you ... maybe we can make the next time easier ...

and by the way, if it DOES work, congratulations!
 
Its just understanding the pid and scaling in general, and if you have any great rules that I could go by when it comes to scaling temperatures and pressures that would be great!
 
be careful what you ask for ... scroll down past the video and download "Scaling" part 1 and part 2 from here ...

http://www.ronbeaufort.com/sample_lessons.htm

but ... to keep it simple, the SCP is probably all that you need with the MLX1500 ...

basic idea: the PID really MUST have its input and output signals scaled from 0 to 16383 in order to give the best results ... anything other than that is just asking for trouble ...

going further ... SOME input and output modules allow you to select "Scaled for PID" ... in that case, your scaling problems are usually over before they begin ...

if the modules do NOT support "Scaled for PID" settings, then the SCP is usually pretty easy to set up ...

as for the PID, there's some other basic information on that same page that might be helpful ...

once again, if you'll post your program we'll take a look ...

gotta go ... little wife needs help planting okra in the garden ...
 
Don't use "Scaled Engineering Units" on the analog output module. I ran into major problems last week. With certain analog output modules, it causes the CPU to fault. I have a previous post about this.
 
Another thing to remember if you are having any problems with PID, is that by default the noise filter on 1769 analog modules are set to 60 HZ. This value will slow down the scan frequency of the module... Also the number of analog inputs enabled will also add to the scan frequency. If all the inputs are enabled, and set to 60 hz, I believe that this can be up to 0.5 sec. But I would have to double check the manual.
 

Similar Topics

Hi All, I would like to ask you if possible to have some samples code for the realization of a software filter to be used in a PLC Micrologix...
Replies
2
Views
2,098
We are using Micrologix 1500 plc in high temperature furnace where temperature to be reachd is approx 2000 celcius. heaters cant be continuously...
Replies
0
Views
1,366
how to change a encoder pulse to analog out ? I would like to use a 1000 ppr encoder one shot the value every tenth second to scalable analog...
Replies
6
Views
2,114
Hello all I have problems for setup the module 1769-OF4 using the analog output from 0v to 10v it is not listed under the analog modules but...
Replies
3
Views
2,375
Hi all, I have a 1769-IF8 Analog Input Card in a Micrologix 1500 system. The card does not read any inputs. I already checked the wiring and it...
Replies
5
Views
6,001
Back
Top Bottom