各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:8 {2 z; e0 h! N
(action : string)) W# G; l0 w8 f
is
: I. L8 o' `/ {5 |9 Xdo( t9 g# M* h) {& Z
inspect action
f6 Y, F5 B/ r7 h$ k when "Open" then7 {9 v0 E$ w& Z9 L
-- TODO: add code for the "Open" action here
" | Y' T' L# Q4 |0 }7 h7 f when "Apply" then
) K( L1 i0 M( s9 T7 { -- TODO: add code for the "Apply" action here' U7 d& Q) |6 p; l6 f }
when "Close" then1 t4 `) G- w& q, \
-- TODO: add code for the "Close" action here
' z! R9 s. G' G9 e. i5 f) j' w, w when "start" then .Trainning_Model1.plant5.EventController.start;
" y5 U( a# S! J$ |& S: [2 m when "stop" then .Trainning_Model1.plant5.EventController.stop;5 @6 T5 ^2 Q' |0 L! T
when "reset" then .Trainning_Model1.plant5.EventController.reset;
1 Z F5 L) f2 p, D" N1 ? when "Init" then .Trainning_Model1.plant5.EventController.init;; g1 K: |2 P% Z5 i/ D( ?
end;
! G+ I6 p5 E( R3 ?- lend;
& M- I4 ]% B: f' V# Y, ? _当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |