Advanced Search

Search Results (Searched for: )

  • cmorley
  • cmorley
18 Aug 2024 17:38
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

GcodeEditor QToolButton {
width: 50;
height: 50;}

makes the button bigger - can't make anything related to icon work.
  • tommylight
  • tommylight's Avatar
18 Aug 2024 17:33
Video about shielding cnc machine wiring was created by tommylight

Video about shielding cnc machine wiring

Category: Computers and Hardware

NOT my content, just bumped into it, did a quick scroll through and seems pretty nicely done

Go give him some likes if you find it useful.
  • snowgoer540
  • snowgoer540's Avatar
18 Aug 2024 17:32

Plasmac2QTplasma gives error not a Plasmac configuration /solved

Category: Plasmac

As the length of time between the creation of QtPlasmaC, and no longer supporting the original PlasmaC (that sat on top of Axis) grew, the support for the conversion from one to the likely/unfortunately fell off the radar.

Having a backup of your config folder would help to diagnose the issue, but if I'm being honest so much has changed that it might not be worth the effort on our part.  I talk to Phill, but the best move might be for us to discontinue the conversion script in favor of directing everyone toward creating a new config with pncconf.  At the time Phill made the script, pncconf did not support QtPlasmaC natively.  It now does.  That means it's no longer necessary to make a working axis config, and then run the PlasmaC configurator, conversion script etc.  You can do everything all at once now in pncconf.  

That said, I know it's not as convenient for the end user.  Post a backup of your configuration if you'd like, but no promises on if/when the conversion script might get updated.  Like I say, I would recommend just creating the config from scratch in pncconf using QtPlasmaC as the GUI you'd like to use. 

Sorry for the inconvenience :-/



 
  • Berend3
  • Berend3
18 Aug 2024 17:17
Replied by Berend3 on topic Probleme bei den Maßen

Probleme bei den Maßen

Category: Lathe Library

Hallo Aciera
Vielen Dank für die schnelle Hilfestellung,
Ich habe mich zeitgleich auch mit Talla83 in verbindung gesetzt, und der hatte die Lösung parat:
In der INI- Datei gibt es den "STEP_SCALE" für jede Achse, und diesen Wert sollte ich verdoppeln, weil der Verfahrweg bei mir nur Hälfte war.
Und siehe da das Problem war gelöst.
Aber es kommen mit Sicherheit noch wieder neue Probleme auf mich zu, dann werde ich mich wieder melden.

Gruß
Berend3
  • __Tom
  • __Tom
18 Aug 2024 17:08
  • Aciera
  • Aciera's Avatar
18 Aug 2024 17:00 - 18 Aug 2024 17:01
Replied by Aciera on topic Getting an error on starting a machine

Getting an error on starting a machine

Category: General LinuxCNC Questions

I changed the PC addr. to 11, same behave as before, no succ.

Just to be on the same page you changed the PC IP-address to this?
10.10.10.11
  • Lcvette
  • Lcvette's Avatar
18 Aug 2024 16:49

Error finishing read! Iter and joint following error in Stepper machine

Category: General LinuxCNC Questions

Other things to check:

1. Do you have an Intel or Realtek Ethernet chip?
( there are chip specific things you can do to improve latency)

lshw -class network

Will list your Ethernet (and wireless) network hardware if you are not sure

2. Have you run a simple ping test like:

ping -i .2 -c 4 10.10.10.10
sudo chrt 99 ping -i .001 -q 10.10.10.10

The first command populates the ARP cache so the ARP lookup doesn't add time to the first ping
The second command should be run for a few minutes (and then stopped with a control C)
and the results posted here.

 

ran this test, how does this look?
xk7130@xk7130:~$ sudo lshw -class netork
[sudo] password for xk7130: 
xk7130@xk7130:~$ lshw -class network
WARNING: you should run this program as super-user.
  *-network                 
       description: Ethernet interface
       product: Ethernet Connection (2) I218-V
       vendor: Intel Corporation
       physical id: 19
       bus info: pci@0000:00:19.0
       logical name: enp0s25
       version: 00
       serial: d0:50:99:5c:61:57
       size: 100Mbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=6.1.0-13-rt-amd64 duplex=full firmware=0.1-4 ip=10.10.10.11 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
       resources: irq:26 memory:efc00000-efc1ffff memory:efc34000-efc34fff ioport:f080(size=32)
  *-network
       description: Wireless interface
       physical id: 11
       bus info: usb@2:11
       logical name: wlx5ca6e641710d
       serial: 5c:a6:e6:41:71:0d
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=r8188eu driverversion=6.1.0-13-rt-amd64 ip=192.168.1.197 multicast=yes wireless=IEEE 802.11bgn
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
xk7130@xk7130:~$ ping -i .2 -c 4 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=64 time=0.226 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.150 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=64 time=0.149 ms
64 bytes from 10.10.10.10: icmp_seq=4 ttl=64 time=0.150 ms

--- 10.10.10.10 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 609ms
rtt min/avg/max/mdev = 0.149/0.168/0.226/0.033 ms
xk7130@xk7130:~$ sudo chrt 99 ping -i .001 -q 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
^C
--- 10.10.10.10 ping statistics ---
355710 packets transmitted, 355710 received, 0% packet loss, time 355709ms
rtt min/avg/max/mdev = 0.077/0.122/0.330/0.009 ms
xk7130@xk7130:~$ 

 
  • __Tom
  • __Tom
18 Aug 2024 16:48
Replied by __Tom on topic Getting an error on starting a machine

Getting an error on starting a machine

Category: General LinuxCNC Questions

I changed the PC addr. to 11, same behave as before, no succ.
  • __Tom
  • __Tom
18 Aug 2024 16:47
  • PCW
  • PCW's Avatar
18 Aug 2024 16:15
Replied by PCW on topic Getting an error on starting a machine

Getting an error on starting a machine

Category: General LinuxCNC Questions

Can you check if get any LEDs illuminated on the 7I76E RJ45 connector
with the Ethernet cable unplugged?
 
  • tommylight
  • tommylight's Avatar
18 Aug 2024 16:11
Replied by tommylight on topic Getting an error on starting a machine

Getting an error on starting a machine

Category: General LinuxCNC Questions

The PC has the wrong IP address, it should be
10.10.10.11
not
10.0.0.10
After fixing that, check with
ping 10.10.10.10
if the Mesa is set for a static IP of 10.10.10.10 see manual.
  • anfänger
  • anfänger's Avatar
18 Aug 2024 16:05
Replied by anfänger on topic Barnworks shop update

Barnworks shop update

Category: Show Your Stuff

no real upstes to the shop for a long time. The machines have their own threads and I am currently moving house.
Starting a new job over a year ago lead to buying a new house with a new shop. So while waiting for the permission to remodel the house, I started on the workshop with a lot of pressure washing and cleaning the floor and filling the old crap way with concrete and seal it





then installing a staircase to rech the 2nd level of the former stables to rech the future workshop of my wife.



next step is to put in new windows and maybe some insulating before I am ready to move the heavy machines.

still figuring out my shop setup, but I have a rough Idea now:



sorry for it being in German, and Wully is the Fehlmann Picomax 100  mill, Ditte the Gildemeister lathe, Jülia is my pickup
space an comfort wise this will be a step up from my current workshop and miles away from my first one in my apartment bedroom 
  • meister
  • meister
18 Aug 2024 16:05 - 18 Aug 2024 18:07

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

ok, but i have to look what is available for a good price,
now i have ordered parts for ~14 Euro at aliexpress, ( >= 4 boards)

3.5 Euro / Board + 2 Euro PCB + 18 Euro TangNano9K + 8 Euro 5xBOB + .....

<35 Eruo for 5 or <43 Eruo for 10 axis

sounds too good, but will see :)

EDIT: ok, forgett the W5500 :(  + 4Euro


 
  • __Tom
  • __Tom
18 Aug 2024 16:04
Replied by __Tom on topic Getting an error on starting a machine

Getting an error on starting a machine

Category: General LinuxCNC Questions

Changed the network cable, same result.
Led shines green
  • CNCFred
  • CNCFred's Avatar
18 Aug 2024 15:51 - 18 Aug 2024 19:23

Plasmac2QTplasma gives error not a Plasmac configuration /solved

Category: Plasmac

Dear all,
after trying to update my hardware and the necessary disassemble the project got stuck for years

sorry the edit deleted the rest of my original message.....couldn't retrieve it..
Displaying 22426 - 22440 out of 25414 results.
Time to create page: 0.411 seconds
Powered by Kunena Forum