Hello, everyone!
I am currently working on a project using a Staubli robot. I have calculated the robot's path points using a C++ program on my computer. Now I need to transfer these points to the robot and execute the path. However, I encountered some issues while referencing the VAL3 programming manual.
Specifically:
- How can I transfer the TXT file containing the path points to the Staubli robot?
- I could not find any file-related instructions in VAL3, such as fileOpen or similar commands, to handle reading a TXT file.
- How can I program the robot to read a TXT file containing the path points, parse the data, and execute the trajectory?
If anyone could guide me on the correct approach to transfer the file and implement this in VAL3, or share a code snippet/example, it would be greatly appreciated.
Thank you in advance for your help! 😊