Replies: 1 comment 1 reply
-
|
Bools are handled a little differently than ints or floats, so there is probably a bug in the bool request code and the element count. I have an 1100 that I plan on getting setup this afternoon, so I will try and look into it this weekend. If not I will try to get it fixed this week. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is there a way to read bool data type as array in SLCDriver?
I'm using MicroLogix 1100. I can read Integers and Float as array it works completely fine, but I can't do the same with bool.
Here is the code I used for Bool arrays.
Instead of showing array values from B3:0/0 to B3:0/4
it only displays as tag something like
Thanks .
Beta Was this translation helpful? Give feedback.
All reactions