Advanced Search

Search Results (Searched for: )

  • Giovanni
  • Giovanni
22 Sep 2024 19:09
Replied by Giovanni on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

I am a beginner in Python, but I have fixed some problem (I think so) in the Bogdan's version, and I see that editing a parameter and closing the "calculator" make ncam crash cause a -11 error (segmentation fault).
I think there is something wrong related to gtk on closing dialogs.
The crash happens (on my computer) when the custom do_start_editing() function returns to the caller (I think that's gtk).
I have my modified version, if someone want to give it a try...
  • gardenweazel
  • gardenweazel's Avatar
22 Sep 2024 18:14
Replied by gardenweazel on topic QTDragon spindle raise issues

QTDragon spindle raise issues

Category: Qtvcp

One other note that I just noticed is that the spindle does not inhibit when paused. It does however, slow-down but, never completely. 
I have my spindle set to operate between 5000 and 24000 RPM. Could that be the reason?
  • PCW
  • PCW's Avatar
22 Sep 2024 18:05
  • PhilipME
  • PhilipME's Avatar
22 Sep 2024 18:03
Replied by PhilipME on topic Latency test marginaly poor

Latency test marginaly poor

Category: Driver Boards

enjoy.



That is exactly what I am doing now.
  • bird-dogman
  • bird-dogman
22 Sep 2024 17:42
Replied by bird-dogman on topic Mesa 7i76e Spindle Reverse

Mesa 7i76e Spindle Reverse

Category: Milling Machines

tied the 24 volt and 5 volt commons together all is well.

Thanks for the help.

jim
  • _skinner
  • _skinner
22 Sep 2024 17:11
Replied by _skinner on topic MX4660 digital input 1 - 4 not working

MX4660 digital input 1 - 4 not working

Category: Basic Configuration

I finally found what was wrong. My Mesa 7c81 P7 is pulled-up thats why inputs works, MX bring it from high to low, P1 and P2 i had pulled-down. MX cant get it high. I tought that I didn't touch any jumper on Mesa, but when i turn on power then i remember why I do that.
Thank You for interest in topic.
  • G0G53Z148
  • G0G53Z148's Avatar
22 Sep 2024 16:52
Replied by G0G53Z148 on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

hallo PCW danke für die antwort

lspci | grep -i eth
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
ping -i .2 -c 4 192.168.1.121
PING 192.168.1.121 (192.168.1.121) 56(84) bytes of data.
64 bytes from 192.168.1.121: icmp_seq=1 ttl=64 time=0.078 ms
64 bytes from 192.168.1.121: icmp_seq=2 ttl=64 time=0.146 ms
64 bytes from 192.168.1.121: icmp_seq=3 ttl=64 time=0.123 ms
64 bytes from 192.168.1.121: icmp_seq=4 ttl=64 time=0.107 ms

--- 192.168.1.121 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 607ms
rtt min/avg/max/mdev = 0.078/0.113/0.146/0.024 ms
sudo chrt 99 ping -i .001 -c 60000 -q 192.168.1.121
[sudo] Passwort für cnc:
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 60094ms
rtt min/avg/max/mdev = 0.049/0.071/3.691/0.060 ms

habe die 3 punkte abgearbeitet.

wie kann ich den passenden Treiber für die OnBoard karten installieren bitte?
haben sie hierzu eine Information für mich?

danke im voraus und einen schönen abend
  • PCW
  • PCW's Avatar
22 Sep 2024 16:33
Replied by PCW on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

Note that:

hardware-irq-coalesce-rx-usecs 0


Is helpful mainly for Intel MACs

If you have Realtek Ethernet hardware you will likely need to install the
DKMS driver as the built in Linux one is broken for realtime.

You can usually  determine Ethernet hardware with

lspci | grep -i eth


You can test network latency with:

 ping -i .2 -c 4 192.168.1.121

 followed by:

 sudo chrt 99 ping -i .001 -c 60000 -q 192.168.1.121

The last command will run for 1 minute and then print the desired statistics
  • juergen-home
  • juergen-home
22 Sep 2024 16:20 - 23 Sep 2024 14:10
Replied by juergen-home on topic NativeCam on LinuxCNC 2.9.3

NativeCam on LinuxCNC 2.9.3

Category: NativeCAM

I poked a bit around with linux2.9.3 and native cam. It is running, but not stable, sometimes the ncam window dissapers randomly.
Feel free to correct this list.
0. Axis 2.9.3 sim_mm running native on PC
1. download from github.com/BogdanTheGeek/NativeCAM
2. extract
3. copy to /home/cnc/linuxcnc/ncam/
4. open console in /home/cnc/linuxcnc/ncam/
5. sudo bash ncam_debsetup.txt *1
6. python3 ncam.py *2
7. sudo apt install python3-lxml
8. python3 ncam.py --> window:Create Standalone Directory /home/cnc/nativecam --> yes --> window:LinuxCNC needs to restart now --> window:NativeCam for LinuxCNC
9. python3 ncam.py --ini=/home/cnc/linuxcnc/configs/sim.axis/axis_mm.ini --catalog=mill *3
10. Start LinuxCNC --> dont start --> error (3)
11. Comment out # GLADEVCP = -U --catalog=mill /home/cnc/linuxcnc/ncam/ncam.ui in  axis_mm.ini
12. Start LinuxCNC
13.    start console in /home/cnc/linuxcnc/ncam/ python3 ncam.py -> no tool library in the tool menue    
14. start again console in /home/cnc/linuxcnc/ncam/ python3 ncam.py --ini=/home/cnc/linuxcnc/configs/sim.axis/axis_mm.ini --> tool library is now avalible in tool menu-

value 



*1 E: Paket nativecam kann nicht gefunden werden.
done.
ncam_debsetup.txt: Zeile 174: ncam: Kommando nicht gefunden.


*2
Traceback (most recent call last):
File "/home/cnc/linuxcnc/ncam/ncam.py", line 26, in <module>
from lxml import etree
ModuleNotFoundError: No module named 'lxml'


*3
Traceback (most recent call last):
  File "/home/cnc/linuxcnc/ncam/ncam.py", line 5942, in verify_ini
    print(_("Success in modifying inifile :\n  %s" % fname))
          ^
UnboundLocalError: cannot access local variable '_' where it is not associated with a value

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/cnc/linuxcnc/ncam/ncam.py", line 6011, in <module>
    verify_ini(os.path.abspath(ini), catalog, in_tab)
  File "/home/cnc/linuxcnc/ncam/ncam.py", line 5946, in verify_ini
    _("Error modifying ini file\n%(err_details)s" % {"err_details": detail})
    ^
UnboundLocalError: cannot access local variable '_' where it is not associated with a
 
  • bird-dogman
  • bird-dogman
22 Sep 2024 16:15
Replied by bird-dogman on topic Mesa 7i76e Spindle Reverse

Mesa 7i76e Spindle Reverse

Category: Milling Machines

no.

jim
  • PCW
  • PCW's Avatar
22 Sep 2024 15:43
Replied by PCW on topic Mesa 7i76e Spindle Reverse

Mesa 7i76e Spindle Reverse

Category: Milling Machines

Is DIR- connected to 24V common?
 
  • bird-dogman
  • bird-dogman
22 Sep 2024 15:27
Replied by bird-dogman on topic Mesa 7i76e Spindle Reverse

Mesa 7i76e Spindle Reverse

Category: Milling Machines

 

This browser does not support PDFs. Please download the PDF to view it: Download PDF




This is the I have the spindle wired.  The relay never activates.

jim

This browser does not support PDFs. Please download the PDF to view it: Download PDF

  • uzairk
  • uzairk
22 Sep 2024 15:06
Replied by uzairk on topic 5 axis Cnc Router

5 axis Cnc Router

Category: Post Processors

Hello, I am Uzair Khan, a final year Electrical engineering student of NEDUET Karachi, Pakistan. Actually I am building a 5-axis simultaneous CNC machine as my final year project. There are some software issues while making. While I was searching for issues I suddenly read your post that you have successfully ran 5-axis CNC simultaneously... Can you please tell me about how you run this like which software did you use nd what type of problems you faced during making this...
I will be very thankful if you help me by sharing your experience.
You can also contact me at Gmail
This email address is being protected from spambots. You need JavaScript enabled to view it.
  • G0G53Z148
  • G0G53Z148's Avatar
22 Sep 2024 14:32 - 22 Sep 2024 14:52
Replied by G0G53Z148 on topic Aktuelle hardware mit PCI

Aktuelle hardware mit PCI

Category: Deutsch

hallo @ tommylight

es funktioniert einfach nicht, ich habe nun alles probiert was ich bisher gefunden habe. auch die Netzwerkverbindung gelöscht.
hab auch probiert


/etc/network/interfaces

auto enp2s0
iface enp2s0 inet static
address 192.168.1.1
hardware-irq-coalesce-rx-usecs 0


zu verwenden.
der 1 monat ältere rechner funktioniert auf beiden karten, der neuere funktioniert auf keiner der beiden die verbindung trennt sich dann einfach und ich weiß mir keine rat mehr. Ich habe den Rechner nun auch neu installiert und derselbe Fehler. Ich würde gerne vom ersten Rechner ein Bild machen und auf den Rechner aufspielen nur wie mache ich das wieder.

Hast du noch eine Idee, was ich probieren könnte?
Danke und schönen Tag noch
  • PCW
  • PCW's Avatar
22 Sep 2024 13:49
Replied by PCW on topic Mesa 7i76e Spindle Reverse

Mesa 7i76e Spindle Reverse

Category: Milling Machines

If +12.4V is the open circuit voltage of the  drives direction pin
that would be OK.

 
Displaying 21736 - 21750 out of 24117 results.
Time to create page: 0.564 seconds
Powered by Kunena Forum