Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
21 Apr 2025 22:59 - 21 Apr 2025 23:00

First time to try build my xml for not listed ethercat in-out component

Category: EtherCAT

I don't think the error has anything to do with your I/O module. Sounds like you are using a wrong pin name. comment it out until it opens and then review in halshow to see what you did wrong...
  • rodw
  • rodw's Avatar
21 Apr 2025 22:55

After homing X and Y, can I auto move to a non 0,0 location?

Category: General LinuxCNC Questions

Okay, I think a picture will help.

That's because since homing (and even rapids, on my mill) are very slow, I'd really rather skip the extra bed travel, and have it home directly to 12, and stayed there.
 

Homing does not have to be slow but there is a tradeoff between overtravel and velocity. Now you have it working, try playing with the HOME_VELOCITY and LATCH_VELOCITY. ON my plasma table, I settled on 12 metres/minute
  • rodw
  • rodw's Avatar
21 Apr 2025 22:49
Replied by rodw on topic Should I switch from AXIS to QtDragon?

Should I switch from AXIS to QtDragon?

Category: Qtvcp

Just buy a cat.

They're cute and they catch mice.

Said cat is out of a job due to technology in the better mouse trap!
  • rodw
  • rodw's Avatar
21 Apr 2025 22:47
Replied by rodw on topic Digital Input

Digital Input

Category: O Codes (subroutines) and NGCGUI

Probably what you need is spindle.0.at-speed but its true when running
Being a mesa card your pin probably has a matching .not signal otherwise, use the not component to invert the signal
  • tommylight
  • tommylight's Avatar
21 Apr 2025 22:44
Replied by tommylight on topic boxford 160tcl

boxford 160tcl

Category: General LinuxCNC Questions

OK, lets look at it from the other side, is that wheel with round holes on your actual machine?
where so sensor wires go and how many pins are there?
  • rodw
  • rodw's Avatar
21 Apr 2025 22:43
Replied by rodw on topic ChatGPT LinuxCNC Assistent

ChatGPT LinuxCNC Assistent

Category: Configuration Tools

Any AI client I have tried just lies, particulalry with linuxcnc.
Don't get me started about the stupid question I got from a customer over the weekend about a product of mine. The question has never been asked in 16 years the product has been out there and was totlally irrelevant.

The exception seems to be Elon Musk's Grok. Perhaps the lies are just harder to pick
  • cakeslob
  • cakeslob
21 Apr 2025 22:36
Replied by cakeslob on topic ChatGPT LinuxCNC Assistent

ChatGPT LinuxCNC Assistent

Category: Configuration Tools

I dont think it did a single halpin correctly in the file, maybe the arduino one but im not sure.

How do I modify the files to make it run, or where can I get the specific information?


You should start by not using the entire thing. The thing you generated is essentially a broken version of the default/premade configurations we provide for remora The only thing it actually did was assign signals to the remora IO to add the buttons. The encoder signals arent connected to anything, and many of the parameters in the INI file arent real or connected to anything either, its mixing between joint C and Y, the speeds look insane and most of the ini entries are completely made up

Based on what I assume is the intended halfile, you have barely changed anything from the default remora halfile to begin with.


Compare that file to this one, known good and working
github.com/cakeslob/RRW_LAB/blob/main/Li...olset/remora-xyz.hal

it looks like i didnt upload my lathe config, but ill post that if you promise not to use that ai file
  • rodw
  • rodw's Avatar
21 Apr 2025 22:36

Linuxcnc 2.9.2 and 2.93 images for Raspberry Pi 4b & 5

Category: Installing LinuxCNC

8gb will be fine. 
Linuxcnc runs happilly in 4 gb on most platforms.
  • Turners
  • Turners
21 Apr 2025 22:10
Replied by Turners on topic boxford 160tcl

boxford 160tcl

Category: General LinuxCNC Questions

I'm unsure that Sensor I was holding is not the original for this machine. i was hoping someone had the same machine and would be able to point me in the right direction. I guess I need a dual one. it should have 4 wires 2 on each side.
  • tommylight
  • tommylight's Avatar
21 Apr 2025 21:43
Replied by tommylight on topic boxford 160tcl

boxford 160tcl

Category: General LinuxCNC Questions

Not sure, your pictures show a normal single led/sensor device, but the schematics show a dual led/sensor device.
How many wires does yours have on each side?
  • vre
  • vre
21 Apr 2025 21:27 - 21 Apr 2025 21:29
Replied by vre on topic Digital Input

Digital Input

Category: O Codes (subroutines) and NGCGUI

The code needs a digital input pin for stopped-spindle to work
because i do not have this stopped-spindle digital input how can check
in subroutine code if spindle is stopped ?

mesa_input_pin can be hm2_7i80.0.gpio.003.in
  • Turners
  • Turners
21 Apr 2025 21:21
  • cakeslob
  • cakeslob
21 Apr 2025 21:02
Replied by cakeslob on topic ChatGPT LinuxCNC Assistent

ChatGPT LinuxCNC Assistent

Category: Configuration Tools

whole halfile is wrong. its trying to mix other linuxcnc stepgen with remora

from ai
# Verbinden von Stepgen (Benutzermodus) mit den Achsen
setp stepgen.0.scale [JOINT_0]SCALE
setp stepgen.0.maxaccel [JOINT_0]STEPGEN_MAXACCEL
setp stepgen.0.position-scale [JOINT_0]SCALE

# Joins zu den richtigen Positionen und Feedbacks verbinden
net j0pos-cmd joint.0.motor-pos-cmd => stepgen.0.position-cmd
net j0pos-fb stepgen.0.position-fb => joint.0.motor-pos-fb
net j0enable joint.0.amp-enable-out => stepgen.0.enable

# Stepgen und remora zu den Echtzeit-Threads hinzufügen
addf stepgen.0.update servo-thread
# Den Remora-Modul initialisieren
setp remora.joint.0.pos-cmd 0

# Achsenzuweisung
net x-pos-cmd axis.x.motor-pos-cmd => remora.stepgen.00.position-cmd
net x-pos-fb  remora.stepgen.00.position-fb => axis.x.motor-pos-fb
net x-enable  axis.x.amp-enable-out => remora.stepgen.00.enable


from a remora example
# load the Remora real-time component
	loadrt remora-eth-3.0 PRU_base_freq=500000

# joint 0 setup (X axis)
	setp remora.joint.0.scale 		[JOINT_0]SCALE
	setp remora.joint.0.maxaccel 	[JOINT_0]STEPGEN_MAXACCEL
	net j0pos-cmd 		joint.0.motor-pos-cmd 	=> remora.joint.0.pos-cmd
	net j0pos-fb 		remora.joint.0.pos-fb 	=> joint.0.motor-pos-fb
	net j0enable 		joint.0.amp-enable-out 	=> remora.joint.0.enable


same with the inputs, its mashing up the other linuxcnc inputs with remora inputs

from AI
net lid-switch   <= remora.input.16.in
net start-btn    <= remora.input.17.in

remora code
net X-home 	remora.input.00
  • vre
  • vre
21 Apr 2025 21:02
Replied by vre on topic spindle with encoder

spindle with encoder

Category: Basic Configuration

For rigid tapping i need only index signal from spindle shaft
A-B signals can come from elsewhere the encoder is mounted that is not 1:1 ratio correct ?
  • tommylight
  • tommylight's Avatar
21 Apr 2025 20:57
Replied by tommylight on topic boxford 160tcl

boxford 160tcl

Category: General LinuxCNC Questions

Old photocopiers have plenty of those, if you can scour one, and some bigger printers.
Displaying 1831 - 1845 out of 26449 results.
Time to create page: 0.446 seconds
Powered by Kunena Forum