Author Topic: ControlLogixNET  (Read 1507 times)

bachphi

  • Hero Member
  • *****
  • Posts: 642
    • View Profile
ControlLogixNET
« on: June 14, 2018, 01:43:56 PM »
I came across this ControlLogixNET, it is an open source project that claims to "interface with Allen-Bradley ControlLogix, CompactLogix, and MicroLogix PLC's" and "also tested to work on Mono!!!!".

Other than that, there is not much of info on how to and a lot of unanswered questions.

Anyway, since it is depends on EIPNET, I downloaded EIPNET and compiled it to get EIPNET.dll.
Next re-add references ( EIPNET, ICommon) in ControlLogixNet project, build it.
Next re-add references( EIPNET, ICommon,ControlLogixNET)in all projects of the Examples folder, build it.
Next , change the Startup solution to a project like SimpleOperations.
Change IP address and path to match, in my case it's a compactlogix so path is just 0.
Run it and read a tag.

===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

aquilmustafa

  • Full Member
  • ***
  • Posts: 121
    • View Profile
Re: ControlLogixNET
« Reply #1 on: August 23, 2018, 11:18:15 AM »
Hi bachpi,
Where you able to run it?..

There is no documentation available on how to use it.
Can you share a link where we can get the detailed Documentation.

I've been trying to run it using vb.net but was unable to run it. It use to throw socket error while trying to connect it.

bachphi

  • Hero Member
  • *****
  • Posts: 642
    • View Profile
Re: ControlLogixNET
« Reply #2 on: August 23, 2018, 05:48:43 PM »
As I indicated, there is not much of any documentation, but if you follow my instruction step by step, you should be able to read a tag. Other than that , I have not done anything.
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================