各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:$ Z. j( T' d! n0 Z
(action : string)$ \ P& M B. r. w7 c$ J, y
is
4 j5 n) ]8 J0 B9 |! t! [do2 X) p. E5 _" t% C
inspect action' M( Z" g% Q9 P
when "Open" then6 a" {- l0 r' W5 C! H' [* p
-- TODO: add code for the "Open" action here
0 u6 w* l! G$ [/ ~0 f when "Apply" then
& A; N' e& }1 ]+ ]( V$ h -- TODO: add code for the "Apply" action here8 H: _: A# Z" P
when "Close" then/ |( b' A* p+ |0 x: `& J- w
-- TODO: add code for the "Close" action here; O9 ^9 b0 B, L! N: ~3 {
when "start" then .Trainning_Model1.plant5.EventController.start;. P: | o8 ?0 p' A3 P+ K: Q
when "stop" then .Trainning_Model1.plant5.EventController.stop;
4 J6 s) L7 K" F/ V: }2 C/ ~: z+ S A when "reset" then .Trainning_Model1.plant5.EventController.reset;5 T' h9 E" ?( x- f4 y) k1 i( V
when "Init" then .Trainning_Model1.plant5.EventController.init;
0 m, ]7 t. J# A1 |, q3 ^ end;* L$ r; |, s9 ?0 v4 j
end;
) k- A# @/ k( w- \5 {当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |