AVEVA Software Community
Site
Search
User
Site
Search
User
Replies
1 reply
Subscribers
582 subscribers
Views
336 views
Users
0 members are here
Alarm
Citect 2016
Options
Share
More
Cancel
Related
Citect 2016 Alarm Sound
hamza
over 4 years ago
How can I create an audible alarm in Citect 2016 and how can I mute this sound with a button
Parents
Joao
over 4 years ago
Hello,
You can use the function AlarmActive to find out if there are active alarms.
You can use a variable in a button like a flag.
Something like that
IF AlarmActive(1)=1 AND Sound_ON THEN
Beep(1);
END
where Sound_ON is a variable in a button
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Reply
Joao
over 4 years ago
Hello,
You can use the function AlarmActive to find out if there are active alarms.
You can use a variable in a button like a flag.
Something like that
IF AlarmActive(1)=1 AND Sound_ON THEN
Beep(1);
END
where Sound_ON is a variable in a button
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Children
No Data