Advanced Search

Search Results (Searched for: )

  • Grotius
  • Grotius's Avatar
26 Nov 2024 11:33
Replied by Grotius on topic Ethercat auto configurator.

Ethercat auto configurator.

Category: EtherCAT



Node video sofware :


Node video hardware:
youtube.com/shorts/kOSrcHN5y7o

The ethercat auto configurator app is now able to perform logical operations. Like a plc.
Made a example timer widget. That sends pulses to the ethercat output ports.
The pulse has a high- and low time.

There is a easy way to create your own logical widgets. Creating a new widget cost's about 15 minutes of your presious time.
There is a QCustomWidget example widget that shows you how to do it.

We can use all kind of widget's here.

Project source
  • RotarySMP
  • RotarySMP's Avatar
26 Nov 2024 11:26
Replied by RotarySMP on topic Weiler DZ26 Millturn Conversion

Weiler DZ26 Millturn Conversion

Category: Turning

I used the 5i25 +7i77+7i84 on my Maho, as the Ethernet cards were not yet available. Used the 7i95 on my mini lathe, and a 7i92+7i83+7i84+7i85+7i73 on the Schaublin.

As Tommy said, forget performance differences between PCI and Ethernet cards, that wont be an issue.

I hate jogging on a touch screen. You are looking at the part, probe, whatever and reaching to touch a none tactile feedback peice of glass with a greasy finger, trying to tap through pulse by pulse. Same with feed hold, cycle start, coolant start etc. It is a personal choice.
  • rodw
  • rodw's Avatar
26 Nov 2024 11:18

Real-time kerel not detected on patched 6.12

Category: General LinuxCNC Questions

www.phoronix.com/news/Linux-6.12-Does-Real-Time
6.12 does not need patching for AMD64 according to the above, it should work with just setting the preemption to full. That needs to be tested.
 

Not so lucky Tommy. You still need to compile the kernel to get PREEMPT_RT on 6.12 after setting fully preemptible kernel under general settings in menuconfig when compiling the kernel.
But you no longer need to apply the RT patch before compiling the kernel.
There are a few tutorials on this. HEre is one for the Pi 5
github.com/by/RT-Kernel
  • WKS-3D
  • WKS-3D's Avatar
26 Nov 2024 10:42
Frage wegen Spindelencoder an 7i76 was created by WKS-3D

Frage wegen Spindelencoder an 7i76

Category: Deutsch

Hallo Gemeinde,
ich bin immer noch mit der Konfiguration meiner Drehmaschine dran, dass meiste funktioniert und das sogar mit der Oberfläche Probe_Basic_Lathe.
Gestern wollte ich ein ganz einfaches Testteil drehen, bisschen planen und Außengewinde drehen.
G96 funktioniert, allerdings der Vorschub mit mm/U funktioniert nicht, mm/min ja. Mit dem Außengewinde geht auch nicht, der Drehstahl bleibt an der Startposition stehen und das wars.
Eben habe ich mir dann mal die passenden Encoder Ein- und Ausgänge in der HAL anzeigen lassen und wenn ich die Spindel drehe, bleibt alles auf 0 (Null). Ok, dann kann es ja nicht funktionieren.
Als erstes würde mir da ein Verkabelungsfehler einfallen und dabei ist mir aufgefallen, dass "+5VP" nicht angeschlossen ist (stand eigentlich auf meiner ToDo-Liste das abzuklären, aber vergessen).
Lange Rede kurzer Sinn, muss ich an den TB3 +5VP +5V anschließen?
Ich habe mal 2 Bilder angehängt, sagt mehr aus als 1000 Worte ;)

 

Vielen Dank schonmal

Gruß
Olli
  • my1987toyota
  • my1987toyota's Avatar
26 Nov 2024 10:20 - 26 Nov 2024 13:32
Replied by my1987toyota on topic 8 Spindle Gang Router

8 Spindle Gang Router

Category: Show Your Stuff

Sorry to hear that . This has been an ongoing trend for years now unfortunately. And these companies wonder why
nobody has loyalty any more. If it weren't for how terrible looking for a new job has become I would say time to
find a new one. Once another owner comes in they use the original personnel to train the new hires and push
the old ones out the door in a year or two. I have seen it happen time and again. And yes it's a worry where I work
as well. It's one of the reasons I am so cynical about things.
  • Ahmed.emara
  • Ahmed.emara
26 Nov 2024 09:27
Ethercat + step/dir signals was created by Ahmed.emara

Ethercat + step/dir signals

Category: EtherCAT

hello guys,
 i have 5 axis milling cnc machine with EL8 Servo with ethercat based communication and i hava DIEWE IO module which produces only digital output. I want to add another stepper motor with PULSE/DIR communication to move the tool magazine during the the ATC i want to know how to use this stepper motor with my servo motors and how to generate the PWM signals for the stepper in hardware connection and in the .hal file
 
  • martin2day
  • martin2day
26 Nov 2024 08:20

Knuth Mark Super CNC Retrofit - need some help with my first LinuxCNC

Category: Milling Machines

Hello Fabian,

i did not make the Retrofit today, because i can fix my broken Gplus 450 and so i first want to make some parts with the machine i need.

Have a nice day
Martin
  • RotarySMP
  • RotarySMP's Avatar
26 Nov 2024 07:56
  • Hossein74Majidi
  • Hossein74Majidi
26 Nov 2024 07:50 - 26 Nov 2024 07:54
Replied by Hossein74Majidi 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
 

Thanks. I did search for some overlays of spi of other devices but i couldnt find anything.
I changed the status of the spidev@0 in rk3399-orangepi-4-lts.dts and compile it again (it was status="disabled" and I changed it to "okay") but it didnt work. I have no idea what should I do
about the latency-test, it made it worse (50 us) and the lag in gpu just got better slightly.
  • 4ashishkr
  • 4ashishkr
26 Nov 2024 07:39

Issue with Attaching BME280 Sensor to Raspberry Pi 4B on LinuxCNC

Category: General LinuxCNC Questions

Hello #MyFirstPostHere,I am trying to attach a BME280 sensor to a Raspberry Pi 4B to monitor environmental variables (temperature, pressure, and humidity). The sensor is connected to the 3.3V, GND, GPIO2, and GPIO3 pins. It works flawlessly when running Raspbian OS (64-bit), and I can retrieve readings via the terminal.However, when trying to use it with LinuxCNC, I encountered multiple errors.Upon checking the I2C buses with the command
ls /dev/i2c-*
, I found
/dev/i2c-20
and
/dev/i2c-21
, but I was expecting
/dev/i2c-1
, as seen in Raspbian OS.I was wondering if there is a solution for this? Is it possible to get this sensor working on LinuxCNC?Please feel free to ask for any additional information.
  • endian
  • endian's Avatar
26 Nov 2024 07:36
Replied by endian on topic Ethercat, EL6751 and CANOpen

Ethercat, EL6751 and CANOpen

Category: EtherCAT

I will create non legacy mapping and update them here... It should be problem with my mapping shape .. I will load them to el6731 and double check  them with my stuff

regards
  • cmorley
  • cmorley
26 Nov 2024 06:52
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

The feedrate comes straight from the motion controller and is always multiplied by 60 for minutes.
I'll have to see what AXIS does in this case as it's not obvious how to decern what the feedrate units are at any one moment.

Yes I noticed the logo problem then forgot about it :)
I'll see if I can figure it out.
  • timo
  • timo
26 Nov 2024 05:24

Jones and shipley cylindrical grinder CNC conversion, grinding camshafts, cranks

Category: General LinuxCNC Questions

What I saw in hobby forums are mostly "copy" machines using a master(template)cam and some mechanical system to follow the template. (this boils down to 2d operation.

What do you mean by scale? Does it matter what size the parts are?
  • 7strideR
  • 7strideR's Avatar
26 Nov 2024 05:07

Advice on Protectli V1210/V1211 for LinuxCNC

Category: EtherCAT

Hello everyone,I’m looking for a compact and fanless PC to use with my milling machine. Reliability is my main priority, as I want to avoid any hardware-related issues during operation.I’ve come across the Protectli V1210 and V1211 ( link here ) and was wondering if these would be a good fit for running LinuxCNC. I’m still learning about how the Linux kernel works, so I’d appreciate any advice or insights regarding compatibility.Additionally, if I opt for the Coreboot BIOS on these devices, are there any potential issues or limitations I should be aware of?Thanks in advance for your help!
  • Tchefter
  • Tchefter's Avatar
26 Nov 2024 04:12
Replied by Tchefter on topic MMS einschalten mit einem Taster.

MMS einschalten mit einem Taster.

Category: Deutsch

[OT]
@Aciera - Glückwunsch zum Admin 
[/OT]
Displaying 16666 - 16680 out of 24530 results.
Time to create page: 1.067 seconds
Powered by Kunena Forum