Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
04 Sep 2024 06:24
Replied by Aciera on topic found an error! audio_ative

found an error! audio_ative

Category: Gmoccapy

Not sure which version your image uses but there was a fix for this in gmoccapy that seems to have missed the release of 2.9.2:
github.com/LinuxCNC/linuxcnc/commit/760f...de07ea08b3f00b09b57f
  • bentiggin
  • bentiggin
04 Sep 2024 06:19 - 04 Sep 2024 06:21
Replied by bentiggin on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

There’s no extra holes, but I’m sure I could make nema 23 work.
Looks like I’d have to remove the whole z axis to remove the mounting plate, but I think a could just as easily make a template to drill/tap some accurate hole in situ.
I just measured, the holes are about 2” on center so they may land right where they’d interfere with nema 23 holes.
But I’m sure I could adapt it some how, or use nuts and bolt, or maybe even twist the hole pattern.
I’m fabricator so I can make most things work. I’d feel more comfortable making a z axis from scratch than I do controlling it
  • Aciera
  • Aciera's Avatar
04 Sep 2024 06:18
Replied by Aciera on topic o-codes and ngc file

o-codes and ngc file

Category: Basic Configuration

1. You are free to allocate either M21 or M22
linuxcnc.org/docs/devel/html/remap/remap...:unallocated-m-codes

2. The ngc file needs to have the same name as the subroutine it contains so you need to create separate files for M21 and M22 subroutines.
  • bentiggin
  • bentiggin
04 Sep 2024 06:01
Replied by bentiggin on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

I believe there aren’t any limit switches. It uses stall force and ohmic sensing. I wouldn’t have a problem physically adding limit switches.Im not sure what the encoder looking thing on top of the motor is.Looks like there's brushes.Theres a chip and there’s a wire coming off that that goes to the nut? area for the ball screw.​​​​​​
  • Aciera
  • Aciera's Avatar
04 Sep 2024 05:59 - 04 Sep 2024 06:37
Replied by Aciera on topic Adjusting maxvel stops my routine

Adjusting maxvel stops my routine

Category: General LinuxCNC Questions

Linuxcnc has buttons for GTK3 and PyQt5 that can be connected to [HALUI] MDI_COMMANDS in hal:
linuxcnc.org/docs/stable/html/gui/halui.html#_mdi_2
www.forum.linuxcnc.org/38-general-linuxc...halui-section#307456
For example panels see:
configs/sim/axis/gladevcp/
configs/sim/axis/qtvcp/
and others.

[edit]
If you are not using any of the above libraries you can also create hal pins through the python halmodule:
linuxcnc.org/docs/devel/html/hal/halmodule.html
  • besriworld
  • besriworld
04 Sep 2024 05:55
Replied by besriworld on topic New update on STMBL

New update on STMBL

Category: Driver Boards

How much are the parts for this board?
  • onceloved
  • onceloved's Avatar
04 Sep 2024 05:55
Replied by onceloved on topic Use of ODOT Ethercat coupler I/O?

Use of ODOT Ethercat coupler I/O?

Category: EtherCAT

I saw they have io configuration software you can try www.odot.com.cn/upload/20240530/4fed8860...15e94cbc23e106fd.exe
  • rodw
  • rodw's Avatar
04 Sep 2024 05:49
Replied by rodw on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

If you remove the motor are there any spot drilled holes to mount a NEMA 23 motor?
The one I had had spot drilled holes for a stepper
If not, can you remove the top plate its mounted to and locate on the hole for the shaft so you can drill and tap stepper  mounting holes?
  • onceloved
  • onceloved's Avatar
04 Sep 2024 05:48
Replied by onceloved on topic Use of ODOT Ethercat coupler I/O?

Use of ODOT Ethercat coupler I/O?

Category: EtherCAT

Can I take a look at it? Using remote assistance, what is your contact information?
  • Freak
  • Freak
04 Sep 2024 05:43
Replied by Freak on topic New update on STMBL

New update on STMBL

Category: Driver Boards

It was already implemented in the version 4 and still it is. I'm using 6 of these boards with smart serial to control a robot.
  • bentiggin
  • bentiggin
04 Sep 2024 05:38
Replied by bentiggin on topic Did I fry my thc?

Did I fry my thc?

Category: Plasma & Laser

  24v    2.6amp
  • yrsiddhapura
  • yrsiddhapura
04 Sep 2024 05:26
Replied by yrsiddhapura on topic What does CMM machines use in software

What does CMM machines use in software

Category: General LinuxCNC Questions

Well just recently i have talked with Mitutoyo Application and Services engineer(From Japan) according to him Linuxcnc Could work for motion part only and also requires to develope some kinametics coz CMM and CNC both use diffrent kinametics and he also suggest me to lookout for develope DMIS(Dimensional Measuring Interface Standerd) application you required Point Cloud Library and 3D cad data reader and converter and also high speed(in term of time not velocity) interface for reading Feedback Encoder and probe signle interface.
  • isulistiawan
  • isulistiawan's Avatar
04 Sep 2024 05:19
Replied by isulistiawan on topic Use of ODOT Ethercat coupler I/O?

Use of ODOT Ethercat coupler I/O?

Category: EtherCAT

I have same problem with odot......i'm using CN-8033 CT-122F CT-222F CT-5142
  • Bouni
  • Bouni
04 Sep 2024 04:53

Etherrcat Master does not start automatically

Category: EtherCAT

The service is already enabled:
sudo systemctl status ethercat.service
[sudo] password for user:
● ethercat.service - EtherCAT Master Kernel Modules
     Loaded: loaded (/lib/systemd/system/ethercat.service; enabled; preset: enabled)
     Active: active (exited) since Tue 2024-09-03 08:50:22 EDT; 15h ago
    Process: 3800 ExecStart=/usr/sbin/ethercatctl start (code=exited, status=0/SUCCESS)
   Main PID: 3800 (code=exited, status=0/SUCCESS)
        CPU: 46ms

Sep 03 08:50:22 cx2040-lcec systemd[1]: Starting ethercat.service - EtherCAT Master Kernel Modules...
Sep 03 08:50:22 cx2040-lcec systemd[1]: Finished ethercat.service - EtherCAT Master Kernel Modules.

and the udev rule is set:
cat /etc/udev/rules.d/99-ethercat.rules
KERNEL=="EtherCAT[0-9]", MODE="0777"

I have a feeling that its more like a timing issue or has something to do with the IPV6 message in the dmesg logs:
[    5.551029] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

If I do an ip a right after the start of the system I geth this output:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 00:01:05:25:a9:c2 brd ff:ff:ff:ff:ff:ff
3: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:01:05:25:a9:c3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.3.118/24 brd 192.168.3.255 scope global dynamic noprefixroute enp3s0
       valid_lft 3591sec preferred_lft 3591sec
    inet6 fe80::201:5ff:fe25:a9c3/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
4: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:01:05:1e:6b:8e brd ff:ff:ff:ff:ff:ff

But if I then restart the service, the eth0 is gone from the list:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute
       valid_lft forever preferred_lft forever
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether 00:01:05:25:a9:c2 brd ff:ff:ff:ff:ff:ff
3: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:01:05:25:a9:c3 brd ff:ff:ff:ff:ff:ff
    inet 192.168.3.118/24 brd 192.168.3.255 scope global dynamic noprefixroute enp3s0
       valid_lft 3503sec preferred_lft 3503sec
    inet6 fe80::201:5ff:fe25:a9c3/64 scope link noprefixroute
       valid_lft forever preferred_lft forever

Maybe network manager tries to configure eth0 (which is the CCAT interface of the CX2040)
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
04 Sep 2024 04:50
Replied by Cant do this anymore bye all on topic Overclock

Overclock

Category: Computers and Hardware

I’d try google and any of Jeff Gerlings stuff on YouTube.

But honestly I think you’re using the wrong tool, the RPi5, for the job.

The small Lenovo’s that are popping up around eBay and such are a far better solution.
Displaying 21931 - 21945 out of 24897 results.
Time to create page: 0.901 seconds
Powered by Kunena Forum