Advanced Search

Search Results (Searched for: )

  • unknown
  • unknown
22 Nov 2025 23:52
Replied by unknown on topic latency (netowork?) 7010 with 7i96s+7i84u

latency (netowork?) 7010 with 7i96s+7i84u

Category: Computers and Hardware

The i5 3470 is a four core chip.

Might be worth checking your BIOS to see if there is a setting that either enables or disables the 4 cores.
  • unknown
  • unknown
22 Nov 2025 23:48
Replied by unknown on topic How do you vote in the hardware survey?

How do you vote in the hardware survey?

Category: General LinuxCNC Questions

Thumbs up to the old timey British sayings.

Another I like is "proper poorly" but I've been told is a more Northern thing.
  • mooser
  • mooser
22 Nov 2025 23:48
Replied by mooser on topic latency (netowork?) 7010 with 7i96s+7i84u

latency (netowork?) 7010 with 7i96s+7i84u

Category: Computers and Hardware

I ran it a couple of times
cnc@router:~$ sudo chrt 99 ping -i .001 -q -c 60000 192.168.1.121
PING 192.168.1.121 (192.168.1.121) 56(84) bytes of data.
--- 192.168.1.121 ping statistics ---
60000 packets transmitted, 60000 received, 0% packet loss, time 59999ms
rtt min/avg/max/mdev = 0.074/0.086/0.256/0.008 ms
cnc@router:~$ sudo chrt 99 ping -i .001 -q -c 60000 192.168.1.121

PING 192.168.1.121 (192.168.1.121) 56(84) bytes of data.
--- 192.168.1.121 ping statistics ---
60000 packets transmitted, 60000 received, 0% packet loss, time 59999ms
rtt min/avg/max/mdev = 0.074/0.086/0.377/0.008 ms

The histogram l ran on it's own and with 5 gears running
  • tommylight
  • tommylight's Avatar
22 Nov 2025 23:37
Replied by tommylight on topic Chinese Mesa 7I92 from aliexpress NEW

Chinese Mesa 7I92 from aliexpress NEW

Category: Driver Boards

Nope, the network driver needs to be changed, installing the DKMS version of the Realtek drives should fix it.
Give this a try:
sudo apt-get install r8168-dkms
  • gardenweazel
  • gardenweazel's Avatar
22 Nov 2025 23:32
qt_auto_probe_tool.ngc Oddity(Again) was created by gardenweazel

qt_auto_probe_tool.ngc Oddity(Again)

Category: Qtvcp

I have after many, many tries still cannot get the versaProbe actions to work properly. So I added some logging.

Please refer to this image inline.

 

1 issue and another oddity.

1st issue, note the lines that I have added to the qt_auto_probe_tool.ngc file in order to log and hopefully put an end to the first probe try failing.
The question, why is there a space that's being added to the filename when it's written to file?

The second is similar to a thread that I started many moons ago and still exists. In the image I point out what is actually logged in the file. It begins with this code in the aforementioned file:

touch_result= 161.824940 
calculated_offset= [161.824940 - -132.110000 + -106.700000] 
Probe Height: -132.1100
Block Height: -106.7000
Probe Result: 161.8249
Calculated Offset: 187.2349

I don't understand the calculated_offset line which includes a double negative.

Now then, in this same file I see the following reference prior to code being executed and for some reason it's almost as if these instructions are either out of order or are incorrect. Preceding numbers are actual line numbers.

16 ; The following settings should be enabled in the QtDragon interface:
  17 ;    A -  Under Probe Tool screens: insure that "Tool Measure" is enabled
  18 ;    B -  Under Settings: insure that "Use Tool Sensor" is enabled
  19 ;  The following workflow assumes using both a XYZ probe and a Z Toolsetter:
  20 ;    1 - Initial Setup: Before beginning the program, setup the Probe Tool as
  21 ;        having a zero z-offset in the tool table. (Non-zero tool lengths
  22 ;        for the probe tool can be made to work, but have multiple extra
  23 ;        steps required, and it is easy to have the tool offset interfere with
  24 ;        the remap coding and cause incorrect adjustments to your offsets.
  25 ;        This procedure assumes a zero length.)
  26 ;    2 - Initial Tool: Load the probe tool with M61 Qx, where x is the Probe tool's number
  27 ;        in the tool table. (Do not use TxM6)
  28 ;    3 - Toolsetter measure: Use button under the Probe Screens for "Probe Tool Setter
  29 ;        Z Height:" this will set and display on the Probe Settings screen the
  30 ;        "Probe HT" = #<_hal[qtversaprobe.probeheight> value in ABS coordinates.
  31 ;    4 - Workpiece Measure: Use the button under the Probe Screens for "Probe Z height
  32 ;        of material:" this will set and display on the Probe Settings screen the
  33 ;        "Block Ht" = #<_hal[qtversaprobe.blockheight]> value in ABS coordinates.
  34 ;    5 - Set Coord System (G54): Use the Probe Tool and whichever probe screen is
  35 ;        appropriate to set the coordiate system XYZ offsets needed for your job.
  36 ;        NOTE: Return_Option 3 uses the current local coordinate system, not just ABS coord.
  37 ;    6 - Prepare to Run: You may then issue a manual TnM6 command to change the tool
  38 ;        before starting the job, or if the job begins with a TnM6 command before
  39 ;        spinning the spindle, you may leave the Probe Tool installed.


And last I would like to know (if the above instructions are correct) what are "sane" values that belong in the my_machine.ini file?

Mine are as follows:
Max Z travel for Z-Axis is: -190
[VERSA_PROBE_OPTIONS]
 ps_probe_tool = 99
 
 [VERSA_TOOLSETTER]
 X = 14.68
 Y = 43.934
 Z = -55
 # Safe Z-Height, in Absolute coordinates.
 Z_MAX_CLEAR = -5
 # MAXPROBE must be positive!!
 MAXPROBE = 80
 # tool setter diameter for diameter probing
 DIAMETER = 22

 [CHANGE_POSITION]
 X = 200
 Y = 20
 Z = -5


Note that MAXPROBE in the LinuxCNC online documents still indicates a negative value of -20.

Thanks in advance for your feedback.
 
  • tommylight
  • tommylight's Avatar
22 Nov 2025 23:27
Replied by tommylight on topic StepperOnline A6 Servo

StepperOnline A6 Servo

Category: EtherCAT

Sorry, but i lost the plot, can you remind me what was i supposed to move?
Thank you.
  • tommylight
  • tommylight's Avatar
22 Nov 2025 23:24
Replied by tommylight on topic latency (netowork?) 7010 with 7i96s+7i84u

latency (netowork?) 7010 with 7i96s+7i84u

Category: Computers and Hardware

Try this:
latency-histogram --nobase --sbinsize 1000 --show
and also paste the result of this:
sudo chrt 99 ping -i .001 -q-c 60000 192.168.1.121
  • Hakan
  • Hakan
22 Nov 2025 22:25
Replied by Hakan on topic Gewindeschneiden G33.1 k-word missing.

Gewindeschneiden G33.1 k-word missing.

Category: Deutsch

I think the complaint is for line 149. Should be G0 Z20?
  • andypugh
  • andypugh's Avatar
22 Nov 2025 22:25
Replied by andypugh on topic How do you vote in the hardware survey?

How do you vote in the hardware survey?

Category: General LinuxCNC Questions

OK, so it looks like, because it's in "announcements" only Mods get to vote. Which is jolly silly, if you ask me.

I will try to move it.
  • Muzzer
  • Muzzer
22 Nov 2025 22:01

Updating from LINUXCNC - 2.8.4-23, Mint 20.3

Category: Gmoccapy

Yes, I used the official LinuxCNC ISO. I see what you mean about XFCE, in contrast to the previous Mint GUI.....

Had a few problems installing it, which may have been due to using a 256GB UFD. Changed to a 16GB and it went well, whether that was the problem or not.

Now I have a functioning OS, I will have a go at reinstituting gmoccapy.
  • mooser
  • mooser
22 Nov 2025 21:58

latency (netowork?) 7010 with 7i96s+7i84u

Category: Computers and Hardware

I'm setting up a new system and I'm sometimes getting a unexpected realtime delay on task 0 with period 1000000 error (mostly on startup) and there was a few error finishing read ones as well. After much reading and tinkering I've got it to this point and I'm not sure if it's OK or not.
7010, all the extra anything in the bios has been turned off, only using the 1 core
built in intel network controller, onboard graphics
Ping 192.168.1.121 was up around 350ms, made the changes to the networks file and it is about 150ms now, mainly sits just under 100ms so I think the network to card connection is ok.
Histogram looks pretty "fat" though ???
Also had a tri-peak at one point... might have been a glitch though
Is it safe to just bump the period up some or is there something I can actually do to make this better

M
 
  • unknown
  • unknown
22 Nov 2025 21:55
  • bszoke
  • bszoke
22 Nov 2025 21:41
Replied by bszoke on topic StepperOnline A6 Servo

StepperOnline A6 Servo

Category: EtherCAT

I was responding to  MWalz  13 Jan 2025 21:26  #318886  on this thread. 
  • TripleM
  • TripleM
22 Nov 2025 21:26 - 22 Nov 2025 21:28

Gewindeschneiden G33.1 k-word missing.

Category: Deutsch

Hi, 
beim Gewindeschneiden mit 33.1 wird eine Fehlermeldung ;missing k-word" ausgegeben, obwohl es vorhanden ist. 
Wenn man die Meldung ignoriert, wird er ausgeführt, allerdings bleibt der Programmlauf daraufhin stehen.

Im MDI funktioniert der Befehl allerdings problemlos.

Funktioniert der Befehl bei euch?

Gruß
  • BoMadsen
  • BoMadsen
22 Nov 2025 20:27
Replied by BoMadsen on topic 7i76eu steppers don't move

7i76eu steppers don't move

Category: Driver Boards

PCW you are impressive! I checked the original wiring of the Mach3 board the mill came with, and it used single ended wiring using only the negative wires for STEP and DIR, so I tried to change that.
No change when using the UI, it still shows following error. But then I tried the servo tuning test in pncconf, and the steppers are now moving :)

Now I just need to figure out the following error, but at least now I know that the hardware is working.

Thank you very much, your help is much appreciated!
Displaying 136 - 150 out of 22489 results.
Time to create page: 0.231 seconds
Powered by Kunena Forum