各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:- x- E+ H. ?3 s5 F1 _* ?- r) p: b- B
(action : string)
4 t+ ~& l; a- N7 o6 z3 ~9 F$ u# Uis9 f1 U6 ~; _) v8 ]% ^1 R# B
do- C8 a* X, p$ ^4 z& v, [
inspect action; y; [" o' ~. D5 N
when "Open" then7 N J/ U# \% ~0 R* [
-- TODO: add code for the "Open" action here" n# _/ {- Q* l4 S( c
when "Apply" then, Q! v2 j* z7 z9 v
-- TODO: add code for the "Apply" action here
9 }4 b0 K; |* a9 ]; x) B when "Close" then, D" {9 U4 u9 }; r- S$ Y6 [: t
-- TODO: add code for the "Close" action here& ?; Z6 V4 i' b8 c c
when "start" then .Trainning_Model1.plant5.EventController.start;
; m+ C R6 o) d5 ]$ k v when "stop" then .Trainning_Model1.plant5.EventController.stop;/ i9 w# B& ?. `9 g- I
when "reset" then .Trainning_Model1.plant5.EventController.reset;
6 e* n. Q8 } i; ` when "Init" then .Trainning_Model1.plant5.EventController.init;
? c( o; p, t! P. N$ k* Y end;1 ]8 E; } k0 S, E# s; D
end;4 n! I; Q6 p8 o5 A {
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |