Siemens MP370 Alarms

cjd1965

Lifetime Supporting Member
Join Date
Apr 2007
Location
UK
Posts
1,659
Hi
I have my project with lots of digital alarms all driven by discrete bits in the PLC. The alarms work fine, How do I assign the acknowledge bits in the PLC?
When I select properties>acknowledgment everything is greyed out and i am unable to enter data.
Also, are the acknowledged bits also byte swapped? (Big/Little endian)

Thanks
 
Swap is correct. The ack bits must follow the alarm bits in the configuration. If alarms m0.0 to m9.7, then ack bits m10.0 to m19.7.
 
Hi I am using WinCC Flexible 2005. All my alarms are in a single DB which is just an array of booleans
 
Last edited:
Assume 16 alarms in DB1 (2 bytes)
Add 2 more bytes for ack bits.
Increase array tag in wincc from 2 to 4.
Alarms are bit 1-16
Ack bits are 17-32
 
Hi
So if I understand correctly, if I have say, 2 words of alarm bits, I need 2 additional words of Acknowledged bits in the DB.
I have done this but the area is still greyed out. Is the configuration 'automatic'? Are the acknowledge bits ON until the alarm coil goes OFF

Thanks
 

Similar Topics

Hi guys, While trying to upgrade a Siemens MP370, it hung somewhere in the process and gets about halfway through the creation of its disk...
Replies
4
Views
2,792
Need to put in a new touchscreen digitizer. Does anyone know the procedure or how difficult this might be? Have never taken one apart, so I don't...
Replies
0
Views
1,416
Hi all, I have a problem with a Siemens MP370 touch panel. The original panel had a fault with the touch sensor, so a new unit was purchased to...
Replies
15
Views
7,342
Hey i want to make a trend on a Siemens MP370 15 TOUCH 6AV6545-0DB10-0AX0 And need a storage card MP370 have USB-PC-card and CF-card, i wonder...
Replies
9
Views
5,144
Hi all, I have a Siemens MP 370 15" touch HMI connected to an S7300 over MPI.. I have the source code application in WinCC 2005. I am trying to...
Replies
1
Views
1,946
Back
Top Bottom