Advanced Search

Search Results (Searched for: )

  • Aciera
  • Aciera's Avatar
16 Jul 2024 15:53
Replied by Aciera on topic M-codes location

M-codes location

Category: Basic Configuration

The built in Mcodes (eg M2, M3, M4, M5) are hard coded in the software, if that is what you mean.
  • eduard
  • eduard's Avatar
16 Jul 2024 15:48 - 16 Jul 2024 15:48
Replied by eduard on topic M-codes location

M-codes location

Category: Basic Configuration

Now I set it. Working. Thanks.

But where are the other M codes in the system? 
  • nigelh
  • nigelh's Avatar
16 Jul 2024 15:47 - 16 Jul 2024 15:54
Replied by nigelh on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

This is what it creates with just default metric and 7i95T
It is all OK.
When I reload it to modify things it isn't even right on the first page where XYZ has become Z
  • JT
  • JT's Avatar
16 Jul 2024 15:27 - 16 Jul 2024 15:32
Replied by JT on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Attach your ini file to a reply and I'll check it out.

Thanks for using Mesa CT.

Edit: looks like I broke something in 2.1.4, 2.1.3 does work as expected. I'll figure out what's broke in a bit.

JT
  • jg00163206
  • jg00163206's Avatar
16 Jul 2024 15:24 - 16 Jul 2024 16:07
Replied by jg00163206 on topic watchdog and network connection problems

watchdog and network connection problems

Category: Installing LinuxCNC

i would like to install another ethernet card but i want to see how this is going to be for reliability over the next few days and if i don't have any issues, i will see about getting another port in there. it seems those realtek devices are in everything. only time will tell.

to recap; i was having network issues with debian 12 and network connection issues with Kernel up to 6.3. when i installed debian "13" trixie, the system seems to be working for now. .....
  • nigelh
  • nigelh's Avatar
16 Jul 2024 15:19 - 16 Jul 2024 15:53
Replied by nigelh on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Is this the right place to ask another question? If not I'm sorry.
New to LinuxCNC and after messing about with the pi interface went out and bought a 7i95T.
So I'm trying to set it up even though it's still in the post. Default Metric, 7i95T XYZ and I get a set of good defaults. I can go through and add all my numbers or not and it builds.
However when I reopen that ini file my XYZ is gone and I just have Z and that is in as Drive 0.
I must be doing something dumb as this would have been noticed long ago.
Please tell an old man with a mill (but no python although time-served on C++) what he has missed so I can improve rather than re-enter stuff. I got MesaCT from the github page yesterday.
  • scottlaird
  • scottlaird's Avatar
16 Jul 2024 14:50
Replied by scottlaird on topic Failed to open /dev/EtherCAT0: Permission denied

Failed to open /dev/EtherCAT0: Permission denied

Category: EtherCAT

...and Bjarne says that it's been added. Hopefully this won't be a problem in the future.
  • Mecanix
  • Mecanix
16 Jul 2024 14:43
Replied by Mecanix on topic SMB share refresh question in debian

SMB share refresh question in debian

Category: Installing LinuxCNC

Never had a problem, works everytime. Here's some set-up notes. 
$ sudo apt install samba
$ sudo -s
$ mkdir /home/share
$ chmod 777 /home/share
$ exit

$ sudo nano /etc/samba/smb.conf
    ###### (Under [global])    
    unix charset = UTF-8
    ###### (Replace with network/machine addresses)
    interfaces = 127.0.0.0/8 enp3s0 192.168.10.0/24 wlp1s0 192.168.10.0/24
    ###### 
    bind interfaces only = yes
    map to guest = Bad User
    ###### (Add this at the end of the conf file)
    [Share]
    path = /home/share
    writable = yes
    guest ok = yes
    guest only = yes
    create mode = 0777
    directory mode = 0777

$ sudo systemctl restart smbd.service

ON WINDOWS, MAP DRIVE or CREATE SHORTCUT
e.g. \\192.168.10.100\share
  • Limo
  • Limo
16 Jul 2024 14:29
Replied by Limo on topic Raspberry Pi Mesa 7C81

Raspberry Pi Mesa 7C81

Category: Installing LinuxCNC

Hello
I couldn't really continue with setting LinuxCNC up. But I want to probably use a touchscreen to interface with the machine. What size is recommended. The Machine should be a CNC-Lathe in the end. Do you have some recommendations? Also maybe not topic related, but I was wondering if you can set up remora so you can drive the spindle with step/dir?
  • Mecanix
  • Mecanix
16 Jul 2024 14:27 - 16 Jul 2024 14:28
Replied by Mecanix on topic New and Working RTAI debs for 2.9

New and Working RTAI debs for 2.9

Category: Installing LinuxCNC

@NTULINUX. Note that I am not stranded in any way. I have a fully functional and production-ready RTAI kit (5.4.258, lcnc 2.9.2). Couldn't be happier about it and so kudos to the work that went into this!

You know what we're missing though? A tutorial on "How to compile a RTAI Kernel, module and Lcnc". Just so that workload could be offloaded off you, Bari, Andi, and friends. Personally I'd be willing to give that a trial with e.g. the newly released 2.9.3 or perhaps even 2.10.xxx as tests.

Prolly beyond most-of-us skills though, let us know what you think about this idea.
  • jg00163206
  • jg00163206's Avatar
16 Jul 2024 14:26
Replied by jg00163206 on topic watchdog and network connection problems

watchdog and network connection problems

Category: Installing LinuxCNC

actually, this works in axis. its just qtdragon im having trouble with. thank you for all the help. as long as i have a working system, i can figure it out from here. thanks again.
  • jg00163206
  • jg00163206's Avatar
16 Jul 2024 14:18
Replied by jg00163206 on topic watchdog and network connection problems

watchdog and network connection problems

Category: Installing LinuxCNC

10.10.10.10 ping statistics ---
572314 packets transmitted, 572232 received, +33 errors, 0.0143278% packet loss, time 582100ms
rtt min/avg/max/mdev = 0.051/0.059/7.494/0.045 ms, pipe 12
mill@4axis:~$ sudo chrt 99 ping -i .001 -q 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
^C
--- 10.10.10.10 ping statistics ---
104114 packets transmitted, 104114 received, 0% packet loss, time 104127ms
rtt min/avg/max/mdev = 0.052/0.060/7.454/0.033 ms
  • Mecanix
  • Mecanix
16 Jul 2024 14:14
Replied by Mecanix on topic New and Working RTAI debs for 2.9

New and Working RTAI debs for 2.9

Category: Installing LinuxCNC

 if anything it should be better and not worse, and this is a run-on-sentence.

Hi NTULINUX. I have no doubt in that statement, doubting my knowledge/skillset is in upgrading linux systems rather. Mind you I was able to use the 5.4.279 release full featured. Only bug was a new timeout error on starting, and ofc not being able to restart lcnc if closed - a full system reboot was required. 

To begin with I have no idea how to clean a previous RTAI installation (if required?), or whether it's okay to simply "upgrade over" which is what I've done.

Additionally (less inspiring!). I've completed a clean Debian 12 install on my newly acquired Dell Optiplex. All updated, all drivers functional, no errors, everything's happy. Then proceeded to installing the RTAI 5.4.279 debs (module, headers, image, then lcnc), to have nothing showing up when starting linuxcnc. It reports that module is not loaded, although re-installed the deb twice now :(

Not entirely sure what I've done to RTAI to deserve all that, we used to be good friends!!
  • Aciera
  • Aciera's Avatar
16 Jul 2024 14:02
Replied by Aciera on topic M-codes location

M-codes location

Category: Basic Configuration

Have you set the files permission to 'Allow executing file as program'?
Displaying 24646 - 24660 out of 25546 results.
Time to create page: 0.469 seconds
Powered by Kunena Forum