PLC communication

saucekorn69

Member
Join Date
Mar 2005
Location
Quebec
Posts
27
Hi Everyone,

I'm a student who is working on PLC communication under visual basic.NET . I already made an HMI in order to get info and status from the plc, and it was wotking fine under rsLinx.

My boss wants me to write my own driver, in order to etablish a communication without RSLinx.

I just want to know which kind of protocol do I have to use, just get a few more informations.

Nicolas.

 
I'm making some assumptions here, but:

Since you are using RSLinx as a comm server I assume you are communicating with an Allen-Bradley PLC. Since you are a student I will further assume the plc is either an SLC or Micrologix and you are communicating via RS-232 (these are the least expensive options).

IF all of this is true you are communicating using a protocol called DF1. Take a look at this link:
http://literature.rockwellautomation.com/idc/groups/literature/documents/rm/1770-rm516_-en-p.pdf#xml=http://127.0.0.1/texis/search/pdfhi.txt?query=DF1+protocol&pr=literature.rockwellautomation.com&prox=page&rorder=500&rprox=750&rdfreq=0&rwfreq=0&rlead=250&sufs=1&order=r&cq=&id=41fa2cc5a
for the DF1 command set reference.

Have fun.
KEith
 
Thank you very much, it seems to be a little complex, but the documents you gave me is going to help me a lot !

And you were right, i'm using a SLC, communicating with RS-232 !!
 
Thanks for the link :nodi:

Our clients have to buy a liscence for RSLinx too, so we want to cut this expenditure off, and make our own communication driver.

thank you for help !!
 

Similar Topics

Hello We have installed several G.E. Fanuc 90 70 PLC Everything was ok but suddenly we can not communicate anymore with any PLC with the software...
Replies
0
Views
31
Apologies for not being the best IDEC programmer. I recently was doing some inspections on a site that had 3 FC6A IDEC processors. The issue is...
Replies
0
Views
51
I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
84
Hello Guys, I want to establish profinet communication between siemens plc and my system using python programming. Which python lib can i use to...
Replies
12
Views
325
In our production plant we have multiple different networks (subnets). IT dept have setup routing between them so different subnets can...
Replies
0
Views
87
Back
Top Bottom