Advanced Search

Search Results (Searched for: )

  • Spyderbreath
  • Spyderbreath's Avatar
05 May 2025 18:51
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

You said "this only happens when the emergency shutdown is disabled in the GUI." So does this mean that there is a bug in the estop or just not quite the correct configuration for it to fully function?
  • djdelorie
  • djdelorie
05 May 2025 18:49
Replied by djdelorie on topic rotary vs motion : velocity

rotary vs motion : velocity

Category: Advanced Configuration

As I noted, in my case the Z value is accurate for the diameter, so I *do* know the rotational-tangential speed, or at least, could compute it. There just doesn't seem to be a HAL way to get both linear speed and angular speed at the same time.

I don't want to have an Y-is-A configuration as that breaks my toolchanger (rack along the back edge).

I've been solving most of these problems with software that wraps Y to A and adjusts everything to inverse time mode, but the gcode doesn't have control over the laserpower HAL component.
  • PCW
  • PCW's Avatar
05 May 2025 18:46

Beginner Building a CNC - Questions About EtherCAT with Delta A2 and In

Category: General LinuxCNC Questions

For basic step/dir servos, a 7I76EU should do (by itself)

The 7I76EU has:

5 axis of step/dir outputs
32 digital inputs (5 to 24V)
16 digital outputs (5 to 24V)
Isolated analog 0..10V output for VFD spindle speed control
encoder input for spindle synchronized motion
2 parallel expansion ports (for additional step/dir or encoder channels)
1 serial expansion port (for more digital I/O

 
  • DarkPhoinix
  • DarkPhoinix
05 May 2025 18:24 - 05 May 2025 20:17
Replied by DarkPhoinix on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I'm starting to go crazy, I don't understand what to do anymore I see people using files for ec500 on nvemV5 which files are correct for nvem V5 rt1052?


this github.com/scottalford75/Remora-RT1052-c...ec500-rt1052-DMA.txt
or github.com/scottalford75/Remora-RT1052-c...xCNC/nvem-rt1052.txt

Excuse me if I may, but wouldn't it be better to create these posts to create a bit of order?

Remora - ethernet NVEM rt1052 cnc board
Remora - ethernet NVEM stm32 cnc board
Remora - ethernet EC300 cnc board
Remora - ethernet EC500 cnc board
 
forum.linuxcnc.org/18-computer/44828-rem...ard?start=410#251651
  • michaeln
  • michaeln
05 May 2025 18:02
Replied by michaeln on topic free CADCAM

free CADCAM

Category: CAD CAM

FreeCAD is going better and better. I think it is the best free long-run CADCAM.
PyCAM, DXF2GCODE and NativeCAM are outdated with no development.
If you prefer 2D/DXF in my opinion cadascam.de is a good and cheap alternative.

 
  • kb9ydn
  • kb9ydn
05 May 2025 18:01 - 05 May 2025 18:02
Replied by kb9ydn on topic Bridgeport EZ Trak DX II Conversion to LCNC

Bridgeport EZ Trak DX II Conversion to LCNC

Category: CNC Machines

Sorry guys, only just now saw this.   Schematic is attached.
  • aDm1N
  • aDm1N's Avatar
05 May 2025 18:01

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I started from scratch with the standard examples. I made some adjustments, and now Remora Input 4 is responding. However, this only happens when the emergency shutdown is disabled in the GUI. So, Remora probably only starts working after that. 

File Attachment:

File Name: remora-ec500.hal
File Size:2 KB
 

File Attachment:

File Name: remora-ec500.ini
File Size:3 KB
  • Murphy
  • Murphy
05 May 2025 17:55 - 05 May 2025 17:57

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

This is my E-stop in my .hal file.

net nvem-estop <= estop-latch.0.fault-in <= remora.input.14

It's just a switch. Once the input is triggered it should work. 



 
  • grijalvap
  • grijalvap's Avatar
05 May 2025 17:50 - 05 May 2025 17:51
Replied by grijalvap on topic Zero Pierce delay After pierce Only

Zero Pierce delay After pierce Only

Category: Plasmac

I understend what you mean but I want to keep the temporary tools because they are in the GCODE file, the operator don't has to select.
I wonder if we can have something like this
 
 
  • vre
  • vre
05 May 2025 17:27

XHC-HB04 wireless MPG pendant HAL module

Category: HAL

There is also a bug with XHC-HB04 with ferror i had set it to feed-spindle override
and show me ferror to Z axis when rotated quick the encoder wheel.
  • kbec
  • kbec
05 May 2025 17:15

Probe Basic Documentation and Installation... Start Here!!!

Category: QtPyVCP

I was wondering if there was anywhere that would compare the hal files before and after the modifications? It gets confusing as I am not sure if things need to be only added to sections or totally replaced altogether.
I followed up to that point, but now I am kind of stuck.

Thanks
  • Spyderbreath
  • Spyderbreath's Avatar
05 May 2025 16:58 - 05 May 2025 22:59
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Been spending the last day or so in an attempt to configure the external E-stop. I found this - www.forum.linuxcnc.org/18-computer/44828...rd?start=2080#324903 - and tried to place that into my .hal file (the basic stock one that is in the repo - github.com/scottalford75/Remora-RT1052-c...sic/remora-ec500.hal) like I was able to do for the limit switches and got several already active errors. Commenting those offending lines out allowed the gui to run but no working E-stop. I looked here - remora-docs.readthedocs.io/en/latest/software/hal-examples.html - and there is no mention of E-stop.

I am thinking that the E-stop needs to be set up in some manner similar to the limit switches like this -
#pin IN03
net both-x remora.input.06 => joint.0.home-sw-in joint.0.pos-lim-sw-in
but the best I can guess at is something like -
[code]#pin IN01
net e-stop remora.input.04 => joint.(?).(????)
With the question marks noting what I don't have a clue about and am not finding any clue as to what needs to be there. Am I on the right track or completely running down the wrong rabbit hole. Are there any "good" examples anywhere that might lead me to success?
[/code]
  • Farzad
  • Farzad
05 May 2025 16:56

Beginner Building a CNC - Questions About EtherCAT with Delta A2 and In

Category: General LinuxCNC Questions

i asked ChatGPT about the boards, and it said I should use the 7i76e for axis control, the 7i85 for secondary axes, and the 7i89 for encoders.
Is this configuration correct?I also want to add some information about the servo motors I'm planning to buy.
I don't fully understand all the technical details, but if there is anything wrong or incompatible, I would really appreciate it if you could let me know.
Thank you!  

drive.google.com/file/d/1As0Eivp9ck6G0jz.../view?usp=drive_link
 
  • Farzad
  • Farzad
05 May 2025 16:23

Beginner Building a CNC - Questions About EtherCAT with Delta A2 and In

Category: General LinuxCNC Questions

Thank you very much for your detailed and informative response. After considering the complexity and high cost of EtherCAT, I have decided not to pursue that route. Fortunately, I have also found a way to purchase hardware from abroad. There is a platform where international travelers can register and, for a fee, purchase and deliver requested items. While this service is slightly more expensive, I believe it is worth it. At this stage, I am planning to build a 5-axis CNC machine with an automatic tool changer. I would greatly appreciate it if you could recommend a suitable Mesa board setup for this application. Here are my key requirements: Full Ethernet-based control (no PCI required) Toll changer  Support for 5 axes with servo motors In the future, I would like to add linear scales (linear encoders) for closed-loop feedback  Unfortunately, I am not very familiar with the Mesa product lineup, so a specific recommendation or example configuration would be very helpful. Thank you in advance for your support.
  • vre
  • vre
05 May 2025 15:00
Replied by vre on topic spindle with encoder

spindle with encoder

Category: Basic Configuration

I found this app to do the design so can cut this with laser
Displaying 5086 - 5100 out of 24324 results.
Time to create page: 0.383 seconds
Powered by Kunena Forum