Some questions about my own custom Alarm Preview plugin...

Hello.

I’m developed my own custom Alarm Preview plugin and work’s fine. But I would add some decoration to my code to:

  • Maximize camera view to his normal behaviour, when standard alarm was selected in Alarm View. At the moment I have simply make hidden my component, pathology is that the view of the camera remains on the left half and other half view was empty.
  • When no alarm exist and the alarm list is empty, automatically select first new alarm in preview alarm when it occurs.

Thank’s

Ciao.

Gigi

Hello Gigi,

  1. You will have to modify code to return null in the method GenerateAlarmPreviewWpfUserControl of the AlarmPreviewDefinition.cs when you don’t want to show the right half with preview. You can do it based on information contained in alarmOrBaseEvent parameter you get.

  2. This is unfortunately not possible yet.

Best regards,

Andriy

Hello Andriy.

Thank’s for your answers. Work’s fine!