Advanced Search

Search Results (Searched for: )

  • onceloved
  • onceloved's Avatar
01 Jul 2024 14:49
Replied by onceloved on topic Marco Reps video on youtube about EtherCAT

Marco Reps video on youtube about EtherCAT

Category: EtherCAT

sudo apt-get install libmodbus-dev Install libmodbus which contains modbus.h
  • Aciera
  • Aciera's Avatar
01 Jul 2024 14:46

manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2

Category: AXIS

To my believe, bookworm is as new as can be, so not "behind"

Not quite, what you get with bookworm is what has been sent to the debian organization at the time.  There have been bug fixes in 2.9.2 since that are not in the current bookworm packages.

 So, would you like me to jump to 2.10x? Guess that's not released, yet?

I was suggesting to change the linuxcnc package sources to linuxcnc.org instead of the official debian bookworm repositories. The link I posted should show you how to do that.
  • WKS-3D
  • WKS-3D
01 Jul 2024 14:40
Replied by WKS-3D on topic Frage zu externen Tastern

Frage zu externen Tastern

Category: Deutsch

Danke, funktioniert soweit alles :)
  • seuchato
  • seuchato
01 Jul 2024 14:33 - 01 Jul 2024 14:39

manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2

Category: AXIS

Aciera
Thx a ton, sure looks nice!

To my believe, bookworm is as new as can be, so not "behind"
cat /etc/os*
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="www.debian.org/"
SUPPORT_URL="www.debian.org/support"
BUG_REPORT_URL="bugs.debian.org/"

What os are you running?
Greez
chris

PS: opening up manualtoolchange.ui using glade_gtk (version 3.40) says, manualtoolchange.ui is vor GTK 2.16 but this (my) version is only for GTK+ 3. So I should make sure I can start it with glade 3.8 without outdated widgets. This is my translation from German to English. Actual wording will be different, for sure :-)

PPS: as you may notice, I am on 2.9.2 already. So, would you like me to jump to 2.10x? Guess that's not released, yet?
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
01 Jul 2024 14:20 - 01 Jul 2024 14:21
Replied by Cant do this anymore bye all on topic A Treatsie on the Parallel Port - HP Elitedesk 800 with generic cable

A Treatsie on the Parallel Port - HP Elitedesk 800 with generic cable

Category: Installing LinuxCNC

After having a bit of a search the readme also states this.

Steps for setting parallel port :


method 1(default):
1. rmmod lp
2. rmmod parport_pc
2. insmod parport_pc.ko io=bar0 io_hi=bar1 irq=number.
ex: insmod parport_pc.ko io=0xd010 io_hi=0xd000 irq=11
3. modprobe lp
Note: Here, the io, io_hi and irq should be noted from lspci -vv.
 


modprobe lp can be leftout.
  • onceloved
  • onceloved's Avatar
01 Jul 2024 14:15
Replied by onceloved on topic Marco Reps video on youtube about EtherCAT

Marco Reps video on youtube about EtherCAT

Category: EtherCAT

The correct command should be sudo halcompile --install wj200_vfd.comp
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
01 Jul 2024 14:07
Replied by Cant do this anymore bye all on topic A Treatsie on the Parallel Port - HP Elitedesk 800 with generic cable

A Treatsie on the Parallel Port - HP Elitedesk 800 with generic cable

Category: Installing LinuxCNC

You really need to give the output of the 3 commands at the beginning of this thread.
Please do it before loading the kernel module.
The lspci one is quite important as that will show the Vendor & Product ID. Once I have this I can check if the vanilla kernel module already supports your card. The result will give an indication of what is the correct address.
Unlike Windows with Linux it is very rare to find a consumer hardware device that does not already have a supporting kernel module.

Actually since you have already installed the kernel module it may be best to boot from a live session from your installation media so we are starting a the beginning.
  • Aciera
  • Aciera's Avatar
01 Jul 2024 14:00

manual-toolchange-with-tool-length-switch sim fails mill upgraded to 2.9.2

Category: AXIS

Not sure how far behind the bookworm package is but '/sim/axis/remap/manual-toolchange-with-tool-length-switch' runs for me on a 2.9 build from February:

 

Maybe updating from the linuxcnc.org sources would help:
linuxcnc.org/docs/2.9/html/getting-start...dating-linuxcnc.html
  • Aciera
  • Aciera's Avatar
01 Jul 2024 13:46
Replied by Aciera on topic Trajectory Planner using Ruckig Lib

Trajectory Planner using Ruckig Lib

Category: General LinuxCNC Questions

One possibility that comes to mind is to
1. smooth the tool position trajectory (ie XYZ) as Grotius has been doing
2. create a second 3d trajectory that is offset from the tool position trajectory by a fixed distance along the tool orientation vector
3. smooth this second trajectory using the same method as in step 1
4. calculate the smoothed tool orientation vectors
5. calculate the smoothed orientation angles (ABC) from the smoothed tool orientation vectors.


I found a paper that may describe the method above but I do not have access to the full text:
www.researchgate.net/figure/3D-clothoid-...ector_fig3_361356637
  • Aciera
  • Aciera's Avatar
01 Jul 2024 13:27
Replied by Aciera on topic Deckel FP4 Gearbox Comp

Deckel FP4 Gearbox Comp

Category: Advanced Configuration

The pins starting with 'FP4-gearbox.' would likely be coming from a custom hal component. I cannot say for certain as I don't know which hal file you got this from.
  • hpmax
  • hpmax
01 Jul 2024 13:22

A Treatsie on the Parallel Port - HP Elitedesk 800 with generic cable

Category: Installing LinuxCNC

I'm a bit (or more than a bit) flumoxed at this point. I'm running a Dell Inspiron 3668 with a StarTech PCIe Parallel port card (AX99100x chip). I seem to be getting decent latency, but it doesn't appear to be working within the software. If I don't load the driver it complains that there doesn't seem to be a parallel port there, if I do load the driver:

sudo insmod parport_pc.ko io=0xd010 io_hi=0xd000 irq=14

then the error that no port there goes away (sort of). I have to sudo rmmod parport_pc.ko and then re-insmod it after each reboot. However, it still doesn't actually appear to be twiddling the bits on the parallel port, more disturbingly dmesg comes up with the following:

"parport_pc: loading out-of-tree module taints kernel."
"parport_pc: module verification failed: signature and/or required key missing - tainting kernel"
"parport 0xd010 (WARNING): CTR wrote 0x0c, read 0xff"
"parport 0xd010 (WARNING): DATA: wrote 0xaa, read 0xff"
"parport 0xd010: You gave this address, but there is probably no parallel port here!

So it really looks like I'm giving it the wrong address when loading the module, but they tell you to do an lspci -vv and it reports IRQ14 and gives two addresses 0xd000 and 0xd010. I've tried both combinations to no avail
  • PCW
  • PCW's Avatar
01 Jul 2024 13:16
Replied by PCW on topic Bit File for 7i76e + 7i85 with PWM

Bit File for 7i76e + 7i85 with PWM

Category: Driver Boards

Sorry didn't notice

 

File Attachment:

File Name: 7i76e_7i76...i85d.zip
File Size:135 KB

 
  • cmorley
  • cmorley
01 Jul 2024 13:16
Replied by cmorley on topic Qtdragon for lathe??

Qtdragon for lathe??

Category: Qtvcp

The lathe screen is only available in the development version (2.10 master) of linuxcnc.
  • rodw
  • rodw's Avatar
01 Jul 2024 13:07
Replied by rodw on topic Execute after homing... AUTORUN METHOD

Execute after homing... AUTORUN METHOD

Category: General LinuxCNC Questions

BIte the bullet and upgrade to 2.9.2
2.7 is just toooo old.. SO many new features
  • Ahmed.emara
  • Ahmed.emara
01 Jul 2024 13:03
Replied by Ahmed.emara on topic EtherCat I/O

EtherCat I/O

Category: EtherCAT

i am using this device as you recommended in this post
www.xt-xinte.com/DIEWU-EtherCAT-Slave-IO...Encoder-p748959.html
Displaying 23551 - 23565 out of 26425 results.
Time to create page: 0.453 seconds
Powered by Kunena Forum