I'm looking to create some scripting to allow clients to play a sound wave file when a new unacknowledged alarm becomes active in perspective. Has anyone been able to accomplish this before and willing to share? Thanks!
You could put a custom property on a view that the clients will have open when you want the sound to play like this:
Then add an audio component and a value change scrip that activates the audio component
There may be better ways to do this.
You could use an alarm listener as @Kyle_Chase described. The topic was for a popup, but you could also use it for your needs.
1 Like