7/23/2025 7:23 PM | |
Joined: 1/14/2022 Last visit: 7/31/2025 Posts: 11 Rating:
|
Subject: Request for Support: PLC Alarm Output for SCADA Communication Loss Dear Einstein, Greetings. We are currently operating 8 water wells at various locations, each equipped with a Siemens S7-1200 PLC. These PLCs are connected to our SCADA system (WinCC V7.5 SP2) via WiFi antennas. We have been facing a recurring issue where the PLCs intermittently lose communication with the SCADA system. To restore communication, we typically restart the WiFi antennas manually, which requires physically visiting each site — a time-consuming and inefficient process. My question is: Is it possible for the S7-1200 PLC to detect a loss of communication with the SCADA system and trigger a digital output as an alarm? I intend to use this digital output to activate a relay that will restart the WiFi antennas automatically when a communication failure is detected. Your assistance and guidance on how to implement such a feature (if feasible) would be greatly appreciated. Taha Mohammed ------------------------------------------------------------------------------------------ |
Last edited by: Wit_Moderator at: 07/24/2025 09:01:12New subject after splitting |
|
7/23/2025 7:53 PM | |
Joined: 1/14/2022 Last visit: 7/31/2025 Posts: 11 Rating:
|
Also how can I detect or enable watch dog feature? |
7/23/2025 7:56 PM | |
Joined: 1/14/2022 Last visit: 7/31/2025 Posts: 11 Rating:
|
Also please provide me with other ways |
7/30/2025 11:01 AM | |
Joined: 8/3/2009 Last visit: 9/3/2025 Posts: 16322 Rating:
|
Hello Alruba it is a quite simple task in WinCC V7 -> use A global VBs or C Action with a cyclic trigger as you need: (for example in VB Script) How you can write a Tag with VB Script you can read in the help system: https://support.industry.siemens.com/cs/ww/en/view/109792622/118089674379 And you have to activate the Global Script Runtime in the startup list of your WinCC Project of course. With this information you should be able to get your handshake work on WinCC side Bye Murof |
If this Information really helps, you could use the Rate function |
|
Follow us on