11/11/2009 6:11 PM | |
Joined: 4/5/2006 Last visit: 3/5/2025 Posts: 917 Rating:
|
Hi Testermax , the simple and safe solution is ALWAYS reset bit in plc after uses: 1) WinCC set bit 2) plc detect bit=1 and execute function 3) at the end of FB (or cyclically) reset the bit Regards |
11/13/2009 9:23 AM | |
Joined: 4/5/2006 Last visit: 3/5/2025 Posts: 917 Rating:
|
Hi Testermax , i seen in picture posted that bit is Start/Stop button sequence. In this case you can use OP_TRIG and no need reset input bit because block check the edge only. But i think the problem is different: you want stop sequence if something goes wrong? the safe way to do this is check in plc everything is fine, maybe use a plc bit setted/resetet from WinCC and check changing state in plc: if no change means WinCC is not comunicaing (then take action to stop plc sequence....). This is not normal way, but only one way to detectsomething wrong occour... I think you have to check why WinCC crashed, because this one is the REAL trouble.. Regards |
Follow us on