Advanced Search

Search Results (Searched for: )

  • 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!!
 
  • Aciera
  • Aciera's Avatar
29 Aug 2025 05:48 - 29 Aug 2025 09:16

How to modify 5axiskins from BC head to AC head

Category: General LinuxCNC Questions

Ah, yes, I forgot, that sim config and kinematic is only available in the 'master' version.

[Edit]

you could install 'xyzbca_trsrn.comp' in your current version 2.9.4 using the 'halcompile' tool (you might need to install the 'linuxcnc-uspace-dev' package first): 
sudo apt-get install linuxcnc-uspace-dev
then you can change to the folder containing 'xyzbca_trsrn.comp'  and run
sudo halcompile  --install xyzbca_trsrn.comp


The 'xyzbca_trsrn' kinematic is now installed on your system and you could copy the simulation folder 
github.com/LinuxCNC/linuxcnc/tree/master...ndle-rotary-nutating
to your system.
  • Artur_1617
  • Artur_1617's Avatar
29 Aug 2025 04:33 - 29 Aug 2025 16:11
Replied by Artur_1617 on topic Stop feed when spindle rpm lower

Stop feed when spindle rpm lower

Category: AXIS

My working setup...

loadrt not     count=1

addf near.1                         servo-thread 

addf not.0                          servo-thread

net spindle-vel-cmd-rpm                           =>   near.1.in1
net spindle-fb-rpm-abs-filtered                  =>   near.1.in2
net spindle-at-speed spindle.0.at-speed  <=   near.1.out
setp near.1.scale 1.3
#setp near.1.difference   20
net spindle-at-speed                       =>   not.0.in 
net spindle-not-at-speed                 =>   not.0.out 
net spindle-not-at-speed                 =>   motion.feed-inhibit 
 
  • PCW
  • PCW's Avatar
29 Aug 2025 04:00

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

Category: Driver Boards

5I25T config for 1 or 2 7I85S with 4 PWMs/4 Encoders/1 sserial port per 7I85S 

File Attachment:

File Name: 5i25t_7i85spx2d.zip
File Size:229 KB
  • Gautham
  • Gautham
29 Aug 2025 02:45
Replied by Gautham on topic 5 axis milling machine with 7i96s

5 axis milling machine with 7i96s

Category: Driver Boards

It worked. You were correct, I had to select the "Show Advanced Option Pages" for the discovery option to come up, and now I have all the steppers working. Thank you so much. I feel both relieved and a massive sense of achievement. Thanks for all the help and spoon-feeding me on how to do this.
Displaying 2296 - 2310 out of 22724 results.
Time to create page: 1.058 seconds
Powered by Kunena Forum