各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:- H2 m' _2 P$ }2 [, E2 a" }
(action : string)
3 O( t$ d8 r) g8 h g7 g2 O/ o0 ris9 n' Q( T6 J' k4 W4 R p' `
do/ ?- z! b. x2 S y
inspect action
2 n8 ?; Y; t. Q6 u3 J when "Open" then; m: G, j; H; b5 P
-- TODO: add code for the "Open" action here
8 I8 I, R5 w! H" u# o when "Apply" then
" w6 W5 p0 }: j% t -- TODO: add code for the "Apply" action here, G3 r! _' B+ t- n% @$ X
when "Close" then1 y' p! q4 `( K$ i4 @% K
-- TODO: add code for the "Close" action here
2 B! G7 D* S4 \- v when "start" then .Trainning_Model1.plant5.EventController.start;
/ |# Q, t3 I+ x! `) L6 F# b4 X) [ when "stop" then .Trainning_Model1.plant5.EventController.stop;0 x; E) ~2 H( R. k
when "reset" then .Trainning_Model1.plant5.EventController.reset;
, X" H2 l- X% j$ ]# N0 U when "Init" then .Trainning_Model1.plant5.EventController.init;
8 \: s( _1 u' B- R end;
$ K9 g# U& s( p1 eend;
) V) f9 I, e$ @! H, _当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |