Advanced Search

Search Results (Searched for: )

  • Spyderbreath
  • Spyderbreath's Avatar
03 May 2025 20:36
Replied by Spyderbreath on topic Remora - ethernet NVEM / EC300 / EC500 cnc board

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Correct me if I am wrong, being all new to this, but that first bit of "code" you listed there looks to be from a .hal file and not an .ini file? If so then that gets me even further along and might be enough for me to get dangerous and take a stab at it.
  • meister
  • meister
  • endian
  • endian's Avatar
03 May 2025 20:07

WEMAS MT 32 CNC Lathe -> LinuxCNC - Mesa or EtherCAT?

Category: Turning

What do you mean with "SoE"?
Maybe i try to get a used Beckhoff AX5xx from eBay when thats easyer to use with LCNC.

... the SIEMENS etherCAT pcb is hard to get. it starts to annoying me...


endian post=327010 userid=29161
AX5xxx from beckhoff is SoE and it can be pain to create custom .xml which should be editable out of Sachas own .xml files...
 


SoE does mean - Sercos over Ethercat ... similar to CoE - CANopen over Ethercat ... You can imagine that ethercat itself is a empty lorry train were many different buses/networks shape members can sit a transport itself where they are need ..but very fast, synchro and with many many diagnostic stuff

I have never creating custom .xml file for them only for CoE stuff I have done it... I think if you are basic user it should be enough for you to use .xml config from saschas shop but ... it has many many very usefull stuff as monitoring the native I/Os ... external encoder - basically for external encoder as linear scales to run velocity loop over them ...
  • 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
Displaying 5446 - 5460 out of 24183 results.
Time to create page: 1.408 seconds
Powered by Kunena Forum