01-02-2024, 02:49 PM
Hello everyone,
I'm currently trying to export a path from RoboDK to TMFlow. The robot properly tracks the path, but I am running into an issue when trying to add IO on/off events to the path. I add these through the "Program Events" menu.
The issue is as follows: Not all the tasks are included in the program. When trying to debug the issue, I found that only 7 tasks are added to the Techman .path file. My program includes many more (.rdk file is also attached).
I tried to attach the .path file as well, but the file type is not allowed.
The first line of the file is as follows:
This shows the TaskCount.
I could not find a maximum task amount variable, so I think this is a bug. Could you tell me if this is the case?
I'm currently trying to export a path from RoboDK to TMFlow. The robot properly tracks the path, but I am running into an issue when trying to add IO on/off events to the path. I add these through the "Program Events" menu.
The issue is as follows: Not all the tasks are included in the program. When trying to debug the issue, I found that only 7 tasks are added to the Techman .path file. My program includes many more (.rdk file is also attached).
I tried to attach the .path file as well, but the file type is not allowed.
The first line of the file is as follows:
Code:
<Root PointCount="115" PvtPointCount="0" TaskCount="7" PvtTaskCount="0" ID="F0Hxvci0TkCUhAywhG+avob2cV0MIZm78YT4vjgeRSFS/gnV5zJOaHy8wDRCWvL66wfPMDLVXZH47z4Aj8dblA==">
I could not find a maximum task amount variable, so I think this is a bug. Could you tell me if this is the case?