各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
7 C5 c" A: `$ i, Z' J0 P(action : string)
8 K& S1 C; r2 E. t! z! N7 m" C9 |is; j3 n* N) o- p. U- i( Z& o3 l
do
; q7 f* C' Y: \ Y1 i; S. D inspect action A2 H3 I" y d1 _( ]* O: d4 L3 P
when "Open" then) B% { j1 P1 p' x+ i* s
-- TODO: add code for the "Open" action here
* P: G; Y. K, \* S, C when "Apply" then- d- V' J) W+ Z% s4 d
-- TODO: add code for the "Apply" action here
+ p" t% m) u- D M" |/ @ when "Close" then
( R+ o4 |7 J+ P, x) y" G7 { -- TODO: add code for the "Close" action here0 N: d- Q1 N5 {0 v2 [
when "start" then .Trainning_Model1.plant5.EventController.start;
( z, c4 X0 e4 y. B. J; H. ~$ x when "stop" then .Trainning_Model1.plant5.EventController.stop;
! `" J: G/ e. w5 \) K+ S0 A when "reset" then .Trainning_Model1.plant5.EventController.reset;
' v6 e. {* m: t1 H+ ]5 i when "Init" then .Trainning_Model1.plant5.EventController.init;
1 G' p% i, s2 b$ @% M' P+ h end;& {& z) ^4 t+ k: {5 J( @! m% D S% T
end;
2 Q8 ]# S6 e# W7 i& v% j; q( n! {当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |