Recent Activities
-
MOM
December 6, 2024 at 2:22 AM Replied to the thread Change Turn values for all point of a program.PostYou did not mentioned what command is used to move to these points!
Using LIN commands S and T does not matter (as long as those points are declared as frames)!
[…]
For LIN movements the next shortest move is computed by using L2 distance!
As mentioned… -
lin xiang
December 6, 2024 at 1:52 AM Replied to the thread Problem about how to show and set the global variables by KUKA.PluginSDK.Post -
HawkME
December 6, 2024 at 12:57 AM Reacted with to HomerJ’s post in the thread Jog the robot using a signal.Reaction (Post)So basically, I created a macro like in the picture, incremental on a certain axis only
image.png
And then set it up in the Macro table to run on a flag
-
HawkME
December 6, 2024 at 12:56 AM Replied to the thread Rotating a User Frame by its own Z axis.PostIt's all covered in this thread. Read from the top. -
adriand
December 6, 2024 at 12:35 AM Has received the trophy 3rd anniversary.Trophymore than 3 years Member -
sflores90
December 5, 2024 at 11:35 PM Has received the trophy 3rd anniversary.Trophymore than 3 years Member -
work_BR
December 5, 2024 at 11:18 PM Replied to the thread Deploy code to robot with github actions.PostOne thing that we've done is use a batch file that connects to the robot, Deletes the active git directory, and re-populates it with what is on the controller.
You can start with something like: net use W: \\192.168.1.1\C /user:kukauser 68kuka1secpw59
The… -
Ortho01
December 5, 2024 at 11:00 PM Has received the trophy 3rd anniversary.Trophymore than 3 years Member -
panic mode
December 5, 2024 at 10:33 PM Replied to the thread Change Turn values for all point of a program.Posta lot depends on how the things are organized...
it all boils down to determine correct values and of course identifying points if they are used with table1 or table2. ...
if everything is inside one module and points are not named in a way to allow easy… -
Carignan
December 5, 2024 at 10:30 PM Has received the trophy 3rd anniversary.Trophymore than 3 years Member -
TSGIR
December 5, 2024 at 10:22 PM Replied to the thread Measuring precise position of a part without touch sensor..PostYou said about reflection in the part if you use laser, what is the material?
Laser can use for all type of material, i use in the aluminum that have more reflection and it work without any problem. -
Beejaybarnes
December 5, 2024 at 9:50 PM Has received the trophy 3rd anniversary.Trophymore than 3 years Member -
kbeau116
December 5, 2024 at 9:44 PM Reacted with to gpunkt’s post in the thread Background Logic for Dummies.Reaction (Post)I would recommend to get ahold of the R-30iBPlus basic operator manual (B-83284EN_10), where it's well documented.
Like HawkME wrote, it's kind of like a PLC, but with some limitations in terms of what can be done in the programs.
The BG Logic programs… -
kbeau116
December 5, 2024 at 9:44 PM Marked HawkME’s post in the thread Background Logic for Dummies as the best answer.Best AnswerWe have a sticky thread under the Fanuc Manuals and Tools section that would be a good start.
BGLOGIC code that I have found useful
Think of BG logic like and extra mini PLC that is running inside the robot. -
Bwmoore20
December 5, 2024 at 9:00 PM Has received the trophy 5th anniversary.Trophymore than 5 years Member -
mortoch
December 5, 2024 at 8:56 PM Replied to the thread Robot drops out of auto with no alarm present.PostDoes you're PLC output a "Auto OK" bit to you're controller?
That would be my first look.
If something is dropping out it can be hard to see it happen. Put a bit on that output then trigger an RTO counter with that bit and see if it increments.
Then go from… -
Walker123
December 5, 2024 at 8:55 PM Has received the trophy 3rd anniversary.Trophymore than 3 years Member -
IRockWell
December 5, 2024 at 8:40 PM Posted the thread Robot drops out of auto with no alarm present.ThreadI have a robot with an 30ib plus controller that keeps dropping out of auto for no apparent reason. Has been running for 3 years. When it happens while in cycle it looks like it is doing a controlled stops. No red lights or anything so. I trended… -
SkyeFire
December 5, 2024 at 8:25 PM Replied to the thread ConveyorTech -- calibration process is ignoring $MEAS_PULSE input?.Post[…]
I'm afraid not. It just started working one day, and never gave me any trouble after. And as far as I know, I didn't change anything between when it didn't work and when it started working.
If KUKA offers you anything concrete, please let us know. -
massula
December 5, 2024 at 8:02 PM Replied to the thread Deploy code to robot with github actions.PostWhen You say copying files manually to WorkVisual, are You saying that these files are being inserted on WorkVisual Project, or in WorkVisual repository created by WorkOnline function?