Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
13 Nov 2024 19:52
Replied by tommylight on topic General Questions about using ethercat

General Questions about using ethercat

Category: EtherCAT

You are welcomed, always.
  • juliankoenig87
  • juliankoenig87
13 Nov 2024 19:38
Replied by juliankoenig87 on topic Suggestion for a PCI EPP card for 7i43

Suggestion for a PCI EPP card for 7i43

Category: General LinuxCNC Questions

Ok. I had a moment.

For me it looks like U10 and U6 had a issue. I iced the board and attached 2A to the 3,3V Rail. Both get warm.

I will desolder them when I have time. For the case. Where can I get spareparts? 

 
  • HansU
  • HansU's Avatar
13 Nov 2024 19:20
Replied by HansU on topic Receiving GStat messages in GladeVCPs

Receiving GStat messages in GladeVCPs

Category: GladeVCP

This sounds like a question for Chris, and might do better on the dev mailing list.

Yes and I was pretty sure he will read this ;-)

Sorry for my late reply but I was expecting to get an email notification...

From hal_glib.py:
Thinking more about it...
If your gladevcp panel does not have gremlin object in it, you will not get gcode properties generated in that pythons context.

Why do you think so? It's just a textual message giving some information about the G-code.

From hal_glib.py:
Specifically ignores loading with the same filename (reloading)

Okay but why do I get a signal though when I run it as a user command file?


In detail, I have this VCP:
#!/usr/bin/env python3

from hal_glib import GStat
GSTAT = GStat()

class HandlerClass:

    def __init__(self, halcomp, builder, useropts):
        self.builder = builder
        GSTAT.connect("graphics-gcode-properties", self.gcode_properties)
        GSTAT.connect("file-loaded", self.file_loaded)
        GSTAT.connect("line-changed", self.line_changed)

    def gcode_properties(self, obj, data):
        print("[VCP] G-code properties:", data["name"], data["size"].replace("\n",", "))
        
    def file_loaded(self, obj, data):
        print("[VCP] File loaded:", data)
        
    def line_changed(self, obj, data):
        print("[VCP] Line changed:", data)

def get_handlers(halcomp,builder,useropts):
    return [HandlerClass(halcomp,builder,useropts)]

and I have a user command file in gmoccapy running with
USER_COMMAND_FILE = custom_init.py

def gcode_properties(obj, data, widgets):
    print("[rc] G-code properties:", data["name"], data["size"].replace("\n",", "))

def file_loaded(obj, data):
    print("[rc] File loaded:", data)
    
def line_changed(obj, data, widgets):
    print("[rc] Line changed:", data)

hal_glib.GStat().connect("graphics-gcode-properties", gcode_properties, self.widgets)
hal_glib.GStat().connect("line-changed", line_changed, self.widgets)
hal_glib.GStat().connect("file-loaded", file_loaded)


When first open a file, I get this output:
[VCP] File loaded: /home/cnc/linuxcnc/nc_files/3D_Chips.ngc
[rc] G-code properties: 3D_Chips.ngc 200509 bytes, 4714 gcode lines
[rc] File loaded: /home/cnc/linuxcnc/nc_files/3D_Chips.ngc

On reload I get only the messages from the user command file:
[rc] G-code properties: 3D_Chips.ngc 200509 bytes, 4714 gcode lines
[rc] File loaded: /home/cnc/linuxcnc/nc_files/3D_Chips.ngc

When staring the program, I get the line-changes from both:
[VCP] Line changed: 24
[rc] Line changed: 24
[VCP] Line changed: 25
[rc] Line changed: 25
[rc] Line changed: 26
[VCP] Line changed: 26
...

 
  • nick_namsep
  • nick_namsep
13 Nov 2024 18:35
Replied by nick_namsep on topic General Questions about using ethercat

General Questions about using ethercat

Category: EtherCAT

Ohh amazing that is exactly what i need to hear thanks! I think i will order a servo and driver and will start on getting to know linuxcnc some more thanks!
  • PCW
  • PCW's Avatar
13 Nov 2024 18:28

Solution fo "hm2 error finishing read" with no good PC

Category: Computers and Hardware

Can you run this script:

File Attachment:

File Name: edrivers.txt
File Size:0 KB


and post the results here?

first make executable with:

chmod +x edrivers.txt

then

./edrivers.txt
 
  • Aldenflorio
  • Aldenflorio's Avatar
13 Nov 2024 17:57
Replied by Aldenflorio on topic Pipe Cutting Plasma CNC

Pipe Cutting Plasma CNC

Category: Computers and Hardware

Yes exactly like that! I tried looking for more information about that build specifically but couldn’t seem to find the right keyword to pull it up.

I would love more information on the design of that, the motor used, the way Linuxcnc is best incorporate to fit that, and all.

i don’t think I realized that was your video, is it?
  • tommylight
  • tommylight's Avatar
13 Nov 2024 17:45
Replied by tommylight on topic Mesa 7i96s / Network no longer working

Mesa 7i96s / Network no longer working

Category: Driver Boards

That looks OK.
Did you use the Network Manager to set up the network?
If yes, you need to check the "use this connection for local ..... " not sure what exactly it says as i am on the phone.
That is for wired network only, IPV4 settings.
You also have a wireless network and if that connects before the Lan, it will send all trafic through wifi, if the above is not set for wired network.
  • PCW
  • PCW's Avatar
13 Nov 2024 17:39
Replied by PCW on topic Mesa 7i96s / Network no longer working

Mesa 7i96s / Network no longer working

Category: Driver Boards

Sounds like something has gone wrong with the Ethernet section of the 7I96S card.
It should be repaired/replaced under warranty, Contact Mesa or your dealer for instructions
  • tommylight
  • tommylight's Avatar
13 Nov 2024 17:39
Replied by tommylight on topic Pipe Cutting Plasma CNC

Pipe Cutting Plasma CNC

Category: Computers and Hardware


Like this?
Also 3 axis only, X is rotating, made several configs for each pipe diameter/perimeter as there is no need for more than one revolition ever.
This made a huge border crossing "tent"? "Palapa"? Whatever that is called, it is all round pipes with 73 and 193mm diameters.
  • greg23_78
  • greg23_78
13 Nov 2024 17:14
  • schnellmued
  • schnellmued
13 Nov 2024 17:12
Replied by schnellmued on topic Mesa 7i96s / Network no longer working

Mesa 7i96s / Network no longer working

Category: Driver Boards

On the PC, what does
ip a
in a terminal return?

 


xx@lxcnc-l540:~$ ip a
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: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 3c:97:0e:d3:69:0e brd ff:ff:ff:ff:ff:ff
    inet 10.10.10.2/24 brd 10.10.10.255 scope global noprefixroute enp0s25
       valid_lft forever preferred_lft forever
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 5c:51:4f:8c:69:69 brd ff:ff:ff:ff:ff:ff
    inet 192.168.37.146/24 brd 192.168.37.255 scope global dynamic noprefixroute wlp2s0
       valid_lft 863940sec preferred_lft 863940sec

enp0s25 is the nic connected directly to the mesa card, wlp2s0 wifi to my home router

-
schnellmued
 
  • schnellmued
  • schnellmued
13 Nov 2024 17:08 - 13 Nov 2024 17:10
Replied by schnellmued on topic Mesa 7i96s / Network no longer working

Mesa 7i96s / Network no longer working

Category: Driver Boards

>>If you get the link LED (Yellow) on the RJ45, its not likely a firmware issue
>>but rather an Ethernet issue.
>>If you ping the card, do the green LEDs on the 7I96S count up?

no, the green LED stay off.

If i connect to the other card in my lathe and ping it the green LED start to blink

-
schnellmued

  • PCW
  • PCW's Avatar
13 Nov 2024 16:00

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

That's analog servo (7I77) setup
if you make a (different name!) pncconf configuration for a 7I76E
it will make a step/dir setup as an example
  • Aldenflorio
  • Aldenflorio's Avatar
13 Nov 2024 14:55
Replied by Aldenflorio on topic Pipe Cutting Plasma CNC

Pipe Cutting Plasma CNC

Category: Computers and Hardware

Sorry I may have explained it weirdly. It will only be a 3 axis machine. X is the pipe rolling, y is the fixed are torch holder moving, and z is the torch probing.

the torch will be fastened to fixed arm centered on the pipe. The arm itself will move the fixed torch on the y axis with a stepper motor.
  • B.Reilly01
  • B.Reilly01
13 Nov 2024 14:50
Replied by B.Reilly01 on topic Linear move exceeds joints positive limit

Linear move exceeds joints positive limit

Category: General LinuxCNC Questions

I think the linear move causing the error is actually line 19, the G43 Z15 H7. I'm willing to bet your tool length + the 15 in Z is pushing you out of your envelope.
Displaying 17971 - 17985 out of 24268 results.
Time to create page: 0.445 seconds
Powered by Kunena Forum