Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
09 Aug 2024 21:29

Ethercat installation from repositories - how to step by step

Category: EtherCAT

Can you share any solution for fix this error about DKMS and don't need  to reinstall with .ISO ?


 

Refer here. Please restrict this thread to Ethercat installation only
docs.google.com/document/d/1jeV_4VKzVmOI...diY/edit?usp=sharing
  • PhilipME
  • PhilipME's Avatar
09 Aug 2024 21:16 - 09 Aug 2024 21:18
Replied by PhilipME on topic my f`irst hal `file need help

my f`irst hal `file need help

Category: General LinuxCNC Questions

yes

I was missing the start


after adding start it is working

Now I will read how to make soft button

Thanks
  • Grotius
  • Grotius's Avatar
09 Aug 2024 20:58 - 09 Aug 2024 21:26
Replied by Grotius on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

Hi guys,

Tonight i did a test on the ethercat production machine, i brought a pc for the machine, pre installed linuxcnc and halcore on it.
This pc was already tested ok on the ethercat test board.

At the machine, after a while i came to the conclusion that one of the lcec output module's was broken, the stepper dir module.
altough it's brand new.  So maybe it is thanks to Stuxnet that i had so much trouble this week.

I had to drive to home again, and get a other lcec module. Then replaced it, and it worked.
But then the 24v input's where a problem. The input lights are burning on the module, but in halview, no signal is incoming.
So that's a problem i still have to solve. It was no problem for testing the machine altough.

Ok i made a few video's to show you.

The machine is never used before, and is software limited to 15000mm/min, it can run up to about 19000mm/min.
The machine has 2 x-axis motors, 1 for y, 1 for z. The machine setup is backslash free.
At the time it was configured with steppers. Nowaday's i think i would use servo's.

The machine in the workshop, the workshop i a collection of items, you see an old car in the background.
 

First video, running halcore.


Surface test.



Lcevette file milling, tiny product.
  • Alexandrion
  • Alexandrion
09 Aug 2024 20:46
Replied by Alexandrion on topic Spindle.0.at-speed False not inhibiting motion

Spindle.0.at-speed False not inhibiting motion

Category: HAL

That is exactly what I did to solve the issue. The interesting part is that this behavior become apparent only after I upgraded my PC and changed my Mesa 5i25(PCI) with 7I92TF(ethernet). 
  • PCW
  • PCW's Avatar
09 Aug 2024 20:27
Replied by PCW on topic my f`irst hal `file need help

my f`irst hal `file need help

Category: General LinuxCNC Questions

I'm not sure about halrun but the thread component needs
a start command when run from halcmd
 
  • dave.franchino@gmail.com
  • dave.franchino@gmail.com
09 Aug 2024 20:25

Can you get me started on using LinuxCNC on a non-traditional kinematic mechanis

Category: General LinuxCNC Questions

Sorry... another newb question.

I have written and understand the need for a reverse transformation that converts a desired X,Y location to joint rotations (I have a simple 2-axis system).

We are running in open loop so there is no feedback.

Is there a reason LinuxCNC needs the "forward transformation" (which if I understand correctly, would convert a known joint rotation to LinuxCNC to a specific X,Y location. in an open loop system, what purpose does having both a forward and reverse transformation in your kinematics file do?
  • dave.franchino@gmail.com
  • dave.franchino@gmail.com
09 Aug 2024 20:15
Replied by dave.franchino@gmail.com on topic configuring my GPIO pins to linuxcnc with Raspberry pi 4

configuring my GPIO pins to linuxcnc with Raspberry pi 4

Category: HAL

Rod,

Also a newby here - trying to run LinuxCNC on a Raspberry pi4 and use the GPIO but getting an error that we don't have hal_pi_gpio module. Where do we find this? I've seen reference to this being part of Machinekit. Do we need to replace our existing LinuxCNC install with Machinekit or can we simply install the necessary hal_pi_gpio modules to get the GPIO running with our Pi4?
  • PhilipME
  • PhilipME's Avatar
09 Aug 2024 20:07 - 09 Aug 2024 20:08
my f`irst hal `file need help was created by PhilipME

my f`irst hal `file need help

Category: General LinuxCNC Questions

I want to change the state of pin 17 on my breakout board. At this stage, I dont want any GUI involved.

I want to change the state of pin 17 by halrun command

halcmd: setp parport.0.pin-17-out 1

the hal file name secondhal.hal,      then I issue 
halrun -I -f secondhal.hal


loadrt threads name1=base-thread fp1=0 period1=50000 name2=servo-thread period2=1000000
loadrt hal_parport cfg="0 out"
setp parport.0.reset-time 5000
1addf parport.0.read base-thread
addf parport.0.write base-thread
addf parport.0.reset base-thread

but no change to bob pin 17
Can anyone help?



Good day

Philip
  • Bari
  • Bari's Avatar
09 Aug 2024 19:07 - 09 Aug 2024 19:11
Replied by Bari on topic Remora for RP2040

Remora for RP2040

Category: Computers and Hardware

$5 Raspberry Pi Pico 2 with RP2350 Microcontroller

linuxgizmos.com/introducing-the-5-raspbe...350-microcontroller/

Now we need them to combine the newer 2350 with the W5500.
  • Moutomation
  • Moutomation
09 Aug 2024 18:19

Ethercat installation from repositories - how to step by step

Category: EtherCAT

Make a new and clean installation on another computer, do not touch the existing computer. If you can run it on a new computer, reinstall it on your existing computer.
  • Henk
  • Henk
09 Aug 2024 18:18

Spindle.0.at-speed False not inhibiting motion

Category: HAL

If spindle at speed signal goes false during a feed move, motion does not stop. It will only stop at the end of the current move,before the next move.

We have 3 deckels, all with gearboxes that are automated. I always invert the spindle at speed signal and connect it to motion.feed-inhibit to deal with this issue

Henk
  • Alexandrion
  • Alexandrion
09 Aug 2024 17:54 - 09 Aug 2024 17:55
Replied by Alexandrion on topic Spindle.0.at-speed False not inhibiting motion

Spindle.0.at-speed False not inhibiting motion

Category: HAL

You may be right about the timing because I tested the code below and works as expected, but I had to put G4 after the speed line.
%
G90 G17 G40 G80
S50 M3
G4 P0.1
G1 x0 F1000
S100
G4 P0.1
G1 X100
S300
G4 P0.1
G1 X200
S700
G4 P0.1
G1 X100
S1700
G4 P0.1
G1 X0
 
M30
%
  • papagno-source
  • papagno-source
09 Aug 2024 17:36
refclockSyncCycle question was created by papagno-source

refclockSyncCycle question

Category: EtherCAT

Hi , at all.
in many example ethercat.xml configuration files, the values ​​of refClockSyncCycles are different.
Sometimes -1 , sometimes 1 , sometimes 5 .
If you use a servo period in the ini file of 1 ms , what is the correct value to use ?
Keeping in mind that appTimePeriod is 1000000

Thanks
  • Mecanix
  • Mecanix
09 Aug 2024 17:22

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

Category: Computers and Hardware

I was shy to ask where those shift arrays came from. So glad you've explained.

I hope for lightnings, thunder, heavy rain and a dozen typhoons all of Sunday. I'll cave under and get it done. Thanks a-mil again Oliver.
Displaying 21376 - 21390 out of 26057 results.
Time to create page: 0.444 seconds
Powered by Kunena Forum