Sign in to follow this  
Followers 0
Adnan Muazzam

GE 90 30 Serial Communication

2 posts in this topic

I have a GE Fanuc 90 30 PLC and I need to communicate this PLC with an LSI Router. LSI router supports Serial RS 232 communication in binary or ASCII format. I have written a code following GE 0582D Serial Communications manual. I have used COMMREQ instructions to read data at PLC end. Code is successful to read one byte of data only but it fails when greater than one byte is transferred. I need to know how in what sequence should I use COMMREQs? (1. Initialize port, 2. Select Buffer length, 3. Read Bytes/ String, 4. Cancel COMMREQ) If anyone has successfully implemented serial communication RS-232 (Binary / ASCII) for Series 90 30 with a third party device, please share the technique.

Share this post


Link to post
Share on other sites
Here is an example and recommendations from the GEIP KB14603

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0