Replies: 1 comment 2 replies
-
What do you expect with:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to read data from a PLC, but the readings are completely wrong. For example, I had a value of 27.31482 on the PLC, but what I got was bytearray(b'A'). This is a recurring problem, with none of the values I read being read properly.
My code:
Beta Was this translation helpful? Give feedback.
All reactions