Closed alexkireeff closed 3 years ago
I see, so it appears that the issue is if you pass a list of 1 write, things go sideways. I'll sort this out.
Should be fixed with the latest commit (0.7.12). Thanks for bringing it to my attention.
Awesome, thanks! I think you might have meant to return a list on line 118? https://github.com/dmroeder/pylogix/blob/master/pylogix/eip.py#L118
Ahh shoot, you are correct. I need to get it together :) ...and I updated pypi with that.
Haha, it's all good. Thanks again!
Preflight checks
Before you post an issue, ensure you have tried the minimal examples within the repo, or tried the pylogix-tester.
Type of issue
Description of issue
Code example explains it better than I can, but basically, calling comm.Write with the syntax for multiple tags when you have one tag causes it to not write anything to the tag. Expected behavior would be comm.Write writing the correct value to the tag.
Code
Versions