各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下: , m( s5 T* Q3 p7 s3 E(action : string)) r. ?* M% d4 o* |7 }
is3 H' h, v7 c5 B. h! M {9 w9 ]* `$ r
do ' r( @; J. b8 t7 o. P' } inspect action 2 _4 E& X6 N1 [ when "Open" then! J$ I* K& }& u+ w2 c/ g5 ?7 m
-- TODO: add code for the "Open" action here 9 B$ d" [( b9 b% n7 l6 X" |" H( s when "Apply" then 0 d. G9 J' y6 Q -- TODO: add code for the "Apply" action here; {$ ^" y& `9 @# J% b
when "Close" then : x( x6 ]! n/ N8 W7 M- F -- TODO: add code for the "Close" action here 0 P3 ?% v! X) F- E6 A when "start" then .Trainning_Model1.plant5.EventController.start; , N! @! T- h7 k& }- Y5 E when "stop" then .Trainning_Model1.plant5.EventController.stop;3 B: D5 g! l% x ^( @# b9 o. E
when "reset" then .Trainning_Model1.plant5.EventController.reset;2 V* \) |6 E) l% h: }. i
when "Init" then .Trainning_Model1.plant5.EventController.init; 1 \; {( I* c4 k4 Q/ B end;! l. l1 h' B. U& i: t! ~
end; 4 ~8 p5 [7 ~2 }: _& q" v- c; M当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢!