各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:; e7 \, V2 S x
(action : string) 2 h5 f. h9 r3 b( r' X- |2 Xis : m; S I% y# k: P" {' L, i4 Y s' hdo+ H0 Q- m- j: K" B3 F4 ]
inspect action4 h4 K9 e) l/ l% q" K. f1 z8 C
when "Open" then ! j9 C5 w7 U p* O' T -- TODO: add code for the "Open" action here9 E- v2 V+ I% }
when "Apply" then: z# a3 U" I5 s5 T% l& t
-- TODO: add code for the "Apply" action here 2 k( G+ \5 R& d6 w when "Close" then, C q: o! S8 q+ [
-- TODO: add code for the "Close" action here + l/ \" U* b; F when "start" then .Trainning_Model1.plant5.EventController.start;2 K/ m. ]6 ^: d6 e( s9 k) R
when "stop" then .Trainning_Model1.plant5.EventController.stop;5 z& R: Y L8 i& m0 @) {- z
when "reset" then .Trainning_Model1.plant5.EventController.reset;! `! f4 D8 I7 V1 B2 Q# j
when "Init" then .Trainning_Model1.plant5.EventController.init;; h" D& n. B$ ^ p+ f6 I7 f
end;7 B, U2 a9 ]% Q6 g! |( s5 e3 x" Q
end; ; U7 H) @$ P. a! n- _当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!