各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
/ r! a1 m e; q2 I. b {(action : string)3 p5 _' f+ j0 W- ]8 j% X
is# L, d. Z- `" r3 y8 C% X. M
do# @+ }; h' `6 R# [ p% D/ W
inspect action5 |9 V# X! _6 p5 d& j* b
when "Open" then
8 A& o6 O$ e" J, v& V9 x/ q* @, W -- TODO: add code for the "Open" action here
# G+ k C! z- w- H q& ?; ` when "Apply" then" E" z- U7 d4 I
-- TODO: add code for the "Apply" action here1 z& M1 j, ]0 s: a8 T5 R, K% O
when "Close" then/ X/ [8 E4 t' w8 z3 o% R5 P6 k
-- TODO: add code for the "Close" action here
4 A! |! V! k) ]: L when "start" then .Trainning_Model1.plant5.EventController.start;
3 ]& _$ B0 Z% ] x0 D. U when "stop" then .Trainning_Model1.plant5.EventController.stop;1 `7 ]/ p0 R/ y0 w9 X7 J
when "reset" then .Trainning_Model1.plant5.EventController.reset;
2 o4 A6 C m8 b when "Init" then .Trainning_Model1.plant5.EventController.init;! \) u1 ]6 i9 b+ X% s6 k& t
end;% Z( |( M. {/ |* A1 r& P
end;+ e- M7 u) t' c
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |