各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:: X4 ]. N H% l- _7 @
(action : string)
/ }& r. K3 y4 eis3 ?, L* T' _5 R( L- f
do
& i6 s% A2 p) c* r1 n inspect action7 V( G. C6 c& B' t% C$ J
when "Open" then3 i; S0 V* f& x$ z( }+ y
-- TODO: add code for the "Open" action here
6 T& Y& K( `+ f- M0 L3 z5 A3 [6 D when "Apply" then/ t) r O ^! [ _5 g, e0 ?
-- TODO: add code for the "Apply" action here
' T& I6 L0 A+ s& c1 _' l/ y when "Close" then
u0 ^2 D/ {. k5 X) j9 b -- TODO: add code for the "Close" action here0 K( e. }7 A- Y& z2 ^4 u* I
when "start" then .Trainning_Model1.plant5.EventController.start;+ B, Y* c$ X4 E8 N
when "stop" then .Trainning_Model1.plant5.EventController.stop;
9 Q* G+ Q6 [( V when "reset" then .Trainning_Model1.plant5.EventController.reset;' Q7 ?0 R) h8 w# ^0 R
when "Init" then .Trainning_Model1.plant5.EventController.init;
3 Y, m, g# i* {: i* L: j g7 B end;
+ S: O0 O/ T1 @8 nend;
4 \1 n4 Y3 u, w& O' C( B当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |