Pylogix update – adapter module

dmroeder

Lifetime Supporting Member
Join Date
Apr 2006
Location
Vancouver, WA
Posts
3,602
If anyone is interested, I have an experimental branch on github that adds an “adapter” module to pylogix, which will allow you to interface to a Generic Ethernet module in the I/O tree. Since it is experimental, it is subject to change. I do know that that there will eventually be some fundamental changes to be able to support the Ethernet Bridge.

I personally don’t have much use for the adapter but a number of people have expressed interest, it seemed like a good new challenge. My typical usage for pylogix doesn’t involve having an active data exchange like this, I’m usually just reading some tags, saving the data, or doing the reverse.

Anyway, if you use it, feel free to give feedback. There are examples in the example directory, with L5X exports.

https://github.com/dmroeder/pylogix/tree/experimental
 

Similar Topics

Hey everyone, I am looking for a tool to parse PLC data and I believe pylogix may be the best approach. I am very new with python but can see its...
Replies
1
Views
855
Can I not access locally defined UDT data? Scope.. Task>Prog1>Parameters and Local Tags(Test1 = real)(UTD.Test2 = real) #To access the local...
Replies
10
Views
1,488
I am not the best in python... "What is a library?" Said structured text. I am trying to make a simple plot by grabbing tag values from pylogix...
Replies
30
Views
6,425
I am trying to use pylogix to write to a string array ID_Data_Table_Name. In the array there are 200 possible entries. For...
Replies
13
Views
4,018
I'm currently working with pylogix and have no trouble reading and writing tags. My problem is, I would like to be able to read (and write) I/O...
Replies
5
Views
3,692
Back
Top Bottom