Advanced Search

Search Results (Searched for: )

  • scsmith1451
  • scsmith1451's Avatar
03 Aug 2025 14:41
Replied by scsmith1451 on topic Set program zero using XY positioning laser

Set program zero using XY positioning laser

Category: Advanced Configuration

You are correct, Peter. When pncconf generates the configuration HAL file it include two lines that prevent LCNC from launching. A search on the forum identified the culprits and suggested the two lines be commented out. In my zeal to get on with my project, I commented out the wrong lines. Correcting the issue resolved the problems.

Kind Regards -

 
  • Thomas-1971
  • Thomas-1971
03 Aug 2025 14:06

ethercat verbindung zu bosch-rexroth HCS01 über eoe(ethernet over ethercat)

Category: Deutsch

Hallo zusammen,ich stehe am Anfang eines Projekts ähnlich dem von Rüdiger und möchte meine gebrauchten Rexroth IndraDrive HSC01 in LinuxCNC über EtherCAT betreiben. Aktuell sind die Antriebe jedoch mit PROFINET-Firmware ausgestattet, weshalb ich dringend die korrekte EtherCAT-Firmware benötige.Folgende Eckdaten zu meinen Regler:
  • Typ: HSC01 E1 W0003 A02 B ET EC PB L3 NN FW
  • Aktuelle Firmware: FWA INDRV MPB 20V28 D5 1 NNN NN
Meine Fragen an euch:
  • Ist R911330278  "FWS INDRV MP* **VRS NN ETHERCAT" tatsächlich die passende EtherCAT-Firmware für diese HSC01-Variante?
     
Rexroth selbst hilft mir nach  Nachfragen nicht weiter. Ich freue mich über jede Bestätigung, Quelle oder Hinweise zum Vorgehen!Vielen Dank im Voraus für eure Unterstützung.Viele Grüße Thomas
  • AlexMagToast
  • AlexMagToast's Avatar
03 Aug 2025 14:05
Replied by AlexMagToast on topic Arduino IO Expansion

Arduino IO Expansion

Category: Show Your Stuff

Hi, yes that is possible. I would actually reccommend the esp32 over the Arduino, as if I remember correctly the ADC resolution is better on the ESP.
I only ever used it with USB interface.
If you know what you are doing I guess you can run it in ttl2USB too.
  • PCW
  • PCW's Avatar
03 Aug 2025 14:02
Replied by PCW on topic Mesaflash is not able to find 5i25

Mesaflash is not able to find 5i25

Category: Driver Boards

Memory at d1000000 (32-bit, non-prefetchable) [disabled] [size=64K]

is suspicious, Sometimes this is BIOS option related.
  • GDTH
  • GDTH's Avatar
03 Aug 2025 13:54

Mesaflash is not able to find 5i25

Category: Driver Boards

Not entirely sure if this is the correct category of the forum for this question, but here goes:I've just done a completely fresh install of LinuxCNC and I'm running into a few issues — some related to EtherCAT, but also with
mesaflash
.I'm trying to use
mesaflash
with a 5i25 board. I installed it and ran the following command:
sudo mesaflash --device 5I25 --readhmid
But I get this error:
pci_boards_init can't open /dev/mem: Operation not permitted
No 5I25 board found
The 5i25 itself isn't broken — I’ve tested it on another PC and it works fine.When I run
lspci -v
, I can see the board:
02:00.0 DPIO module: Device 2718:5125 (rev 01)
        Subsystem: Device 2718:5125
        Flags: medium devsel, IRQ 255
        Memory at d1000000 (32-bit, non-prefetchable) [disabled] [size=64K]
It feels like something went wrong during the software installation. Has anyone seen this before or know what might be wrong?
  • snowgoer540
  • snowgoer540's Avatar
03 Aug 2025 13:54
Replied by snowgoer540 on topic PlasmaC Voltage Divider

PlasmaC Voltage Divider

Category: Plasmac

As Tommy said, it's difficult to say without seeing all of your settings and such.  The sputtering is likely a connection issue of some sort, but the dive looked to me like there's something set incorrectly.  Looked like a move to cut height that was in the part rather than above the part.
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
03 Aug 2025 13:35 - 03 Aug 2025 13:36
Replied by TheTinkeringMechanic1 on topic Spindle speed?

Spindle speed?

Category: Basic Configuration

Alright. I went from:

P = 2
I = 2
D =0
FF0 = 1
FF1 = 0
FF2 = 0
BIAS = 0
DEADBAND = 1
MAX_OUTPUT = 3000
ENCODER_SCALE = 4096

to

P = 0
I = 0
D = 0
FF0 = 1.0
FF1 = 0
FF2 = 0
BIAS = 0
DEADBAND = 1
MAX_OUTPUT = 3000
ENCODER_SCALE 4096

By just changing the ini I now have same forward and reverse spindle control.
However two things are different. The speed is a fraction of what is being commanded, S300, it's closer to S25 and it doesn't show a scale on the GUI in reverse, a minor issue I can address later.

I'm not sure what to # and where to add:

"PID command = signed commanded spindle speed in RPM
PID feedback = encoder RPM
PID output --> ABS --> analog out
ABS sign (of PID output) determines the FWD/REV pins"

This is definitely a step in the right direction.
  • TheTinkeringMechanic1
  • TheTinkeringMechanic1
03 Aug 2025 13:09
Replied by TheTinkeringMechanic1 on topic Spindle speed?

Spindle speed?

Category: Basic Configuration

I'm going to go ahead and try this. I'll let you know what it does.
The one thing I'm having a hard time wrapping my head around is even with analog control, I have speed control forward. The GUI bar turns green and moves goes up and down with the override buttons, just not in reverse. In reverse goes to a set number, a number I cannot find and stays put regardless of what's pressed. However, if I reverse the forward and reverse signals to the VFD I have the same forward control as before, now in reverse. I don't see why the same forward and reverse control shouldn't be possible,

If it's necessary to convert this to PWM to gain the same forward control as reverse, so be it, this Mitsubishi VFD is capable.
I'll cross that bridge when I reach it.
I need to gain a better understanding of Linuxcnc spindle control.
I appreciate your help.
  • tommylight
  • tommylight's Avatar
03 Aug 2025 12:45
Replied by tommylight on topic PlasmaC Voltage Divider

PlasmaC Voltage Divider

Category: Plasmac

Change pierce delay to something much smaller, like 0.2 for up to 5mm thick, 0 for up to 2mm and 0.5 for 5-10mm, etc.
Also show us other settings and the main screen while cutting.
  • Hakan
  • Hakan
03 Aug 2025 10:31
Replied by Hakan on topic Motion Jitter with LinuxCNC + EtherCAT

Motion Jitter with LinuxCNC + EtherCAT

Category: General LinuxCNC Questions

It*s the usual things with isolcpus, coalesce waiting and so on. 

I don't think you can get rid of the jitter sound completely.
The underlying reason is that the position data sometimes misses to update the drives every DC cycle.
Let's not dive into why because we can't fix that here and now, instead see what you can do about it.
Reduce jitter is the start.
Can anything be done with the drive parameters? The drive will see a steadily changing position, every dc cycle a new delta - that's normal. Then suddenly there is a dc cycle without updated position - the drive see this as a full stop and starts doing the electric things to stop the servo. A few dc cycles later the position delta is restored but that means double delta in a dc cycle. The servo drive put the pedal to the floor to increase the speed. So that's what happens. Are there any settings in the drive to handle this essentially very high acceleration? Maybe max acceleration? Match that with the setting in linuxcnc (25% higher is a guideline there). That will reduce the speed change and the jitter noise.

There is a test you can do to see if this mechanism is the problem. Add a ddt component, connect position feedback from one of the servo drives to ddt.in and plot ddt.out in halscope. At a constant travel speed this should be a straight line more or less. When jitter happens you will see the ddt.out making a jump to zero or double value. It's a way to verify but unfortunately not to solve.
  • WKS-3D
  • WKS-3D's Avatar
03 Aug 2025 10:18
Replied by WKS-3D on topic Glasmaßstab EIA-422 an Mesa 7i85 (S)

Glasmaßstab EIA-422 an Mesa 7i85 (S)

Category: Deutsch

Hallo zusammen,

erinnert durch dieses Thread hier, dass ich meine Glasmaßstäbe noch nicht zu 100% am Laufen habe,
hänge ich mich mal hier dran.

Ich habe die Ditron DC11 an meiner Drehmaschine verbaut, diese funktionieren soweit auch,
allerdings bekomme ich kein Indexsignal, also muss ich mit Referenzschaltern arbeiten, was
wieder zu Ungenauigkeiten führt. Das würde ich gerne noch ändern und hoffe, dass ihr mir dabei helfen könnt.

Hier ist die Pinbelegung welche ich an der 7i85 (ohne S) benutzt habe:
 
 

und hier die HAL und INI:
 

File Attachment:

File Name: probe_basic_lathe.ini
File Size:5 KB

 

File Attachment:

File Name: hera_probe...athe.hal
File Size:13 KB

 
  • pkludwig
  • pkludwig's Avatar
03 Aug 2025 10:12

Simulating a hm2_eth driver (e.g. mesacard 7i76e)

Category: Driver Boards

thanks for the hint with the wiki! -). I just added this under "Misc stuff".
  • Abdulkareem
  • Abdulkareem
03 Aug 2025 08:33 - 03 Aug 2025 08:34
Replied by Abdulkareem on topic Motion Jitter with LinuxCNC + EtherCAT

Motion Jitter with LinuxCNC + EtherCAT

Category: General LinuxCNC Questions

i tried changing the governor to performance just now it improved the latency a little bit but the noise still occurs
  • Abdulkareem
  • Abdulkareem
03 Aug 2025 08:13
Replied by Abdulkareem on topic Motion Jitter with LinuxCNC + EtherCAT

Motion Jitter with LinuxCNC + EtherCAT

Category: General LinuxCNC Questions

yes the sound is similar to what you describe and is more of random burst
  • zzrzzr
  • zzrzzr
03 Aug 2025 08:01 - 03 Aug 2025 08:23
Replied by zzrzzr on topic PlasmaC Voltage Divider

PlasmaC Voltage Divider

Category: Plasmac

I use mode 0.
I connected the divided arc voltage to the thcad and now the machine moves when it cuts, but it also goes on and of very often. You can see it here:



Could it also be a grounding-problem as the part is very small and I attached the ground clamp to the aluminium box where a steel grid is inside.

And why does it dive down in the middle of the part ? It seems to stop when the float switch is activated. 
Displaying 12076 - 12090 out of 16753 results.
Time to create page: 0.308 seconds
Powered by Kunena Forum