
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?
Hi Marco,
Check out the event manager of the C-More EA9.
main menu | Database | Event Manager Database...
Here is a post that will talk about this database.
https://accautomation.ca/c-more-ea9-hmi-series-panel-object-list-alarms/
Here is the entire series:
https://accautomation.ca/series/c-more-hmi-series-panel/
I hope this helps you out.
Regards,
Garry
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.