Sign in to follow this  
Followers 0
wemissworld

c# communication with 1756ent

5 posts in this topic

Hi,everyone! I want to write a program to communication with 1756ent module using c#,how can I do? I don't have any resources(eg protocol) !

Share this post


Link to post
Share on other sites
I would suggest going one of 2 options: 1. Write your program as an OPC client. You'll have to purchase the OPC server (RSLinx, Kepware, etc) separately and it will be configured to see the 1756ENBT. This is a good option if you want your program to be reuseable, particularly with other PLC types. 2. Buy a package like this. Archie from plctalk is working on a Sourceforge project that could eventually help you, but I don't think he's even started that one. Unfortunately, I'd be surprised if you got much free help in the way of code for what you're looking for. You can only play ball with what's available...

Share this post


Link to post
Share on other sites
Thanks Nathan! The first product is using OPC,and OPC Server is RSLinx,the second product I do not want to use the OPC? Thanks again! Perhaps the protocol of AB PLC is not open,not like Schneider or Omron.

Share this post


Link to post
Share on other sites
The EtherNet/IP protocol used by ControlLogix and the 1756-ENBT is open and published. There is a set of resources describing the use of the EtherNet/IP protocol on the A-B website: http://www.rockwellautomation.com/enabled/guides.html The general EtherNet/IP specification you get from the Open Device Vendors Association, www.odva.org. They maintain both the EtherNet/IP and DeviceNet specifications.

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