Advanced Search

Search Results (Searched for: )

  • 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]
  • tlightus
  • tlightus
26 Nov 2024 03:53
Replied by tlightus on topic Flex GUI Slot Ops

Flex GUI Slot Ops

Category: Other User Interfaces



mill test of the slot ops.
  • wrhammer
  • wrhammer
26 Nov 2024 03:43
Replied by wrhammer on topic Multiple Mesa 7I84 I/O board setup

Multiple Mesa 7I84 I/O board setup

Category: General LinuxCNC Questions

It looks like it's something with the pin file maybe when I try and choose Mesa Card 1. I did the mesaflash --readhmid and copied that to the PnCconf Input, removed the Expansion from the line: IO Connections for Expansion Serial 0..1 -> 7I94_0 and now I get a VauleError: invalid literal for int() with base 10: 'SSERIAL'

Is there something I'm missing? I did a compare of the successful 7I96S pin file and didn't spot any discrepancies.

Attached is a screenshot of the error and a text file of the 7I94T --readhmid 

 

File Attachment:

File Name: 7i94t_ssd.txt
File Size:5 KB
  • cmorley
  • cmorley
26 Nov 2024 02:55
Replied by cmorley on topic Qtdragon for lathe??

Qtdragon for lathe??

Category: Qtvcp

I'm sure it will need more tweaks - lets me know.
  • cmorley
  • cmorley
26 Nov 2024 02:48
Replied by cmorley on topic G Code Editor In Qt Designer

G Code Editor In Qt Designer

Category: Qtvcp

There is currently no way to set GcodeEditor 's edit mode in Qtdesigner.
You must call the GcodeEditor 's python function editMode() or readOnlyMode()

You are making a custom screen?
  • phillc54
  • phillc54's Avatar
26 Nov 2024 02:43
Replied by phillc54 on topic Translation files for QtPlasmaC

Translation files for QtPlasmaC

Category: Plasmac

It looks like bad instructions on our part...

Try renaming qtplasmac_sk.qm in linuxcnc-dev/share/qtvcp/screens/qtplasmac_4x3/languages/ to qtplasmac_4x3_sk.qm

If that works for you then we will edit the documentation.
 
Displaying 16666 - 16680 out of 24500 results.
Time to create page: 0.456 seconds
Powered by Kunena Forum