Advanced Search

Search Results (Searched for: )

  • Masiwood123
  • Masiwood123's Avatar
28 Oct 2025 13:59
Replied by Masiwood123 on topic beta bulleri for retrofit?

beta bulleri for retrofit?

Category: CNC Machines

there is a schematic but very weak, I can find out which cables are for encoders and analog inputs for drivers, which is enough to maybe tune the motors, but there are a lot of inputs and outputs of some inductive sensors and the like, so the schematic is a bit useless, I would have to see what activates what. I'm worried because maybe the switch for the drivers is faulty, (see the attached video) plus x, y don't move and I had to remove the driver for z because when I turn on the drivers and hold the z axis it goes up or down quickly.


youtube.com/shorts/p0F6iMwsQ_s?si=DSToSnipQkql-Ad2
  • tommylight
  • tommylight's Avatar
28 Oct 2025 13:14
Replied by tommylight on topic beta bulleri for retrofit?

beta bulleri for retrofit?

Category: CNC Machines

I would try for sure to keep the motors and drives.
Does it have schematics?
  • my1987toyota
  • my1987toyota's Avatar
28 Oct 2025 12:41 - 28 Oct 2025 12:44
Replied by my1987toyota on topic Which LinuxCNC HW for 2026+?

Which LinuxCNC HW for 2026+?

Category: General LinuxCNC Questions

I am hoping that the increasing interest in Linux (thanks to Windows stupidity) doesn't completely bloat Linux into
a slow pig of a system just to satisfy the new masses that don't want to learn anything more then how to turn the
computer on and watch streaming videos.  

Yes I am somewhat guilty of that myself.
  • JT
  • JT's Avatar
28 Oct 2025 12:10
Replied by JT on topic Flex GUI - MDI Button

Flex GUI - MDI Button

Category: Flex GUI

I just updated the code so if a MDI command is running the MDI button will not execute again.

JT
  • Hakan
  • Hakan
28 Oct 2025 10:06

Long initialization of Ethercat on servo drive SV660N

Category: EtherCAT

A line was broken in the hal file maybe it is already fixed. Should give an error in the linuxcnc startup window
net x-pos-fb => joint.0.motor-pos-fb <= cia402.0.pos-
fb
When it goes to safeop it usually tells why in the syslog.
Show us the last 30 lines or so from the command "sudo dmesg"
 
  • hanz24
  • hanz24
28 Oct 2025 09:51

Long initialization of Ethercat on servo drive SV660N

Category: EtherCAT

i already follow minimal configuration adjust with my servo drive (SV630N), but still the servo doesn't move following linuxcnc sim, and status on my ethercat slave still SAFEOP for my servo drive. here is my hal and xml conf.
  • Johnnysacalu
  • Johnnysacalu
28 Oct 2025 09:42
Tarjeta mesa 7i96s se desconecta was created by Johnnysacalu

Tarjeta mesa 7i96s se desconecta

Category: Driver Boards

Hola, tengo un plasma CNC con la tarjeta mesa7i96s Estuvo cortando bien hasta ahora y de repente se desconecta pone que ha perdido la señal con la tarjetahm2/hm2-7196s.0: error finishing read! iter=309265 me pone esto 
  • Hakan
  • Hakan
28 Oct 2025 09:14

Long initialization of Ethercat on servo drive SV660N

Category: EtherCAT

I assume it is a cia402 drive.
Then the first thing is to try this minimal configuration.
github.com/dbraun1981/hal-cia402/tree/main/example
 
  • hanz24
  • hanz24
28 Oct 2025 09:04

Long initialization of Ethercat on servo drive SV660N

Category: EtherCAT

rigth now, the error in my configuration has been resolved, and I can run the LinuxCNC sim using my edited hal/xml. However, my servo drive doesn’t seem to enter OP mode and can’t move the servo motor. I’m confused because there are no errors shown in the terminal, and I’m not sure where to start troubleshooting.
  • Hakan
  • Hakan
28 Oct 2025 08:37

Long initialization of Ethercat on servo drive SV660N

Category: EtherCAT

Bring it on, config errors are usually easy to fix.
Error messages, hal file and ethercat-conf.xml are needed.
In general, the ethercat drive pins are created with names from ethercat-conf.xml
Indices are from the id= entry, or if you have names= it takes that first.
 
  • Masiwood123
  • Masiwood123's Avatar
28 Oct 2025 08:09
beta bulleri for retrofit? was created by Masiwood123

beta bulleri for retrofit?

Category: CNC Machines

Hello everyone, I got this machine through an auction, it is in good physical condition, but with a controller that, even though I have the parameters, will not perform referencing, simply the switch that supplies power to the drivers will not stick if I hold the z axis, it goes up to the limit switch, turns off the drivers and an error axis error appears. The motors are dc servos with analog input for the drivers and have 500 pulse encoders. my question is whether the Mesa 7i96s+7i77 can satisfy that the motors remain and that the rack ATC will somehow work later. Thanks in advance for your future support.
  • MaHa
  • MaHa
28 Oct 2025 08:04
Replied by MaHa on topic Flex GUI - MDI Button

Flex GUI - MDI Button

Category: Flex GUI

Thanks for reply. I was testing with a value of 200 instead 400 default.  Then i recognized the mdi commands are qeued, so there is no escape from executing every button press. Now i try something with a normal pushbutton and use the pythonmodul. creating a timestamp on each button press and get the difference, only execute the command if result is >=7. I am still testing
  • amanker
  • amanker
28 Oct 2025 07:39 - 28 Oct 2025 07:41

Need Help in Kinamatics of Small DIY 6dof robotic arm.

Category: Advanced Configuration

Thanks @Aciera
Finally got it working. Added Home Offset and Home Values to Joint_1 since it was not aligned as in documents and I cant give my arm that postion due to its hardware limits. So Accordingly defined Home and HomeOffset. and Small offset to J2 so that I remain horizontal. And minor offsets to J4. and Assiged Home location of J4 so that it remains vertical.
Thanks a lot.
Yes as @Aciera mentioned DH parameters are good.
  • NickyDoes
  • NickyDoes's Avatar
28 Oct 2025 07:24
Replied by NickyDoes on topic 5-axis Isel-based machine - Logosol to LinuxCNC?

5-axis Isel-based machine - Logosol to LinuxCNC?

Category: CNC Machines

125000 bits/sec. All LDCN network comms must start at 19200, then get upgraded.

One sets a servo update rate multiplier (e.g. 20x) so the 51.2 µs becomes only the control loop update time, but the commanded position is updated every 1.024 ms. Yes, correct - at 51 µs, the bandwidth would be insufficient.

If interested, I developed HAL components to initialize the LDCN, enumerate the devices, and expose pins to LinuxCNC. Like any software project, it needs experienced eyes to pick apart the architecture.

github.com/ndemarco/linuxcnc-logosol
Displaying 8281 - 8295 out of 16340 results.
Time to create page: 1.254 seconds
Powered by Kunena Forum