How to read and write values of type bool using snap7 module? #469
Answered
by
nikteliy
TianSong1991
asked this question in
Q&A
-
In Python, snap7 does not have a direct API to read and write bool type values. How to implement this? Snap7 needs to convert bool type values to read. Is there a direct solution to solve it? Use another method. How should snap7 write a bool type value, thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
nikteliy
Oct 10, 2023
Replies: 1 comment 1 reply
-
Hi, @TianSong1991 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TianSong1991
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @TianSong1991
Check out this example. Is this what you are looking for?