报警归档数据ALGVIEWCht,在数据库中什么位置呢?
例如;这样一条语句
sSql = "ALARMVIEW:Select * FROM ALGVIEWCht WHERE DateTime>='"&datetime3&"' and DateTime<='"&datetime4&"' and state=2 and msgnr='"&option2&"'"
msgnr是什么意思,如何使用。
最佳答案
报警归档数据库位于项目文件夹\ArchiveManager\AlarmLogging内。
由于数据是压缩的,所以需要采用WinCCOleProvider驱动和AlarmView特殊语法才能读出。
msgnr应该就是MsgNo,对应报警归档中的第一列即编号。
提问者对于答案的评价:
谢谢
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc268058.html