各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:* {) \' m2 W. P% D( S$ s
(action : string)
$ `2 v# p% F; A3 D! L4 ~0 bis
7 }" B0 j$ ~# I! n8 Ido
8 F" _/ J& E% k inspect action
9 ?$ \$ p' _) T( t when "Open" then
$ a* V+ m4 H+ I- G) Q4 Y -- TODO: add code for the "Open" action here+ {6 Y( a4 o. Q$ {
when "Apply" then5 `8 ]/ D4 a1 B6 U$ ^ c
-- TODO: add code for the "Apply" action here
. E* k7 B$ L+ {3 K when "Close" then1 ]4 X* K, H$ n7 c
-- TODO: add code for the "Close" action here6 B8 `. b, P9 E. P% l
when "start" then .Trainning_Model1.plant5.EventController.start;, ~- M: N% K( L* f) V
when "stop" then .Trainning_Model1.plant5.EventController.stop;
: u8 s& a5 ~5 @$ ^) _ when "reset" then .Trainning_Model1.plant5.EventController.reset;% ?3 [, o8 L4 {) G
when "Init" then .Trainning_Model1.plant5.EventController.init;3 I7 d1 f# [! m3 A8 J0 @
end;
$ h( l& e9 w o* lend;9 a0 P4 Z' n6 g. @* a, I9 S
当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |