s7-graph forwad cross references和backwad cross references有什么区别,都是干什么用的?
问题补充:
为什么我点开后,里面什么都没有,但是这个点在程序里肯定是用的
最佳答案
官方解释:
Forward Cross-references
Shows the use of addresses in the memory areas Q, M, T, and C within the user program.
The up references tab displays all the addresses supplied with values in the
current block and evaluated at other points in the program.
Backward Cross-references
The down references tab displays all the addresses supplied with the values of other locations in the program and evaluated in the current block.
我试着翻译一下:
Forward Cross-references
显示在用户程序中的内存区域Q、M、T和C中的地址的使用。
up references选项卡显示当前块中提供的所有地址,并在程序的其他点进行评估。
Backward Cross-references
down references选项卡显示在程序中其他位置的值所提供的所有地址,并在当前块中进行评估。
其实我是在网上翻译的~
参考手册:
S7-GRAPH V5.3 for S7-300/400 Programming Sequential Control Systems
https://support.industry.siemens.com/cs/ww/en/view/1137630
51页 介绍
补充:
保存编译一下试试呢?
提问者对于答案的评价:
谢谢
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc126049.html