PLC Serial Communication

PortmanBlue

Member
Join Date
Dec 2010
Location
Australia
Posts
14
Hi,

I have an application which requires a PLC to communicate with four balances via RS232 and at the moment I am planning on using a CompactLogix L32E and two 1760-ASCII modules to achieve this. The balance weights needs to be read constantly with tare and calibrate commands being sent as required. Having not communicated with more than one serial device at a time I was wondering if I would encounter any problems with this setup such as being able to receive data from all four balances at once or if anyone else has successfully used an alternative setup to communicate with multiple serial devices. Any advice is greatly appreciated.
 
I do not believe a RS232 serial connection will do what you want.

Look at RS485 or other "Mult-drop" connection schemes.

RS 232 to 485 converting adaptors are not expensive.

Sorry, I don't have experience with the details. Check in with the maker of your scales, They might be a good reference.

Cheers
 
As another possibility, Real Time Automation makes an ASCII-to-Ethernet/IP Gateway that I have found to be very easy to setup and use. All the incoming and outgoing data are tied directly to tags that are monitored by the unit. Pretty slick.

435NBX
 
Do you mean 1769-ASCII

It looks like this might work with each I/O module connected to 2 balances. I have not used this but the critical questions will be how fast the data changes vs how long the program scan and I/O card scans are and if the processor supports using two of thee cards at a time.

Other than that you will need to brush up on ASCII codes and string parsing in RSLogix.
 
We use the 1769-ASCII to communicate with several RS232 devices per line at our plant. I believe the cards have 2 channels each, so i would just buy 2 cards have 4 identical programs running to get the information you need. Once you get one working like you want, you should be able to have the other 3 running in about 5 minutes.
 
Thanks for all the suggestions, I did mean 1769-ASCII. My main concern is being able to communicate with the four balances at once, I have successfully been able to communicate with one balance in the past using the PLC’s built-in RS232 port.

Given Helliana’s use of a similar setup and that the 1769-ASCII module has a simultaneous mode to communicate using both ports on the module at once I think I will go ahead with the setup. I will also look deeper into gateways, the 435NBX certainly looks simple to setup and use. I’d be keen to hear from anyone else that has had experience with using the 1769-ASCII modules.
 

Similar Topics

Currently,we are facing the communication go through with 422 tx+ and tx-. Mitsubishi fx5u series is used and using command rs2. But the package...
Replies
0
Views
103
MELSEC A RS422 (25pin) <> iQR C24 Serial RS232 (9pin) - Simple PLC Communication Communication from a MELSEC-A Series CPU (RS-422 – DB 25 Pin)...
Replies
4
Views
1,042
Hello to everyone. Nice to meet you all. I am programming a KINCO PLC model HP043-20DT using ladder on KINCO BUILDER. I need to establish a...
Replies
0
Views
1,369
I am working to control some objects using Weintek HMI through Fatek PLC. I wrote a simple program to control an output Y_0 using input X_0. I...
Replies
3
Views
3,820
Hello! I have a problem in communication between Siemens 400 PLC and x-ray for luggage examination. I am communicating with x-ray via CP441...
Replies
3
Views
2,018
Back
Top Bottom