Jump to content

Boolean to HMI


MWD

Recommended Posts

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.

Link to comment
Share on other sites

  • 1 month later...

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:

image.png

Then choose Binary:

image.png

Now your column will be shown as Binary format on the HMI.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...