Advanced Search

Search Results (Searched for: )

  • SwitchWitch
  • SwitchWitch
26 May 2025 13:52 - 26 May 2025 16:38
Modbus via Ethercat (Beckhoff) was created by SwitchWitch

Modbus via Ethercat (Beckhoff)

Category: EtherCAT

Hi, I am just on the way to start my ethercat adventure.
I received my ethercat servos and some beckhoff ethercat interfaces as well.
Now i recognize that I still need something to control my Optidrive E3 VFD over modbus.
Can I use the El6001 Serial Interface or wich Interface do I need?

I would really appreciate any help or hint

best Kai
  • Grotius
  • Grotius's Avatar
26 May 2025 13:19
Replied by Grotius on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Hi,

i think you need to update local git clone first. It needs latest updates.

Then build_cmake.
  • Aciera
  • Aciera's Avatar
26 May 2025 13:18 - 26 May 2025 13:20
Replied by Aciera on topic Boley BKN 100 - Spindel as C-axis

Boley BKN 100 - Spindel as C-axis

Category: General LinuxCNC Questions

It is capable to switch between the two modes but it is not a 'normal' setup.

Because there are different setups there isn't a 'one size fits all' solution to do this.
In your case I would wire the DC drive as the spindle and the servo as a rotary axis (eg 'C').
Solutions will largely depend on what kind of encoder signal(s) you have and whether those track spindle position at all times or only in either turning or milling modes.
If you have encoder and index feedback from the same source and the encoder position isn't lost when operating the the spindle at max speed then you can home the rotary on startup and don't need to rehome when switching from turning to milling. There is 'caxis.comp' to prevent the spindle unwinding the accumulated rotations for this case. The original version of this can be found in the zip folder in this thread:
forum.linuxcnc.org/10-advanced-configura...ling?start=50#288345

If you do need to rehome the rotary due to lost encoder position then make sure to take note of the bug described in this thread and the workaround presented:
forum.linuxcnc.org/38-general-linuxcnc-q...blem?start=20#324276
  • onceloved
  • onceloved's Avatar
26 May 2025 12:47
  • rodw
  • rodw's Avatar
26 May 2025 12:30
  • Onkelmat
  • Onkelmat's Avatar
26 May 2025 12:23
Boley BKN 100 - Spindel as C-axis was created by Onkelmat

Boley BKN 100 - Spindel as C-axis

Category: General LinuxCNC Questions

Hi,
I´ve got a lathe with a DC Spindle drive that has an extra servo driver for milling operations. So the spindel would work as servo driven axis, let´s call it C-Axis. Simoreg 6RA26.
I´m not at that part yet, but i´d like to know before i start working on it, what´s best practice to implement that.
I´d like to have the spindel working as spindle with +-10V for RPM as a normal lathe and in milling mode it should switch to the servo driver, that works with +-10V too. I think i have a closed loop there too. Should i wire them up as if i had one physical spindle and one physical servo ?
So is Linux capable of switching mid program between the two modes ? is that a normal setup ?
  • HalaszAttila
  • HalaszAttila
26 May 2025 11:48
Replied by HalaszAttila on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Do you mean the hal_inertia_factor parameter?
Sorry, but I can't find this parameter (neither in halshow nor in the source code).

"Also, the program execution time should be faster."
Are you suggesting lowering this value: SERVO_PERIOD = 1000000,
or this one:
[TASK]
TASK = milltask
CYCLE_TIME = 0.001
I performed the above-mentioned tests with these settings.
 
  • Soccer Kid
  • Soccer Kid's Avatar
26 May 2025 10:13 - 11 Jun 2025 01:14

resolved-- Regarding the data reading offset issue of the ether cat IO module

Category: EtherCAT

When I was testing this signal input, I found that when I turned on LED0, the corresponding IO PIN was lit up at pin number 16. Similarly, the output position was also the same. In summary, the data I currently receive has been shifted by 16 bits. Additionally, I have attached my XML and the test results from Beckhoff (they are all OK). Could someone kind-hearted please tell me why?



Changed to a different model of the product. This model does not fit the IGHmaster.
  • Hakan
  • Hakan
26 May 2025 09:38
Replied by Hakan on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

I guess ChatGPT looked at this thread to come to that answer.
I read more than half of this thread yesterday. Some 8 pages or so in there are many working configurations, and people with success.
  • Grotius
  • Grotius's Avatar
26 May 2025 08:10
Replied by Grotius on topic Problems with Lichuan Ethercat servo drive

Problems with Lichuan Ethercat servo drive

Category: EtherCAT

@John,

Maybe that's the case, but this is solvable.

I am writing some new code. We are free to change the state machine transitions for Lichuan.
Here you can see how to set states. In fact it's just a matter off setting a combination off bits in a sequence.

Currently i am waiting for a new servo drive, so my code is halted. I dont have a Lichuan here, so i can not write code for it
to solve any problems.
 
  • Hakan
  • Hakan
26 May 2025 07:43
Replied by Hakan on topic help with ethercat and omron drives

help with ethercat and omron drives

Category: EtherCAT

Told you, was just to sit back and wait :)
That milling machine looks and sounds great.

Can you share the ecat-conf.xml file you ended up with? Can help the next guy out.

And don't forget that "ethercat for dummies" post, greatly needed.
  • AndyCNC
  • AndyCNC
26 May 2025 06:47
Replied by AndyCNC on topic Not able to get outputs on GPIO of Raspberry5

Not able to get outputs on GPIO of Raspberry5

Category: Installing LinuxCNC

Thanks. When I use the naming in the linked config instead of the naming from docu it works!
I can see dir and step signals now on the correct pins.
One last problem before I can test with the machine. I use an enable signal for the stepper driver. I see it on the pin, but inverted. Is there a possibility to invert output pins at raspberry pi 5 or should I better do it in hardware?
  • Chia
  • Chia
26 May 2025 06:28
LinuxCNC errors was created by Chia

LinuxCNC errors

Category: General LinuxCNC Questions

It is a RPI. 
When I run the yzEllipse75.ngc, the machine encounters an error related to IMG_6867.JPG, IMG_6868.JPG, and IMG_6869.JPG.
  • DavidR8
  • DavidR8
26 May 2025 02:11
Replied by DavidR8 on topic Install Probe Basic

Install Probe Basic

Category: QtPyVCP

Brilliant, that makes complete sense now. I'm a Linux noob so I'll probably ask a bunch of questions with seemingly obvious answers. I do know how to search so I try to keep it to a minimum.
  • ihavenofish
  • ihavenofish
26 May 2025 01:45
Replied by ihavenofish on topic Mini wannabe datron build

Mini wannabe datron build

Category: CNC Machines

it go zoom zoom now



next steps:

IO
modbus spindle control
UI

getting there. :)
Displaying 2116 - 2130 out of 25551 results.
Time to create page: 0.262 seconds
Powered by Kunena Forum