各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:. O" k1 P6 S$ [# C; A# S' [
(action : string)
9 L) t' `9 L2 @" J7 d7 Qis, F, a# F% A+ n( z: |3 s
do/ Q/ I$ b$ K, C& u9 K" f
inspect action4 t; S; o& U# Z7 S7 W2 @
when "Open" then
% S b6 p, k( l. V1 E -- TODO: add code for the "Open" action here+ r- z) C6 z0 T9 e, k6 {3 N! f$ O
when "Apply" then4 L' F/ J* }! a, r
-- TODO: add code for the "Apply" action here: e6 F/ f* q) Q) V; m0 A. }6 U
when "Close" then/ a7 z5 K7 A. s
-- TODO: add code for the "Close" action here6 z5 J' P( r% p [& D$ D J
when "start" then .Trainning_Model1.plant5.EventController.start;3 M, b% Y7 V$ y2 ^3 {
when "stop" then .Trainning_Model1.plant5.EventController.stop;
$ p$ i% \4 D# l8 ~+ [- c when "reset" then .Trainning_Model1.plant5.EventController.reset;
7 n4 |+ \4 M1 k7 L) S when "Init" then .Trainning_Model1.plant5.EventController.init;
. x& K3 j9 E1 @! M2 _8 I; y end;
7 ]& \9 P. |; Y# Q& k$ j. m& lend;
1 t7 s6 C1 _& U2 n当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |