各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:. b3 O& O' z) x0 e# X5 E& a$ ]+ t% K
(action : string) ' [. u+ U( ]$ v# `; P8 tis/ p6 f# N! ^1 U4 ?9 w$ {$ ^
do2 W9 n6 F$ c# p8 C
inspect action: b/ A' \" [# @/ V
when "Open" then A% b u, I: F8 x5 [
-- TODO: add code for the "Open" action here2 N( l( u! q7 c" |' F. N8 R
when "Apply" then# |' k( B; c! `: }9 z Y6 ~$ f
-- TODO: add code for the "Apply" action here * u |7 F, G* F9 P: R) I when "Close" then: ?0 `0 W5 A- o9 I
-- TODO: add code for the "Close" action here4 t3 c/ g8 o0 W! `+ T
when "start" then .Trainning_Model1.plant5.EventController.start;6 E' J# p( ?; I# T* `
when "stop" then .Trainning_Model1.plant5.EventController.stop; 6 ~0 a. G: y7 O1 ^- A3 n' M when "reset" then .Trainning_Model1.plant5.EventController.reset; 3 k, |# t! x9 n& n9 T& D when "Init" then .Trainning_Model1.plant5.EventController.init;7 w0 o4 Z, K+ u& \
end; Y& M- ?; O3 E3 Z" K2 |1 W. L) kend; 3 E M v0 j/ o! v当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!