Drop-down menu for MV point

Hello, there is an MV point with several states (state-1, state-2, state-3, etc.). Can someone tell me
How to make a drop-down menu to select these states?
A menu of the kind shown in the picture (taken from another SCADA, where this element is present directly on the toolbar)

Parents
  • This is V2018. V2018 uses it heavily. It's a bit like queues, but you can reference (like a pointer) to the items in the map directly from a page. In my case I added: 0=Automatic, 1=Manual, etc ( these are my enumerations) to the map. With the MapGetValue() function I retrieve the correct value from the map.
Reply
  • This is V2018. V2018 uses it heavily. It's a bit like queues, but you can reference (like a pointer) to the items in the map directly from a page. In my case I added: 0=Automatic, 1=Manual, etc ( these are my enumerations) to the map. With the MapGetValue() function I retrieve the correct value from the map.
Children
No Data