各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: % Q3 \0 j" p6 R# w4 i6 J2 p(action : string)4 `4 B0 Y- m$ _& V7 M+ |2 P3 n
is9 @& A0 E; t; i, K! |! {
do ) b+ l' I8 Z, ^) q4 h" e& T' q inspect action * q. x' G0 M/ \8 W x when "Open" then ' Z- {3 U% D4 g* E8 O -- TODO: add code for the "Open" action here ! k$ O8 e" J5 Z( x' B* u4 \ when "Apply" then# o( L$ I6 E6 \0 b9 Z: L D
-- TODO: add code for the "Apply" action here; [1 k ^% d' I
when "Close" then F% q+ u# l" } -- TODO: add code for the "Close" action here" J" X$ w) \3 x
when "start" then .Trainning_Model1.plant5.EventController.start; - M; \$ T, O( j+ C4 {8 \2 Z when "stop" then .Trainning_Model1.plant5.EventController.stop;* Q- Z0 c" D2 l1 T) i; a' s/ I
when "reset" then .Trainning_Model1.plant5.EventController.reset; $ o6 D. S. C7 ^8 |1 [& P when "Init" then .Trainning_Model1.plant5.EventController.init;: ~: M) O0 n1 ^' c
end;" l2 L" ~. U% V* L( J3 m
end; 7 c+ c( t1 K: T3 P: s7 T0 n当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!