s7-graphforwadcrossreferences和backwadcrossreferences有什么区别,都是干什么用的?
问题补充:
为什么我点开后,里面什么都没有,但是这个点在程序里肯定是用的
最佳答案
官方解释:
ForwardCross-references
ShowSTheuseofaddressesinthememoryareASQ,M,T,andCwithintheuserprogram.
Theupreferencestabdisplaysalltheaddressessuppliedwithvaluesinthe
currentblockandevaluatedatotherpointsintheprogram.
BackwardCross-references
Thedownreferencestabdisplaysalltheaddressessuppliedwiththevaluesofotherlocationsintheprogramandevaluatedinthecurrentblock.
我试着翻译一下:
ForwardCross-references
显示在用户程序中的内存区域Q、M、T和C中的地址的使用。
upreferences选项卡显示当前块中提供的所有地址,并在程序的其他点进行评估。
BackwardCross-references
downreferences选项卡显示在程序中其他位置的值所提供的所有地址,并在当前块中进行评估。
其实我是在网上翻译的~
参考手册:
S7-GRAPHV5.3forS7-300/400ProgrammingSequentialControlSystems
htTPs://suppoRT.industry.siemens.com/cs/ww/en/view/1137630
51页介绍
补充:
保存编译一下试试呢?
提问者对于答案的评价:
谢谢