各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:2 g% O3 [2 C& P, K
(action : string)' p& e& Q5 p; b" _/ K. ]3 T. b
is$ d! `, m% X. ]! C* g! @3 M1 @ N
do
, F |* ?5 v9 C+ h8 @* c# ^ inspect action
3 Y( e( x4 l* w6 g2 V+ w when "Open" then
* X' D$ o3 h9 G/ _4 Y8 i5 D0 ] -- TODO: add code for the "Open" action here+ D1 Q$ B7 F$ V- {4 W3 G
when "Apply" then
( f$ I& W6 p2 v8 [' ^. ]4 T -- TODO: add code for the "Apply" action here
8 ^( c$ a _/ I! Q0 w, ^/ v, d when "Close" then
. [3 \, _* j8 s -- TODO: add code for the "Close" action here
; x& K7 ]* j& {. {/ a% A/ ^; W when "start" then .Trainning_Model1.plant5.EventController.start;' F& [1 n. d* h' w* [
when "stop" then .Trainning_Model1.plant5.EventController.stop;
/ k1 J, G6 m( r6 `- F when "reset" then .Trainning_Model1.plant5.EventController.reset;
3 c" R& P; M6 j, l when "Init" then .Trainning_Model1.plant5.EventController.init;" c4 w# j; F2 w, c T$ M
end;4 }1 f9 E8 u8 s$ d5 U+ g1 i
end;
8 p( r# S; d R当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |