各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:% P8 V1 \* G3 _1 E* U1 i
(action : string) - x1 Y% U' Q1 G# J% d+ G4 V5 Pis2 u/ K. ^% J) | C3 S
do# ^ S7 e7 `1 `. B. y2 N
inspect action7 m% W! ?/ E3 j$ S$ U
when "Open" then ! ~" n: @ H3 F -- TODO: add code for the "Open" action here % I1 q3 d b3 }. {4 X when "Apply" then$ s) K3 I9 G/ Y- i- k7 m2 `) f; T
-- TODO: add code for the "Apply" action here 0 v4 @/ o8 o' z when "Close" then. A1 P! l' s0 e/ R) X
-- TODO: add code for the "Close" action here . D1 O8 H3 R. l when "start" then .Trainning_Model1.plant5.EventController.start;* P, M# q/ U3 D2 y
when "stop" then .Trainning_Model1.plant5.EventController.stop;9 g( O3 }( e$ a* V6 x
when "reset" then .Trainning_Model1.plant5.EventController.reset;) l# w+ R8 S7 B2 @
when "Init" then .Trainning_Model1.plant5.EventController.init;- P5 W; H8 v! g) q- k. |& {
end;. ?3 x5 Z G" B1 D \
end; 1 r1 K! _$ {. p0 R+ J( \当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!