各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:% ~% N( b4 n) N
(action : string)
6 h: f" r( ~4 m0 ?is
0 Z( n( f% Z- x0 Q, k) Rdo- }' P) P( A6 l# P* {, ^6 ^
inspect action
; o& n+ W5 R' t1 U/ f/ m when "Open" then" G7 {9 a0 y3 l
-- TODO: add code for the "Open" action here5 ?5 T g' m' ]4 b) `
when "Apply" then
$ V/ o& C- J, j -- TODO: add code for the "Apply" action here) K1 S: y; I4 `& h' N4 T& a
when "Close" then+ ~3 q! v9 P, ~2 J. d
-- TODO: add code for the "Close" action here
/ J% ]4 k5 D7 O9 _0 T- U when "start" then .Trainning_Model1.plant5.EventController.start;
m, e) L6 O. o* B0 Q* o when "stop" then .Trainning_Model1.plant5.EventController.stop;9 f5 o3 |4 j( W5 [
when "reset" then .Trainning_Model1.plant5.EventController.reset;
" p0 K$ V9 L2 Y) z! e ? when "Init" then .Trainning_Model1.plant5.EventController.init;8 c$ i. e3 M! d/ f- F. ]& k
end;
( q+ V, Q8 z9 I0 \end;# a! |. Z2 \/ b; l
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |