关于S5中扩展指令的使用,比如:L RS
L RT L RI L RJ T RI T RJ
当转成S7程序时,其不能被识别,请问可以在S7系统里用什么
指令或存储区域代替呢?
问题补充:
也就是那些RI,RJ,RS,RT的指令从S5转到S7后,在S7中可删掉就是,不会影响整个程序的完整性吗?
图片说明:
最佳答案
1、S5:
L RS: 0 to 255,从系统数据区装入一个字到累加器1的低字(Load a word from the system data area into ACCU 1-L)。
L RI : 0 to 255,从接口数据序列中装入一个字到累加器1的低字(Load a word from the interface data range (RI) into ACCU 1-L)。
L RJ : 0 to 255,从扩展接口数据序列中装入一个字到累加器1的低字(Load a word from the extended interface data area range into ACCU 1-L)。
T RI :0 to 255,传送累加器1的低字内容至接口数据区(Transfer the contents of ACCU 1-L to a word in the interface data area)。
T RJ:0 to 255;传送累加器1的低字内容至扩展接口数据区(Transfer the contents of ACCU 1-L to a word of the extended interface data area).。
2、S7:
上述指令在S7没有相对的指令转换。S7中也不需要这些功能。
见上传的图片。
图片说明:
提问者对于答案的评价:
谢谢你!
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc133277.html