各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:' J: e$ G3 o; @' g" F5 E
(action : string)
/ }! Q* Q" }2 Uis
# v% ~& V0 g, N" H8 g2 \- V. Pdo% v2 ]7 O! }2 q A$ q% _, F
inspect action
. X9 _ ^" R$ z# v0 i when "Open" then
$ I/ U( X2 e( } -- TODO: add code for the "Open" action here
. W; |$ d* A- p, c, h' y- z$ _ when "Apply" then. n% N1 {7 {8 P8 ^9 x3 w: B
-- TODO: add code for the "Apply" action here4 w! ~; t; [7 v: u3 Q- q0 v# S
when "Close" then2 j! h$ ^2 T. |& m
-- TODO: add code for the "Close" action here* Q* J9 l$ \" F: _/ V9 f, D
when "start" then .Trainning_Model1.plant5.EventController.start;4 f& b8 r' T4 t/ K2 U% G
when "stop" then .Trainning_Model1.plant5.EventController.stop;
3 J$ B* N* V6 f; b' s% g- c. e when "reset" then .Trainning_Model1.plant5.EventController.reset;9 O- G8 m5 ]& p) E; g
when "Init" then .Trainning_Model1.plant5.EventController.init;( ^8 w3 n; I' o7 e6 u
end;9 {" Y( s1 H! D$ Z: f( e
end;
m3 X7 p z; x4 l& y& T当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |