Advanced Search

Search Results (Searched for: )

  • gekonko
  • gekonko's Avatar
25 Nov 2024 17:30
Replied by gekonko on topic Translation files for QtPlasmaC

Translation files for QtPlasmaC

Category: Plasmac

Hello phillc54,
thank you for info.
 As I mentioned earlier - my version is QtPlasmaC v2.10-008.054
my linuxcnc version:
Warning: Spoiler!
  • Guy
  • Guy
25 Nov 2024 17:07 - 25 Nov 2024 17:09

MMS einschalten mit einem Taster.

Category: Deutsch

Hallo,

Wie schon geschrieben, ich will die MMS mit einem Taster ein und wieder ausschalten. Mit zwei Taster kein Problem.
Ich habe es mit (toggle) versucht. Hier nein Code.

net mist_on          toggle.0.in      hm2_7i76e.0.gpio.040.in_not
net mist_on          halui.mist.on    toggle.0.in
net mist_off         halui.mist.off   toggle.0.out

Das funktioniert auch soweit, nur, dass wenn ich den Taster das erste mal drücke schaltet der Ausgang einmal ein und dann wieder aus. Danach funktioniert es wie es soll.

Jetzt habe ich noch folgendes versuch was auch funktioniert. Nur dass ich dann beim Starten eine Fehlermeldung bekomme, dass  der Nebel nicht geschaltet werden kann solange der Notaus aktiv ist.
 
setp toggle.0.out 1
setp toggle.0.in 0

net mist_on          toggle.0.in      hm2_7i76e.0.gpio.040.in_not
net mist_on          halui.mist.on    toggle.0.in
net mist_off         halui.mist.off   toggle.0.out

Also beides funktioniert aber eben nicht sauber. Ich kann den Ausgang auch direkt schalten aber dann ist die Anzeige auf dem Bildschirm nicht Korrekt.

Schone Grüß.
 
  • MacKaye
  • MacKaye
25 Nov 2024 16:15
Replied by MacKaye on topic Weiler DZ26 Millturn Conversion

Weiler DZ26 Millturn Conversion

Category: Turning

There seems to be a general dislike for PCI-E cards?
In theory i should be less issues in communication between PC and card and almost no jitter/latency between both.
  • Paul66
  • Paul66
25 Nov 2024 14:40
Replied by Paul66 on topic Run LinuxCNC, but terminated with an error

Run LinuxCNC, but terminated with an error

Category: General LinuxCNC Questions

Problem seems to be really solved today.
The error message reappeared yesterday. Not only LinuxCNC shows the "Could not connect to display 0.0", but other applications also show the same message as well. I think the problem may be due to some corrupted files in Debian in my old SanDisk 120GB SSD.
Today I replace it will another SSD with the latest LinuxCNC 2.9.3, everything seems ok now.
Sorry VisionTek Radeon display card, it is not your fault.
  • JT
  • JT's Avatar
25 Nov 2024 14:11
Flex GUI Slot Ops was created by JT

Flex GUI Slot Ops

Category: Other User Interfaces



Thanks Tom

JT
  • JT
  • JT's Avatar
25 Nov 2024 13:51 - 25 Nov 2024 13:52
Replied by JT on topic Flex GUI Import a Python Module

Flex GUI Import a Python Module

Category: Other User Interfaces

Flex now has a user timer that can be used in the user python module.



JT
  • royka
  • royka
25 Nov 2024 13:50 - 25 Nov 2024 14:03
Replied by royka on topic Real-Time Kernel with Orange Pi 4 LTS

Real-Time Kernel with Orange Pi 4 LTS

Category: General LinuxCNC Questions

Weird that spidev doesn't show up, I think that the overlay is not complete, since it worked (or at least visible) before you could try to add the overlay files of the other boards to see if it helps.

The (gpu?) lag is probably because all the small cores are isolated now, you can try to see if the latency is still low enough with less cores isolated, isolcpus=3-5, isolcpus=4,5 or isolcpus=5. The first 2 cores are faster, so ideally you would isolate the second core, but then I think it should be changed in the source of LinuxCNC to run on that core instead of the last core, but 31.8us is certainly not bad
So you can try the following config:
verbosity=1
bootlogo=true
console=both
fdtfile=rockchip/rk3399-orangepi-4-lts.dtb
rootdev=UUID=a703d82e-8d61-4266-8b54-c10361d608ca
rootfstype=ext4
extraargs=isolcpus=4,5
overlay_prefix=rockchip
overlays=rk3399-opp-2ghz rk3328-spi-spidev rk3399-spi-spidev rk3399-uhs  rk3568-hk-spi-spidev
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u
  • tommylight
  • tommylight's Avatar
25 Nov 2024 12:57
Replied by tommylight on topic Weiler DZ26 Millturn Conversion

Weiler DZ26 Millturn Conversion

Category: Turning

Where did you read about Ethernet compromising performance?
Mesa has no such issues, they can do easily MHz range pulses, KHz servo rates (i have tested at 4 KHz 5i25, 6i25 and 7i92).
I have several industrial machines using Mesa, in use daily for many years. Retrofit and build logs are on this forum and youtube, but my videos are cr@p compared to RotarySMP's.
  • MacKaye
  • MacKaye
25 Nov 2024 12:37
Replied by MacKaye on topic Weiler DZ26 Millturn Conversion

Weiler DZ26 Millturn Conversion

Category: Turning

Ah, i´ve been watching your stuff for a while to get a sense for what i am getting into, nice content!
You are using a pretty elaborate control interface on your Schaublin. I am not sure if i want to go down that route though. All i need is some jogging control to set offsets, tool measurements, start stop and feed override. My idea is using a USB pendant, a footswitch for my chuck and everything else on a touchscreen.
For years i have done nothing but adjust tool offsets on the control itself, everything else is straight from cam. And for jogging a pendant doesn´t need to be real time control via the FPGA in my mind.
Or am i totally wrong about LinuxCNCs control interface?
  • Hakan
  • Hakan
25 Nov 2024 12:19 - 25 Nov 2024 12:21

Minipc standalone ethercat vs Minipc and mesa card ?

Category: General LinuxCNC Questions

Regarding max step rate: that potential bottleneck is eliminated with Ethercat, there are no pulse/direction signals. Instead a new target position is give over EtherCAT to the driver.
I think the two technologies complement each other. If you have/want to use traditional drives with pulse/direction or analog voltage control you go with Mesa. If you want to invest in a field bus system with drives and other units, you go with EtherCAT.
  • Hossein74Majidi
  • Hossein74Majidi
25 Nov 2024 12:12
G Code Editor In Qt Designer was created by Hossein74Majidi

G Code Editor In Qt Designer

Category: Qtvcp

Hi
In Qt Designer, how can I edit an entered g code using the qt widgets??
  • Thayloreing
  • Thayloreing
25 Nov 2024 11:01
Replied by Thayloreing on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Good morning guys, I bought my nvem v5 board to test with linuxcnc, I'm still waiting, I saw in the files that there is an encoder component to compile in linuxcnc to use in remora, this component was created to only accept the mpg encoder or is there a possibility of using the mpg input to connect an encoder to a spindle or the spindle shaft of a lathe, I don't know if it is possible to use just the mpg encoder input or there is a way to use other inputs if configured, could you give me more details of this part of the encoder on the nvem board? thank you in advance thank you very much
  • RotarySMP
  • RotarySMP's Avatar
25 Nov 2024 09:59
Replied by RotarySMP on topic Weiler DZ26 Millturn Conversion

Weiler DZ26 Millturn Conversion

Category: Turning

It is unlikely that the 7i77 (or 7i97) will have enough I/O for such a machine. You will probably end up with a 7i84 to expand that.

A 7i73 for the user module also greatly simplifies the wirning between the cabinet and the control head.
 
  • RotarySMP
  • RotarySMP's Avatar
25 Nov 2024 09:50
Replied by RotarySMP on topic Schaublin 125-CNC retrofit.

Schaublin 125-CNC retrofit.

Category: Turning

I will strip and clean the existing horizontal one, and get it going. I realise that the industry switched to vertical turrets, and that they are a better form factor, but I already have a fair bit of tooling to suite the Schaublin horizontal.

My email address is available on the channel home page...
www.youtube.com/@RotarySMP
  • csurimilan
  • csurimilan
25 Nov 2024 08:45
Replied by csurimilan on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hello everyone, I had a lot of trouble to find a stable motion controller. First I bought an EC500 and i was trying to run with mach3. It was horrible. So i bought a 2nd card XHC (if i remember well) also wanted to run with mach3 but was still not good. Was better already. After a lot of people suggested me to try linuxcnc. So i sent the XHC motion controller back and currently im struggling with my old motion controller (ec500).The prozessor is an rt1052 and i found a firmware from github (remora from scottalford75).I changed the firmware. Im trying to adjusting the settings with the .ini and .hal files. I was able to move the motors and use home switches. My problem is now that if I jog with my keyboard and after i dont press anything sometimes the motors still do 1 or 2 steps. And i cant figure out why. Maybe someone has the same motion controller with linuxcnc or could help me?Thank you
Displaying 16711 - 16725 out of 24500 results.
Time to create page: 0.667 seconds
Powered by Kunena Forum