Advanced Search

Search Results (Searched for: )

  • cakeslob
  • cakeslob
03 May 2025 19:38

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

hmm i thought we had a full config somewhere with spindle. I guess its time to make one (aka copy flexihal). Ill try to mash out a regular config based on my setup
  • cakeslob
  • cakeslob
03 May 2025 19:36

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

yes the config wizards will be less than helpful in most cases. limits are easy, but estop is a case by case basis depending on how you wish to wire/config your estop. tux posted his estop example a few pages back, and there is an estop example in the remora docs hal section.

for the ini file, yes read the manual, but dont start adding a bunch of options that might not apply to remora.

based on my friends rast's config, the endstops might look like this depending if you do a limit or a limit+ home config. it looks like he has included both in his ini file.
# end-stops
#pin IN03
	#net X-max       remora.input.06        =>  joint.0.pos-lim-sw-in
	net both-x       remora.input.06        =>  joint.0.home-sw-in joint.0.pos-lim-sw-in
#pin IN04
	#net X-min       remora.input.07         =>  joint.0.neg-lim-sw-in
#pin IN05
	#net Y-max       remora.input.08         =>  joint.1.pos-lim-sw-in
	net both-y       remora.input.08        =>  joint.1.home-sw-in joint.1.pos-lim-sw-in
#pin IN06	
	#net Y-min       remora.input.09         =>  joint.1.neg-lim-sw-in
#pin IN07
	net both-z       remora.input.10         =>  joint.2.pos-lim-sw-in


the important part is making sure your remora.input.xx match the config.txt file. from the nvem config, label IN03 on the cover of the NVEM board is connected top data bit 6, aka remora.input.06
{
	"Thread": "Servo",
	"Type": "Digital Pin",
		"Comment":			"IN03",
		"Pin":				"P4_21",
		"Mode":				"Input",
		"Data Bit":			6,
		"Invert":			"True"
	},
  • Aciera
  • Aciera's Avatar
03 May 2025 19:31 - 03 May 2025 19:46

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

Category: General LinuxCNC Questions

Some ethercat drives offer built in digital IO that can be used. Ideally the VFD used would also have an ethercat interface.
Many VFDs also offer an RS485 (Modbus) interface which can also be connected to linuxcnc via a USB-RS485 adapter.

LPT can certainly work but it can be a bit tricky to find a PC with low enough latency.

Given the isolation of your market you might want to start out by looking for a used PC with an LPT and an ethernet port and see how low you can get the latency. Mind you, I have no idea how easy/cheap it is for you to find used PCs to try but this would give you an idea of what step rates you could get out of an LPT port solution before buying the drives.

[edit]
I think it should be possible to use ethercat for the drives and the LPT port with one of those cheap breakout boards for the digital IO and the VFD.
  • DarkPhoinix
  • DarkPhoinix
03 May 2025 18:41
Replied by DarkPhoinix on topic [SOLVED]linuxcnc Latency test ambiguous results

[SOLVED]linuxcnc Latency test ambiguous results

Category: General LinuxCNC Questions

Old card nvidia 
 
new amd gifted by my friend 


4 winodws firefox youtube 4k and rustdesk!
  • Spyderbreath
  • Spyderbreath's Avatar
03 May 2025 18:40
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Thanks for that fast reply! OK, so if I am understanding correctly, the EC500.hal is universal for all 3 RT1052 based controllers and I just need to edit the .ini file for my machine?

I have uploaded the nvem-rt1052.txt to the controller, and that seems to of worked well.

Looking at the ini file I am now seeing what my first problem has been, as nothing is there but the config for X Y and Z. No Estop, limit switches, spindle, etc.. So at this point I will need to go and RTFM, (this? linuxcnc.org/docs/2.8/html/config/ini-config.html), on the ini file and try to figure out what I am suppose to put there to get the rest to go.

Given that I am unfortunately a 101% tactile learner, where would be the best place on the forum to ask my questions about what I'm getting wrong as I proceed with this editing attempt?

Thanks again for the info as I have not seen that part explained before. This is a bit of help in the right direction. I'll take it none of the configuration wizards will be of any help in this endeavor?
  • PCW
  • PCW's Avatar
03 May 2025 18:25

None of the axis are moving - using mesa 7i92t with 7i76u

Category: Basic Configuration

Do not wire Enable until you get things working.

 

Yep, on simple step drives, its a DISABLE input.
  • langdons
  • langdons
03 May 2025 18:22 - 05 May 2025 12:40
Replied by langdons on topic Bridgeport VMC760 retrofit

Bridgeport VMC760 retrofit

Category: Milling Machines

Brushless motors should last almost forever.

You can probably keep the old motors.

Motor drivers have improved a lot.

Motors are mostly the same today as they were 30 years ago.

The induction motor is a very, very old invention.
  • Roger S
  • Roger S
03 May 2025 18:18
Replied by Roger S on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

I can't enable debug mode. Could this be part of the problem?

roger@roger:~$ echo 1 | sudo tee /sys/module/ethercat/parameters/debug
[sudo] Passwort für roger: 
tee: /sys/module/ethercat/parameters/debug: Datei oder Verzeichnis nicht gefunden
1
roger@roger:~$ sudo modprobe -r ethercat
modprobe: FATAL: Module ethercat not found.
roger@roger:~$ sudo systemctl stop ethercat
roger@roger:~$ sudo modprobe -r ethercat
modprobe: FATAL: Module ethercat not found.
  • langdons
  • langdons
03 May 2025 18:16
Replied by langdons on topic Bridgeport VMC760 retrofit

Bridgeport VMC760 retrofit

Category: Milling Machines

An old PC might actually be better than a Pi for latency.

Add RAM for sure.

The problem with a Pi is it has no power supply of its own.

I run the cooling fans of my 3 stepper drivers off the 12V rail of the PC controlling them (I made a cable to siphon off the PC's power).

Make sure to set the governor to performance; it helps latency a bit.

Run this in a terminal:
echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor > /dev/null
  • tommylight
  • tommylight's Avatar
03 May 2025 18:08
Replied by tommylight on topic Need help with Linux 2.5 on a CNC lathe

Need help with Linux 2.5 on a CNC lathe

Category: General LinuxCNC Questions

I can be found everywhere, if you know where to look, but i do not think you need that, yet, this should be fairly easy to figure out.
  • tommylight
  • tommylight's Avatar
03 May 2025 18:04
Replied by tommylight on topic free CADCAM

free CADCAM

Category: CAD CAM

-BlenderCAM forum.linuxcnc.org/31-cad-cam/26123-blen...-addon-it-s-now-2025
-FreeCAD had Path workbench
-PyCAM
-Inkscape has gcodetools included that can do 2D/2.5D
-DXF2Gcode can be used with LibreCAD
-Dmap2Gcode for depth map of images, i use it a lot for engraving
-Image2Gcode is included with LinuxCNC, just open an image and it shows
forum.linuxcnc.org/31-cad-cam/46947-viac...nux-and-mac?start=50
  • cakeslob
  • cakeslob
03 May 2025 18:03

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

darkpheonix try with this and go from there. if you are trying to set up a rotational axis, that is different than a linear axis in setup
[AXIS_Y]
MAX_VELOCITY = 5
MAX_ACCELERATION = 20.0
MIN_LIMIT = -0.01
MAX_LIMIT = 300.0

[JOINT_1]
TYPE = LINEAR
HOME = 0.0
MIN_LIMIT = -5.0
MAX_LIMIT = 300.0
MAX_VELOCITY = 5
MAX_ACCELERATION = 20.0
STEPGEN_MAXACCEL = 2200.0
SCALE = 1600
FERROR = 1.0
MIN_FERROR = 0.5
HOME_OFFSET = 0.0
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
HOME_SEQUENCE = 0
P_GAIN = 300
FF1_GAIN = 0.1
DEADBAND = 0.001

these options are not real, and im unsure where you got them from.
STEPPER_TYPE = external
STEP_PIN = ystep       
DIR_PIN = ydir         
#ENABLE_PIN = yen       
STEP_INVERT = no       
DIR_INVERT = no        
ENABLE_INVERT = no     

[DRIVERS]
# Generali impostazioni dei driver passo-passo
STEP_SPACE = 100000
STEP_TIME = 100000
DIR_SETUP = 50000
DIR_HOLD = 50000
  • Hakan
  • Hakan
03 May 2025 18:01
Replied by Hakan on topic Using POSIX realtime

Using POSIX realtime

Category: EtherCAT

It's on the right track but I wonder how to pin-point exact reason and solution.
I have seen spelling mistakes cause this, but yours seems fine.
Can be the old network driver not unloading.
It's along those lines, the master can not get control over the network interface.
Can you set debug "ethercat debug 1", restart the ethercat server and show the dmesg again?
 
  • tommylight
  • tommylight's Avatar
03 May 2025 17:57

None of the axis are moving - using mesa 7i92t with 7i76u

Category: Basic Configuration

Do not wire Enable until you get things working.
  • Farzad
  • Farzad
03 May 2025 17:45 - 03 May 2025 17:48

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

Category: General LinuxCNC Questions

hi andypugh thank you for replying. What interface would you recommend for getting started? I’m not looking for anything too fancy — just something to get the first few projects running. I’ll upgrade the machine later.As for second-hand servos, I haven’t been able to find many good options here. Most of the ones I’ve seen have been used almost to the point of failure, so I’m worried that if I buy them, they might break down quickly and I’ll end up spending twice as much.
Displaying 5326 - 5340 out of 24270 results.
Time to create page: 0.327 seconds
Powered by Kunena Forum