各位大哥,小弟我刚学习EM-PLANT不久,我是一直照着eM-Plant+7.0系统模拟(培训教程)这个教程来学的,现在学到最后阶段也就是在Dialog这里出了问题。我按照要求编写了对话框。对话框里设置了四个按钮。他们分别是《启动模拟》、《停止模拟》、《重置》、《初始化》。名称分别是:Start、Stop、Reset、Init。我修改的Callback Method 如下:
3 l! l( |0 t9 l(action : string)
( p5 n' C/ q( y3 sis0 m- Z* r. P& ?) P! S2 Q$ [; B
do0 R2 c' A* G6 l/ g& t2 Z5 j
inspect action/ R, m% d" m) R
when "Open" then# @% X7 Y: b, X; T) X- |1 \
-- TODO: add code for the "Open" action here
5 Z. v6 A2 A/ p/ S when "Apply" then V, R& q6 y/ S
-- TODO: add code for the "Apply" action here
& L- [' M: f5 \9 q, f when "Close" then% q- J1 H4 ?; i' ~" F+ W
-- TODO: add code for the "Close" action here
( m8 F9 ] s& E: k when "start" then .Trainning_Model1.plant5.EventController.start;
4 Y3 Z3 z2 e0 E b9 i when "stop" then .Trainning_Model1.plant5.EventController.stop;8 | l6 ?) O) _' W' t. p$ f
when "reset" then .Trainning_Model1.plant5.EventController.reset;( v+ o& i+ X* \% w+ y; k% u6 N
when "Init" then .Trainning_Model1.plant5.EventController.init;
, o: w, V! p+ B end;
% b0 E$ }% K! F0 {# R# Z: Cend;
- H; e# B1 }0 b* S当我从对话框点击《启动模拟》,模型确怎么也不会动。我找了好久原因都没有找着。也尝试着在本模型中设置Dialog .结果还是一样,特请各位大哥帮忙。谢谢! |