Advanced Search

Search Results (Searched for: )

  • Silverback
  • Silverback
Today 22:54

[qt_dragon_hd] auto tool probe and gcode display issue

Category: Qtvcp

I have qt_dragon_hd set up and running versa probe. Per the web directions, I have remapped M6 to the qt_auto_probe_tool routine.

Everything works fine, however, once the auto probe routine finishes and control returns to the gcode file, the display in qt_dragon switches to showing the qt_auto_probe_tool text and infinitely scrolls through it.

I am fairly new to LinuxCNC and have only made it this far by pure determination and reading a lot, so use ELI5 principles, if you don't mind.

Many thanks.
  • jmelson
  • jmelson
Today 21:42
Replied by jmelson on topic I/O ports at e000 [disabled] [size=8]

I/O ports at e000 [disabled] [size=8]

Category: Driver Boards

Very interesting! Can you report what kernel is installed on your 2.9.4 system?
The command is uname -a
(I'm guessing you can't do this for the 2.9.3 system as you have probably overwritten that hard drive.)
Well, I am very happy that this ports [disabled] mess is fixed by a newer kernel!
Thanks,
Jon
  • PCW
  • PCW's Avatar
Today 20:40
Replied by PCW on topic Lo ejes dejaron de moverse

Lo ejes dejaron de moverse

Category: General LinuxCNC Questions

7I96S outputs 4 and 5 are AC/DC type 100 mA max 60V max

Your external SSR may appear stuck-on if the output
polarity was wrong or maybe it just has too much leakage
current for switching a low current signal.
  • Johnnysacalu
  • Johnnysacalu
Today 19:45
Replied by Johnnysacalu on topic Lo ejes dejaron de moverse

Lo ejes dejaron de moverse

Category: General LinuxCNC Questions

La salida 4 que tiene mejor aislamiento es dc o ac  por que he puesto un ssr de dc y no corta se queda en contacto aunque no este dada la antorcha de plasma
  • Abdelrahmankandil
  • Abdelrahmankandil's Avatar
  • Aciera
  • Aciera's Avatar
Today 19:03

Python M6 Remap Not Callable in LinuxCNC 2.9.4– Function Not Recognized

Category: G&M Codes

Difficult to troubleshoot. Please attach your zipped config folder so we can see how things are setup.
  • Abdelrahmankandil
  • Abdelrahmankandil's Avatar
Today 18:46 - Today 18:47

Python M6 Remap Not Callable in LinuxCNC 2.9.4– Function Not Recognized

Category: G&M Codes

Hello everyone,I’m facing a persistent issue with implementing a Python-based M6 remap in LinuxCNC 2.9.4 running on Debian Bookworm. No matter what I try, LinuxCNC always reports that my remap function is “not a Python callable function,” even though I have followed all the official documentation and community advice.Details:
  • Configuration:
    • In my INI file, I have:
    • [RS274NGC]


      PARAMETER_FILE = linuxcnc.var
      RS274NGC_STARTUP_CODE = G21 G40 G90 G94 G97 G64 P0.025
      REMAP = M6   python=my_m6_remap_function modalgroup=6

      [PYTHON]
      PATH_PREPEND=/path/to/my/python/scripts                            
      PATH_APPEND=/path/to/my/python/scripts  
      TOPLEVEL=/path/to/my/python/script/m6_tool_change.py

      The Python file is in the correct directory, and the function name matches exactly. The function signature is:
      •     def my_m6_remap_function(self, **words):
                # minimal test code
                print("Hello from  REMAP")
                return INTERP_OK



        I have tried different function names, ensured the function is top-level (not inside a class or another function), and removed any __init__.py, .pyc, or __pycache__ files.File encoding is correct (UTF-8/ASCII), and permissions are set properly.Result:I always get the following error:
            'my_m6_remap_function' is not a Python callable function - ...:REMAP = M6   python=my_m6_remap_function modalgroup=6
        I have tested this on multiple machines, with fresh configs (including a clean Axis config), and even on a different PC – always the same result.Remapping using ngc (subroutine) works perfectly.
        I can import linuxcnc in Python 3 without issues.
        I have tried examples from stdglue.py and the forums – same error.Environment:Debian BookwormLinuxCNC 2.9.4 (from official repositories)Python 3 bindings are present and workingNotes:I suspect this is either a bug in LinuxCNC 2.9.4 on Bookworm or a missing package/feature in the current build.
        Downgrading to an older distro or using Python 2 is not a practical option for me.I need Python remap for integration with a custom PyQt5 GUI and an Automatic Tool Changer (ATC).Has anyone else encountered this issue or found a practical solution?Is there a way to enable Python remap support in this environment, or any workaround besides using ngc?
        Any help or suggestions would be greatly appreciated!
  • Johnnysacalu
  • Johnnysacalu
Today 18:11
Replied by Johnnysacalu on topic Lo ejes dejaron de moverse

Lo ejes dejaron de moverse

Category: General LinuxCNC Questions

El thcad2 no lo se por que no se como comprobarlo

he comprobado lo de step/dir 04 y funciona perfectamente 
  • UweSauter
  • UweSauter
Today 18:05 - Today 18:11
Replied by UweSauter on topic JMC Servo in PP mode

JMC Servo in PP mode

Category: EtherCAT

Hi Patrick,

so, regarding the encoder resolution I have come one step further. It actually is configurable and the default value is 4000 counts/rev.
I suspect that the drive doesn't have a "real" hardware encoder but uses hall sensors or other electronic tricks to know/estimate the position. Thus the resolution can be set kind of arbitrary and is dependent on the accuracy of the sensors.

I was able to set the resolution to 10_000/rev without problem. But the question remains how accurate that actually is and if such a high resolution makes any sense. I think I'll settle with just 1_000/rev which will still give me an accuracy of 10µm in combination with my 5mm/rev ball screw.

If you're interested in more details, let me know and I will share what I found out.

Regarding the XML configuration I'd be interested to see what you came up with.

Good luck with your exams,

Uwe

 
  • PCW
  • PCW's Avatar
Today 17:36 - Today 18:42
Replied by PCW on topic Lo ejes dejaron de moverse

Lo ejes dejaron de moverse

Category: General LinuxCNC Questions

The THCAD connection should not have any effect on the 7I96S unless there was
some kind of issue with the 7I96S side (encoder side) wiring, as the plasma
(Analog input) side of the THCAD is completely isolated from the 7I96S.

Is the THCAD2 in the same case as the 7I96S?
 
 
  • rick-linuxcnc
  • rick-linuxcnc
Today 17:06
Replied by rick-linuxcnc on topic I/O ports at e000 [disabled] [size=8]

I/O ports at e000 [disabled] [size=8]

Category: Driver Boards

got a new card didn/t help. same messages. I finally just install version 2.9.4 and everything works.
  • Aciera
  • Aciera's Avatar
Today 15:07
  • Daan96
  • Daan96
Today 14:23

Building a 3-axis plasma table with mesa 7i96s, THCad-2 and nema23 steppers

Category: Show Your Stuff

My bad, aluminium is about 1.2 kg for 1200mm
So it is about 2.5 times as heavy but many times stronger against deflection.
That is why the choice was made for the 80x40 extrusion profile.

The guides weigh a lot more there, more could be gained there.
  • hellvetica
  • hellvetica
Today 14:13

Robot reads the same position every time it is turned on.

Category: Advanced Configuration

Thanks for the reply.
I removed it but it had no effect.
  • meister
  • meister
Today 13:43

Robot reads the same position every time it is turned on.

Category: Advanced Configuration

I would try to remove the PARAMETER_FILE (sim_mm.var) and then start the program
Displaying 1 - 15 out of 25749 results.
Time to create page: 0.490 seconds
Powered by Kunena Forum