Ian Ottoway
Ian Ottoway
Hmm, it looks like I didn't put in an useable logging for the SLC driver. This driver doesn't get much attention so it's probably a bug. I will try to...
That is because [Tag](https://docs.pycomm3.dev/en/latest/getting_started.html#response-tag-object) objects are returned and not just the value of the tag. And the truthiness represents the success of the request, so if you successfully read the...
I was having trouble with this error also and nothing was working until I realized my Python install was a user install (default) and not system. Once I installed Python...
Changing the port is easy, use the `:` syntax for you `host` variable. Changing the socket type will require you to subclass the driver and override the socket creation. But,...
Oh I see what's happening, as soon as you register a session the device creates an I/O (class 1) connection and starts sending data (that's the traffic you see on...
Apologies for the late reply, but I think the error response is actually good news. It's saying the get attributes all service isn't supported, but it's a response and that...
The `get_file_directory` method reads the `SYS0` file and tries to parse it for the directory information, but I haven't been able to find any documentation on its format or how...
I have seen some devices that certain services only work with connected messages, but I'm not sure if this is a case of that. Unfortunately, without more details I'm not...
it's possible this is a bug, leaving the issue open is fine with me. I haven't had much time to look into it, so leaving it open will help remind...
This may be possible to reverse engineer, but I have not tried it. Attribute 6 of the Symbol object may be one possible location for it, according to this Micro800...