hotwires Posted December 3, 2016 Report Share Posted December 3, 2016 What is the equivalent function in Unilogic to Visilogic's toggle bit in vector function block? Same question on vector fill? Unilogic equivalent? Link to comment Share on other sites More sharing options...
Saraguru Posted December 3, 2016 Report Share Posted December 3, 2016 You can set or reset a bit in number (Under Logic). You can also Test a bit, and decide to either set or reset it (in order to do a toggle), or: Set a bit in the number 0, take the result and XOR it with the number you want to toggle the bit in. The result is the toggle bit result that you expect. Link to comment Share on other sites More sharing options...
hotwires Posted December 3, 2016 Author Report Share Posted December 3, 2016 I ended up (not yet tested) using the toggle bit coil assigned to a bit in the array. Will this work? Link to comment Share on other sites More sharing options...
Saragani Posted December 4, 2016 Report Share Posted December 4, 2016 It depends on what you are trying to do. If you want to toggle a bit in an array of bits, then it will work, but if you want to toggle a bit in a number (For example, toggling the 5th bit in a Int32 variable, then you'll need to use Set/Reset Bit or the XOR) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now