各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:% d5 O0 X: X2 u- k) ^& c
(action : string)- n% {7 Z3 S4 e/ E% _4 a% c9 s) I( O" S
is8 M) K) S9 e9 E5 f% T( M& {5 A
do 4 {7 g! e# M0 X) ~ inspect action / {( ]! P; k! A when "Open" then; A B# D. H* Y0 Y3 R5 M
-- TODO: add code for the "Open" action here ( r" R8 e9 h. a6 b when "Apply" then7 G9 j w6 v; N
-- TODO: add code for the "Apply" action here4 o5 G& v6 F1 `) m1 T
when "Close" then4 `& @' d4 N4 |# S
-- TODO: add code for the "Close" action here ) R' D. z8 J. }" W when "start" then .Trainning_Model1.plant5.EventController.start; + p/ c& F B1 F" T( s q, M+ b when "stop" then .Trainning_Model1.plant5.EventController.stop; 5 }! g3 w6 n4 i when "reset" then .Trainning_Model1.plant5.EventController.reset;" K2 p+ h8 }$ E/ E o
when "Init" then .Trainning_Model1.plant5.EventController.init;6 Y1 g) S8 \) Y3 z: R$ @. Q
end;, n& {2 `7 d7 s) A T
end;2 V% p! A) v, U2 Q- e; O1 `$ x- g( o4 C
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!