Advanced Search

Search Results (Searched for: )

  • papagno-source
  • papagno-source
19 Jan 2025 17:15
Replied by papagno-source on topic rotation plane around y axis in g18

rotation plane around y axis in g18

Category: G&M Codes

Thanks for reply.

Please can write a example for orientation plane in Gcode.

Much thanks.
  • Muecke
  • Muecke's Avatar
19 Jan 2025 16:56
Button for Y-axis speed was created by Muecke

Button for Y-axis speed

Category: HAL

Hello everyone,

I have a push button that should move 50% speed on the y-axis.

LinuxCNC: 2.9.1 (is correct)

Hardware:
Mesa 7i95
Push-button => www.amazon.de/dp/B08B5YC29H

I have connected it to input pin 7 (hm2_7i95.inmux.00.input-07-not).
Hal-Meter
Button not pressed => TRUE
Button pressed => FALSE

No matter what I enter in my HAL files, the Linux CNC no longer starts :-(

How do I have to write this into the HAL?
Button pressed == axis Y with 50% speed in positive direction

My current INI & HAL data:

File Attachment:

File Name: demo2023_2...1-19.ini
File Size:8 KB


File Attachment:

File Name: io_2025-01-19.hal
File Size:2 KB


File Attachment:

File Name: joypad_jog...1-19.hal
File Size:1 KB


File Attachment:

File Name: joypad_xyz...1-19.hal
File Size:1 KB


File Attachment:

File Name: main_2025-01-19.hal
File Size:9 KB


File Attachment:

File Name: postgui_ca...1-19.hal
File Size:0 KB



Sorry, I had already opened a post in the German forum, but unfortunately without a response, so this time in the English section. Hoping that someone can help me further.
forum.linuxcnc.org/42-deutsch/55066-tast...nuxcnc-2-8-einbinden


Greetings Mücke


 
  • Plasmanfm
  • Plasmanfm
19 Jan 2025 16:55 - 19 Jan 2025 17:02
Replied by Plasmanfm on topic Maus funktioniert nicht bei Spindel Start

Maus funktioniert nicht bei Spindel Start

Category: Deutsch

Es könnte auch sein das das Kabel von der Maus schlecht geschirmt ist und sobald etwas stört kommt das über den Kabel der Maus rein
Das war beim mein Monitorkabel auch so.
Schon mal mit einer Wireless Maus probiert ?
Das mit Störimpulsen ist ein sehr schwieriges Thema du ich ich haben nicht die Geräte um das zu Messen und so suchen wir in totaler Finsternis .
Es ist auf jeden Fall ein Störsignal was die Maus stört
Ist der Spindelmotor Drehzahl geregelt ich nehme an ja das ist auf jeden Fall eine Störquelle  Im Drehzahlsteller sind Kondensatoren bis die Leer sind dauert etwas in der Elektrotechnik gibt es ähnliche Fenome mit Dimmern und LED Leuchten
flacker oder leuchten etwas nach dem ausschalten.

Juegen
  • Aciera
  • Aciera's Avatar
19 Jan 2025 16:32 - 19 Jan 2025 16:33
Replied by Aciera on topic How to call a python script in gcode

How to call a python script in gcode

Category: General LinuxCNC Questions

in python indentation is part of the syntax. The line with 'existing_filename = 'random_numbers.txt' needs to be indented by one more space to match the lines above.
def m456(self):
   import random
   import os

   existing_filename = 'random_numbers.txt'
  • Hobbymate
  • Hobbymate
19 Jan 2025 16:12
Replied by Hobbymate on topic LinuxCNC 2.9 vs. 2.8 Using A-Axis for ATT

LinuxCNC 2.9 vs. 2.8 Using A-Axis for ATT

Category: Turning

It's working in velocity mode. I can't get it to work with one sensor and position mode. Please advise.
  • Felthaus
  • Felthaus
19 Jan 2025 16:10
Replied by Felthaus on topic Ethercat auto configurator.

Ethercat auto configurator.

Category: EtherCAT

The link seen to be broken, it leads to a 404 page, but it's a cool idea.
  • B.Reilly01
  • B.Reilly01
19 Jan 2025 16:03

A Axis creeping - Bias not fixing it - axis not responding to jog buttons

Category: General LinuxCNC Questions

Ya'll are great help - I went searching for differences between the axes in the INI and HAL since the encoder switch should have been a major problem and I found that I didn't add the do.pid.calcs to the servo thread for the a axis (addf pid.a.do-pid-calcs servo-thread). Now I got a tuneable axis with WAY too much coast (possibly a drive param issue), but now I have an axis that obeys at least. On to tuning!
  • tommylight
  • tommylight's Avatar
19 Jan 2025 15:28
Replied by tommylight on topic Test

Test

Category: Off Topic and Test Posts

Still not working?
  • tommylight
  • tommylight's Avatar
19 Jan 2025 15:27

Path display glitching - QTPlasmaC - v1.235.265 QtVCP LinuxCNC v2.9.0

Category: Plasmac

right click, choose "open with gdebi"
If no gdebi
sudo apt install gdebi
  • tommylight
  • tommylight's Avatar
19 Jan 2025 15:20
Replied by tommylight on topic LinuxCNC 2.9 vs. 2.8 Using A-Axis for ATT

LinuxCNC 2.9 vs. 2.8 Using A-Axis for ATT

Category: Turning

LinuxCNC is very good, and it always, always works.
  • Hobbymate
  • Hobbymate
19 Jan 2025 15:09
Replied by Hobbymate on topic LinuxCNC 2.9 vs. 2.8 Using A-Axis for ATT

LinuxCNC 2.9 vs. 2.8 Using A-Axis for ATT

Category: Turning

Very helpful community. No one say truth about Linux CNC is never working you need all time do development.
  • Ehsan_R
  • Ehsan_R
19 Jan 2025 14:51
Replied by Ehsan_R on topic How to call a python script in gcode

How to call a python script in gcode

Category: General LinuxCNC Questions

Debug file information:
Note: Using POSIX realtime
/home/ehsan/linuxcnc/configs/sim.axis/axis.ini:82: executing 'import sys
sys.path.insert(0,"python")'
PythonPlugin: Python '3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0]'
initialize: module '/home/ehsan/linuxcnc/configs/sim.axis/python/toplevel.py' init failed:
Traceback (most recent call last):

File "/home/ehsan/linuxcnc/configs/sim.axis/python/toplevel.py", line 19, in <module>
import remap

File "/home/ehsan/linuxcnc/configs/sim.axis/python/remap.py", line 8

existing_filename = 'random_numbers.txt'

^

IndentationError: unindent does not match any outer indentation level

Interp ctor: can't instantiate Python plugin
/home/ehsan/linuxcnc/configs/sim.axis/axis.ini:82: executing 'import sys
sys.path.insert(0,"python")'
PythonPlugin: Python '3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0]'
initialize: module '/home/ehsan/linuxcnc/configs/sim.axis/python/toplevel.py' init failed:
Traceback (most recent call last):

File "/home/ehsan/linuxcnc/configs/sim.axis/python/toplevel.py", line 19, in <module>
import remap

File "/home/ehsan/linuxcnc/configs/sim.axis/python/remap.py", line 8

existing_filename = 'random_numbers.txt'

^

IndentationError: unindent does not match any outer indentation level

Python plugin configure() failed, status = -11
iNTERP_REMAP: Python plugin required for python=, but not available:
REMAP INI line:76 = M456 modalgroup=10 python=m456

note: MAXV max: 5.000 units/sec 300.000 units/min
note: LJOG max: 5.000 units/sec 300.000 units/min
note: LJOG default: 0.250 units/sec 15.000 units/min
A configuration error is preventing LinuxCNC from starting.
More information may be available when running from a terminal.
1978
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
  • Muecke
  • Muecke's Avatar
19 Jan 2025 14:46
Replied by Muecke on topic Age of the website and forum

Age of the website and forum

Category: Forum Questions

That person is no longer part of this community.

JT

Ok, that doesn't make it any easier.

@rodw knows a lot more about it, even if it's been a while for him.
I have created a few Joomla pages, but nothing more :-(.
  • JT
  • JT's Avatar
19 Jan 2025 13:42
Replied by JT on topic Age of the website and forum

Age of the website and forum

Category: Forum Questions

from your root home folder, try:
[code]cd ..
ls
[/code]

 

I actually forgot that logging in as root didn't put me in the actual root directory.
root@forum:~# cd ..
root@forum:/# ls
bin   dev  home        initrd.img.old  lib64       media  opt   root  sbin  swapfile2  tmp  var      vmlinuz.old
boot  etc  initrd.img  lib             lost+found  mnt    proc  run   srv   sys        usr  vmlinuz

So I can find the joomla and kunena  directories
root@forum:/# cd var
root@forum:/var# ls
backups  cache  crash  lib  local  lock  log  mail  opt  run  spool  tmp  www
root@forum:/var# cd www
root@forum:/var/www# ls
html
root@forum:/var/www# cd html
root@forum:/var/www/html# ls
administrator  cli                htaccess.txt  index.php  libraries    media    README.txt       templates
bin            components         images        language   LICENSE.txt  modules  robots.txt       tmp
cache          configuration.php  includes      layouts    logs         plugins  robots.txt.dist  web.config.txt
root@forum:/var/www/html# cd libraries
root@forum:/var/www/html/libraries# ls
CBLib         cms      fof    idna_convert       import.php  joomla  legacy      phpass          phputf8  vendor
classmap.php  cms.php  fof40  import.legacy.php  index.html  kunena  loader.php  php-encryption  src

JT


 
Displaying 19486 - 19500 out of 21701 results.
Time to create page: 0.376 seconds
Powered by Kunena Forum