NeySEA We have not started this process yet, but we are interested in getting all the help we can get. Please do share the robot and the software you are using if possible.
Posts by Frank Yeh
-
-
Hey everyone,
I'm looking to upgrade our hot tub manufacturing process and I'm considering implementing a FANUC robot for spraying chop gel. I'd love to hear from those who have experience with this setup.
Questions:
- Which FANUC model worked best for you? I've heard good things about the P-40iA, and am also considering P-250iB
- What challenges did you face during implementation, and what is the approximate total cost?
- How did it impact your production efficiency?
- Any tips for programming and maintaining the robot?
- Any feedback regarding AccuChop?
Thanks in advance for any insights you can share!
-
Skooter Thank you! We have just replaced the E-stop unit. I am also replacing both contactors and the E-stop PCB in the old unit, and using the old E-stop unit as a backup.
Fanuc Canada is taking forever to set up an account for us (it has been 3 weeks). Without an account, they wouldn't assign us a login. -
Hi pdl, the problem is that we don't have an account with Fanuc directly, so we can't see their list price. I have started the process of applying for an account, but it has been very slow on their end.
It is good to know that Authorized integrators can't charge a premium. Thank you for your input.
-
Thank you Skooter, I understand the possible conflict of interest.
I completely agree with finding a company with good robotic knowledge and warranty. I have since ordered the part from our original integrator. They do charge a premium, but are also reliable.
I have also purchased the PCB as well as the contactor to refurbish our existing E-Stop unit once it is swapped out. I appreciate your input!
-
Thank you Skooter, we have the 15 year old R-30iA controller, which started to intermittently display the Srvo-348 dcs mcc off alarm code. So far, a power cycle and a few taps on the E-Stop unit would resolve the issue, but I am suspecting it is ether the relay switch on the PCB or the contactor itself that are reaching the end of their life cycle.
We previously order through our integrator, but they seem to be charging a premium. For our company, they would prefer new stock. I will then refurbish the old unit as a backup. I have suggested getting a used controller as a backup, but the management is not keen on the idea.
I am wondering other than ordering directly from Fanuc is there a reasonably priced vender that you would recommend. Thank you in advance.
-
Could you good folks recommend a good vender for spare parts? I am looking at stocking an E-Stop Unit. Debating if I should get the whole unit, or just the magnetic contactors.
-
Hi schittampalli ,
1. As long as you set the search points as far apart as possible, you may not need to add more points to capture the roll and pitch of the part.
2. You can mix different search frames. For example, you can mix UTOOL[-Z] with UFRAME[X,Y,Z] for additional search points.
Hope it helps.
-
dha Thank you, sir! I am currently trying to reconnect the robot to our local network. Hopefully it will be relatively straight forward.
-
Here is a basic Karel program for backing up everything in the Memory Card (MC) to the USB stick (UD1)
I find it annoying to have to remove the Memory Card to back up all subfolders.
This program works up to 3 levels of sub folders during testing. There is a risk of Stack Overflow with deeper levels.A new folder in UD1 is created to store contents in MC every time the program is executed (up to 9 folders daily).
Disclaimer:
I am learning the Karel program as I go, so please use it at your own risk.All feedback regarding programming is welcome.
-
SkyeFire You have a very good point. A local network would be as far as I am willing to get the robot connected as well.
-
-
First of all, I want to thank you all for the wonderful community.
I recently wrote a Karel program to backup all files (including subfolders) on MC to a new folder in UD1.
If there are any interests, I will share the file once I have the chance to test it.
My question is:
Is there a way to run the Karel program without having to hold the Deadman switch and the shift key?
I am currently calling the backup program from a TP program.
Using the RUN command allows me to release the shift key, but I am hoping to be able to run the backup program even in Auto mode.
One idea comes to mind is to use a digital output to trigger the Karel program. Is there a more straightforward way to do so?Thank you in advance.
-
Hi everyone,
I am thinking about mounting a DSLR onto the robot arm for 3D scanning larger parts.
Has anyone had the experience of doing so? If so, are there any particular things to watch out for?
Best,
Frank -
Nation Thank you for the reply. You are such a wizard with the post processor. I am not sure if my linear algebra is still up to the task of programming a CAM routing profile.
-
TitusLepic Thank you for the reply. I completely understand. It is one of those nice to have but non-urgent projects.
-
Hi TitusLepic,
I am in the same boat. The other day I was wondering what could be the secondary uses of the robot. Being able to carve foam out for the mold shop would be very cool. Did you ever find the appropriate Cam program for it?
Best,
Frank
-
Nation that is what I have come to accept. Appreciate your reply as always!
-
Hi Nation I am trying to run the program and it is also showing that the program can not find version.dg (I did an all of the above backup of the MD) I tried looking for the file on the robot itself and I don't seem to be able to find the file there either. Is there a way for me to bypass this step and enter the values manually?
-
Hi fellow programmers,
It seems to be a silly question but I can't get it to work.
I can copy everything file in the memory card to the USB that is not in a sub folder, but is there a way to copy the entire memory card (including all sub folders) to the USB?
Thanks in advance.
Best,
Frank