09-25-2025, 10:39 AM
Hello everyone,
I'm a new user trying to generate programs for a FAIRINO FR5 robot using RoboDK, and I'm encountering a couple of persistent errors on the robot's software that are preventing me from running my programs.
The main errors I am seeing are:
I've already checked the following based on my own debugging:
Could anyone with experience on the FAIRINO CR5 or similar controllers running on the same platform offer some insight?
Specifically, I'm wondering:
Any guidance or shared experience would be greatly appreciated. Thank you!
I'm a new user trying to generate programs for a FAIRINO FR5 robot using RoboDK, and I'm encountering a couple of persistent errors on the robot's software that are preventing me from running my programs.
The main errors I am seeing are:
- "Line Point Error": This appears when I try to run a program with linear movements.
- "Point Table Missing": The robot is telling me it can't find the point table I've defined in the program.
- I have selected a curve on the object, which you can see in the station attached with this.
- I generated the program for the FAIRINO CR5, post processor fairino. ( i have checked other option as well which is fairino db )
- I transfer the
file format to the robot controller via USB.Code:lua
I've already checked the following based on my own debugging:
- I have ensured that the points are reachable and not violating joint limits.
Could anyone with experience on the FAIRINO CR5 or similar controllers running on the same platform offer some insight?
Specifically, I'm wondering:
- Are there any specific formatting requirements for point tables or linear moves in the FAIRINO
files format that I might be missing?Code:lua
- Could this be a post-processor issue? Has anyone successfully used a post-processor for this specific robot model and are there any common pitfalls?
- Is there a configuration setting on the robot controller itself that needs to be adjusted to properly interpret the program files?
Any guidance or shared experience would be greatly appreciated. Thank you!