PLC Allen-Bradley Supervisory

TNT

Member
Join Date
Jun 2007
Location
Brazil
Posts
7
I am studying a project of Supervisory in a PLC Allen-Bradley Micrologix 1200 (Rockwell Automation).
For supervisory I just need read and write some variables in PLC memory from a Windows PC.

How many ways I can do this?
I’ve looked supervisory with Allen-Bradley PLC just from RS View software, but for my project it wasn’t the best solution.
I am looking for a library (DLL) that can read/write PLC memory. So I can use this DLL in an application that I develop in Visual Studio or something like.

If a direct memory access DLL is not available, maybe have another DLL solution that communicates with PLC, like MODBUS, etc.

So, anyone knows a DLL for Allen-Bradley PLC access??
Thanks a lot for your help, I am newbie in Allen-Bradley PLCs.
 
TNT said:
I am studying a project of Supervisory in a PLC Allen-Bradley Micrologix 1200 (Rockwell Automation).
For supervisory I just need read and write some variables in PLC memory from a Windows PC.

How many ways I can do this?
I’ve looked supervisory with Allen-Bradley PLC just from RS View software, but for my project it wasn’t the best solution.
I am looking for a library (DLL) that can read/write PLC memory. So I can use this DLL in an application that I develop in Visual Studio or something like.

If a direct memory access DLL is not available, maybe have another DLL solution that communicates with PLC, like MODBUS, etc.

So, anyone knows a DLL for Allen-Bradley PLC access??
Thanks a lot for your help, I am newbie in Allen-Bradley PLCs.

Como Va!
Well, you need to define your problem a bit better if you want some help here. Most of what you want is available on the commercial market.
 
OK.

I am developing a motor bench test with a computer.
The computer sets in motion the engine by PLC that controls a Frequency Inverter. The PLC must receive the parameters from speed from a Windows GUI.

I prefer develop the entire application instead of using a commercial software.

I am looking for a DLL that can read/write PLC memory adresses. I've seen this type of DLL from others PLC manufactures, but don't find yet for Allen-Bradley PLCs.

So, I am looking for a DLL that can read/write Allen-Bradley PLC memory adresses.

Thanks for your help.
 
While you could probably write a DLL, you will probably be better off to use a software such as RsLinx Single Node. From there you can write your own GUI.

How do you plan on connecting the the PC to the Micrologix? Serial, Ethernet,...
 
I've already seen some examples with GUI in the RSlink software. For sure this is an option of solution for me.

But I am looking for alternatives solution. The DLL solution is better for me, so I can develop the software independent from Allen-Bradley software, and integraded with others softwares of my company.

I plan to connect by serial, that is easier.

Thanks.
 
TNT said:
I am studying a project of Supervisory in a PLC Allen-Bradley Micrologix 1200 (Rockwell Automation).
For supervisory I just need read and write some variables in PLC memory from a Windows PC.

How many ways I can do this?


After reading above posts, I wonder if you have considered using the Web Server capability that some PLC's now have.
The ML1100 being one that I know of. It strikes me that it could fit your requirements.
 

Similar Topics

Hello, I am new here. I am trying to find good places to sell some surplus items that I have that isnt through ebay. Does anyone have any sources...
Replies
5
Views
334
Hi good day Everyone, I have a cimplicity v10 project with 7 to 8k tags communicating with AB PLC through OPC and Rslinx classic. I have this...
Replies
3
Views
212
I am using Allen Bradley PLC 1756-L81E and EIP module 1756-EN2TR for Ethernet/IP communication. My communication works fine but in Get-Attribute...
Replies
2
Views
197
I have a network with 4 PLCs PLC1 is controllogix and PLCs 2-4 are compactlogix and they all need to communicate. The current way I have this...
Replies
8
Views
255
Hi Everyone, I am currently trying to communicate ControlLogix PLCs via EtherNet/IP with Delta V DCS. There is a VIM2 card configured for...
Replies
1
Views
260
Back
Top Bottom