Ian Ottoway
Ian Ottoway
Oh that's awesome, thanks for getting that so fast.
I added initial support based on what we know currently, you can try it out on the `radix` branch. I'm not sure I can add it to the `__str__` method...
That is interesting and not at all surprising. But either method seems alright with me, I think requesting the CIP identity would be the most helpful from a user perspective....
In your `read_single` method, you're creating a new driver every time which has a lot of overhead. When the driver first connects, it uploads the tag list and all of...
I thin you may be right with attempting the large one first causing the issue. I've seen some weird bugs in these really old modules, specifically certain firmwares on ENET...
Unfortunately there is not enough info here for me to help yet. The instance ids are determined when the program is compiled, so there isn't any way for me to...
Is anyone actually having an issue with the driver not working? or just that these `ERROR` logs are showing? If it's just the `ERROR` logs, I think that is just...
You're right, this method reads attribute 11 from the WallClockTime object, which is the unix local time. Attribute 6 is the utc unix time, which I think should fix the...
sorry for the late response, targeting `master` is fine. I may change it into a dev branch before merging, but don't worry about that. The basic steps would be to...
Thank you taking the time to work on this and I'm always appreciative when I get pull requests. Unfortunately, I'm not sure if I'll be able to merge this at...