International Electronics and Technology Forum
May 21, 2012, 02:27:16 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Question about Programmable Logic Controllers (PLC) and programming?  (Read 168 times)
Your_Friendly_Neig
Newbie
*
Posts: 8


« on: June 19, 2011, 11:19:34 AM »

Is it possible for smaller Programmable Logic Controllers (PLC) to perform multiple tasks at the same time using the ladder language? (such as a single PLC simultaneously regulating speed and temperature)

Also, is it possible for PLCs to receive data from electronic switches in order to control software values instead of hardware and mechanics?
Logged
billrussell42
Newbie
*
Posts: 212


« Reply #1 on: June 19, 2011, 12:22:28 PM »

My understanding is that you can have a large number of independent tasks operating at the same time.

.
Logged
CT
Newbie
*
Posts: 3


« Reply #2 on: June 19, 2011, 12:30:44 PM »

Absolutely. This is why they are so popular in industrial control applications. In fact most micro PLCs manufactured today are able to run multiple PID loops simultaneously. I've gotten into the trend of shying away from control designs with multiple individual process controllers and instead using one PLC with HMI to control things like temperature, valve position, or motor velocity.

As for the second question, it is common practice for PLCs to be controlled over a SCADA network or by a local Human Machine Interface (HMI) unit. You just have to be sure that the PLC that you choose and the device that you will be controlling it with are capable of the same communication protocol and network infrastructure. I personally find it simple to use Modbus TCP. Over an ethernet network, you assign everything a static ip address or let them DHCP, it's up to you. Then you can use the Modbus protocol to send and receive packets of data.

If you are still shopping around, check out some of the links I've posted. You can some PLCs that will do the things that your talking about for a relatively small amount of money.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.13 | SMF © 2006-2011, Simple Machines LLC | Privacy Policy Valid XHTML 1.0! Valid CSS!