Posts by NoBugsOnlyFeatures

    I am really intereseted how you would repair a bad weld with a robot? What kind of problems would the machine be repairing? Missplaced welds, porosity, ...? You usualy need to grind the weld out and make a clean weld groove, so Im genuinely curious how you would go about something like that :thinking_face:

    I had a problem with the same error. 2 searches on the X axis and 2 on Y axis. The reason for the error was that one of the searches on the Y axis was not in the same Z position as the other 3 and it couldn't calculate the offset.


    Heres a pic that shows what I mean:


    To make this work you can use two 1D Position + Rotation touch for each X and Y axis and you get the X offset, Z rotation and from the second touch you get the Y offset and the X rotation. You just need to add both position registers to a third on and use that as the Touch_offset parameter.


    Maybe it helps somebody :smiling_face: Cheers!

    I've no idea how it is implemeted. Our machine came with the Wire/Nozzle Touch function that you have to call before any touch sensing application. All the function does is turn a digital input on or off.


    I haven't had the time to check out what it does when it changes the DI or find out where the code for it is written.


    You should probably contact your integrator.

    Touching with the welding wire is very frowned upon because the wire stickout is never consistent and the wire is never completly straight/bent in the same direction. So your touch offsets are always off by a few 0.1 mm.


    Fanuc has a 'wire inching' function that allows you to push/pull the wire for a set duration (set in miliseconds).


    If you have to use the wire for touch sensing, be sure that the wire is parallel to the part you are touching to ensure the most accurate reading (if you have a cleaning station with a wire cutter you should also cut the wire to lenght before each touch sensing application - a poor arc off that leaves a big blob of material at the end of the wire will also mess with your offset)


    Your search speed also affects the accuracy. The faster the search speed (the speed with which the robot moves towards the part during touch sensing) the lower the accuracy. Default on Fanuc is 10mm/s IIRC, maybe lower it to 5mm/s? This is a much bigger issue with wire touching than it is with the gas nozzle.


    Most use the gas nozzle instead of the wire which is much more accurate and consistent, but the welding torch must support gas nozzle touch sensing and you have to set it up on the machine.


    TLDR.: Dont use the wire for touch sensing. Use the gas nozzle (if supported)

    I might be missusing the terminology here. There's two different ways described to calibrate coordinated pairs:


    - method with a known configuration. Used for a Fanuc robot and a Fanuc table. Just set the table tcp, origin and x/y directions of the leader. This one was off if I tilted the table on its side.


    - method with an unknown configuration. This worked nicely.

    Ye, sorry about that. I should've posted some more info about the machine. :thumbs_down: It's a Fanuc ARC Mate 100ib with a R-30iB Plus controller and a small Fanuc made 2-axis table.


    I've only been playing with it for a few weeks and I haven't set up any user frames. It's by default the same position/rotation as the world frame I believe?

    I did try it that way. 2 C points to make a full circle, but the welding speed was not that of the welding schedule.


    After some testing I found out it works as long as the positioner is not tilted (Its a 2 axis manipulator, I plan on rotating the part on its side 90deg, and using the other axis to rotate the part). As soon as I tilt it 90deg, the speed doesnt match. If it's in its default position (0deg - turned straight up the Z world axis) the speed matches with the weld schedule. Different radius and all works fine in the default position.


    Im guessing the TCP of the manipulator is not set properly?

    Hey guys, I am having the exact same problem. I have to make a few of these circular welds with a rotary table and calculating the speed by hand for each one gets tedious very quickly. I am guessing there is a way with the COORD function to adjust the speed with a welding schedule? But anything I try with COORD just moves the welding torch with the table.


    If i remove the COORD parameter from the point the table just turns at about 100deg/min (I can change the speed by changing the weld schedule).


    Anyway to do this more elegant?

    The program is really messy and needs to be cleaned up a bit. Those commented lines were left in from the original programmer.


    I couldnt find the cc() function defined anywhere (suprise, its at the end hidden in a FOLD). Once I found that it all clicked (OrangeEdit->Go to Definiton came in handy).


    Ive add all the required calc_e1 calls with all the points and it now works.


    You can delete this whole topic or perhaps leave it on, maybe it will be of some help to somebody :smiling_face:

    KR C V5.5.8

    KS V5.5.6.


    Hey guys, Im turning to you for help since the manuals arent of much help and our integrator has no one available to help for a few weeks :frowning_face:


    The robot is an old KR 5 ARC HW arm with a rotary table under it with 18 parts on it. The machine welds a part and then turns the table 20 degrees and repeat.

    We have gotten these machines with the programs allready created and have no real training with them. The problem is when I try to create new points and they dont get rotated around the E1 axis (atleast I think thats whats happening). The original program works fine... It welds the part, rotates the table and thats it, but if try making a new point, or even copy-pasting the old ones, it will weld one part and turn the table and the original points are all still in the same point in real space, but the new ones get translated around the E1 axis for 20deg and the machine will just start to move away from the part and try to weld it one station prior, the 3rd part will go through the original points like usual, but the newly created ones are now 40deg back (2 parts back) and it throws a Work envelope exceeded error since it tries to move too far away.


    My question why is this happening? The points are copypasted and it doesnt work, same parameters and everything. It is really messing with me :upside_down_face:


    Heres the code for the program and the function (cc() defined at the end) for rotating the turntable:


    And heres the code for the calc_e1 program:

    Any help or pointers where to look would be greatly appreciated! :smiling_face:

    what controller should be use

    Best way to go about it is to find a robot integrator(a company that sells and install robots) and show them the parts you want to weld and take it from there. The same company will usually sell a course that teaches users how to program/operate the machine.


    If you need more specific help, you will need to supply some data about what you wanna weld, how many of those parts will you weld, where are you from (to help you pick an integrator), your budget, etc...

    I havent used the Fronius TPS function to measure the resistance (Ive only read about it in the manual).


    But I did use a multimeter to measure the resistance beatween the part and the grounding clamp and the results were all in the 0.1-0.2 ohms which is pretty good considering that the parts sit on an aluminium mounting table.


    Ill try it with the TPS function to see if I get different results.

    So Ive just had the chance to check the wire after ARC_OFF and it honestly looks fine...


    This is how it looks 99% of the time after ARC_OFF (on this pic the tip was allready melted a bit, just enough for it to stick to the part).


    Ive also played around with the parameters to the point that I got the big blob of material on the end of the wire and it did prevent an arc ignition (the whole wire exploded and jammed up the tip), but it threw an "Failiure to ignite ARC" error and not the "Wait for output 212<>STATE"


    Im still going to play around with the parameters to get a better looking tip after ARC_OFF just to completely rule this out.

    Thanks for the tip. I was certain it was a grounding or some other connection issue.. but ruled it out after checking everything with a multimeter.


    I had to set the burn-back value to 0 when we got the machines since we had problems with the wire not burning completly and sticking the torch to the part after ARC_OFF or burning the wire up to the tip and causing all sorts of problems (basicly random, independant of bbc value). My guess was the welding source being a 12y old TPS 5k with 10k ARC_ON hours and never calibrated after production.


    I'll monitor how the wire looks after ARC_OFF first thing when I get back and see if it makes that big ugly droplet at the end and try to play around with the parameters to get that nice needle like tip.

    KR C V5.5.8.

    KS V5.5.6.

    KR 5 ARC HW with a Fronius TPS 5000 welding source


    Hey guys,

    I am having some problems welding with our KUKA + Fronius TSP 5000 machine. We have a rotary table with 20 parts attached. Every other few welds the machine will ignite the arc only for a moment so it melts a little bit of the wire and stop and display an "Wait for output 212<>STATE" warning. What we do is cut of the wire (it always melts it just enough for it to stick to the part) and then restart the weld, which works most of the time. But this happens every other weld which makes the machine borderline unusable.


    Anyone had any similar problems? Im attaching 2 pics with the error and the torch so you can get a better picture of what Im trying to explain with my iffy engrish! :thinking_face:


Advertising from our partners