各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
5 a( ~ l1 a5 {; ~(action : string)$ v0 C! x7 m$ g; ?% j% o
is
$ J, M! `. i, [/ ~5 f3 udo6 i$ \1 G: i1 C$ P7 c( S% Q
inspect action5 S) ` f% p; Y8 i0 M
when "Open" then6 W6 N4 X m& c. h$ z' j* `, P% N
-- TODO: add code for the "Open" action here& v4 k1 r9 P9 W% J I
when "Apply" then5 E: u; {; Z, v+ |4 V& Z8 F: \
-- TODO: add code for the "Apply" action here
. x; D' `- {$ u9 f when "Close" then
- @9 S4 Y/ `2 v -- TODO: add code for the "Close" action here9 t O% K! f9 `8 K0 R5 o6 M
when "start" then .Trainning_Model1.plant5.EventController.start;
5 }1 i; \( x* Y S when "stop" then .Trainning_Model1.plant5.EventController.stop;
! F, N5 X4 B! Q when "reset" then .Trainning_Model1.plant5.EventController.reset;
7 v, K- d- o4 s when "Init" then .Trainning_Model1.plant5.EventController.init;
2 X" \/ U9 M% j) ~1 ]5 t( N end;
. ~, p$ I7 ^* q' Y2 H, Kend;2 L0 N! F+ K; A1 v+ M
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |