设为首页收藏本站

最大的系统仿真与系统优化公益交流社区

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 11717|回复: 2

[求助] Automod Syntax 编译的一个问题

[复制链接]
发表于 2009-4-4 23:58:32 | 显示全部楼层 |阅读模式
5仿真币
想请版上的人帮我看看我这段code中的一个错误,我刚学Automod没多久,实在找不出错在什么地方了,谢谢
2 |; Z- ?# ]7 y+ D% k
$ D( M/ U1 R+ U( Q- t  E我的问题是,在每个P_pick的process中的while循环内,总显示错误Expecting QueuePtr or Location, but found PathPtr. 在我定义所有的attribute的时候,从来没有定义过任何QueuePtr or location or PathPtr,为什么会出现这种错误呢。 我这里面A_picks是一个30x1的array的load attribute,我想用A_i这个load attribute来读取这个array中的数值,不知道会不会有什么不妥。
& r0 N  r( b) u2 y: T
% y6 E. A1 C0 g7 C  _/ X) ?begin P_read arriving4 ~1 A( h" f1 U- U. j$ F9 m( g
    while 1=1 do begin
; a; \5 m0 P9 ]7 F        read A_tote from "data.txt" with delimiter "\n"
" l& Q1 U+ b3 p: ~        read A_time from "data.txt" with delimiter "\n"" ^. D1 V" n" G4 M. Y- b2 K. ^
        read A_leave from "data.txt" with delimiter "\n"3 m, F6 M7 d1 g
        read A_picks from "data.txt" with delimiter "\n"
4 Y3 z5 p9 R: q* g        set load type to A_tote
9 r# S# m: G7 E7 d% J2 F" f. s4 a0 e        if A_tote="tote 1" then set A_induct to 17 f2 i) V1 E( K2 a: R7 D, s" h) G$ b
        else if A_tote="tote 2" then set A_induct to 2
. c' |$ {) x  }5 N' K" l            else set A_induct to 3   
. B5 B$ {3 K+ _0 w- r        set A_i to 0* n9 [7 b+ d' T; l. J; X
        clone 1 load to P_induction, }& s) }. b6 H$ h
        wait for A_time sec
3 f6 u- W% T3 a3 |# g, }    end
  \/ S8 M, E, C0 r8 i3 O! Tend  o- V$ o/ X5 K" H8 |7 D

3 N0 B  q- t. k8 jbegin P_induction arriving
* Y! }" O; K. ~* e0 K4 \    if A_induct=1 then clone 1 load to P_pick1
+ g8 z, }# Q9 p# i7 N    else if A_induct=2 then clone 1 load to P_pick2# l9 q* W, J" a1 q2 R9 F
        else clone 1 load to P_pick3
, A/ Y. w. c( _& k2 o2 z- eend
& D8 v1 Q) Q" {8 s( R* S  n1 Q, L3 D1 H; x
begin P_pick1 arriving& q5 m% P1 V) K1 c. x
    set A_i to 1* D! B6 J* k) E6 \- D2 s! q' x
    move into Q_induct1! P7 s' V9 Q, b+ ?: `# d
    move into pickaisle.induct1
$ X+ x  S8 ~' S+ _( E    while A_i<=30 do begin5 c9 @: m4 @  A4 q9 _) t8 ~
        travel to pickaisle.con(A_i)
& w/ W' y" ~9 q  F% u# w- P0 q8 I        if A_picks(A_i)<5 then wait for 5*A_picks(A_i) sec! G& p) {+ Z1 r/ b
        else wait for 10 sec! e6 N+ J# Z: h- J* z
        if A_i=A_leave then send to die
. U: t) k2 [# Y5 V6 G) z        else inc A_i by 1
" u5 b9 r4 M* p2 H" @    end! Z( d, x- I( a, L! Y) F
end( b( n  j+ R) D% U# G3 l
& t% y2 _7 S2 U4 @& ?
begin P_pick2 arriving
" Y; d8 e( M# m, E- ]9 d    set A_i to 11
' ]  q; j+ t( l5 L9 [    move into Q_induct2
- Y( n: z$ f$ |, p# |+ d3 S+ A    move into pickaisle.induct2
2 z% u$ g' \8 m+ c, X( J, T- |; h8 o    while A_i<=30 do begin! K; U$ j4 y- ^; q8 }& L. U
        travel to pickaisle.con(A_i)5 @% m' _4 Y; V* A/ y
        if A_picks(A_i)<5 then wait for 5*A_picks(A_i) sec- n/ R# {# B( G& s# r
        else wait for 10 sec
) @' j" G* G) }. r( F+ ~+ ~        if A_i=A_leave then send to die9 ^5 Y: h$ i4 x2 F/ g, V+ B7 p
        else inc A_i by 1) ]5 I  z6 a# E  G4 L2 _) z' F- U: o  S& K
    end
/ Q7 `7 F  J( p" `$ n% \end
3 u  Y3 V* H+ B. q. H
; |, i7 N1 L9 t: h; E. |/ H: Rbegin P_pick3 arriving
% S2 u! h( C, S( P    set A_i to 219 }) h. M) @$ m
    move into Q_induct3
; S( c5 s+ z! d1 s& O3 k8 T+ v6 `& U    move into pickaisle.induct32 l. y9 N3 f' {9 i. W8 b
    while A_i<=30 do begin' m, ?; P! b+ B
        travel to pickaisle.con(A_i)* S  L9 V* q" D5 c8 [
        if A_picks(A_i)<5 then wait for 5*A_picks(A_i) sec
9 e0 F8 ~9 J" t        else wait for 10 sec
/ a% W% i: c; |2 [; _        if A_i=A_leave then send to die
/ V: U+ \7 m. q! d- G* y        else inc A_i by 1
% ]9 e+ k9 _  e- Z8 _* n$ y    end0 K+ }- |: d& N
end

最佳答案

查看完整内容

pickaisle.induct1/2/3是个什么东东? move into后面,应该是一个station或control point,或者Queue/Container/Vehicle/Segment之类的东西。看你的报错信息,这个induct是个path么? AutoMod Editor的语法报错信息,有时候会指在下一行,必要的时候要把上下几行都看一下。 另外,你的几个P_pick是完全重复的,建议以如下方式修改,可以减少代码编写量: 1. 创建一个Process:名称为P_pick,number of Processes为3,其它按你的 ...
发表于 2009-4-4 23:58:33 | 显示全部楼层
pickaisle.induct1/2/3是个什么东东?
3 K4 C" [3 V7 Vmove into后面,应该是一个station或control point,或者Queue/Container/Vehicle/Segment之类的东西。看你的报错信息,这个induct是个path么?5 W! p/ @/ d  _5 r  |+ B

: [4 T: |% z6 ?0 bAutoMod Editor的语法报错信息,有时候会指在下一行,必要的时候要把上下几行都看一下。7 k. o' y$ R9 r% T3 N

& Z* `/ ~" J" J; H另外,你的几个P_pick是完全重复的,建议以如下方式修改,可以减少代码编写量:
, m; q4 `5 |( \0 i: n' Y9 J" n1. 创建一个Process:名称为P_pick,number of Processes为3,其它按你的需要设置;删除那几个P_pick;' ]& |* ^0 ~+ r5 @* X$ Y' |) i2 O2 M
2. 创建一个Queue:名称为Q_induct,number of Queues为3,其他按你的需要设置并放置;删除那几个Q_induct;
  ]( K! P% t% T5 U& m( w9 x* b3. 以如下方式改写P_induction和几个P_pick的arriving procedure的代码:- j8 B9 n" G* }" C& }/ ?
begin P_induction arriving
5 T6 b% @/ M% l. M    clone 1 load to P_pick(A_induct)
' v* \7 H) B* ?$ P& E+ h% C% ^" ]; lend最大的系9 w$ r5 q. T  D  c( I1 n7 W
0 f, t8 k, b, B4 u2 B4 \+ D
begin P_pick arriving& I( l& R5 K0 \' ?2 t4 S
    set A_i to procindex * 10 + 1
; K( w/ Q5 `% A    move into Q_induct(procindex)
% C- E& x0 }* B. T    move into pickaisle.induct(procindex)
  H5 K5 @" p9 p0 {2 s- _    /*check the type of pickaisle.induct(i), for your last problem.*/
2 h$ k0 T. G; C4 `
; T4 |; a* ?( I4 Q. e" T    while A_i<=30 do begin: L/ j% j( B( X) }- U
        travel to pickaisle.con(A_i)
- s7 }' O# j4 o        if A_picks(A_i)<5 then wait for 5*A_picks(A_i) sec
3 O, U' F: Z% F5 a+ c        else wait for 10 sec& }3 |% m& u" {" F& E
        if A_i=A_leave then send to die: n. M( s7 M( @
        else inc A_i by 11 D/ }8 `2 \& K# l& d& p- F
    end/ n; h% D& [' ^
end
: H6 h8 @' O! q: f' T
1 l( ^/ {! b3 Y1 W* ^其中的procindex为整形,代表当前process的序号。( u7 x* _9 I; ~2 F9 ^
station和control point只要以数字结尾,都可以直接用作数组。如pickaisle.induct(procindex),当procindex为1的时候,和pickaisle.induct1是等同的。
发表于 2009-4-20 15:33:32 | 显示全部楼层
你的主要错误应该是在move into pickaisle.induct或者 travel to pickaisle.con这两个类型的语句中,因为你的编译说明的意思是类型混淆,你查一下报错的行数,应该就能找到问题,其他的问题慢慢调吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|SimulWay 道于仿真   

GMT+8, 2025-11-29 20:46 , Processed in 0.016123 second(s), 14 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表