发布于 2011-07-08 22:59:18
57楼
1.WINCC以前的版本有CONFIGRATION TOOL和Variables Import/Export可以实现导入导出。
2。WINCC V7 SP2版本以后这两个软件不存在了。因此目前最新版本不可通过这种方法实现了。
3。使用系统功能块可实现报警自动上传:
SFB 36 "NOTIFY"
SFB 31 "NOTIFY_8P"
SFB 33 "ALARM"
SFB 34 "ALARM_8"
SFB 35 "ALARM_8P"
但这些功能块因使用的CPU类型有所限制;具体可以参看在线帮助;
Block type-----Required space (in bytes) in the working memory of the CPU
NOTIFY-----200 + 2 * Length of the associated values specified at SD_1,...SD_10 at the first call
NOTIFY_8P -----200 + 2 * Length of the associated values specified at SD_1,...SD_10 at the first call
ALARM-----200 + 2 * Length of the associated values specified at SD_1,...SD_10 at the first call
ALARM_8-----100
ALARM_8P-----200 + 2 * Length of the associated values specified at SD_1,...SD_10 at the first call
AR_SEND-----54
不以物喜,不以己悲;
达则兼济天下,穷则独善其身。