Advanced Search

Search Results (Searched for: )

  • 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'?
  • eduard
  • eduard's Avatar
16 Jul 2024 13:56 - 16 Jul 2024 13:58
Replied by eduard on topic M-codes location

M-codes location

Category: Basic Configuration

Here is the part of the doc refering to custom M-codes:"The external program named M100 through M199 (no extension, a capital M, found in directory pointed by [DISPLAY] PROGRAM_PREFIX parameter of the INI file) is executed with the optional P and Q values as its two arguments."I followed this and the lcnc did not find the macro.

the txt must added to post to forum, but not used in lcnc. 
  • Mecanix
  • Mecanix
16 Jul 2024 13:55
Replied by Mecanix on topic linuxcnc post processor for Siemens NX CAM

linuxcnc post processor for Siemens NX CAM

Category: Post Processors

Bad character '\357' used.
 

File -> Utilities -> Customer Defaults -> Manufacturing -> Simulation & Visualization
Under the tab "NC Program Manager", select UTF-8 without BOM as your output encoding.
Hope this helps. 
  • JT
  • JT's Avatar
16 Jul 2024 13:54
Replied by JT on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

I just pushed a fix for getting the LinuxCNC version so download and reinstall the deb.

JT
  • JT
  • JT's Avatar
16 Jul 2024 13:52
Replied by JT on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

Hi JT,
I just did a fresh install of linuxCNC 2.9.3 and MesaCT 2.1.4.

Things that I notice & happen-
When I run the software the info panel reports LinuxCNC version 2.9.0 not 2.9.3

1. I enter the machine name and check load this config & backup config.
2. When I press default Metric for the linear units, the info in 1. above disappears. In fact if I enter the Mesa setup, verify the board then press Default metric all that information disappears as well. Is this normal behavior for the software?

Also noticed step 3 in your help "Select Max Linear Velocity" does not exist on the Machine tab but it does on the Settings tab.


 

What does apt-cache policy linuxcnc-uspace in a terminal return?

Yes, the "default" buttons will create a new blank configuration and then populate some units and a few variables, mostly I used them for testing. Perhaps a different function would be better. If you have any ideas let me know.
def default_metric(parent):
    utilities.new_config(parent)
    parent.linearUnitsCB.setCurrentIndex(parent.linearUnitsCB.findData('mm'))
    default(parent)

JT
  • eduard
  • eduard's Avatar
16 Jul 2024 13:48
M-codes location was created by eduard

M-codes location

Category: Basic Configuration

Where are Lcnc M-codes are stored? 

I having hard time to run a custom macro in qtdragon_hd since the ini pah of subroutines not working. The macro itself is working. I also read and followed the docs on how to add multiple path to subroutines in the ini. 
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
16 Jul 2024 13:24
Replied by Cant do this anymore bye all on topic SMB share refresh question in debian

SMB share refresh question in debian

Category: Installing LinuxCNC

So this is what I've discovered. And exactly what I expected to happen.

Using NFS
mount the nfs share via the mount command.
Tried this with both axis & qtdragon, using the file browser of each. Red is what I did on the linuxcnc machine, blue is what I did another remote machine. Server runs ubuntu, RPI5 is debian & Linuxcnc machine is running Mint.
Open a file in a sub dir of nfs share. create a file either locally on the server or via another pc (RPi5) that has the share mounted, go up one level, then back into the dir and I have no issues seeing the newly created files.
 
Displaying 22576 - 22590 out of 26385 results.
Time to create page: 0.458 seconds
Powered by Kunena Forum