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 ,
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
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