各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: 6 C! Q; O* g7 D2 I# T(action : string) 7 [' s0 r( P, R, _4 j9 O( E7 s$ ris 8 `( ~( v' V8 s% Sdo& v( O1 _' D% d% D
inspect action# S4 E( j$ b3 I A* b
when "Open" then 3 t }% ~/ i6 Q* p9 h -- TODO: add code for the "Open" action here 4 C" F5 p) U% Y9 y when "Apply" then - r4 d9 C. ]% h" j -- TODO: add code for the "Apply" action here . A( M9 H6 p8 r, ~& \ when "Close" then . N% n" S% d! q6 I/ p -- TODO: add code for the "Close" action here9 Q. B8 O' J# L
when "start" then .Trainning_Model1.plant5.EventController.start; R' v# n- {' ]0 b$ c when "stop" then .Trainning_Model1.plant5.EventController.stop;: M3 K( \- k! w, F9 d
when "reset" then .Trainning_Model1.plant5.EventController.reset;/ N. j$ r Z; t- X2 b& G
when "Init" then .Trainning_Model1.plant5.EventController.init;1 |! J# a% x& m7 ~/ j h S$ f
end; $ \- A ~% v1 i3 Hend;2 S; t- c0 r8 k( _
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!