各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:5 o+ J: C, e- {) |" w$ f
(action : string)
' h" \) U) _& His! V: \/ H' F$ `& ]7 V
do! \/ C6 S! m! f# ?# B1 J
inspect action
2 K n' {# b; X' u6 A when "Open" then! ]9 g% z, \5 }/ t) y9 a
-- TODO: add code for the "Open" action here- r* e6 e6 @( b) O; D5 k7 X
when "Apply" then
7 A. J9 W$ \2 J+ c+ h' d8 ]# u- Y -- TODO: add code for the "Apply" action here
8 {3 W& V, G4 Z) Q4 ~ when "Close" then% g" ~* ]* K1 `5 d- M' }" H
-- TODO: add code for the "Close" action here- e4 G: V$ z+ H
when "start" then .Trainning_Model1.plant5.EventController.start;
" Z( C8 H# _% j- e4 u# ` when "stop" then .Trainning_Model1.plant5.EventController.stop;1 U8 p Q1 n8 ^% ~
when "reset" then .Trainning_Model1.plant5.EventController.reset;
( m A3 X! z. P2 T, w- Y1 }% n when "Init" then .Trainning_Model1.plant5.EventController.init;' \7 y% V" u2 [' i1 C0 b, @: E7 W
end;
* i6 r/ {* d+ ^9 send;5 ?/ t, D+ P3 m0 d% h
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |