Advanced Search

Search Results (Searched for: )

  • karlhe
  • karlhe
30 Aug 2024 13:47
Replied by karlhe on topic durchmesser stimmt nicht

durchmesser stimmt nicht

Category: Other User Interfaces

Hallo Aciera,

ich habe diese zeilen in der postgui.hal noch einmal angeschaut.
setp  dbounce_probe.delay      [PROBE]DEBOUNCE_TIME
setp  xor_probe.in0            [PROBE]PROBE_SWITCH

net   probe-raw                dbounce_probe.in             <=    #PHYSICAL_PROBE_PIN
net   probe-switch             dbounce_probe.out            =>    xor_probe.in1
net   probe-signal             xor_probe.out                =>    motion.probe-input pyvcp.probe_led

In dieser Zeile muß ein anderer Eintrag eingetragen werden #PHYSICAL_PROBE_PIN...
ich habe eine parallele Karte, damit eine Verbindung zu meienem probe pin hergestellt wird.
Hast Du eine Lösung?
karlhe

 
  • tommylight
  • tommylight's Avatar
30 Aug 2024 13:45
Replied by tommylight on topic help to connect alarm signal driver hbs86h

help to connect alarm signal driver hbs86h

Category: Driver Boards

Connect to input on BOB, then in hal connect that input to joint.N.amp-fault.
Or in your case if you have them with e-stop, in hal connect to estop-ext.
  • tommylight
  • tommylight's Avatar
30 Aug 2024 13:42
Replied by tommylight on topic Probe basic install error

Probe basic install error

Category: QtPyVCP

Moved to "QtPyVCP" section.
  • Ismacr63
  • Ismacr63
30 Aug 2024 13:41

help to connect alarm signal driver hbs86h

Category: Driver Boards

I want to connect the alarm signal of my drivers to the typical blue Chinese parallel port card.
I've looked around the net a lot but I'm not sure how to connect it. From what I see the alarm signal is normally open, I've inverted it to normally closed by connecting via RS232.

My idea is to connect the 3 drivers in series together with the emergency stop.
I don't know if anyone can give me an idea of ​​how to connect everything.
  • mnph92
  • mnph92
30 Aug 2024 13:14
Probe basic install error was created by mnph92

Probe basic install error

Category: QtPyVCP

Hello

I have installed Debian 12, hiyapyco, QtPyVCP, linuxcnc 2.9.0, python 3.11, and qtpyvcp (qt version 5.15)
I can't run probe basic after the installation because i get this error:
Could anyone please guide me to the right direction?
Thanks in advance.
Traceback (most recent call last):
  File "/usr/bin/probe_basic", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3/dist-packages/probe_basic/__init__.py", line 20, in main
    qtpyvcp.run_vcp(opts, VCP_CONFIG_FILE)
  File "/usr/lib/python3/dist-packages/qtpyvcp/__init__.py", line 26, in run_vcp
    run(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/__init__.py", line 129, in run
    launch_application(opts, config)
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 78, in launch_application
    loadWindows(config['windows'])
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 228, in loadWindows
    window = _initialize_object_from_dict(window_dict)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 208, in _initialize_object_from_dict
    return obj(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/probe_basic/probe_basic.py", line 35, in __init__
    super(ProbeBasic, self).__init__(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/form_widgets/main_window.py", line 47, in __init__
    self.loadUi(ui_file)
  File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/form_widgets/main_window.py", line 106, in loadUi
    uic.loadUi(ui_file, self)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/__init__.py", line 241, in loadUi
    return DynamicUILoader(package).loadUi(uifile, baseinstance, resource_suffix)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/PyQt5/uic/Loader/loader.py", line 66, in loadUi
    return self.parse(filename, resource_suffix)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 1037, in parse
    actor(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 828, in createUserInterface
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 273, in createWidget
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 503, in createLayout
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 546, in handleItem
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 503, in createLayout
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 546, in handleItem
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 503, in createLayout
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 546, in handleItem
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 273, in createWidget
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 273, in createWidget
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 503, in createLayout
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 546, in handleItem
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 273, in createWidget
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 503, in createLayout
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 546, in handleItem
    self.traverseWidgetTree(elem)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 806, in traverseWidgetTree
    handler(self, child)
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 264, in createWidget
    self.stack.push(self.setupObject(widget_class, parent, elem))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/PyQt5/uic/uiparser.py", line 228, in setupObject
    obj = self.factory.createQObject(clsname, name, args, is_attribute)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/PyQt5/uic/objcreator.py", line 118, in createQObject
    return self._cpolicy.instantiate(factory, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/PyQt5/uic/Loader/qobjectcreator.py", line 137, in instantiate
    return clsObject(*ctor_args)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/display_widgets/vtk_backplot/vtk_backplot.py", line 179, in __init__
    self.default_view = view_options[view_default_setting]
                        ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
TypeError: list indices must be integers or slices, not str
  • tommylight
  • tommylight's Avatar
30 Aug 2024 12:40
Replied by tommylight on topic Is there an easy way to swap axes?

Is there an easy way to swap axes?

Category: General LinuxCNC Questions

There are many ways to change axis/joints as noted on the other posts.
I am not clear on changing YZ to ZY though, does the Maho move the table up/down?
-
All text editors have a "search and replace" function or CTRL+H , so usually takes about 2 minutes to change axis/joints, as an example, search and replace all stepgen.01 to stepgen.77 first, then stepgen.02 to stepgen.01, then stpegen.77 to stepgen.02.
Failing to do that ends up in a huge mess! :)
  • tommylight
  • tommylight's Avatar
30 Aug 2024 12:26
Replied by tommylight on topic Barnworks shop update

Barnworks shop update

Category: Show Your Stuff

Looking good. :)
  • tommylight
  • tommylight's Avatar
30 Aug 2024 12:24
Replied by tommylight on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

Mesa 7i96 ist die alte karte, kein 0-10V und es gibt nicht mehr
Die Mesa 7i96S ist die neue karte, es gibt beim eusurplus.com und welektron.com und hat ein 0-10V ausgang.
Fuhr mehr IO da kan ein Mesa 7i84 im 7i96S einstecken uber ein LAN cabel und 32 eingange mit 16 ausgange haben, sehe die manual fuhr 7i84, es ist einfach.
  • anfänger
  • anfänger's Avatar
30 Aug 2024 12:04 - 30 Aug 2024 12:06
Replied by anfänger on topic Barnworks shop update

Barnworks shop update

Category: Show Your Stuff

really looking forward when to it. Still will take some time cause it is just hobby.
But I was able to setup the temporary workbenches.



the mid room shelves are also setup an I brought most of the boxes over:





 
  • Masiwood123
  • Masiwood123's Avatar
30 Aug 2024 08:45
Replied by Masiwood123 on topic Spindle Step/Dir and as C axis one the same Servo

Spindle Step/Dir and as C axis one the same Servo

Category: Basic Configuration

I don't know how linuxcnc can bypass the count of Axis since it uses the same step generator for two modes. I believe it can, that's more a question for professionals, from my point of view I'm not very far from ``pncconfig``-:). in my case, i bypassed it with only one relay that changes the mode on the driver via the M command M64, M65. but since you don't have an analog output, unfortunately really don't know how to help.
  • Aciera
  • Aciera's Avatar
30 Aug 2024 08:42
Replied by Aciera on topic Is there an easy way to swap axes?

Is there an easy way to swap axes?

Category: General LinuxCNC Questions

I have converted 2 mills with vertical and horizontal configurations. One does the switch in hal and the other does the switch in a custom kinematic.
I'd like to help but I'm not familiar with configs before 2.8.
  • Masiwood123
  • Masiwood123's Avatar
30 Aug 2024 08:26
Replied by Masiwood123 on topic Is there an easy way to swap axes?

Is there an easy way to swap axes?

Category: General LinuxCNC Questions

this postprocessor refers to tool center, not tool length, so it exports gcode in relation to how you turned the spindle manually, straight or at an angle,  
it calculates the z coordinate in relation to the angle at which the tool is.
  • tivoi
  • tivoi's Avatar
30 Aug 2024 08:23 - 30 Aug 2024 08:23
Replied by tivoi on topic servo motor for a spindle

servo motor for a spindle

Category: Milling Machines

Most industrial machine spindle motors are induction type.
can facing and riggid tapping

it is special desgin . Rate about 1500 rpm only, and max is 8000rpm or 10 to 12krpm
  • karlhe
  • karlhe
30 Aug 2024 08:00 - 01 Sep 2024 17:47
Replied by karlhe on topic Probe panel for Axis GUI

Probe panel for Axis GUI

Category: AXIS

 
  • PhilipME
  • PhilipME's Avatar
30 Aug 2024 07:18 - 30 Aug 2024 07:23
Replied by PhilipME on topic servo motor for a spindle

servo motor for a spindle

Category: Milling Machines

vi.aliexpress.com/item/1005006990514922....ller%7Cquery_from%3A


Thanks for the reply

never knew such thing existed. Actually I asked in several forums including industrial arena, but unfortunately did not get such reply

will the spindle servo have enough torque at low speed? I may have to go low speed for facing toolpath (milling)




 

Displaying 20161 - 20175 out of 26042 results.
Time to create page: 0.598 seconds
Powered by Kunena Forum