Choosing Hardware for Project

lueivind

Member
Join Date
Jan 2014
Location
Kristiansand
Posts
2
Hi,

We are making an automated threading/cutting machine and are having problems deciding what PLC hardware to use.

Things the PLC need to control;

- Precise position control of at least 3 servomotors.

- Some basic controlling of lights, pneumatic cylinders, etc.

- Some kind of HMI, probably a touch screen to choose different parameters.

- We have a programmable turning tool that only takes ASCII commands through RS-232. This is what we've been having the hardest time with. We'll need to store between 20-30 different ASCII commands somewhere and be able to send the different commands to the turning tool. There will be no PC connected to the machine after delivery.

Our experience on the subject is very limited. We are students working on a Bachelor project and kind of have to learn as we go. Any help will be highly appreciated.

Thanks.
 
The processor would depend not only on the io but the complexity of your program and the response time you require. Also whether or not you want embedded Ethernet or not and of course cost.

The processor selection guides from allen bradley are very helpful.
 
The processor would depend not only on the io but the complexity of your program and the response time you require. Also whether or not you want embedded Ethernet or not and of course cost.

The processor selection guides from allen bradley are very helpful.
But just looking at the problem with the ASCII code, is this a common function in PLC's?
 
Yes you can send ASCII messages from a PLC.
I personally prefer Allen Bradley PLCs for that type of jobs, but I believe you can do it with any brand of PLCs
 
You should be able to send an ASCII message through a local serial port, if the processor has one, or through a module. I know the point io system has a module specifically for this purpose. I have never had to do that so maybe someone more knowledgeable can speak up. Ab should have some documentation in the literature library or on the knowledge base.
 

Similar Topics

Good evening, I'm primarily a Siemens user, but I have an incoming project where I need to use Allen Bradley everything. So far I know that the...
Replies
7
Views
2,640
Hello, I am trying to choose from 4 different tank levels (REAL) and choose the greatest number (highest) and set that to open that tanks valve...
Replies
7
Views
1,882
I am going to daisy chain a couple Modbus devices off of a Click plc using rs 485. There will be three slave devices daisy chained off one another...
Replies
16
Views
9,191
Good day all. I work for a small company that would like to start automating the production of our goods. I have been tasked with doing some...
Replies
49
Views
13,543
I'm trying to remember the lessons for replacing a SLC CPU, but I so rarely have to do it, I'm afraid of screwing it up. I'm hoping to give my...
Replies
6
Views
2,482
Back
Top Bottom