1/21/2025 6:47 AM | |
Joined: 4/10/2006 Last visit: 4/4/2025 Posts: 956 Rating:
|
Hi Guys, I have a S7-1517 CPU that manages two separate machines: one is called Master and the other is called Slave... Both Master and Slave have a HMI TP1500 Comfort operator panel. During the operation of the two machines, i archive the alarms that occur, on the SD located on the back of the respective operator panels... The panels, however, have two connections with the plc, different: for the Master the connection is called "Master" and for the Slave "Slave"... From the master I extract the alarms on a USB, via a Script... But precisely because the panels are "detached" from each other I can only export the alarms of the Master... how do I, always from the Master, export the alarms of the Slave too? Thank you Roby |
Setting of my PG M6 Siemens |
|
1/22/2025 9:01 AM | |
Joined: 2/17/2020 Last visit: 4/2/2025 Posts: 1247 Rating:
|
Hi, Just an idea: I believe you could adapt and use a similar concept as the one detailed in the following application example to automatically synchronize the Alarm logs of both HMI panels: Automatic synchronization of recipes on multiple panels That is, use an external PC to share the logs and, in this way, you can ensure that both Comfort Panels have access via script to the same archived data. |
A rating will be well appreciated. |
|
This contribution was helpful to
1 thankful Users |
1/23/2025 2:26 PM | |
Joined: 8/3/2009 Last visit: 4/4/2025 Posts: 15194 Rating:
|
Hello Roby I think this is not possible because every HMI Runtime has its own alarm archive and you cannot export the Alarms from the Second one on the Master Panel. If you want to have identical Alarms on both panels you have to use the PLC Acknowledgement tags and HMI Achknowlegment tags. the one sends the Ack state of an alarm to the PLC and this information you have to use to achknowledge the alarm on the other panel fro PLC. Its a kind of synchronization. Bye Murof |
If this Information really helps, you could use the Rate function |
|
This contribution was helpful to
1 thankful Users |
1/24/2025 5:17 AM | |
Joined: 4/10/2006 Last visit: 4/4/2025 Posts: 956 Rating:
|
Hi, itafusna it could be an idea but it is too complex, it is not for me... The alarms are written on the SD of panel 2... I should only access the SD of panel 2 from panel 1, That is from where the alarms are then downloaded onto a USB... Perhaps using a VB script Thank you Roby |
Setting of my PG M6 Siemens |
|
1/24/2025 5:21 AM | |
Joined: 4/10/2006 Last visit: 4/4/2025 Posts: 956 Rating:
|
Hi Murof I knew it wasn't very easy, but there are many solutions to a problem... What you wrote could be fine but I have to support each alarm with a variable that can also be read by the other panel... I thought there was a shorter way Thank you Roby |
Setting of my PG M6 Siemens |
|
Follow us on