Advanced Search

Search Results (Searched for: )

  • meister
  • meister
31 May 2025 10:44

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

only the onboard mii chips do not run, the w5500 runs with all boards and toolchains.

the programmer on the additional board is very slow, better use a USB blaster to access the JTAG pins, it works great with openFPGAloader

I would prefer the i5, it has the ECP5 on it and is best supported. It's also so big that you won't get it full :)

Cheers,
Olli
  • ruediger123
  • ruediger123
31 May 2025 10:23 - 02 Jun 2025 06:37
Replied by ruediger123 on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

 Hallo,
I tested the new version today and noticed that when I round the corners P64 P10.0 the speed of the axis (joint) does not behave as expected (yellow circle).
The acceleration (green circles) is interrupted by (blue circles) whereby the change in acceleration (jerk) appears to be too large.
At P64 P0.0 the axis (joint) behaves as expected.
Can this behavior be set via parameters?

 

Gruß
Rüdiger
  • endian
  • endian's Avatar
31 May 2025 09:43
Replied by endian on topic Modbus via Ethercat (Beckhoff)

Modbus via Ethercat (Beckhoff)

Category: EtherCAT

Hello,

let check this topic  ... It will be in the general 99% same as for CanOpen setup.. but datas config should be little bit different...

regards E..
  • rodw
  • rodw's Avatar
31 May 2025 09:29

Mesa 7i95t connection to Thermal Dynamics 60i

Category: Plasma & Laser

I have never had issues mounting the THCAD inside the control box. The plasma has a CNC interface connector so its designed for this.
You will not have issues.
  • rodw
  • rodw's Avatar
31 May 2025 09:26
Replied by rodw on topic Matrixkins

Matrixkins

Category: General LinuxCNC Questions

You should just need to use HOME_OFFSET to get your gantry square and rely on your encoders to keep them that way
  • rodw
  • rodw's Avatar
31 May 2025 09:21
Replied by rodw on topic Setting pin value based on other pins

Setting pin value based on other pins

Category: HAL

Look at the example in the docs for a MPG for axis selection and scaling. I think there is also a MUX4
  • rodw
  • rodw's Avatar
31 May 2025 09:16
Replied by rodw on topic home build cnc cutting fabric machine

home build cnc cutting fabric machine

Category: Plasma & Laser

Oops, just thought. the tension should be able to be done using home offsets
  • rodw
  • rodw's Avatar
31 May 2025 09:15
Replied by rodw on topic home build cnc cutting fabric machine

home build cnc cutting fabric machine

Category: Plasma & Laser

Once the fabric is tensioned, linuxcnc should be able to use the joint axes to control 4 motors in unison. Normally, it is just used for 2 on both sides of a gantry but I know its Been used on a 4 joint Z axis where all 4 corners are lifted..
  • rodw
  • rodw's Avatar
31 May 2025 09:10
Replied by rodw on topic New HAL Components - Best Practice

New HAL Components - Best Practice

Category: HAL

I think you should use halcompile because this also lets you document your component via a man entry and the web site in the same file.
For new contributions, you should be using 2.10 (master) branch as 2.9 is frozen.
Using C would just add extra work. Not sure on user space comps though. I have never written one.
  • Aciera
  • Aciera's Avatar
31 May 2025 09:02 - 31 May 2025 09:06
Replied by Aciera on topic New HAL Components - Best Practice

New HAL Components - Best Practice

Category: HAL

Both is fine.
The .comp format is more compact and easier to understand and maintain particularly for people not totally familiar with pure c.

Note that the component should remain compatible with older configurations.
  • Aciera
  • Aciera's Avatar
31 May 2025 08:53
Replied by Aciera on topic home build cnc cutting fabric machine

home build cnc cutting fabric machine

Category: Plasma & Laser

I would think that your biggest issue is going to be the stretching of the fabric and that partly cut sections are going to get bunched up as you move the material back and forth.
  • kiwiscanfly
  • kiwiscanfly's Avatar
31 May 2025 08:49
Omron R88D-KT08H and R88M-K75030H-S2 was created by kiwiscanfly

Omron R88D-KT08H and R88M-K75030H-S2

Category: General LinuxCNC Questions

I have picked up 4 new motor drivers and ac servos. I am trying to understand how I can use these with LinuxCNC..
I've been searching but can't even figure out how to start..  Has anyone used the Omron G5 hardware?

Thanks for any help.
  • Aciera
  • Aciera's Avatar
31 May 2025 08:45
Replied by Aciera on topic Compensation between B and C with moveoff?

Compensation between B and C with moveoff?

Category: General LinuxCNC Questions

Personally I would add the compensation to the kinematics model but if you feel more comfortable using a hal solution then why not give that a try.

There is also the external offsets feature:
www.linuxcnc.org/docs/devel/html/motion/external-offsets.html
  • juliankoenig87
  • juliankoenig87
31 May 2025 07:00
Replied by juliankoenig87 on topic Setting pin value based on other pins

Setting pin value based on other pins

Category: HAL

One easy way is to use a mux8:
linuxcnc.org/docs/2.5/html/man/man9/mux8.9.html

This way you can net your three spindle signals to the three selections of the mux and you can define your modbus values to the corresponding inputs of the mux.
  • kubes
  • kubes
31 May 2025 05:47

Setting pin value based on other pins

Category: HAL

I am using mb2hal (modbus) and it exposes a pin `mb2hal.00.00.int` that is an input, the values can be 1, 2, or 5. I need to set the values based on other bit pin:

if spindle.0.forward = true then mb2hal.00.00.in = 1
if spindle.0.reverse = true then mb2hal.00.00.in = 2
if spindle.0.on = false then mb2hal.00.00.in = 5

How do I create this logic in the hal?
Displaying 2716 - 2730 out of 24889 results.
Time to create page: 0.504 seconds
Powered by Kunena Forum