Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
02 Apr 2025 21:37

Pokeys_homecomp EncoderSearch / Encoder Arm Topic: Pos_Fb Following errors

Category: HAL

Looking at the code around taskintf.cc:976 that error indicates that EMCMOT_JOINT_ERROR_BIT is being set. Have you tried tracking down what might be causing that?
  • snowgoer540
  • snowgoer540's Avatar
02 Apr 2025 21:34

Hypertherm Powermax Voltage Divider, Preference for THAD-10

Category: Plasmac

Short answer:

My Powermax is paired with a THCAD-10.  I changed it to 20:1.  It’s served me well with no issues over the years.

Long answer:

forum.linuxcnc.org/plasmac/39999-thcad-1...powermax45-xp#181612
  • tommylight
  • tommylight's Avatar
02 Apr 2025 21:33

PCIe - No parport registered at "0x " . This is not Always an error.Continuing.

Category: Advanced Configuration

I wonder if there is a way to force these Sunix cards to load parport_pc driver and module from the I/O ports address?

So it will showup in dmesg as a proper enumerated parallel port.

Why?
I had two of those, both showed everything on 2 different PC's, but 1 did not show driver and kernel module on a 3'rd PC. Same card did show on 1 PC and did not show on another PC.
On the PC that did not show modules another PCI card did not show modules loaded, after showing them and working for years.
All this points to something in BIOS causing that, but i am out of luck as i can not find any more of those Sunix cards.
Here is one example of it showing modules loaded
forum.linuxcnc.org/10-advanced-configura...uing?start=20#324494
  • andypugh
  • andypugh's Avatar
02 Apr 2025 21:28
Replied by andypugh on topic M19 and spindle-index-enable issues

M19 and spindle-index-enable issues

Category: Advanced Configuration

As to why adding 16 to the mode doesn't work...

I guess that the problem comes if the orient.0.mode pin is connected to spindle.N.orient-mode, I didn't realise that the P number had a limit check on it.

If it is controlled by a "setp" in the HAL then it should be fine (with the spindle.N.orient-mode pin left unconnected)

That means that you can't change the mode with the P command in M19. I don't know if that is really a problem, though?
  • rodw
  • rodw's Avatar
02 Apr 2025 21:20

Hypertherm Powermax Voltage Divider, Preference for THAD-10

Category: Plasmac

It depends on your machine amperage. No scaling resistors are rwquired. Most people use 20:1 which gives a 200 volt full scale, 125 amps might be better at 30:1. (300 volts)
The thing is that the THCAD is rated for overvoltage of 500 volts. The voltage will only go over 200 volts on piercing when we do not care about the voltage then. During cutting voltage is between 100-170 volts. Keeping the max voltage range low means the readings are more accurate as more of the ADC's range is used. 50:1 is popular with a lot of non-linuxcnc THC's  (probably with a 0-5 volt ADC). That would be better for a THCAD5.
  • rodw
  • rodw's Avatar
02 Apr 2025 21:07
Replied by rodw on topic New Computer - Error Launching

New Computer - Error Launching

Category: Advanced Configuration

HOME_SEQUENCE = -1
on both your Y joints is needed. Refer to homing configuration in the docs.
Sometimes you need to invert the sign of the LATCH_VELOCITY to make it go the right way.
 
  • andypugh
  • andypugh's Avatar
02 Apr 2025 21:04
Replied by andypugh on topic python hal glade

python hal glade

Category: GladeVCP

Yes, almost at the bottom:
AttributeError: Handler hal_button_pressed not found

So, in your .ui file there is a button that triggers the event "hal_button_pressed" and no handler for that event in the python.

Looking through the .ui file in a text editor:
cnc11.ui:34: <signal name="pressed" handler="hal_button_pressed" swapped="no"/>
cnc11.ui:49: <signal name="pressed" handler="hal_button_pressed" swapped="no"/>
cnc11.ui:93: <signal name="pressed" handler="hal_button_pressed" swapped="no"/>
cnc11.ui:108: <signal name="pressed" handler="hal_button_pressed" swapped="no"/>
cnc11.ui:123: <signal name="pressed" handler="hal_button_pressed" swapped="no"/>
Found 5 matches for "hal_button_pressed".

in the Python I see:
    def hal_button_pressed(self, widget, data=None):
        print ("on_button_press calllllllled")
        s.poll()

So you have written the handler, but in my editor the entire code body in the Python file appears to be triple-quoted (lines 15 and 120) and is highlighted in red. It may be that this is causing the whole handler file to be ignored.
  • PCW
  • PCW's Avatar
02 Apr 2025 21:00
Replied by PCW on topic Question about custom BOB for a 7i92

Question about custom BOB for a 7i92

Category: Driver Boards

Yes, there is no non-volatile information stored in the FPGA.
  • andypugh
  • andypugh's Avatar
02 Apr 2025 20:55
Replied by andypugh on topic question of Homing

question of Homing

Category: EtherCAT

Have you connected the index-enable to the PID? That is intended to prevent a PID "bump".
pid.N.index-enable
linuxcnc.org/docs/stable/html/man/man9/pid.9.html#PINS
  • rodw
  • rodw's Avatar
02 Apr 2025 20:48

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

Cool, the ISO install points that file to the Linuxcnc.org repositories so deleting it let it us overwrite it to use buildbot2
Also we have a preferences file we delete to ensure Debian chose the Linuxcnc version at Linuxcnc.org, not the obsolete one in the Bookworm distribution. I don't think we need that here because  version 2.10 is > 2.94 (it worked for you)
If we do, we can edit the saved preferences version from the apt folder in your home folder or get it from the linuxcnc-livebuild (the binary versions are what we use, chroot is just for the builder)
github.com/LinuxCNC/linuxcnc-live-build/...worm/config/archives

Finally, I might add that this install is not best practice for apt. If you look at the Ethercat list.binary file, the key is explicitly referenced in the Deb archive line
  • rodw
  • rodw's Avatar
02 Apr 2025 20:33

Fusion 360 probe on probe_basic - Probe tripped during non-probe move

Category: General LinuxCNC Questions

As Andy says, the error is from Linuxcnc core, not the GUI.
I would be running the probing from probe basic and not get F360 to do anything with the probe (I didn't know you could)
I've used a probe with F360 and qtdragon and it all worked perfectly.
 
  • blazini36
  • blazini36
02 Apr 2025 20:25
Replied by blazini36 on topic Question about custom BOB for a 7i92

Question about custom BOB for a 7i92

Category: Driver Boards

I should be able to just swap that fpga right? Assuming the EEPROM and whatever else is still good.
  • Hakan
  • Hakan
02 Apr 2025 20:24

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

That worked. Was it supposed to overwrite the content of the linuxcnc-uspace.list?
That's what it did anyway. If you just wanted to add a new line at the end, "tee -a" is the answer.
Considering you did that in the previous commands with echo and >>
  • ContinenteCNC
  • ContinenteCNC's Avatar
02 Apr 2025 20:23

PCIe - No parport registered at "0x " . This is not Always an error.Continuing.

Category: Advanced Configuration

I wonder if there is a way to force these Sunix cards to load parport_pc driver and module from the I/O ports address?

So it will showup in dmesg as a proper enumerated parallel port.

It would make my life easier. I wrote a bash script to automate PCI card report creation ( forum.linuxcnc.org/18-computer/54368-pci...-box?start=30#325532 ) and I have a bunch of PCI cards to test and report, and some of them are Sunix.

Do any of you guys know a way?
Displaying 106 - 120 out of 26734 results.
Time to create page: 0.203 seconds
Powered by Kunena Forum