Fermentation Temp Control

akedwards

Member
Join Date
Mar 2005
Posts
5
I am using a Micrologix 1000 analog plc (1761-L20BWA-5A) and I was hopeing to use it for controlling and data logging the temperature on 6 fermentation tanks. I know I need to buy some RDT analog input modules, but I'm not sure the best way to go.

I was planning to log the data using RSview ME and build an HMI program to accept user defined temp setpoints.

Any thoughts much appreciated.

-Chris
 
I don't think the ML1000 is going to work for you on all six tanks, as it only has four analog inputs and the MicroLogix 1000 does not have any expansion I/O capability. If you are installing one ML1000 per tank, then it will work, as long as your RTD's have transmitters to convert the output signal to 4-20mA or 0-10vdc and you don't have to monitor more than four temperatures per tank.
 
Good Point

Yeah, I see what you mean. I guess my only other option with the ML1000 would be to convert the RDT signal to a digital one an then use 6 of my digital inputs. Sounds like I should look into another PLC for this application, any suggestions?
 
If you're committed to Allen-Bradley, It sounds to me like you would be best with a SLC rack with analog input cards (or thermocouple cards) Thermocouples aren't quite as accurate at the temperatures you will be dealing with, but they should read within a fraction of a degree, which I would think would be good enough for a fermentation application.
You will save the cost of transmitters, but will need to allocate more money for thermocouple wire.
It's at least worth looking into.

Edit: The ML1200 would be a good choice as well. I didn't think of that one.

akedwards said:
Yeah, I see what you mean. I guess my only other option with the ML1000 would be to convert the RDT signal to a digital one an then use 6 of my digital inputs. Sounds like I should look into another PLC for this application, any suggestions?
 
akedwards said:
I guess my only other option with the ML1000 would be to convert the RDT signal to a digital one an then use 6 of my digital inputs.

This is a non-trivial task, you know. Analog and discrete inputs are not interchangerable. GE and a couple others have some tricky analog to discrete converters, but you have to hae some equally tricky code in your PLC to get the analog data out of a pulsed signal from the converter.

Your best bet would be a MicroLogix 1200 - they are fairly inexpensive, have many of the math functions that the SLC has (but not all) and have RTD modules.
 
I have had a problem with RTD modules for the SLC with loss of calibration, it may be the same with the ML1200. I would recommend using RTDs with 4-20 mA converters and a 4-20 mA input module.

You may find that the ML1500 is a better solution than the ML1200, especially if you need memory for data logging. It also gives you the option of 2 serial ports and SLC type math functions.
 
The ML 1200 also offers 2 ports on some models. It also supports alot of math functions:

MicroLogix 1200 controllers now offer:
•​
Floating Point (F) Data File for use with:

compare instructions (EQU, GEQ, GRT, LEQ, LES, LIM, NEQ);
math instructions (ABS, ADD, CLR, DIV, MUL, NEG, SQR,
SUB); move instruction (MOV); file instructions (CPW, FLL);
and the message (MSG) instruction
•​
Programmable Limit Switch (PLS) File for use with HSC

•​
RTA - Real Time Clock Adjust

•​
GCD - Gray Code

•​
CPW - Copy Word

•​
ABS - Absolute Value


 

Similar Topics

The objective: Reach about 10’ horizontally into a 1300F furnace, and pick up a 140lb rectangular container, then pull the container back out of...
Replies
15
Views
1,825
Hi Everyone, We have Silo System which has temperature sensor and these sensor data will be communicating through RTU unit to the Dedicated PC...
Replies
2
Views
600
We have a small plastic parts oven (SP at 210F). It used to have an old bimetal temperature regulator. We are upgrading it using two temperature...
Replies
7
Views
1,521
We have a vertical Axis which was overheating while not moving. After further investigation I found that when the axis moves upward to a...
Replies
5
Views
1,196
Needing some help. I have a machine that was put in storage and has ended up in my lap. It had a 5/02 originally but the card was pulled and I...
Replies
3
Views
1,398
Back
Top Bottom