Advanced Search

Search Results (Searched for: )

  • Kittifix
  • Kittifix
18 Aug 2024 13:49
Replied by Kittifix on topic HP EliteDesk 800 G2 VGA Scrambled

HP EliteDesk 800 G2 VGA Scrambled

Category: Installing LinuxCNC

Same Problems here ,791,798 and .... no Way
Solved - navigate to Install -- press Tab and change "vga=788" to "vga=normal"
Enter and go ...
 
 
 

für die Suchmaschine : Installation Pixelbrei Klötzchen Grafikfehler verstümmelt
  • PCW
  • PCW's Avatar
18 Aug 2024 13:39
Replied by PCW on topic Getting an error on starting a machine

Getting an error on starting a machine

Category: General LinuxCNC Questions

That error means there is no communication with the 7I76E
what does the command

ip a

report?
  • PhilipME
  • PhilipME's Avatar
18 Aug 2024 13:15
Replied by PhilipME on topic very basic mdi call

very basic mdi call

Category: O Codes (subroutines) and NGCGUI

I'm sorry, looking at your initial post again I'm not sure where this comes from:

[RS274NGC]

I'm not aware of a '[MACROS]' entry in the ini file.
So try this:


It is working now

I removed the entry [MACROS], it does not make any differance.


my next step is to tie the subroutine file to a soft button in the extended panel. And I think I know how to do that by now.

The step after that is to understand the full z-probe subroutine.

Have a good day

Philip

 
  • __Tom
  • __Tom
18 Aug 2024 13:01

Getting an error on starting a machine

Category: General LinuxCNC Questions

Hello, hope someone of you can help me.I have 2 machines defined on one mesa 7i76e card a mill and a plasma cutter. Both was working well until an error came up. In the most cases an reboot of hard and software fixed all the troubles I had so far. But this one seams to be different. On rebooting on both of the machines I get the same error (please see the attached file) Hopefully I have no hardware damage.Thanks for your afford in advance. BR. Tom 
  • JT
  • JT's Avatar
18 Aug 2024 11:58
Replied by JT on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Thanks PCW this has been fixed.

JT
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
18 Aug 2024 11:57 - 18 Aug 2024 11:58
Replied by Cant do this anymore bye all on topic SmartSerial Master for Arduino - exist? Possible?

SmartSerial Master for Arduino - exist? Possible?

Category: Driver Boards

That's the thing about Arduino, it's made people lazy and think everything can be solved via an arduino sketch.

It's like the guy that only owns a hammer, he thinks it can fix everything.

It's not just the programming you may want a good idea of how the hardware is connected. You'd need to know which pins go where.
  • anfänger
  • anfänger's Avatar
18 Aug 2024 11:55
probe_basic read jog increments was created by anfänger

probe_basic read jog increments

Category: QtPyVCP

is there a way to read what jog increments are active? I want to use this buttons to scale ma jog wheels.

Thanks Patrick
 
  • MarkoPolo
  • MarkoPolo
18 Aug 2024 11:54
Replied by MarkoPolo on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

Hi Chris

I don't know if anyone uses qtdragon_lathe , but I've made a few fixes for bad button sizes.

I've also made a few minor fixes for the brushed_metal_color theme.

I want to make the icons a bit bigger in the gcode editor, but it doesn't work well from the theme file. It can be done directly in the gcode_editor.py file, but that requires editing that file.
Do you have a way to do this in the theme file?
  • rodw
  • rodw's Avatar
18 Aug 2024 11:53

Ethercat installation from repositories - how to step by step

Category: EtherCAT

If you compile a custom kernel or build an ISO or image, the headers are not going to be in the repositories.
They are built with the kernel. If you don't save or install them, you will need to build them again.
The 2.9.3 isos and images  do all of this for you.
Your posts  have nothing to do with installing ethercat from repositories, so please ask further questions on another thread.
  • Aciera
  • Aciera's Avatar
18 Aug 2024 11:45
Replied by Aciera on topic very basic mdi call

very basic mdi call

Category: O Codes (subroutines) and NGCGUI

EOF in file :/usr/share/axis/images/axis.ngc

This seems a strange place for a GCode file.
  • zz912
  • zz912's Avatar
18 Aug 2024 11:45

SmartSerial Master for Arduino - exist? Possible?

Category: Driver Boards

Thank you for the consultation. I came to the same opinion. If I could program a PIC, I would think about converting the 7i84 to a modbus slave.
I will probably buy:
www.turck.us/en/product/6827381
It is not cheap.
  • Aciera
  • Aciera's Avatar
18 Aug 2024 11:42
Replied by Aciera on topic very basic mdi call

very basic mdi call

Category: O Codes (subroutines) and NGCGUI

I'm sorry, looking at your initial post again I'm not sure where this comes from:

[RS274NGC]
SUBROUTINE_PATH = macros

[MACROS]
MACRO = touch_plate_z


I'm not aware of a '[MACROS]' entry in the ini file.
So try this:

save your subroutine code as 'touch_plate_z.ngc' in a folder named 'macros' in your machine config folder.

then add this to the [RS274] section of your ini file:
SUBROUTINE_PATH = ./macros
  • anfänger
  • anfänger's Avatar
18 Aug 2024 11:39
Replied by anfänger on topic Display setup sheet

Display setup sheet

Category: QtPyVCP

Short question, I updated all my machines now to 2.9.3 and moved my modifications to the user tabs.
I thought also adding the setup sheet to my lathe using probe_basic_lathe.
With the mill it is still working on the lathe i get following error:
Traceback (most recent call last):
File "/usr/bin/probe_basic_lathe", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3/dist-packages/probe_basic_lathe/__init__.py", line 19, 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 "/home/ditte/linuxcnc/configs/ditte/custom_probebasic.py", line 15, in __init__
super(CustomProbeBasic, self).__init__(*args, **kwargs)
File "/usr/lib/python3/dist-packages/probe_basic/probe_basic.py", line 47, in __init__
self.vtk.setViewMachine() # set view to machine at startup
^^^^^^^^
AttributeError: 'CustomProbeBasic' object has no attribute 'vtk'
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
18 Aug 2024 11:17
Replied by Cant do this anymore bye all on topic SmartSerial Master for Arduino - exist? Possible?

SmartSerial Master for Arduino - exist? Possible?

Category: Driver Boards

You might be better off looking at modbus. From my point of view you're looking at making some wholesale changes.
As far as I'm aware SmartSerial seems to be designed as a single device per channel at full duplex.
  • besriworld
  • besriworld
18 Aug 2024 11:01
Replied by besriworld on topic LinuxCNC starts when PC is turned on.

LinuxCNC starts when PC is turned on.

Category: Basic Configuration

I'm trying to do the same thing. But the program does not start automatically. Could the problem be that I have an automatic login?

I have the latest version of linuxcnc installed.
Displaying 20851 - 20865 out of 26033 results.
Time to create page: 0.593 seconds
Powered by Kunena Forum