用mcgs怎么编程红绿灯循环的脚本程序 10
1个回答
展开全部
先把时间设定好,路上的车所行的距离,时间跟你灯的时间匹配。下面这个是四辆车过红绿灯的程序
if $Second<30 then
时间=$Second
ELSE
时间=$Second-30
ENDIF
if X<1200 then
x=x+50
else
x=0
endif
if 时间>=15 and 时间<=29 and X=500 THEN
X=X-50
ENDIF
if X1>-1200 then
x1=x1-25
else
x1=0
endif
if 时间>=15 and 时间<=29 and X1=-550 THEN
X1=X1+25
ENDIF
if Y<800 then
Y=Y+15
else
Y=0
endif
IF 时间<14 and 时间>=0 and Y=150 THEN
Y=Y-15
ENDIF
if Y1>-800 then
Y1=Y1-20
else
Y1=0
endif
IF 时间<14 and 时间>=0 and Y1=-260 THEN
Y1=Y1+20
ENDIF
if $Second<30 then
时间=$Second
ELSE
时间=$Second-30
ENDIF
if X<1200 then
x=x+50
else
x=0
endif
if 时间>=15 and 时间<=29 and X=500 THEN
X=X-50
ENDIF
if X1>-1200 then
x1=x1-25
else
x1=0
endif
if 时间>=15 and 时间<=29 and X1=-550 THEN
X1=X1+25
ENDIF
if Y<800 then
Y=Y+15
else
Y=0
endif
IF 时间<14 and 时间>=0 and Y=150 THEN
Y=Y-15
ENDIF
if Y1>-800 then
Y1=Y1-20
else
Y1=0
endif
IF 时间<14 and 时间>=0 and Y1=-260 THEN
Y1=Y1+20
ENDIF
更多追问追答
追问
呵呵呵,辛苦了,如果我只想要红绿灯5s循环的脚本程序,不加小车。麻烦了。谢谢。谢谢
追答
你很急不,我这几天要考试,过几天给你写呗。其实你看上面这个程序自己也可以改,我们也是实训课学了一周
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询