Advanced Search

Search Results (Searched for: )

  • johns00056
  • johns00056
29 Aug 2025 14:32
installing an older version was created by johns00056

installing an older version

Category: Installing LinuxCNC

I am putting together a complete,new, backup computer for my machine. (after a lightning storm took out my previous computer.)

I downloaded Linux-2.7.14 wheezy.iso  and used rufus.ie to make a usb image.
The new computer won't go past the boot screen. I fiddled around with the boot order etc but still no go.

I downloaded the latest version Debian 12 bookworm preempt-rt iso, made a usb image, and it starts right up to the install screen.

Is there something I need to do to make the older version start? I don't want to upgrade to the current version.because I would have to change a lot of things in my configuration.

I am running my previous backup computer currently. I suppose that I could clone the hard drive , or something like that.
  • Ronniecnc
  • Ronniecnc
29 Aug 2025 14:08

5i25T + 7i85S Firmware Request (4 PWM Gens, 4 Encoders) Please !!

Category: Driver Boards

"Wow, thanks for the super fast reply.The support from the Mesa team has always been top-notch. It's really impressive how you guys are always there to help.

Thank you so much for the detailed information. Your support, as always, is invaluable. This helps me a lot.

Thanks again!"
  • JT
  • JT's Avatar
29 Aug 2025 11:42
Replied by JT on topic Password reset

Password reset

Category: General LinuxCNC Questions

This page will show you how to auto login and other fixes for Debian
gnipsel.com/linuxcnc/debian-11-fix.html

JT
  • malek mohammadi
  • malek mohammadi
29 Aug 2025 11:30
ORION PD200 was created by malek mohammadi

ORION PD200

Category: CNC Machines

Hi, I’m working on wiring issues with an Orion PD200 CNC lathe. Could someone please share or upload the wiring diagram of the machine? It would be very helpful. Many thanks.
  • laurentl38
  • laurentl38
29 Aug 2025 11:25
Replied by laurentl38 on topic orient spindle with ethercat EL5101

orient spindle with ethercat EL5101

Category: EtherCAT

To set the PID for the spindle speed, I had to set FF0 before setting P and I, otherwise it would go straight to maximum speed.
So, I started the same process, I reassessed everything, except for trying to set FF0 to 0 and only play with P and I.
I just did it, and ohhhh!!! It moves and stops (only for small angular movements, about 10 degrees, and it's not always reproducible). Above that, it's unstable and starts spinning at full speed.

Well, first of all, it's not a hardware problem, the hal seems to be working, I need to look at the PID values ​​again.

By being so obsessed with it, you end up losing sight of the basic elements... thanks for putting this back on track...
  • Rookie0
  • Rookie0
29 Aug 2025 10:43
Replied by Rookie0 on topic orient spindle with ethercat EL5101

orient spindle with ethercat EL5101

Category: EtherCAT

your orient pid params in ini file, their values is 0, why?
you need to gradually debug these values.
all are 0 it's wrong. At least P and D have non-zero values.
  • laurentl38
  • laurentl38
29 Aug 2025 09:39
Replied by laurentl38 on topic orient spindle with ethercat EL5101

orient spindle with ethercat EL5101

Category: EtherCAT

mux2_orient.out always remains at zero (-0.01397) and doesn't move.
And orient.poserr decreases

The attached halscope (in halshow, I can't display orient.poserr)

 
  • unknown
  • unknown
29 Aug 2025 09:24
Replied by unknown on topic Password reset

Password reset

Category: General LinuxCNC Questions

It maybe
cnc
if your user is cnc.


If that is not the case this may help

superuser.com/questions/1526520/forgot-u...ass-on-debian-laptop

Or you may have to search for "linux forgot password"
  • Rookie0
  • Rookie0
29 Aug 2025 08:48
Replied by Rookie0 on topic orient spindle with ethercat EL5101

orient spindle with ethercat EL5101

Category: EtherCAT

debug with halshow.

disable the spindle's motor,
run M19, then see if <mux2_orient.out> become less when u rotate the spindle manually to the right angle. the pin <orient.poserr> can tell u that if ur direction is right.

the expected result is: <mux2_orient.out> follows <orient.poserr> both become less, utill <orient.is-oriented> become true, so <mux2_orient.out> will be 0, means M19 is done, spindle could stop now.
if the pins work as expected, the problem maybe in pid component.

btw, i haven't configured a spindle orienting hal code with frequency converter, i use a servo spindle, orient in csp mode. it works nice and could lock at the angle after orienting.
  • Hakan
  • Hakan
29 Aug 2025 08:48
Replied by Hakan on topic orient spindle with ethercat EL5101

orient spindle with ethercat EL5101

Category: EtherCAT

Probably not the issue, but you should have these lines as the bottom-most addf lines
addf cia402.0.write-all       servo-thread
addf cia402.1.write-all       servo-thread
addf cia402.2.write-all       servo-thread
addf lcec.write-all           servo-thread
The addfs are executed in some order and these lines should be the last.
  • STyrer
  • STyrer
29 Aug 2025 08:01
Password reset was created by STyrer

Password reset

Category: General LinuxCNC Questions

Hi, 
I have not used my CNC milling machine for some time and have forgotten the password to start LinuxCNC. Can someone give me some help in resetting the root password, please?

Steven
  • laurentl38
  • laurentl38
29 Aug 2025 07:58
orient spindle with ethercat EL5101 was created by laurentl38

orient spindle with ethercat EL5101

Category: EtherCAT

Hello,

I would like to be able to orient the spindle in position.

The spindle encoder is a 1024-line encoder connected to an EL5101.

I've already set up a PID to control the spindle speed. The settings could still be improved, but for now it works and is acceptable.

However, for now, I can't get the spindle orientation to work. I'm not proficient enough with HAL to see where the problem might be.
If I start an M19 R10, for example, the spindle starts spinning and never stops. I've changed the PID values, but to no avail.
I have the impression I have an index problem, and I can't see it in the HALscope.

I'll send you the HAL and INI files, in case any of you experts spot a bug...

 

File Attachment:

File Name: EL7-schaublin-28.hal
File Size:10 KB
 

File Attachment:

File Name: EL7-Schaublin-28.ini
File Size:4 KB


Thank you in advance for your help.
Laurent
  • HMJ-Baltic
  • HMJ-Baltic
29 Aug 2025 07:53 - 29 Aug 2025 13:53
Replied by HMJ-Baltic on topic REMORA EC500 - NVMPG - version2 NVUM/NVEM

REMORA EC500 - NVMPG - version2 NVUM/NVEM

Category: Computers and Hardware

"LATEST UPDATE" , after sliding board switch to NV, NVMPG shows XYZ, jogging works, nut steps are not accurate, some buttoms is not working, maybe then need to be "reprogrammed" after what signal it's sending.



OLD below here.
Following made, before I connected the NVMPG.
"UPDATE" , I think that the slider on the EC500 is in "STD" position, later today I'll try in "NV" mode.
ini file:
HALFILE = remora-nv-mpg.hal

sudo halcompile --install ./NVMPG/nvmpg.c

LinuxCNC do startup and run the simulation fine.
Where do I find the docs for NVEM and EC500 pinouts. If you know.
  • xenon-alien
  • xenon-alien's Avatar
29 Aug 2025 07:36 - 29 Aug 2025 08:42
Replied by xenon-alien on topic Round system parameter to tenths?

Round system parameter to tenths?

Category: G&M Codes

The trick here is probably
O100 while [#<_task> EQ 1.0 AND #<_deltaabs> GT 0.007]
 

Thank you! It's HELPED!!
 
Displaying 9451 - 9465 out of 17971 results.
Time to create page: 1.035 seconds
Powered by Kunena Forum