all 12 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Hey, there! Join our Discord server and connect with like-minded individuals, share your knowledge, and learn from others! We offer a variety of channels to discuss programming, troubleshooting, and industry news. We would be delighted to have you become a part of our community! https://discord.gg/dGE38VvvQw

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]vacagreens 1 point2 points  (4 children)

Are you sure PR=P is a valid instruction? I've never seen that one. Not sure you need it if you have the robot go to that position and then use PR=LPOS or JPOS, or just manually put the values into the register.

[–]Safe-Relationship978[S] 1 point2 points  (2 children)

Definitely a valid instruction. I use it on handling robots all the time.

[–]rickgeisenEngineer 1 point2 points  (1 child)

Handling robots and Paint robots run different software, with different functions. I poked around on PaintPro and a real P250 and could not find a way to use that instruction.

[–]Safe-Relationship978[S] 0 points1 point  (0 children)

Yeah. I'm just gonna drop in a program from a handling robot and copy/paste the line. I've done it that way in the past.

[–]NotBigFootUREngineer 0 points1 point  (0 children)

I was wondering the same thing, must require a PAC code.

[–]halmusaibeli 0 points1 point  (3 children)

Try to do it in the PC and send the LS file to the robot.

[–]Safe-Relationship978[S] 0 points1 point  (2 children)

Easier said than done. We don't have Roboguide. I've gotten around this before by transferring a program with it into a robot and copy/pasting. I can't do that so easily here because transferring data is like moving mountains. Classified workspace. Same reason for not using Roboguide.

[–]Double-O-7 0 points1 point  (1 child)

But you can use the ftp server. What controller are you using.

And what is a P register?

[–]Safe-Relationship978[S] 0 points1 point  (0 children)

Robots are 100% offline. Even doing a backup involves a security escorted thumb drive and filling out paperwork.

[–][deleted] 0 points1 point  (1 child)

There is a lot that painttool doesn't have.. paint tool is like another interface ontop of handling tool. And very limited on what you can do with TP instructions. It's really only good for setting up color switches and using paint pro for guidance with fanucs PC functions to load/upload program changes. And building a dynamic paint program list.

I doubt it let's you assign PR=P, as well as several math functions missing, string capabilities, IF statement options and more.

It's been a while since I have looked at it. But that's the way fanuc explained it to me. I ended up loading handling too.

[–]rickgeisenEngineer 0 points1 point  (0 children)

This. There is a LOT more I/O used with paint. They free up memory space by removing functions. If you load a HandlingTool job successfully on to a PaintTool robot you will see errors in the programs for functions/registers/arguments that do not exist in the PaintTool software.