Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
28 Apr 2025 23:36
Replied by tommylight on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

Looks perfectly fine, so do some tests with Mesa card attached and again do copy some stuff around, play video, etc, see if it drops the link.
If not, move on to making chips! :)
  • electrosteam
  • electrosteam
28 Apr 2025 23:30
Replied by electrosteam on topic Gmoccapy G54 Offsets

Gmoccapy G54 Offsets

Category: Gmoccapy

Tommy, thanks for taking the interest.

My aim was to simply improve my knowledge of some of the more exotic GCode.

As stated, my assumption on what G10 can do is incorrect.

My skill base has, however, improved because I can now use G10 for its intended use of setting up Offsets for multiple jobs.
  • DarkPhoinix
  • DarkPhoinix
28 Apr 2025 23:16 - 28 Apr 2025 23:17
Replied by DarkPhoinix on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

Thanks , this is result with nouveau(and rustdesk for remote desktop):
 
  • tommylight
  • tommylight's Avatar
28 Apr 2025 23:12
Replied by tommylight on topic Gmoccapy G54 Offsets

Gmoccapy G54 Offsets

Category: Gmoccapy

It would be much easier to help you if you told us what are you trying to achieve or what the end result should be or ...
  • tommylight
  • tommylight's Avatar
28 Apr 2025 23:10
Replied by tommylight on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

60000 packets transmitted, 60000 received, 0% packet loss, time 59999ms
rtt min/avg/max/mdev = 0.178/0.253/0.441/0.031 ms

Much better.

i have system with the nvidia proprietary driver i need to go back to nouveau?

Most probably, but if it is working with RT kernel, do give it a try
latency-histogram --nobase --sbinsize 1000 --show
while playing youtube, skipping through it and maximizing/minimizing the video.
  • DarkPhoinix
  • DarkPhoinix
28 Apr 2025 23:02 - 28 Apr 2025 23:03
Replied by DarkPhoinix on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

installed [code]r8168:

ping -c 4 -i .2 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=255 time=0.298 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=255 time=0.308 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=255 time=0.273 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=255 time=0.273 ms

--- 10.10.10.10 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 610ms
rtt min/avg/max/mdev = 0.273/0.288/0.308/0.015 ms


chrt 99 ping -i .001 -q -c  60000 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.

--- 10.10.10.10 ping statistics ---
60000 packets transmitted, 60000 received, 0% packet loss, time 59999ms
rtt min/avg/max/mdev = 0.178/0.253/0.441/0.031 ms

no packet loss this time with r8168!! thanks !

i have system with the nvidia proprietary driver i need to go back to nouveau?
  • electrosteam
  • electrosteam
28 Apr 2025 22:57
Replied by electrosteam on topic Gmoccapy G54 Offsets

Gmoccapy G54 Offsets

Category: Gmoccapy

Thanks for the response.

Once my machine is set-up correctly, I successfully use multiple Offsets to do jobs on the table.

I started this investigation of G10 'assuming' that it was used to set-up the machine without having to physically move it to the Home position.

So far, that assumption has been demonstrated to be false.

What does one do if the machine cannot be physically moved to its Home position ?
For example, a large job mounted prior to machine start-up, or a vice.

Note: I simulate physical table movement at start-up by operating the controls with steppers Off to the position measured by ruler.
  • tommylight
  • tommylight's Avatar
28 Apr 2025 22:27
Replied by tommylight on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

NVIDIA proprietary drivers do not work with RT kernel and neither do new AMD drivers.
Most of the time NVIDIA cards will cause latency spikes and should not be used for machine control, but i have plenty of GTX1060 and GTX1070 that are usable with NOVEAU drivers, older ones will mess latency badly, and even the ones i have on some motherboards do cause issues, so it's a cr@p shoot.
First, fix the ethernet latency, disable power saving options in BIOS and hyperthreading and TPM and..., then we can see what still needs to be done.
  • tommylight
  • tommylight's Avatar
28 Apr 2025 22:17
Replied by tommylight on topic Z axis is being controlled by A

Z axis is being controlled by A

Category: Basic Configuration

Seems like wiring issue, hal and ini seem fine, looked twice, but i do wear glasses ... :)
  • PCW
  • PCW's Avatar
28 Apr 2025 22:16

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

I don't think the video is an issue as it would show up in the generic latency tests.
 
  • PCW
  • PCW's Avatar
28 Apr 2025 22:13
Replied by PCW on topic Z axis is being controlled by A

Z axis is being controlled by A

Category: Basic Configuration

The hal/ini files seem right

Short or other error in the cabling?

If you have the latest mesaflash you can:

mesaflash --device ethernet --addr 10.10.10.10 --dbname1 hdr26 --readhmid

(if you want the 26 pin IDC wire numbers)

If things still don't work, you might disconnect your cable
and check if the expected 7I92TF DIR pins change state
when jogging in different directions.
 
  • DarkPhoinix
  • DarkPhoinix
28 Apr 2025 22:12
Replied by DarkPhoinix on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

I have a nvidia 610 video card, should I replace nouveau with the proprietary nvidia driver? (I already did it in theory)
  • cmorley
  • cmorley
28 Apr 2025 21:48
Replied by cmorley on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

I got this same error when working on the qt version (based on python2 stuff).
IIRC I removed the offending entry and didn't notice a problem (but I don't use it)
IIRC I tested a python2 original version and didn't get the error - so my guess is the parsing library is more picky by default now.
I don't know enough about the saving format to make a definitive decision.
  • Daz
  • Daz
28 Apr 2025 21:35 - 28 Apr 2025 21:51

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hello Everyone

I had a great experience converting the EC300 board with Remora firmware and then using it for my CNC milling machine. I have decided to put my learning into good use and start selling EC300 boards on Ebay. If you are based in the UK and looking for a board for yourself, it is your lucky day

Installation Instructions
  1. Download the necessary files from GitHub:
  2. Install Remora components by running in Terminal:sudo halcompile –install LinuxCNC/components/remora-eth-3.0.c
    sudo halcompile –install LinuxCNC/components/nvmpg.c
  3. Configure Ethernet:
    • The EC300 IP address is 10.10.10.10. Set your LinuxCNC PC to a static IP such as 10.10.10.11.
    • Edit your network settings by running:
      sudo nano /etc/network/interfaces
    • Add at the end of the file:interface [your interface name, e.g., enp0s25 or eth0]
      static ip_address=10.10.10.11/24
    • Save and exit (CTRL+X, then Y, then Enter), then reboot your PC.
    • Confirm IP address with:
      ip addr
  4. Install tftpy module for uploading configuration files:
    • Open Terminal and navigate to a folder (suggested: LinuxCNC folder).
    • Create a Python virtual environment:
      python3 -m venv .venv
    • Activate the environment:
      source .venv/bin/activate
    • Install tftpy:
      pip install tftpy
    • To exit the environment later:
      deactivate
  5. Configure Inputs/Outputs:
    • Download the EC300 configuration file:  EC300 Config File
    • Copy it into LinuxCNC/configs/remora-rt1052-basic.
    • Ignore or delete the EC500 configuration file in the same folder.
  6. Upload the configuration file:
    • Power up the EC300 and connect it via Ethernet.
    • Run the upload script(in virtual environment):
      python3 LinuxCNC/configs/remora-rt1052-basic/upload_config.py configs/remora-rt1052-basic/ec300-rt1052.txt
  7. The basic setup is complete! Example HAL and INI files are available in the remora-rt1052-basic folder.
  • Tntmold
  • Tntmold
28 Apr 2025 20:15
Replied by Tntmold on topic General Questions about using ethercat

General Questions about using ethercat

Category: EtherCAT

That worked but now I get a new error:

./ethercat.hal:50: Pin 'lcec.0.0.cia-statusword' does not exist

this occurs at the following line:

net x-statusword lcec.0.0.cia-statusword => cia402.0.statusword

I clearly have an error here but I don't know where to look to correct the problem
Displaying 15856 - 15870 out of 17608 results.
Time to create page: 0.466 seconds
Powered by Kunena Forum