恭喜,你发布的帖子
发布于 2020-12-29 11:54:07
2楼
大概是NC frame index value这个计算有什么问题,试了通道只设X/Y/Z这3轴可以成功.
calculation of row index
frame_index = "NC frame index value" * numMachAxes + (axis number -1)
The counting of axis number starts with 1
-->
<!-- NC frame index value * total num machine axis + (axis number -1) -->
<op>frame_index = 3*num_mach_axis + 0</op>
请填写推广理由:
分享
只看
楼主