11-01-2008 07:32 AM
Hello,
I have a situation here in one of my projects. I have a process which runs based upon the alarm bit. If alarm is HIGH, then the process will stop and when user ack the alarm in the "Alarm and Event Display window" the process has to resume. How to do it ? i tried many ways but ended up in no solutions.
Please help me
I have attached a sample project which explains the requirement in detail.
Please guide me in solving it
11-01-2008 01:59 PM
How about something like this? (I don't have your toolkit for your Alarm&Events Control).
(I would recommend not to use as many locals and sequences, they just clutter up the code.)
11-02-2008 01:19 AM
11-02-2008 01:05 AM
Well, it does not really matter much where the alarm comes from, be it from a front panel interaction or elsewhere.
The code can remain basically the same. Right?
11-02-2008 01:21 AM
11-02-2008 01:22 AM