Advanced Search

Search Results (Searched for: )

  • G0G53Z148
  • G0G53Z148's Avatar
21 Jul 2025 07:18
Replied by G0G53Z148 on topic Mesa Auswahl für größeres Projekt

Mesa Auswahl für größeres Projekt

Category: Deutsch

ich danke dir für die bestätigung das mit dem smart serial versteh ich zwar noch nicht wenn man´s aber nur wie du schreibst nur einstellen braucht :) wird das schon laufen irgendwie

Ein schönes Projekt ist es auf jedenfall und danke für dein angebot mich an dich wenden zu dürfen :)
  • peterdownunder
  • peterdownunder
21 Jul 2025 07:14 - 21 Jul 2025 07:22
(solved) python error on startup was created by peterdownunder

(solved) python error on startup

Category: General LinuxCNC Questions

 

File Attachment:

File Name: change.ngc
File Size:2 KB
Went to startup linuxcnc today and am getting the following error

Found file(REL): ./custom.hal
initialize: module '/home/peter/cnc/taigmesa/python/toplevel.py' init failed:
Traceback (most recent call last):

File "/home/peter/cnc/taigmesa/python/toplevel.py", line 19, in <module>
import remap

File "python/remap.py", line 19, in <module>
from stdglue import *

File "python/stdglue.py", line 59

print "change_prolog: Toolchanger soft fault %d" % int(self.params[5601])

^

SyntaxError: invalid syntax

Interp ctor: can't instantiate Python plugin
initialize: module '/home/peter/cnc/taigmesa/python/toplevel.py' init failed:
Traceback (most recent call last):

File "/home/peter/cnc/taigmesa/python/toplevel.py", line 19, in <module>
import remap

File "python/remap.py", line 19, in <module>
from stdglue import *

File "python/stdglue.py", line 59

print "change_prolog: Toolchanger soft fault %d" % int(self.params[5601])

^

SyntaxError: invalid syntax

Python plugin configure() failed, status = -11
Python plugin required for prolog=, but not available: 78:REMAP = M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog
Python plugin required for epilog=, but not available: 78:REMAP = M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog

emc/task/emctaskmain.cc 3084: can't initialize interpreter 

If I comment out the
REMAP=M6 modalgroup=6 prolog=change_prolog ngc=change epilog=change_epilog
from my ini file all is well, but obviously no tool change.
With it in it eventually starts up after the error above but is unusable.

Chacking against git history show no significant changes that I can see.

Linuxcnc version 2.9.3
UI is Gmoccapy
Python version is 3.7.3

Unsure where to start.
  • Benb
  • Benb's Avatar
21 Jul 2025 04:03

Inverting jogging sense of X Axis on a VistaCNC P1A-S pendant

Category: HAL

I looked at the official site for this pendant and the hal file is similar to yours. 
Try this: I just flipped vc-p1as.jog.0.minus and vc-p1as.jog.0.plus   
net jog.0.cont-plus       vc-p1as.jog.0.minus           halui.axis.x.plus         halui.joint.0.plus 
net jog.0.cont-minus     vc-p1as.jog.0.plus              halui.axis.x.minus     halui.joint.0.minus
I this does not work perhaps you could double check the pendant configuration for errors.
  • jor
  • jor's Avatar
21 Jul 2025 01:32

How to install kernel patch? (Moschip 9900)

Category: Installing LinuxCNC

I found how to "enable" the parport without reboot with
echo 1 | sudo tee /sys/bus/pci/devices/0000:03:00.0/enable
which removes the "disabled" from lspci -v

but it doesn't cause the stepper to work again unless I reboot. Also, i was jogging before at low speed. I tried with higher speeds and it still has alot of that "pausing" going on even though latency is now like 4000. Plus, on starting my configuration it still has "error : unexpected realtime delay on task 1... run the latency test..."
  • dunnitagain
  • dunnitagain
21 Jul 2025 01:22

Linuxcnc 2.4.5 with Ubuntu 10.04, Correct file path or structure ?

Category: General LinuxCNC Questions

Tried several times , Bios is correct settings , will not boot with the ISO . The machine will run with the other machines control plugged in . I posted a zip of the backup files. But there seems to be alot of extra files.
  • jor
  • jor's Avatar
21 Jul 2025 01:10

How to install kernel patch? (Moschip 9900)

Category: Installing LinuxCNC

It seems to work better while it works, but it shortly stops and the parallel port becomes disabled, and I have to reboot. The pausing problem stopped and the latency is much better, but it gets disabled pretty quickly
  • tokomak
  • tokomak
21 Jul 2025 00:16
  • tommylight
  • tommylight's Avatar
21 Jul 2025 00:09

Linuxcnc 2.4.5 with Ubuntu 10.04, Correct file path or structure ?

Category: General LinuxCNC Questions

www.linuxcnc.org/iso/ubuntu-10.04-linuxcnc3-i386.iso
Download, burn to USB, boot from that USB in LIVE mode, open file browser, insert the USB with the backup files, find the .ini file, right click on it and choose "open with", type emc2 or linuxcnc below, hit enter.
Does the machine run properly?
  • dunnitagain
  • dunnitagain
20 Jul 2025 23:50

Linuxcnc 2.4.5 with Ubuntu 10.04, Correct file path or structure ?

Category: General LinuxCNC Questions

To be Honest , I don't have the ability ,capability, or the time for a new configure. The system is password protected. I've tried to boot to a USB with the ISO on it . But the protection wont let me. So I cant do a fresh install.
  • Esaber
  • Esaber
20 Jul 2025 23:37
Replied by Esaber on topic Plasmac to Qtplasmac conversion not working

Plasmac to Qtplasmac conversion not working

Category: Plasmac

I’m using the latest versiin of linuxcnc. I tried a new config before posting but got an error when launching qtplasmac. I will try again and post the error here. Thanks.
  • PCW
  • PCW's Avatar
20 Jul 2025 23:32
Replied by PCW on topic Mesa Configuration Tool

Mesa Configuration Tool

Category: Configuration Tools

You can also get a list of all enabled hardware pins with:

halcmd show all | grep hm2

When LinuxCNC is running.
  • Cerezas
  • Cerezas
20 Jul 2025 23:32 - 20 Jul 2025 23:44

Inverting jogging sense of X Axis on a VistaCNC P1A-S pendant

Category: HAL

I'm recalling a message where I stated that the problem was solved. It is not. I'm attaching the present state of the relevant .ini and .hal files.
  • Rickstar73
  • Rickstar73
20 Jul 2025 22:49
Replied by Rickstar73 on topic linuxcnc cmake project

linuxcnc cmake project

Category: General LinuxCNC Questions

Hi,

How are you?

How are you progressing with this, did you get it to install successfully?
  • PCW
  • PCW's Avatar
20 Jul 2025 21:50 - 20 Jul 2025 21:52
Replied by PCW on topic 7i76EU Hal and Ini File

7i76EU Hal and Ini File

Category: HAL

If your current hal file is like the older one, enable is
controlled by joint.N.amp-enable-out. This will be true anytime
LinuxCNC is in the run state. 

From the older hal file:

net x-enable <= joint.1.amp-enable-out
net x-enable => hm2_7i76.0.stepgen.01.enable
net x-enable => hm2_7i76.0.7i76.0.0.output-01


Didn't you mention that you had DMM drives?

AFAICR, these are disabled when the enable input is powered.
  • scotta
  • scotta's Avatar
20 Jul 2025 21:18

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

Hi, please share your LinuxCNC hal and ini files. Is the remora ethernet component loaded?

github.com/scottalford75/Remora-RT1052-c...omponents/Remora-eth
Displaying 11971 - 11985 out of 17317 results.
Time to create page: 0.394 seconds
Powered by Kunena Forum