Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
07 Apr 2025 00:46 - 07 Apr 2025 00:46

Spindle control not showing in Axis window...

Category: Basic Configuration

Just a heads up. Tommy's link is to Linuxcnc v 2.6 and our release version is now 2.9 so it will be obsolete in places.
The PDF files are available from the Documention page but are just a copy of the content in the HTML version which I tend to use in preference,
But none the less I too was gobsmacked when starting off to find the documentation runs to 1347 pages!
2.9 version: linuxcnc.org/docs/stable/pdf/LinuxCNC_Documentation.pdf
 
  • cmorley
  • cmorley
06 Apr 2025 23:43
  • cakeslob
  • cakeslob
06 Apr 2025 22:06

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

What part worked?

The motors will move even if the TMC doesnt configure. motor0 and motor 1 are connected to the same output buffer, if the buffer is damaged motors0 and 1 wont get the enable signal it looks like
  • B1gJ1mmy
  • B1gJ1mmy
06 Apr 2025 21:56

Yet another LinuxCNC noob with a PCI card as Port1 issue.

Category: General LinuxCNC Questions

Hi. Thanks for your help after a new cable this is now working.

However I noticed and issue with Stepconf wizard. It will not allow you to have multiple outputs as enable. If I set pins on the second breakout board to enable those setting are not reflected in the HAL file. However If I manually create the line for port1 then enable works on the second card.

Unsure if this is correct behaviour. This may also be why I could not get the Breakout board working. Just possibly a trap for new players. It is tempting to use enable as the test for the breakout board as you have access to switch it from the main panel without running any gcode. But without manual intervention this will not work.

Thanks.
  • gmouer
  • gmouer
06 Apr 2025 21:52
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

That last piece of the puzzle did it !!!!!!!

It now  launches, embedded.  

Thanks so much for all the help !          Hopefully others will benefit from this adventure.

The Nativecam looks to be a newer version than the one I have been using.   Now I have to get current with the changes over time.

 

 
  • Giovanni
  • Giovanni
06 Apr 2025 21:40
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

EMBED_TAB_COMMAND = gladevcp -x (XID) -U --catalog=mill/usr/share/linuxcnc/gladevcp/NativeCAM/ncam.ui

It should be in curly brackets {XID}.

Regards
Giovanni
  • gmouer
  • gmouer
06 Apr 2025 21:16
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

I have been hoping that BecksVill (Andrew) would return, he has the same issue as me (Tab but empty) Unfortunately he has not been in the forum for 15 days
  • Krimbles13
  • Krimbles13
06 Apr 2025 21:16

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Thanks a lot, it kinda works now or at least i can move the motors. Only weird thing is motor0 and motor1 aren't working but the other 6 do, so that's a good thing i guess.
Oh and sorry again for my stupid questions.
see ya
  • gmouer
  • gmouer
06 Apr 2025 21:07
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

Thanks for all the help !

I inserted the space that you pointed out.          Same result, NativeCAM tab but it is empty.

I launched in terminal by typing Linuxcnc and then selecting the axis simulator

Below is the terminal window messages.       I see a couple issues but don't know why.

Below is the terminal window messages,  I see a couple issues but do not know how to resolve them.
I also included the ini file.

 

File Attachment:

File Name: terminal_w...4-06.txt
File Size:2 KB


 

File Attachment:

File Name: ini_file_2...4-06.txt
File Size:5 KB
  • tommylight
  • tommylight's Avatar
06 Apr 2025 20:38
Replied by tommylight on topic Spindle control not showing in Axis window...

Spindle control not showing in Axis window...

Category: Basic Configuration

Start with the HAL part, that is what most people seem to be scared of, but it was and is the main reason why i liked LinuxCNC as you can do almost anything with it, within reason.
And then there is components, plenty of those included and the ability to write your own to fit your needs, so the possibilities are nearly endless.
As for 342 pages, nah, i'we read much longer not enjoyable, while this was very, very enjoyable/interesting.
It opens a whole new world of possibilities.
Does the Z have limit/home switches?
  • tommylight
  • tommylight's Avatar
06 Apr 2025 20:30
Replied by tommylight on topic Joint1 following error

Joint1 following error

Category: General LinuxCNC Questions

Max_velocity in the ini file is in units per seconds (mm or inch), while everything in GUI is in units per minute, hence divide or multiply by 60.
The error you are getting is because you are requesting higher step rate than possible given the base period in use and timings for the software stepgens RPI uses, so you have to lower the step rate, or use less microstepping on the drives to get more velocity, but this will make more vibrations al low motor speeds. Still, do give it a try with microstepping at 4 and step scale.....
Step scale is motor steps per rotation multiplied by the microstepping value and divided by the pulley tooth/diameter/tooth pitch, in your case for a normal 1.8 degree per step motor that is 200 steps per rotation of the motor and pulley since it's directly driven, multiplied by 8 microsteping in the drives and divided by 20 tooth of the GT2 (GT2 is 2mm pitch between teeth) or 40mm
200*8=1600/40=40steps per mm for metric machine.
If you do set the drives to 4 microsteps, the scale in the ini file has to be changed to 20.
  • cakeslob
  • cakeslob
06 Apr 2025 20:24

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Alright, the only other thing that stands out is the config. Im not sure if it would make an issue thought, but try anyways I guess. Flip around the order, not sure if it matters but I havent tested the other way.

Also, try hitting the reset button after stuff it booted, see if it does something
{
	"Thread": "Base",
	"Type": "Stepgen",
		"Comment":			"X - Joint 0 step generator",
		"Joint Number":		0,
		"Step Pin": 		"PF_13",
		"Direction Pin": 	"PF_12",
		"Enable Pin": 		"PF_14"
	},
	{
	"Thread": "On load",
	"Type": "TMC2209",
		"Comment":			"X - Joint 0 TMC driver",
		"RX pin": 			"PC_4",
		"RSense":			0.11,
		"Current":			800,
		"Microsteps":		16,
		"Stealth chop":		"on",
		"Stall sensitivity":0
	},
  • Giovanni
  • Giovanni
06 Apr 2025 20:08
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

In your .ini file it seems that there is no space separator between --catalog=mill and the path:
EMBED_TAB_COMMAND = gladevcp -x (XID) -U --catalog=mill/usr/share/linuxcnc/gladevcp/NativeCAM/ncam.ui

Become:
EMBED_TAB_COMMAND = gladevcp -x (XID) -U --catalog=mill /usr/share/linuxcnc/gladevcp/NativeCAM/ncam.ui

Regards
Giovanni
  • Krimbles13
  • Krimbles13
06 Apr 2025 19:20 - 06 Apr 2025 19:41

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Done that already and the thing i don't understand is, there is a current on the VS(24V) and the VIO(5V) pin of each driver but it still fails on the boot.
Also tried to use some TMC2209 v1.2 instead of the v1.3 i wanted but still no change.
  • gmouer
  • gmouer
06 Apr 2025 19:03 - 06 Apr 2025 19:54
Replied by gmouer on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

Tried standalone NativeCAM again after installing python3-lxml.     Terminal screen info attached in file 

Noticed inifile =N/A in terminal.    I think this is because I launched linuxcnc in terminal without specifying in some way thataxis sim is to be used.

Also tried launching Linuxcnc the normal way with axis sim selected.     There is a NativeCAM tab but still remains a empty tab




File Attachment:

File Name: stdAloneErrors.txt
File Size:1 KB
Displaying 3961 - 3975 out of 26033 results.
Time to create page: 0.280 seconds
Powered by Kunena Forum