各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:$ r& K4 N% g2 d7 w
(action : string)
& p, X1 q3 @# H4 w9 z9 ^# ]is! W! ?1 B, n+ \2 p& L
do
( ]4 R3 x8 e/ I4 J" v5 t inspect action; [5 {/ H+ l: W- z
when "Open" then6 I& A: n2 C* i5 x* v
-- TODO: add code for the "Open" action here
4 z. ~( [- |, \9 i# n5 T9 d when "Apply" then! [/ [" X# H9 C6 ]* N, z
-- TODO: add code for the "Apply" action here
7 F* q. V7 b7 b8 t+ P- n& x; P when "Close" then
5 D0 o. C/ t1 b/ q -- TODO: add code for the "Close" action here- O; s( \5 B1 l4 `. b8 I' L* j# a
when "start" then .Trainning_Model1.plant5.EventController.start;( u Z N f5 V, Z, }" }
when "stop" then .Trainning_Model1.plant5.EventController.stop;+ e; B) ~4 C( Y+ y% Y
when "reset" then .Trainning_Model1.plant5.EventController.reset;4 T% m4 @0 L+ O# {
when "Init" then .Trainning_Model1.plant5.EventController.init;5 x A$ a# I4 i1 X7 N- z2 {, e# `. j4 v4 ]
end;8 G! o6 f0 ]! @. D. v
end;$ m3 U% z' F& p4 w m
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |