Advanced Search

Search Results (Searched for: )

  • hitchhiker
  • hitchhiker
Yesterday 20:16
Replied by hitchhiker on topic PUMA 200 Robotarm and some Hal/INI issues

PUMA 200 Robotarm and some Hal/INI issues

Category: Advanced Configuration

i will try it.. what i found in my ini... ich have - sign on some scales and outputs... i wired all up + to + and - to -.... but if you look into the pum560 sim file.. you will see that the TCP is upside down.. or is something wrong on my sim file??? thanks
  • Aciera
  • Aciera's Avatar
Yesterday 20:03 - Yesterday 20:04
Replied by Aciera on topic PUMA 200 Robotarm and some Hal/INI issues

PUMA 200 Robotarm and some Hal/INI issues

Category: Advanced Configuration

Not sure but it seems a bit odd to me that you have a negative 'D-5' value and asymmetric angles for ALPHA-{3,4,5}:
A-3 = 0
ALPHA-3 = 1.570796
D-3 = 203.2

A-4 = 0
ALPHA-4 = -1.570796
D-4 = 0

A-5 = 0
ALPHA-5 = -1.570796
D-5 = -55.88 

When the example 'puma560_dh.hal' has:
setp genserkins.ALPHA-3  1.570796326
setp genserkins.ALPHA-4 -1.570796326
setp genserkins.ALPHA-5  1.570796326

and the melfa example has:
setp genserkins.ALPHA-3 -1.570796326
setp genserkins.ALPHA-4 1.570796326
setp genserkins.ALPHA-5 -1.570796326

linuxcnc.org/docs/stable/html/motion/dh-parameters.html
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
Yesterday 18:05 - Yesterday 18:07
Replied by TheTinkeringMechanic1 on topic Highlighted gcode doesn't follow current position.

Highlighted gcode doesn't follow current position.

Category: Gmoccapy

After posting that image of the g code I believe I see it now. The % symbol is on line 5. So that would explain everything being off set considering the line is starting at 1...
I knew it had to have been something silly.

Update: That was it.... 
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
Yesterday 17:53
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
Yesterday 17:45 - Yesterday 17:49
Replied by TheTinkeringMechanic1 on topic Highlighted gcode doesn't follow current position.

Highlighted gcode doesn't follow current position.

Category: Gmoccapy

If this isn't the version,  I don't know where it would be.
  • hitchhiker
  • hitchhiker
Yesterday 17:43
Replied by hitchhiker on topic PUMA 200 Robotarm and some Hal/INI issues

PUMA 200 Robotarm and some Hal/INI issues

Category: Advanced Configuration

hi aciera!

i attached the ini hal and a second hal for the dh paramters.

possible i see somethnig not.. but genserkins with the MDH made me crazy :).. hope i can fix it with the help of the forum!


Thanks for the quick answer!
  • Aciera
  • Aciera's Avatar
Yesterday 17:06
Replied by Aciera on topic PUMA 200 Robotarm and some Hal/INI issues

PUMA 200 Robotarm and some Hal/INI issues

Category: Advanced Configuration

Not much to go on. Please post your hal and ini files.
  • Aciera
  • Aciera's Avatar
Yesterday 17:05
  • tommylight
  • tommylight's Avatar
Yesterday 16:57

Highlighted gcode doesn't follow current position.

Category: Gmoccapy

3.4.9

That is most probably the kernel version, not the GUI.
What user interface on screen?
It seems like GmoccaPy.
Upload a picture of the whole screen.
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
Yesterday 16:30
  • hitchhiker
  • hitchhiker
Yesterday 16:11
PUMA 200 Robotarm and some Hal/INI issues was created by hitchhiker

PUMA 200 Robotarm and some Hal/INI issues

Category: Advanced Configuration

Hi guys!

I have gere a puma 200 robot arm from unimation.

All joints working
All brakes working
All encoders working
All ratios of the gears fit to encoder and measured angles anglea digital angle measurement tool.

After all this i change my kinematic to GENSERKINS

In joint mode all works.
In world mode i have issues.

There is one thing what make me headache... the TCP is upside down.

If i look to the puma560 vismach genserkins simulation.. its the same.

I set up the DH parameters.. i look to the puma 560 dh parameters in the simulation config and adapt them to my puma 200 parameters i get from the drawings.


In world mode Z looks ok... x y small radius?
But if i start the linux example i get errors of limits and kinematic errors.


Has someone the knowledge to look to it?

Thanks
Could someone help me please?

 
  • tommylight
  • tommylight's Avatar
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
Yesterday 15:52
Highlighted gcode doesn't follow current position. was created by TheTinkeringMechanic1

Highlighted gcode doesn't follow current position.

Category: Gmoccapy

The is a minor thing that I hope is a simple fix.

The graphical display that follows the tool path is spot on with what the tool is doing. That's not a problem. What I noticed is the highlighted gcode shown isn't following the same position.
So if I tap a tool path line to highlight it in the grid of the graphic window it doesn't highlight that tool path in the gcode.
As you can see in the image I have the angled tool path highlighted which is supposed to be line 33, but in the gcode it's highlighting 29 which is the change in speed 5 lines prior.



A cursory search of the internet didn't reveal much other than recommendations to change g61,g64, but don't believe that has anything to do with this.

How do I correct this?

Thanks in advance.
  • tommylight
  • tommylight's Avatar
Yesterday 15:40
Replied by tommylight on topic DIY CNC

DIY CNC

Category: Milling Machines

I think my only point is, if you already have a PC with a parallel port (rare these days), the $10 breakout is a better option than anything RPI-based, because it lets you get started with LinuxCNC, which has a better growth path than GRBL. 

I absolutely agree, thank you.
  • djdelorie
  • djdelorie
Yesterday 15:25
Replied by djdelorie on topic DIY CNC

DIY CNC

Category: Milling Machines

I agree - for someone getting started, pay the $10 and get started.  I did that.  Just understand that you may outgrow the $10 option and need to get the $150 option (or in my case, the $220 option, and I'm looking at adding two more Mesa cards in the future).  The Mesa cards are in a completely different category of "cnc boards" and - if you need them - they're worth every penny, and cheap compared to the rest of the stuff you'll get.  But you don't need them to get started.
I think my only point is, if you already have a PC with a parallel port (rare these days), the $10 breakout is a better option than anything RPI-based, because it lets you get started with LinuxCNC, which has a better growth path than GRBL.  Assuming growth is a goal, of course ;-)

As for assembly challenges... www.delorie.com/photos/cnc2/PXL_20231229_210308596.html (and it's gotten worse since then)
Displaying 61 - 75 out of 14262 results.
Time to create page: 0.319 seconds
Powered by Kunena Forum