各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 0 \# [" g5 `! h* W- f(action : string)- v2 v" A$ T9 R+ c8 c
is/ m0 j+ L$ V9 a& e( }
do! K+ b) f- `( U4 U+ N
inspect action: C4 ~) Y: p! y( T* M- P
when "Open" then & Q3 [* }! E& D( W6 O& p; C# _* u- v5 G -- TODO: add code for the "Open" action here; {+ i) u3 {; s3 }* D
when "Apply" then - [ f: [, {& u' c1 J+ d -- TODO: add code for the "Apply" action here & a6 I7 o% n# B when "Close" then4 C2 v5 P" |0 N0 Z
-- TODO: add code for the "Close" action here O+ T# H. m1 A" V* E when "start" then .Trainning_Model1.plant5.EventController.start; / Q% T/ \& H: T+ Z1 O when "stop" then .Trainning_Model1.plant5.EventController.stop;, d' e: x, u9 n" A
when "reset" then .Trainning_Model1.plant5.EventController.reset; : s' z z' u6 }% w p when "Init" then .Trainning_Model1.plant5.EventController.init; % ?* @! f; V$ o7 {* }+ d end;2 Q' h* G6 }: c( D1 u4 K+ o( g
end; ( i( ~; o# ]$ T当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!