各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: ! t; X4 u/ m- B(action : string). [( F8 X t4 o' a/ \' O: I
is6 H# k% u, _, C& N( x8 L
do $ g/ b: n/ o- x inspect action: A `$ v. B- _7 Q
when "Open" then 3 E' s+ H7 I2 h' {& R1 H5 ^5 V -- TODO: add code for the "Open" action here ; l3 \$ J4 y6 k9 ?# |6 l7 H when "Apply" then. ?. O' [* f9 F) {1 o- T+ L8 N% r
-- TODO: add code for the "Apply" action here 9 s% v f ^1 H/ A& W- B when "Close" then! v/ S3 o* p% E: E! i- Z" [0 A
-- TODO: add code for the "Close" action here( N' e; ~ y U
when "start" then .Trainning_Model1.plant5.EventController.start;: R; k2 S7 R0 Z* C" @0 K1 f1 F
when "stop" then .Trainning_Model1.plant5.EventController.stop;% ]7 @1 {0 ?/ r5 |
when "reset" then .Trainning_Model1.plant5.EventController.reset;/ ~1 v5 b& J) k
when "Init" then .Trainning_Model1.plant5.EventController.init;: f X( o/ E G e; z7 c
end; % A( a% O* ~/ M/ E! y% Cend; 9 M3 Y" s2 ^8 E! j$ B当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!