Advanced Search

Search Results (Searched for: )

  • spumco
  • spumco
Today 04:34
G43 not being applied in g-code was created by spumco

G43 not being applied in g-code

Category: General LinuxCNC Questions

Revisiting an issue I noticed here:

forum.linuxcnc.org/10-advanced-configura...l-orientation#345715

At the time I wasn't sure if this was a GUI issue, or something in my config.  I've since switched GUIs (Axis, FlexGUI, and Qtpyvcp) and the issue is the same across all three GUIs.

Problem I have is that G43 isn't being applied consistently during a program.  G43 works via MDI, and all three GUI tool-change buttons.

I've tried every permutation:
Tn M6 G43
Tn M6 G43 Hn
M6 Tn G43
M6 Tn G43 Hn

And the same as above, but with G43 on another line.  Also tried an M1 after the tool change line(s) - even a few lines down - but LCNC just isn't applying the tool offset.

When I run a program, LCNC excutes the tool change - new tool number is displayed in all three GUIs - but doesn't apply the offset.

Tool number doesn't matter - whatever tool offset was previously applied remains active after the Tn M6 line.

Under Axis I was using the "T" remap from the sim lathe-fanucy
Under qtpyvcp, I commented out the "T" and "M6" remap and was just using the 'stock' M6

I'm sure this is something on my end and unlikely to be an LCNC problem.  Maybe the remap.py and stdglue.py used by my other remapped M-codes is interfering with 'normal' M6/G43?

Anyone have an idea what would interfere with G43 being applied during a program, but not via MDI or a GUI-based command?
  • cmorley
  • cmorley
Yesterday 01:35
Replied by cmorley on topic Qtvcp GUI and hal pins

Qtvcp GUI and hal pins

Category: Qtvcp

I pushed some changes to master to fix this and much other stuff.

The fix for running macros with a button was two characters in the handler file.
If you just want to edit your's directly let me know and I'll give instructions.

I also added to the online docs to help.

Thanks for the report and please let me know if this is fixed for you.
  • cmorley
  • cmorley
Yesterday 01:24
Replied by cmorley on topic Developer Forum

Developer Forum

Category: General LinuxCNC Questions

The dev mail list is almost useless.
  • tommylight
  • tommylight's Avatar
Yesterday 23:53
  • rhscdn
  • rhscdn
Yesterday 23:41
Developer Forum was created by rhscdn

Developer Forum

Category: General LinuxCNC Questions

Just curious, is there a current developer forum, mailing list or discord server for asking technical LinuxCNC code questions? Is GitHub the best option?
  • Askjerry
  • Askjerry's Avatar
Yesterday 23:18
Replied by Askjerry on topic MESA card (LAN) failing to connect.

MESA card (LAN) failing to connect.

Category: General LinuxCNC Questions

Hey everyone... I really appreciate the fast replies! I've contacted Wayne and sent him this link... so I am certain he will get it running.

Thanks again!
Jerry
  • MuriloPedreiro
  • MuriloPedreiro
Yesterday 23:08
NVUM/NVEM 4 - SP Board Connector was created by MuriloPedreiro

NVUM/NVEM 4 - SP Board Connector

Category: Computers and Hardware

Hi,
Does anybody know what connector is used for the MPG of the NVUM4-SP Board.
Tried:
1)IDC 2x8
 2) 2,54mm Modu
3) JST
None of them fit.
 
 


They are 8x2 pins.

Thanks
  • tommylight
  • tommylight's Avatar
Yesterday 21:50
Replied by tommylight on topic MESA card (LAN) failing to connect.

MESA card (LAN) failing to connect.

Category: General LinuxCNC Questions

Odd, when you click on the forum link it does go to 0:00 but when you open in youtube from the forum page, it goes to the correct location in the video.

Oh good, it's not just me! :)

I might snip it out and make a seperate  video when I have a moment of spare time as its the most used reference.

You can do exactly that in youtube studio, there is a feature something like make short videos of your existing videos, i made one once testing it.
  • mariob
  • mariob
Yesterday 20:34 - Yesterday 20:37

Linuxcnc erste Schritte und erste Probleme, NVEM und Remora

Category: Deutsch

Hallo,
Du brauchst für den ersten Test keine confg in den NVEM zu spielen, die Basiskonfiguration für den Test ist dort bereits in der Firmware per default vorhanden. Zumindest bei mir war das so, sofern der NVEM antwortet (was er ja bei Dir auch tut) sollte das reichen. Die Fehlermeldung hatte ich auch, anfangs hatte ich da wahrscheinlich auch die falsche Firmware.
Ich habe dann testweise mal mit dem Oszilloskop die Achsausgänge kontrolliert, die liefern auch brav die Impulse.
Viel weiter bin ich allerdings auch noch nicht gekommen, es stehen und standen andere Dinge mit höherer Priorität an, daher sorry....

Gruß
Mario
  • Konstantin
  • Konstantin
Yesterday 20:12 - Yesterday 20:14
Replied by Konstantin on topic CiA 402 Folder Missing

CiA 402 Folder Missing

Category: EtherCAT

@andrax
I appreciate your help and efforts on the topic. Actually, this was my working configuration, I just added the additional rows in .ini and .hal files as per you absolute encoder guide topic.

The "sdoConfig" line for 0x6098 is there to set the homing method of the drive. I added it before looking at your guide. It simply sets homing mode 34 - index pulse.

What do you mean by the wrong naming convention? You stated the halpin "opmode". Did I write it wrong or is the data type of signed 32 wrong? As per servo manual, it is an 8 bit variable but LinuxCNC expects it as signed 32.

I did not use the "name" attribute for the EtherCAT slave in the .xml, instead I use the slave ID number in the .hal file.

Would elaborate more on what is wrong the .xml file? I can get the .ini and .hal files from you absolute encoder tutorial but there is no .xml file there. That is why I ask about my errors in the .xml file.
  • rodw
  • rodw's Avatar
Yesterday 19:08
Replied by rodw on topic Error after running the PnCConf Wizard

Error after running the PnCConf Wizard

Category: PnCConf Wizard

iopl() failed: Operation not permitted
cannot gain I/O privileges - forgot 'sudo make setuid' or using secure boot? -parallel port access is not allowed

Disable secure boot  in your BIOS.
I had this issue recently. I thought I had done this to this machine ages ago but, I found it was hard to make the change stick. Eventually got it. I found the numeric keypad is not enabled in the BIOS and used the top row.
  • rodw
  • rodw's Avatar
Yesterday 19:01
Replied by rodw on topic CiA 402 Folder Missing

CiA 402 Folder Missing

Category: EtherCAT

Your EtherCAT XML is full of errors again.
You have to give each drive a name so it can be assigned   name="X"

 

Using name="x" is optional in the XML format and without it, it defaults to the slave number (which is great if your drives are the first slaves on the bus as it aligns with joint numbers). but names does free up the order of slaves. If following a template format, deviating from the supplied XML  can require a lot of editing as you are discovering....
  • rodw
  • rodw's Avatar
Yesterday 18:39 - Yesterday 18:42
Replied by rodw on topic MESA card (LAN) failing to connect.

MESA card (LAN) failing to connect.

Category: General LinuxCNC Questions

Odd, when you click on the forum link it does go to 0:00 but when you open in youtube from the forum page, it goes to the correct location in the video.
Another delightful forum feature.
I might snip it out and make a seperate  video when I have a moment of spare time as its the most used reference.
  • PCW
  • PCW's Avatar
Yesterday 17:43
Replied by PCW on topic Error after running the PnCConf Wizard

Error after running the PnCConf Wizard

Category: PnCConf Wizard

This:

iopl() failed: Operation not permitted

Must be fixed before proceeding.

You can ping without root privileges but The hm2_eth driver
must block other programs access to the interface and this
requires root privileges.

This is most likely a LinuxCNC install issue or perhaps a BIOS security
setup issue (secure boot etc)
  • antonyvm
  • antonyvm
Yesterday 17:24
Replied by antonyvm on topic Error after running the PnCConf Wizard

Error after running the PnCConf Wizard

Category: PnCConf Wizard

I am still getting pings from the card.
But the delay is sometimes high.

I thing the network driver might be mixed up?
This PC has realtek 8125 Ethernet chip.

How do we check if there is any conflict between the drivers?
Displaying 1 - 15 out of 285550 results.
Time to create page: 1.831 seconds
Powered by Kunena Forum