Message Alarm Pop-up Window with viewON

Is there a way to have a Message Alarm Pop-up Window using viewON? Basically, if there is an alarm, I would like a message pop-up on the screen until the alarm is acknowledged.

@Simon_hms

This feature wouldn’t be natively supported by viewON, but you could set an event listener on a object and create a pop-up with JavaScript. Some JavaScript experience is required in order to achieve this. You would need to add your code into the view as a whole, in the “JavaScript Section” as pictured below:

image

If you set up a component that tracks whether or not an alarm has been triggered, you can grab the UID from that component and set up the JavaScript event listener based on that.

I hope this helps, and let us know if you have any other questions.