Marco (Customer) asked a question.

How to create a virtual bit in PLC and let HMI to check and display the status of the bit?

I have Productivity PLC and C-more HMI

I want to clear a virtual memory bit in PLC and let HMI check the bit.

How can I do that?


  • David_H (Customer)

    Add a tag in the productivity software as normal, and program it in ladder logic.

    In the "tag database" write down the value in the "system ID" column for that tag. (if it's a Boolean tag, it should be "C" followed by a 6 digit number.) 

     

    In the C-More tag database, add a tag, make sure the device name is selected for your productivity, add a name, and set the address to the system ID you wrote earlier.

     

    then, use that tag you just created to create an alarm, or indicator on the HMI.

    Expand Post