WinCC中如何清除带时间标签带删除线的报警?

一些特殊情况下,OS报警控件中可能会出现一些无法确认的消息,时间戳中带删除线(中横线),如何删除这些消息?

最佳答案

Solution 1
If possible, trigger the message box again. The message box will obtain a valid time stamp and can be acknowledged.

Solution 2
Follow these steps to trigger the message box manually:
1.Note the message number (number can be evaluated via comments dialog).
2.Open the server project on the engineering station.
3.In Tag Management create a binary tag in the internal tags.
4.In Alarm Logging editor search for the message number.
5.Replace Message tag of the message with binary tag.
6.Insert an I/O field in a picture and link it to the binary tag.
7.Perform a delta compile and delta download.
8.Trigger message by means of I/O field.
It will obtain a valid time stamp and can be acknowledged.
Note
If operating at the server is not possible, link the variable with a server prefix to the I/O field. The box can now be operated from the client.

Solution 3
Emergency acknowledgement: 
Follow the steps described in ‘How to perform an emergency acknowledgement’ in the WinCC Information System or in manual "WinCC V7.4: Working with WinCC" > Setting up a message system > Display of messages during runtime > Operation during runtime > How to perform an Emergency acknowledgement.

Solution 4
Find attachment

Solution 5
FAQ for PCS 7 V9.0:
https://support.industry.siemens.com/cs/ww/en/view/109751476

图片说明:

WinCC中如何清除带时间标签带删除线的报警?  

提问者对于答案的评价:

原创文章,作者:ximenziask,如若转载,请注明出处:https://www.zhaoplc.com/plc356384.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2021年7月5日 上午9:22
下一篇 2021年7月5日 上午9:22

相关推荐

  • 博途wincc画面显示问题

    原来电脑做的画面,换了一个新电脑,仿真时出现画面显示不全,字体不能全部显示,不知道是什么问题? 最佳答案 缩放与布局改成百分百前提是分辨率也要设置正确 图片说明:  &n…

    2021年7月5日
  • wincc7.4安装硬件要求

    wincc7.4安装硬件要求是什么?对系统要求还有硬件有什么要求吗?请教各位大神 最佳答案 查看图片 图片说明:      &nb…

    2021年7月5日
  • wincc的GetTagSWord

    如题,什么意思啊,是不是可以采集有符号的字,GetTagWord是取无符号的数? 最佳答案 wincc的GetTagSWord是读取一个字(16位)变量的数据,这个字可以是有符号也…

    SIMATIC WinCC 2019年6月11日
  • 请问WINCC6.0用什么授权,用几个授权

    我刚刚安了WINCC6.0,可是他们说要好几个授权,可是我安了一个授权,下边就就有许可证1024,是不是就不用在安装其它的授权了 问题补充:在问下归档不用授权吧 最佳答案 可以根据…

    SIMATIC WinCC 2019年6月11日
  • wincc的动画效果

    一个实现搅拌器的转动的程序怎么编,如果是用一个按钮触发怎么解决 问题补充:我知道是用脚本编,具体怎么编能不能指点一下,(用c脚本的话用哪个函数调用)谢拉! 最佳答案 或者作多个图片…

    SIMATIC WinCC 2019年6月11日
  • WINCC和GE PLC组态进行数据交换,应用那个驱动程序啊?

    WINCC和GE PLC组态进行数据交换,应用那个驱动? 问题补充:GE PLC 的OPC server 软件叫什么名称!在那里有…

    SIMATIC WinCC 2019年6月11日
  • WINCC VBA中如何改变输入输出域的数据格式

    WINCC VBA中如何改变输入输出域的数据格式?.DataFormat只能改变小数点,我想进制变换。 问题补充:VB脚本Dim objSet obj…

    SIMATIC WinCC 2021年7月5日
  • wincc能否用字节形I/O域

    wincc中我用I/O域里的变量是一个字节。但是不能使用是什么问题,在模拟的时候I/O域里面有个一黄色三角形 ,黄色三角形里面有一个感叹号?请指教 问题补充:请看截图 最…

    SIMATIC WinCC 2021年7月5日
  • 怎么把这13个数字显示到WINCC IO域上

    rt(这13个数是条形码) 问题补充:谁有资料 图片说明:    最佳答案 定义字符串,字符串中保存这13个数的顺序组合。然后io域链接这个字符串变量,数据类型…

    2021年7月5日
  • WINCC结构变量属性中的偏移量是什么?

    在WINCC中建立一个结构变量,在结构属性设置时,右边AS有个偏移量,是什么?需要设置吗?还有OS中的无单位下拉菜单那需要设置吗? 最佳答案 相对你定义的变量的起始地址的偏移量,如…

    SIMATIC WinCC 2019年6月11日

发表回复

登录后才能评论