发表于:2006-10-25 08:57:00
23楼
我想问一下为什么这程序力控不与PLC连接时仿真可以运行的,但是一连接PLC时,中间变量t就不能加或减!串行口打开成功,但是说不能加载y0.pv,y1.pv ,y2.pv 啊!请大家帮一帮忙啊!小弟真的很急啊!程序如下:
if x0.pv==1 then t=t-1;
if t==0 then t=31;
if t==31 then
t=t-1;
endif
endif
endif
if t==30 then y0.pv=1; y1.pv=1 y2.pv=0
endif
if t==20 then y0.pv=0; y1.pv=0 y2.pv=1
endif
或者应该怎样编才可以用T控制得了y0.pv,y1.pv ,y2.pv 的通断呢!请大家打救打救一下小弟啊!谢谢!