I could not find the alertHorn.ctl file in 3.11 version. Is it not required now for any kind of audio generation for alarms? What do I do to generate audio when any alarm comes?
Thank you
alertHorn.ctl in 3.11.1
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: alertHorn.ctl in 3.11.1
Hello,
the script alertHorn.ctl is part of the Demo-Application and not of the standard product.
Using this script in a real project is prohibited. It can only be used for demo purposes within the Demo-Application.
If you want to start a sound when an alert is raised you have to write your own script.
Best Regards
Leopold Knipp
Senior Support Specialist
the script alertHorn.ctl is part of the Demo-Application and not of the standard product.
Using this script in a real project is prohibited. It can only be used for demo purposes within the Demo-Application.
If you want to start a sound when an alert is raised you have to write your own script.
Best Regards
Leopold Knipp
Senior Support Specialist
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: alertHorn.ctl in 3.11.1
You might consider defining a sumalert datapoint and then do a dpConnect() on that. This is the easiest way to make a sound.
good luck
good luck