temperature control?!?
temperature control?!?
(OP)
Hi all, I'm new in PLC and i want to know if a PLC is the right thing to use in my application. I'm trying to control a steam boiler. I'm reading the outside temperature and i want to run the boiler using those readings( example: for 40 deg outside run the boiler one hour every 4 hours; for 20 deg outside run the boiler one hour every 3 hours; for 0 deg outside run non-stop. thanx for any help





RE: temperature control?!?
RE: temperature control?!?
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: temperature control?!?
RE: temperature control?!?
- cost of programming software.
- communications port
- required programming accessories (cable)
Find out what software program will be necessary to program any specific brand and model PLC (PLC have model lines, just like automobiles) and what the software costs. That will be a major differentiator between brands and models.
Which communications port does the PLC CPU use to get its program from the development software in the PC? serial COM port? ethernet?
Does your PC have that port (most laptops nowadays do not have a serial port)?
Some brand comm ports/protocols are notorius for not coping with USB-to-serial adapters. But ethernet communications is frequently an upgrade situation.
Some PLCs use serial cables that are not stright through or null modem cables. What's it cost for a programming cable?
From what I've heard, I'd start with Automation Direct, a mail order/web PLC supplier. (I've never used it, but reports are generally favorable). You can probably buy A-D new components, with a warranty and telephone support for the cost of many used items on eBay.
Dan
RE: temperature control?!?
You really need to first figure out what inputs the boilers need and what you are going to use for the temperature. Also the number of these points. Keep in mind you will want some idiot light stuff for showing which boilers are being commanded on and any panel switches you might want for enabling or disabling boilers.
Essentially you should create a working block diagram with all inputs, and outputs and your power source. Once you have that you can find The Correct PLC.
Keith Cress
Flamin Systems, Inc.- http://www.flaminsystems.com
RE: temperature control?!?
might need some external relays to handle higher current.
One of the other members of this group had passed this along
in a different thread on this same board.
I haven't used it, but at first blush, it looks like it might
do your job for you. And the price seems right.
I am not affiliated with the company, just passing along some
information from another person in the group.
http://www.factorymation.net/
and look for the product reference to:
Programmable Logic Relays
cheers,
Rich S.
RE: temperature control?!?
The analogue inputs are only for 0 - 10 V, so you need a temperature transducer with that kind of output. The resolution is 10 bits (0.1 percent) and the accuracy is quite good. Simple NTC+resistor combinations have been used for temperature measurements with good result.
SW is easy and there is even a simulation mode and a monitoring mode. Both are very handy and the whole thing is a good introduction to PLC. Price is way below what you are willing to pay. And that's usually not a problem.
Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...
RE: temperature control?!?
Gunnar Englund
www.gke.org
--------------------------------------
100 % recycled posting: Electrons, ideas, finger-tips have been used over and over again...