Advanced Search

Search Results (Searched for: )

  • DarkPhoinix
  • DarkPhoinix
19 Apr 2025 09:58 - 19 Apr 2025 10:46
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

pyocd reset --target mimxrt1050_quadspi
pyocd erase --chip --target mimxrt1050_quadspi
pyocd reset --target mimxrt1050_quadspi
pyocd flash remora-rt1052-3.1.3.bin --target mimxrt1050_quadspi
pyocd reset --target mimxrt1050_quadspi 
 

Hi,
I tried with stlink and j-link with errors.I also tried reversing swdio and swclk, because I saw images of pins connected differently.
  • DarkPhoinix
  • DarkPhoinix
19 Apr 2025 09:44
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hey Scott,
Sorry to bug you again, but just wanted to let you know I finally managed to flash the firmware and ping 10.10.10.10! Next up is diving into the LinuxCNC side of things.

I’m planning to document everything I did to get it all working and might make a YouTube video showing the steps once my exams are out of the way next week. Also, I was thinking it’d be cool to contribute to the project documentation if there’s any way I can help out.


Thanks again for all your help – really appreciate it!

Hi,
how did you solve the flash problems?
could you please insert the strings you inserted? Photos of the connection pins? Did you power the NVEM V5 at 12V or 24V? Did you press the button?
  • Grotius
  • Grotius's Avatar
19 Apr 2025 08:38
Replied by Grotius on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Hi Rod,

The planner is indeed in it's own folder under src/emc/planner link
It uses the original Makefile to build the planner.

If you use 2 different build systems we experienced a kind off linking errors. Resulting that
the motmod.so and liblinuxcnchal.so had to be recompiled by cmake. But the excact reason why
this is, is unknown for me.






 
  • rodw
  • rodw's Avatar
19 Apr 2025 08:25
Replied by rodw on topic LinuxCNC 2.9.4 Released

LinuxCNC 2.9.4 Released

Category: Installing LinuxCNC

the ISO on the downloads page includes 2.9.4. Trixie/SID is a work in progress. Its not trivial to comply with the Debian build environment and a whole host of  QA requirements imposed by SID. The devs do try...
  • rodw
  • rodw's Avatar
19 Apr 2025 08:19
Replied by rodw on topic EtherCAT stopped working after Reboot

EtherCAT stopped working after Reboot

Category: EtherCAT

vi is very old-school. Nano is somewhat easier. I use it with SSH to edit files on another pc. The Linuxcnc includes geany  which is a GUI based text editor
  • rodw
  • rodw's Avatar
19 Apr 2025 08:13
Replied by rodw on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

I can't see why the new planner can't be put in its own folder under /src/emc together with its build system. Surely linuxcnc's make system can call another build environment. In fact some of the lcnc code is written in c++   

Have a look at the header files in src/emc/rs274ngc. Classs don't exist in C  
  • rodw
  • rodw's Avatar
19 Apr 2025 07:54

First time to try build my xml for not listed ethercat in-out component

Category: EtherCAT

hakan is on the right track
There are a couple of xml files here with configs for Rtelligent and Deiwu I.O modules created exactly how endian menrions
github.com/rodw-au/linuxcnc-cia402
  • rodw
  • rodw's Avatar
19 Apr 2025 07:50

LinuxCNC and Linux and Ubuntu and PC and RPi ping issues with Mesa 7i96s

Category: Installing LinuxCNC

 If you get a USB wifi dongle with an external antenna you can get a SMA extension cable with a bulkhead connector on the end. Drill hole through enclosure, insert fitting and attach with supplied nut, and attach the antenna from the dongle. I have done this a few times now.
  • machinedude
  • machinedude's Avatar
19 Apr 2025 07:23
Replied by machinedude on topic Black Friday Deal got me :)

Black Friday Deal got me :)

Category: Plasma & Laser

small update moving forward with this.
  • Jabbery
  • Jabbery
19 Apr 2025 04:16
Replied by Jabbery on topic Spindle will not stay running

Spindle will not stay running

Category: General LinuxCNC Questions

Found another problem that seems to have fixed it. The machine is manufactured in the east, the input switches/buttons go through a wide metal clamp that I assumed was frame grounding the shielding of the wire, it was not. When I earth grounded the shield with the setp suggestion the random EStop trip seems to have stopped. It will take more tests to be sure.

Input common is Negative on the 24v PS. Limit switches are inductive and signal 24v when tripped, EStop will be 24V normal, 0V when triggered.
  • PCW
  • PCW's Avatar
19 Apr 2025 03:41
Replied by PCW on topic Spindle will not stay running

Spindle will not stay running

Category: General LinuxCNC Questions

Yes, limits triggering will also cause a fault and change to machine-off state.
Maybe a wiring issue with the input common, or just limits/estop wired
near power signals.
 
  • Jabbery
  • Jabbery
19 Apr 2025 03:29
Replied by Jabbery on topic Spindle will not stay running

Spindle will not stay running

Category: General LinuxCNC Questions

ok there is a freight train at the end of the tunnel!
It worked sort of. Not stable but it did show what is happening.
I put the setp on all inputs.
The EStop I now see toggles which it should not. The EStop is not actually wired yet and will be normally closed so there is always a 24V. Would this stop noise? The limits send 24V when detected but the spindle is not running. Will a limit triggering while operating cause any issue?
  • unknown
  • unknown
19 Apr 2025 01:49

LinuxCNC and Linux and Ubuntu and PC and RPi ping issues with Mesa 7i96s

Category: Installing LinuxCNC

No need for a base thread with an external motion controller.
I run mine with a NVMe drive, yeah boot is really fast, I've been playing a around with custom hardware and hostmot2 firmware over SPI. ATM I'm working on a ethernet board to replace the SPI\EPP board that mates with the fpga board I'm using.

If you could add your Etherent mods to the thread linked below it would be great, trying to have a one stop place for all issues/suggestions and such.
forum.linuxcnc.org/9-installing-linuxcnc...official-images-only

Cheers
Rob
  • RNZ
  • RNZ
19 Apr 2025 01:34

LinuxCNC and Linux and Ubuntu and PC and RPi ping issues with Mesa 7i96s

Category: Installing LinuxCNC

I think the raspberry pie five and Mesa set up is really quite brilliant. It’s very compact, and boots up really fast. The only negative i have found is that it’s difficult to put an external Wi-Fi antenna on the pie. If the pie is inside a metal box, it won’t connect easily to a Wi-Fi router. You can get around this by using an external Wi-Fi dongle. Or move the excess point and pie closer together.
  • RNZ
  • RNZ
19 Apr 2025 01:30

LinuxCNC and Linux and Ubuntu and PC and RPi ping issues with Mesa 7i96s

Category: Installing LinuxCNC

The reason I was running that test was because packets were being lost between the raspberry pie and the Mesa board. I couldn’t figure out why. It was suggested to change a setting (I forget which one, but it is documented on The Forum) and after that there was zero packet loss.
Displaying 16351 - 16365 out of 17622 results.
Time to create page: 0.483 seconds
Powered by Kunena Forum