10-07-2020, 07:28 PM
Hello, the post process for Fanuc robots has a few issues.
1. Generates programs with spaces in the name, Fanuc's don't accept spaces in program names.
2. As part of the above, program calls can't have spaces, but I assume this is tied into program name generation.
3. Program names on 30iA/B/B+ are limited to 10 characters. Program names on 30iA/B/B+ allow more then 10 spaces. I believe the RJ2/3 controllers were limited to 8 characters, but the 30iAs and 30iB/B+ allow for more. 30iA allows for 16 characters, and 30iB/B+ allow for 32, I believe.
4. Robot targets in RoboDK that are saved in cartesian, but are utilized as a joint move print out in joint representation in the LS file. This is different then just being a J move on a Fanuc. The point data should be printed in the LS in cartesian, unless the rob target is specifically set to joint representation. The move type in the RoboDK program(MoveL/MoveJ) shouldn't affect the representation.
5. Creation date/last modified date is an arbitrary date, and not the date the program was generated.
1. Generates programs with spaces in the name, Fanuc's don't accept spaces in program names.
2. As part of the above, program calls can't have spaces, but I assume this is tied into program name generation.
3. Program names on 30iA/B/B+ are limited to 10 characters. Program names on 30iA/B/B+ allow more then 10 spaces. I believe the RJ2/3 controllers were limited to 8 characters, but the 30iAs and 30iB/B+ allow for more. 30iA allows for 16 characters, and 30iB/B+ allow for 32, I believe.
4. Robot targets in RoboDK that are saved in cartesian, but are utilized as a joint move print out in joint representation in the LS file. This is different then just being a J move on a Fanuc. The point data should be printed in the LS in cartesian, unless the rob target is specifically set to joint representation. The move type in the RoboDK program(MoveL/MoveJ) shouldn't affect the representation.
5. Creation date/last modified date is an arbitrary date, and not the date the program was generated.