各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:4 H! r$ z& F9 z+ c7 ` C
(action : string)3 \/ R) ^4 ?1 r+ V3 h
is 0 [ m }" ~9 Ndo8 ]+ \- k- C5 P0 H. l
inspect action1 k' Q5 ]) w1 W X( F
when "Open" then# g; M- P& R4 ?5 w0 f. A2 |: Q
-- TODO: add code for the "Open" action here1 l3 R" C& E S# Y# p \9 N$ v5 }
when "Apply" then* g$ P7 o" o9 v& @8 {
-- TODO: add code for the "Apply" action here. `0 N0 \* ?# z" i# }6 P% h
when "Close" then9 V- D; M7 F Z H# X
-- TODO: add code for the "Close" action here ! N* S% L# y9 A' y% F when "start" then .Trainning_Model1.plant5.EventController.start; : G1 H+ b1 }& X: S" R: Q; U when "stop" then .Trainning_Model1.plant5.EventController.stop;1 \- F% B8 F7 F4 C% S9 w& Y) f
when "reset" then .Trainning_Model1.plant5.EventController.reset; ' _' O0 t3 V0 ~; n! J when "Init" then .Trainning_Model1.plant5.EventController.init; ; s: W) J! o7 I" `; U1 y end;/ P$ Y. y* p& ~; A. k7 \
end;7 D8 _5 {' ^5 G
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!