MWD Posted December 18, 2017 Report Posted December 18, 2017 I have a table that I store the current Boolean state of inputs 0-7. My table updates fine with the date, time, input name and Boolean state of all inputs. I can't figure out how to display the Boolean results in the table in a 00000000 format on the HMI. I am doing a table read from row 0 moving the Boolean field to MI15. In the HMI display, the start of the vector is MI 15 for 8 and I get no results on the display. What am I missing? Thanks in advance for your help.
Ofir Posted January 23, 2018 Report Posted January 23, 2018 Hello, Basically you can first use Bit to Num ladder element to store the inputs array into a integer register. Then write the value of the register to the data table. Now in the data table you can right click on the cell of the integer column - select format: Then choose Binary: Now your column will be shown as Binary format on the HMI.
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