Forum Home › Forums › Understanding the Software › Notification
Tagged: Notification plug in (sound)
- This topic has 13 replies, 2 voices, and was last updated 3 years ago by
Mikhail.
-
AuthorPosts
-
September 18, 2022 at 5:35 am #10797
victorlam
ParticipantI have already installed Notification plug in. May I know how to set the condition that register 30001 will be alert with audible sound if the value =1 ? I have already ticked the checkbox event sound with tick on input channel 101?
Or I need to set more definition to apply this condition?
Thanks for your further advice and help on this notification command.
September 18, 2022 at 9:21 am #10805Mikhail
ModeratorAn event is displayed by Notification plugin if it has channel status, specified in PlgNotification.xml.
Try the formula for your input channel:
Cnl; Cnl > 0 ? 15 : CnlStat
September 18, 2022 at 10:03 am #10809victorlam
ParticipantThanks for your support. May I know if I need to set the channel number here?
Cn1;Cn1 >0?15: CnlStat did not mention any channel number here.September 18, 2022 at 10:11 am #10810victorlam
ParticipantOr do you need to install another plug in Automatic control, so that I can trigger the alarm when register 30001 =1. Or no need. Just add a line in plgnotification.xml and then solve the issue on my case.
September 18, 2022 at 10:25 am #10811victorlam
ParticipantOr do I need to install another plug in Automatic control, so that I can trigger the alarm when register 30001 =1. Or no need. Just add a line in plgnotification.xml and then solve the issue on my case.
September 18, 2022 at 11:48 am #10813victorlam
ParticipantMay I know “15” refers to what item being stated here?
September 19, 2022 at 7:11 am #10824Mikhail
ModeratorThe formula
Cnl; Cnl > 0 ? 15 : CnlStat
does not contain particular channel number. It’s applied to the channel of the formula.15 is a channel status. You can see channel status IDs in the Event types table.
September 21, 2022 at 3:43 am #10848victorlam
ParticipantHello, I have successfully used the notification plug in and browser have the alert sound when the register 30001 changed from 0 to 1 or 1 to 0 or other values which has been changed with the values. The alert sound only alerts for 1 second or 1.5 second just with short duration and then stop.
How can I have the alert sound keep alive until the register value was back to original state eg from 1 to 0? 1 is my alarm state (or not normal) and 0 is the normal state.
Can I implement this scenario?Thanks for your help on this.
September 21, 2022 at 7:21 am #10851Mikhail
ModeratorHello,
Could you make a screenshot of a notification panel of the plugin that contains an event?September 21, 2022 at 8:21 am #10856victorlam
ParticipantHello Mikhail,
Please find the shared screenshot for your review reference and support:-
https://drive.google.com/file/d/1fn0kbncf7Se2M4usgGBeUFwU0_6SqVij/view?usp=sharing
https://drive.google.com/file/d/1KUcSuSRbmjOejlRmSZJWCYs9eN62t_ys/view?usp=sharing
I believe I am a new user that might have incorrect event or inproper setting behind.
FYI, my request is very simple. I would like to make a request that when a register value eg 30001 or 40001 that this value become one (1), then the alarm will be triggered and Webstation will be heard of alarm via notification plugin. Once the register value 30001 or 40001 or others changed to zero, the alarm will be off and there is no alarm triggered for alert or no sound (or as normal state).I might have something not correct. Please advise your help accordingly.
September 21, 2022 at 8:52 am #10857Mikhail
ModeratorThe above screenshots do not contain a panel of Notification panel plugin. It is shown automatically when a new event matches the plugin settings.
You can see this panel when click the Bell button.September 21, 2022 at 10:30 am #10861victorlam
ParticipantHello, may be new on this platform. Can you advisee how is my panel of notification panel? I already installed with trial test key. And there is a bell nearby.
What is the problem that cannot have the alarm all the time for such register?September 21, 2022 at 10:32 am #10862victorlam
ParticipantI have noticed that there is a bell icon next to admin at Webstation page.
May I know if I did not install the notification plugin properly? Or I need to install this plug in again. Please advise the further action on this.September 22, 2022 at 10:25 am #10884Mikhail
ModeratorAt least a screenshot should contain an event.
-
AuthorPosts
- You must be logged in to reply to this topic.