Advanced Search

Search Results (Searched for: )

  • andypugh
  • andypugh's Avatar
02 Sep 2025 12:24
Replied by andypugh on topic Multi Axis Slow Feedrate

Multi Axis Slow Feedrate

Category: General LinuxCNC Questions

What would it take to merge the Tormach TP into LinuxCNC? 

That's a good question, and it's something I want to look at. 

I did get as far as making a hack-job combination of LinuxCNC and Pathpilot:

github.com/LinuxCNC/linuxcnc/compare/master...Tormach_9_axis

If you are an experienced C-coder with time on your hands.....
 
  • bharath12
  • bharath12
02 Sep 2025 12:23
Replied by bharath12 on topic Date and time synchronization

Date and time synchronization

Category: General LinuxCNC Questions

The internet is connected, but the browser is not allowed to browse because of the date and time. When I installed LinuxCNC, everything was working.
  • andypugh
  • andypugh's Avatar
02 Sep 2025 12:19
Replied by andypugh on topic halui.mdi-command-NN pins not showing up

halui.mdi-command-NN pins not showing up

Category: HAL

Looking through halui.cc I don't see anything that would obviously fail if joint 0 is angular.
But as an experiment I would be tempted to switch COORDINATES to ZA to see if anything changes.

It might be instructive to see which halui pins exist, to give some indication on where the component load fails:

github.com/LinuxCNC/linuxcnc/blob/master...mc/usr_intf/halui.cc

Assuming that linuxcnc is "alive" "halcmd show pin halui" should give us a pin list to look at.
  • andypugh
  • andypugh's Avatar
02 Sep 2025 12:04
Replied by andypugh on topic Date and time synchronization

Date and time synchronization

Category: General LinuxCNC Questions

I think that, if you connected to the internet, the date and time would correct themselves. So I would start with debugging the internet connection.
  • Kuzma30
  • Kuzma30
02 Sep 2025 11:22
AMSAMOTION IO module was created by Kuzma30

AMSAMOTION IO module

Category: EtherCAT

I have EC3A-IO1632 module and trying connect it with linuxcnc.
I am following instruction from here forum.linuxcnc.org/ethercat/45336-etherc...-how-to-step-by-step and stop at ethercat slaves step.
When trying list slaves with ethercat slaves command I get empty output.Output for ethercat master
ethercat master
Master0
  Phase: Waiting for device(s)...
  Active: no
  Slaves: 0
  Ethernet devices:
    Main: 78:45:c4:23:9f:86 (waiting...)
      Link: DOWN
      Tx frames:   0
      Tx bytes:    0
      Rx frames:   0
      Rx bytes:    0
      Tx errors:   0
      Tx frame rate [1/s]:      0      0      0
      Tx rate [KByte/s]:      0.0    0.0    0.0
      Rx frame rate [1/s]:      0      0      0
      Rx rate [KByte/s]:      0.0    0.0    0.0
    Common:
      Tx frames:   0
      Tx bytes:    0
      Rx frames:   0
      Rx bytes:    0
      Lost frames: 0
      Tx frame rate [1/s]:      0      0      0
      Tx rate [KByte/s]:      0.0    0.0    0.0
      Rx frame rate [1/s]:      0      0      0
      Rx rate [KByte/s]:      0.0    0.0    0.0
      Loss rate [1/s]:          0      0      0
      Frame loss [%]:         0.0    0.0    0.0
  Distributed clocks:
    Reference clock:   None
    DC reference time: 0
    Application time:  0
                       2000-01-01 00:00:00.000000000
I trying different Ethernet cable with same results

 
  • tommylight
  • tommylight's Avatar
02 Sep 2025 09:02

Retrofitting a 3-axis VMC with DC servos - guidance needed

Category: Driver Boards

I'm not sure, to be honest. I wasn't specifically looking for the ethernet version of the boards, as they don't seem to be the most popular option here (or at least that's my impression).

From what I've read, the ethernet version usually has a 1 kHz refresh rate. My goal was to find the most reliable configuration possible, so if I messed something up, I'd have a solid backup.

No idea how you got to that conclusion as probably 90% of new posts are for Ethernet cards, and i have at least 30 in daily use with no issues ever.
And most ethernet Mesa cards can easily do 4Khz, so there is no difference between the interface types, at least not major differences in use. Also have over 30 of PCI and PCI-E cards in daily use, with no issues ever.
  • MaHa
  • MaHa
02 Sep 2025 08:26
Flex Gui I/O Widgets was created by MaHa

Flex Gui I/O Widgets

Category: Other User Interfaces

My machine has mpg wheels to control feed and spindle, halui.feed-override.counts and halui.spindle.0.override.counts
Is there a way, to make the sliders follow the adjustement with mpg wheel?
  • Aciera
  • Aciera's Avatar
  • PCW
  • PCW's Avatar
02 Sep 2025 02:50

Retrofitting a 3-axis VMC with DC servos - guidance needed

Category: Driver Boards

Yes, a 7I73 (or other sserial device) can connect directly to the 7I97T

1 KHz is the default LinuxCNC servo thread rate and is typically fine for
normal CNC machines with velocity mode servos.

You can add multiple Ethernet cards with a switch or multiple Ethernet ports
  • heaven
  • heaven
02 Sep 2025 02:46
Replied by heaven on topic LinuxCnc and Industrial Robot?

LinuxCnc and Industrial Robot?

Category: CNC Machines

One more problem, LinuxCNC is using 3-axis (xyz) readahead, so if you are using xyz+(abcuvw) axis blending in G-code command, the speed will be very slow
  • jschulze
  • jschulze
02 Sep 2025 01:00 - 02 Sep 2025 01:02

Kinematic model for a 5axis mill with universal (nutating) head

Category: Show Your Stuff

Just wanted to say thanks for all the work on this.  I just got it working on my machine.  I don't have a nutating head, but settings the angle to 90 worked perfectly.  Also, since I have 2 c axis I edited the kinematics to pass through an additional W axis for the rotating table.    



  • Japoo_Ness
  • Japoo_Ness
02 Sep 2025 00:38

Retrofitting a 3-axis VMC with DC servos - guidance needed

Category: Driver Boards

I'm not sure, to be honest. I wasn't specifically looking for the ethernet version of the boards, as they don't seem to be the most popular option here (or at least that's my impression).

From what I've read, the ethernet version usually has a 1 kHz refresh rate. My goal was to find the most reliable configuration possible, so if I messed something up, I'd have a solid backup.

However, now that I'm looking at it, I think it's a good option. It could be used with different PCs in the future without becoming a bottleneck. Do you know of any topics or threads where this configuration is discussed?

for what i read i can connect the 7i73 to the port in the board (using the cable correctly)

And i can add more inputs and ouputs through the db25 connector.

And can i use other ports of ethernet to add more boards or this is a banned move

Also, could someone explain if there's any problem comparing the PCIe to the ethernet versions? After reading and writing this, I don't think 1 kHz is a bad rate for these, and the machine's operation is controlled by the board itself, while the PC only refreshes and corrects some things, right?

Again, thank you guy for your help.

Cheers.
  • vre
  • vre
01 Sep 2025 23:55
UI for marble bridge sawmill was created by vre

UI for marble bridge sawmill

Category: QtPyVCP

What UI you suggest for marble bridge sawmill machine that cuts with diamond disc ?
3 axis + rotating table.
  • Waldemar
  • Waldemar's Avatar
01 Sep 2025 23:06
Replied by Waldemar on topic Simple/Manual Centre Finder

Simple/Manual Centre Finder

Category: AXIS

Just been perusing some of the threads on Flex - really interesting. I'll definitely have a closer look..!
  • JT
  • JT's Avatar
01 Sep 2025 22:49
Replied by JT on topic Simple/Manual Centre Finder

Simple/Manual Centre Finder

Category: AXIS

The cool thing about Flex is you don't need to program anything, the center calculator is built in now. Glade is very old and might not work well with new OS's while Flex is based on PyQt6 and is the only gui to use PyQt6 the rest of Qt gui's use PyQt5 which is at EOL.

And I'm from the same old school as you if it ain't broke don't fix it... my Hardinge CHNC runs on Ubuntu 10 with EMC 2.7 so it's 15 years old and works fine.

JT
Displaying 2536 - 2550 out of 22520 results.
Time to create page: 0.422 seconds
Powered by Kunena Forum