发表于:2005/11/29 15:50:00
#0楼
怎么解决Parameter field incomplete?
我刚学遇到这样一个问题:
当把操作模式打到RUN,绿色的LED “"RUN"灯不亮。
红色的“STOP”灯不灭。
打开缓存诊断错误是:
STOP: inconsistency in the configuration data
occurred when checking Parameters for internal consistency
No consistency entries assignable
Error type: Parameter field incomplete
Previous operating mode: STARTUP (warm restart)
Requested operating mode: STOP (internal)
External error, Incoming event。
我定义的符号:
Main Program OB 1 OB 1
Key_1 I 1.2 BOOL
Green Light Q 5.2 BOOL
我的程序很简单:
就是
A "Key_1"
= "Green Light"
我刚学遇到这样一个问题:
当把操作模式打到RUN,绿色的LED “"RUN"灯不亮。
红色的“STOP”灯不灭。
打开缓存诊断错误是:
STOP: inconsistency in the configuration data
occurred when checking Parameters for internal consistency
No consistency entries assignable
Error type: Parameter field incomplete
Previous operating mode: STARTUP (warm restart)
Requested operating mode: STOP (internal)
External error, Incoming event。
我定义的符号:
Main Program OB 1 OB 1
Key_1 I 1.2 BOOL
Green Light Q 5.2 BOOL
我的程序很简单:
就是
A "Key_1"
= "Green Light"