You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dealing with SLC writing Strings. Has anyone gotten this to work? I had to resolve the parse issue (in "def _slc_string_swap" append a zero byte if data length is odd)... but although I don't receive an error after that, the operation does not take...
with SLCDriver('192.168.0.170') as plc:
plc.write(('ST16:0', 'write this'))
The text was updated successfully, but these errors were encountered:
When dealing with SLC writing Strings. Has anyone gotten this to work? I had to resolve the parse issue (in "def _slc_string_swap" append a zero byte if data length is odd)... but although I don't receive an error after that, the operation does not take...
The text was updated successfully, but these errors were encountered: