OMRON PLC 程序问题 有些命令和数值的含义不懂

来源:百度知道 编辑:UC知道 时间:2024/05/14 05:20:04
ld 00002
or 20000
and not 00004
out 20000
ld 00002
or 20001
or tim 003
and not tim000
and not 00004
out 01001
tim 000
tim data #0600
ld not 20001
and not 20003
and 20000
and not tim 010
out 01003
ld tim 000
or 20002
and not tim 001
and not 00004
tim 001
tim data #0060
out 20002
ld tim 001
or 20003
and not tim 002
and not 00004
out 01005
tim 002
tim data #0600
ld tim 002
or 20004
and not tim 003
and not 00004
out 20004
tim 003
tim data#0060
end

程序中的20000 20001 20002 20003 20004都是干什么用啊?还有and not tim 000 是什么逻辑呢?谢谢

将语句表输入cx-p,在查看里选择梯形图显示就可以显示的很清楚了。
20000应该是通道,但在你这个程序里应该是200.00,你仔细看一下是不是,如果是的话应该是200通道的00位,annot tim000的意思是计时器0的常闭点。