[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 214: htmlspecialchars(): charset `X�L�NV' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 216: htmlspecialchars(): charset `X�L�NV' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 87: htmlspecialchars(): charset `X�L�NV' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 129: htmlspecialchars(): charset `X�L�NV' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 130: htmlspecialchars(): charset `X�L�NV' not supported, assuming utf-8
[phpBB Debug] PHP Warning: in file [ROOT]/includes/session.php on line 1685: htmlspecialchars(): charset `X�L�NV' not supported, assuming utf-8
PROMOTIC FORUM • View topic - The binary alarm does not work

The binary alarm does not work

This is the main technical forum for discussing problems that were encountered by users while developing PROMOTIC applications, and their possible solutions.

The binary alarm does not work

Postby bravo » Thu 04. Jul 2019 11:05:05

I have a binary variable PHC_AGRO_IN3 defined. The value changes with the change at the PLC input. I want to generate an alarm when it changes to true. I created a new variable related to PHC_AGRO_IN3 and assigned it a binary alarm. Unfortunately, the alarm does not activate. In the INFO system I see how the Value changes, but nothing happens in the ValueBeforeChange field. How to generate an alarm in this case?
Thank you for your help.
Pawel
Attachments
3.png
3.png (69.54 KiB) Viewed 8244 times
2.png
2.png (101.01 KiB) Viewed 8244 times
1.png
1.png (55.91 KiB) Viewed 8244 times
bravo
 
Posts: 2
Joined: Wed 03. Jul 2019 5:01:47

Re: The binary alarm does not work

Postby Tomáš Bräuer » Wed 17. Jul 2019 7:01:02

Hello, unfortunately you are right.
This is the scenario when an ExtAlarmBinary dosn't work. The problem is that you have 2 variables (Data var and Comm var) and you connected them with dbind PP. You defined dbind PP as dbind from from Data var to Comm var. This is good for output value from promotic to plc. Dbind means that in the var in which is defined (data var) is not real value. Instead of value there is a connection or dbind to another var. If you read from that data var, the value is read from dbind instead. If you write to data var, the value is written to dbind instead.
The key point here is that the value in data var doesn't exist. ExtAlarmBinary is driven by change (write) to var. It doesn't read value itself, it is similar to script event onChange.
In your case the real value exists only on comm var not on data var so that no onChange internal event is invoked and no alarm is then activated on data var (but on comm var it is invoked).
You can either move the ExtAlarmBinary to comm var from data var.
Or you can try to move the dbind PP from data var to comm var. The value would then exists in data var and the comm var would write any new value thoroug dbind to data var.

Dbind PP in application tree (Var in PmData) is a little bit tricky and we plan in the future to replace this concept with a new better one.
Tomáš Bräuer
Administrátor
 
Posts: 153
Joined: Thu 13. Dec 2012 9:13:13

Re: The binary alarm does not work

Postby VinayParde » Mon 05. Aug 2019 8:07:25

Great information it was very useful for me in my project.
VinayParde
 
Posts: 2
Joined: Mon 05. Aug 2019 7:37:50


Return to I don't know how to...

Who is online

Users browsing this forum: No registered users and 0 guests

cron