|
我在做《生产系统仿真——plant simulation应用教程》第八章的仓储案例,在8.2.2里需要生成仓储货架层,我按照书上的语句输进去之后结果在22行出错了。
5 J8 @: {+ E: O$ V# i语句是这样的
% e# w! E9 d$ c# ?& F fis: Q- u6 T8 w- h1 V8 B2 g1 U5 w( o
i:integer;
! q U6 A! }" ?9 K Res:string;" n) Z& x% U; t# P f7 T+ J2 V
obj:object;
2 L3 u2 L5 T0 m, _8 W( Bdo
& y1 e( Y6 c; d6 N4 S6 l if existsObject("Status") then
; t1 O$ a; I' t8 H* ?, A Status.deleteObject;$ P) c! ], H- r6 p& B
end;
( O% L2 ~$ O1 m' v6 V" ?0 r; \ for i:=1 to 10 loop& _$ e! m/ l' \1 c- Y1 M% O
Res:=sprint("Store_",i);2 v% ]5 n( B3 i; D4 s3 h
if existsObject(Res) then! n8 j3 W/ M$ u, a1 |3 O# B
Obj:=str_to_obj(Res);- M! ]8 _& ^5 a- E
Obj.deleteObject;4 _/ w9 {) S3 z2 ]! |$ _" M
end;
+ w! w) O$ w) `( w next;
5 I8 W2 k0 F' Z9 l4 m: }0 d --shengcheng Status:zimoxingceng% r. H9 {8 P6 A0 ?( u; }, O& d3 z" G
Obj:=.MaterialFlow.Frame.createObject(current,160,140,"Status");0 @: A) z" V, z+ Q1 ]7 }; [
Obj.Label:="warehouse status";
X: s1 z) p# i( M 7 `9 g1 C9 y9 J3 P4 w/ D: t
for i:=1 to WH_nums loop
& W9 e z% y9 P4 ^' J0 e Res:=sprint("Store_",i);5 W+ G" X* ^1 }' ~- o5 _
Obj:=.Delivery.Res.store.createObject(current,400,i*80,Res);
" t/ \& E* B% e5 j, T Obj.Label:=sprint("huojiaceng:",i);" `, S1 u4 U9 g8 }4 y2 O, ~
Obj.xDim:=WH_x;# x$ x8 [% b/ @
Obj.yDim:=WH_y;- B5 {+ N3 h! ?( I
Res:=sprint("StoreData_",i);; a, y" n! O9 R
7 b! ~! G7 z o g }/ s Obj:=.InformationFlow.TableFile.createObject(current.Status,i*120-60,40,Res);6 c) l8 T g; @2 M5 n, K7 Y: n4 J3 B
Obj.Label:=sprint("huojiaceng:",i);7 Q9 q4 U: K, w; ]- j* k" V5 N/ u8 R
Obj.inheritFormat:=false;
! F+ ~. Y. F( x5 S* m Obj.maxxDim:=WH_x;
4 ?$ M! d3 W+ R9 Q3 i8 z Obj.maxyDim:=WH_y;
! t# P. P& S' z8 o' W s1 e {0 o Obj.ColumnWidth:=3;
" d* j" p) s' b9 l7 N next;
- c* w. e' R# R, [, I : W T3 U1 f! z$ H. u0 o+ d4 j6 j
.Delivery.MUs.Forklift.speed:=2;
; N5 S( Y7 z# v' A WH_var.delete({1,Part_Nums+1}..{*,*});
! p# \& t B1 \/ V for i:=1 to Part_Nums loop
7 U& c1 A" e6 b% H) \, k4 }- ^ WH_var[1,i]:=chr(64+i);! f% G- C; @ I( [: V
next;
, O! I. `; s' P$ V; s* R5 eend;7 V9 L/ W7 T# K9 e
出错的截图在这里。这些语句可以生成出来子模型层Status,但是生成不了货架层,错误显示说是unknown identifer res.求大神帮忙看看!!!多谢了
9 m. s: W# ^1 I# \3 U% S2 l! P1 ?& U$ q& Y0 N0 ?) n
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|