Best PLC!

Eugen

Lifetime Supporting Member
Join Date
Apr 2004
Location
Toronto
Posts
113
Hello everyone,

I am doing a fairly simple project and I would like to ask what would be the most suitable (cheapest) PLC for the job. I am getting three different ASCII messages via the serial port from a PC then I am turning a motor on three different positions, so all I need is one output (and 3 inputs). I did this with a SLC 5/04 but I need something smaller. What should I buy? Also I am familiar with Allen Bradley only, so must be easy to programm.

Also is there any tip on making ASCII instructions faster?

Thanks,
Eugen
 
Automation Direct Click. Software is free.
Lowest cost AB also has free software.
To make ASCII faster, raise the baud rate. If you have control over the messages, reduce them down to single characters.
 
Thanks Keith,

Great clik PLC is all I need. What is the difference between RS-232C and RS-232?
 
I guess you were using CH0 on the SLC5/04 in ASCII mode.
Since you are familiar with SLC, an obvious contender would be an ML1100.
It has both a serial port that can be used in ASCII mode, and a swanky ethernet port for everything else.

Also is there any tip on making ASCII instructions faster?
What do you mean ?
Is the port not fast enough to capture the data ?
Or is the program not fast enough to read the data from the port ?
 
C is the last revision of the RS-232 standard, since ~1970, when electromechanical teletype writers started being replaced by electronic devices.
For your practical purposes RS-232 and RS-232C is the same.
 
Thanks guys,

What do you mean ?
Is the port not fast enough to capture the data ?
Or is the program not fast enough to read the data from the port ?

On my first try the PLC was acting with 1 or 2 sec delay. I added an instruction to clear the buffer with the first pass and now is OK. I am only reading 2 Char, so my question will be should I clean the buffer after every read? And how do I make it dependet to the read instruction? Will the buffer get clogged :)?

Thanks again,
Eugen
 

Similar Topics

and go! I'll start. Always comment the Boolean instruction for their TRUE state. For example. It is much easier to read a normally closed contact...
Replies
65
Views
21,553
Good Evening . I visited a pump station sight today that has a PLC-5/11 CPU. I was given a CD with only a file with a program and extension of...
Replies
13
Views
3,769
Hi there PLC aficionados, I have a quick question for you. Do you use Linux in your integrator/automation engineer/Technician role? If, yes which...
Replies
20
Views
8,330
Any manufacture recommendation for remote I/O for Siemens PLC.
Replies
10
Views
2,915
We have an AB system that is connected to several CANbus networks via HMS gateways. A CAN message is comprised of upto eight, eight-bit bytes...
Replies
0
Views
1,416
Back
Top Bottom