How can i scroll alarms with the wheel of the mouse... any experience?
There is a good opportunity to migrate a system an important SCADA system and the customer ask if it is possible.
How can i scroll alarms with the wheel of the mouse... any experience?
There is a good opportunity to migrate a system an important SCADA system and the customer ask if it is possible.
Hi Diego ,
It is not possible at this point in time.
I'd encourage you to make a feature enhancement request through the support channels or post / vote for the idea on the AHA platform: https://plantscada.ideas.aha.io/
There might be an engineering approach to solve this problem if you search for one or think of one (like implement ActiveX List Box control) but these would likely have limitations or other challenges.
Kind regards
Olivier
Hi Diego ,
Try to find external utility which can accept mouse wheel events and translate it in keyboard keys, for example mouse_wheel_up = PgUp, mouse_wheel_down=PgDn. Put buttons PgUp and PgDn on your alarm list with appropriate cicode functions linked to a keyboard commands and keyboard sequences. Same as Page Up and Page Down on CSV_Alarm page in CSV_Include project.
Or just wait when AVEVA realize alarm viewer control for PlantSCADA.
Kind regards,
Evheniy