Advanced Search

Search Results (Searched for: )

  • schnellmued
  • schnellmued
29 Nov 2024 16:43 - 29 Nov 2024 19:03
Replied by schnellmued on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

edit: problem solved :D
outpins works like a switch, but had my probe connected with the wrong polarity ..
  • Stanislavz
  • Stanislavz
29 Nov 2024 16:32
Replied by Stanislavz on topic dual corexy or dual scara configuration

dual corexy or dual scara configuration

Category: General LinuxCNC Questions

It is T bot. But kinematic is same for all of them afaik. Driving in same direction - moving along motor axis, driving motor opposite - perpendicular axis is beeing moved.
  • raychar
  • raychar
29 Nov 2024 16:24
Replied by raychar on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Thanks for the new ui file, after replacing with it and opening again, still doesn't work, please see the first attachment, the right hand side is 3.4.8 new version, the axis can't move (left side 3.0.91 is old version for comparison). Still many other problems.., furthermore, for latency problem, I hesitiate to update network card driver as my sources.list contents are a liitle bit different from what the links' information mentioned 
  • pe8art
  • pe8art
29 Nov 2024 16:23

Gmoccapy Toollength sensor routine stops sometimes

Category: General LinuxCNC Questions

I have included your code and added some extra debug comments.Consistently it stop changing from tool 1 to 2.  
The code I added is:
M6 T#<_selected_tool>
(DEBUG, M6: #<_selected_tool> )
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
(DEBUG, 1801: #1801 1802: #1802 )
G53 X#1801 Y#1802       (Taster Position)
(DEBUG, before Z#1800)
G53 Z#1800                (Sichere Z Position)
M66 E0 L0 (Stop read-ahead and wait for code execution to catch up)
(DEBUG,Before G43)
G43.1 Z0                (TLO reset)
(DEBUG, before G91)
G91
(DEBUG, before G38.2)
G38.2 Z-60  F500        (messen grob)

 
  • leandrocontarini
  • leandrocontarini
29 Nov 2024 15:39
Replied by leandrocontarini on topic linuxcnc-esp32 Software Stepping over Ethernet Using ESP32

linuxcnc-esp32 Software Stepping over Ethernet Using ESP32

Category: Computers and Hardware

I was also able to write to the card, but it doesn't connect to Linuxcnc.
I'm using w5500.
I will send in attachments the pinout that I am following.   
  • tommylight
  • tommylight's Avatar
29 Nov 2024 15:20

Asrock Q1900M: Unexpected Realtime Delay, but Good Latency Values

Category: General LinuxCNC Questions

Probably from using the same IRQ.
Thank you for reporting back.
  • tommylight
  • tommylight's Avatar
29 Nov 2024 15:18
Replied by tommylight on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

i just went out and checked the hand torch that came with the machine and the electrode is spring loaded just like the new straight torch. so i think it is a blow back set up.

YES, that would make it blow back. Nice, less trouble! :)
  • tommylight
  • tommylight's Avatar
29 Nov 2024 15:11

ESP32/S2/S3 LinuxCNC Controller (6 axis hardware step gen), USB plug-and-play

Category: Computers and Hardware

No worries, using this for experimenting only, for anything and everything i use Mesa, just had some ESP32 around from messing with drones.
I did test with hal2udp though for over a day and did not notice any issues, but that is much simpler than this. And it uses a base period for software stepping.
Whenever i get a chance i will be testing this on a production plasma machine, just to see if the antena RX/TX survive the HF/HV pilot arc from plasma. :) I hope i do not forget to make videos, i always forget to make videos...
Wez did a magnificent job for sure, i ordered some ESP32 S3 yesterday just because of this, he deserves a lot of respect for cramming all that stuff into a micro controller. And so do the makers of Marlin.
I wonder if Wez is OK...
  • tommylight
  • tommylight's Avatar
29 Nov 2024 15:01
Replied by tommylight on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Muxed encoders, so that would make 8 available encoders.
Muxed = multiplexed , IIRC that is 2 encoders on a single channel .
  • cakeslob
  • cakeslob
29 Nov 2024 14:47

Simple one.... how to eleminate "Do you really want to close LinuxCNC?"

Category: General LinuxCNC Questions

put that stuff into a python file and add it to your ini, or in the axisrc file for it to work globally. no need to compile

linuxcnc.org/docs/stable/html/gui/axis.html#sub:axis-axisrc
  • kworm
  • kworm
29 Nov 2024 14:45
Replied by kworm on topic Ethercat auto configurator.

Ethercat auto configurator.

Category: EtherCAT

Hi Grotius,

Nice Work!  I think you would have to implement support for vendor ESI files in order to auto configure/point-and-click more complex devices like servo drives, vfds, etc.  or would still need to use something like TwinCAT development environment for the initial setup.  Otherwise I don't think IgH ethercat master will be able to retrieve the PDOs from the slave devices and user would have to still manually try to configure with SDOs which is hit and miss for some devices...not sure if that's IgH master or linuxcnc-ethercat but seems to have something to do with EoE not working and being enabled by default in IgH master.  @Endian was able to solve the SDO config by disabling EoE in his IgH master I think.
  • slowpoke
  • slowpoke
29 Nov 2024 14:38

Simple one.... how to eleminate "Do you really want to close LinuxCNC?"

Category: General LinuxCNC Questions

In axis?
linuxcnc.org/docs/stable/html/gui/axis.h...ble_the_close_dialog
 

 I'm not a software guy....
To use this, do I simply add the root_window..... to a particular file, or do I need to tweak the source code and then compile?
I'm up for the former, no clue if I need to re-compile.14.2. Disable the Close Dialog# disable the do you want to close dialog
root_window.tk.call("wm","protocol",".","WM_DELETE_WINDOW","destroy .")
  • Mecanix
  • Mecanix
29 Nov 2024 14:35
Replied by Mecanix on topic LinuxCNC for lathe questions

LinuxCNC for lathe questions

Category: General LinuxCNC Questions

You've probably figured it out by now, but just in case, the machine type is defined in the .INI config file in the display param. 
e.g. 
[DISPLAY]
LATHE = 1

Although documented somehow-somewhere, I think the fastest way to learn all that init wizardry would be to borrow the Axis Lathe SIM from the Sim dropdown/menu and spy into those configs. That should be sufficient to get you started. For the machine-specific configs, shall you need, do shout out anytime and I'll see if I can share some of mine
  • jyeomans
  • jyeomans
29 Nov 2024 14:28
Replied by jyeomans on topic set michine Homed.

set michine Homed.

Category: Basic Configuration

Thanks.

how ever that did not do it.
hoe ever reading through that secting i may have solved a different problem i have from time to time.

so that whas nice.
  • Aciera
  • Aciera's Avatar
29 Nov 2024 14:24
Replied by Aciera on topic Original Gmoccopy setting all gone

Original Gmoccopy setting all gone

Category: General LinuxCNC Questions

Here is the updated 'gvcp-panel.ui':

 

File Attachment:

File Name: gvcp-panel.ui
File Size:5 KB
Displaying 21016 - 21030 out of 22541 results.
Time to create page: 0.780 seconds
Powered by Kunena Forum