各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
3 ?$ j/ m( P8 {+ ]& a, w5 ~(action : string)1 x9 {! t4 F2 ^8 v7 G3 r
is7 e" u& V, C3 m0 |! W
do
: G! P7 U4 e& ^3 o5 _" Z7 A inspect action
) |; x, P2 G7 w0 a when "Open" then
0 R; j1 Y$ e; I5 v -- TODO: add code for the "Open" action here
, B" W5 q1 c' l when "Apply" then
" u: x. t) A% h5 z1 G -- TODO: add code for the "Apply" action here
/ U0 J; Q# d; Q7 R4 t% m+ r& [ when "Close" then8 y0 H9 J+ ]" Y
-- TODO: add code for the "Close" action here
6 ?/ P2 a! H5 {3 M" ^) F+ \ when "start" then .Trainning_Model1.plant5.EventController.start;) m( u3 @" O2 W% A# S5 q. d
when "stop" then .Trainning_Model1.plant5.EventController.stop;0 Q; m S2 S6 ~$ [" M1 _& m4 r4 ^
when "reset" then .Trainning_Model1.plant5.EventController.reset; Z% x* x' D* B. y, B
when "Init" then .Trainning_Model1.plant5.EventController.init;
& {3 t% h A5 E. X! e8 s end;
+ c' ]0 |, `7 D @: fend;5 R7 ?* `. p6 [9 O" {
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |