Advanced Search

Search Results (Searched for: )

  • unknown
  • unknown
11 Apr 2025 16:47
Replied by unknown on topic 7i92 firmware issue

7i92 firmware issue

Category: Driver Boards

Ok much appreciated.
It's 2:45am I best be getting some sleep.
Guess I'll swap the eeprom.
  • matti.juntunen
  • matti.juntunen
11 Apr 2025 16:44

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I will be back at work in a few weeks, and i can look up the manuals for it then. These older ones can be tricky to find digitally, but sometimes one gets lucky.
  • Hakan
  • Hakan
11 Apr 2025 16:43
Replied by Hakan on topic Marco Reps clone - not enabling drives

Marco Reps clone - not enabling drives

Category: EtherCAT

I am pretty sure the drives need to be in ethercat OP state before they start to act on cia402 commands/changes.
Read/write of PDOs is only in OP state. You can read and write SDOs with "ethercat upload/download " to modify config in PREOP.
lcec and ethercat-conf.xml should bring the slaves to OP state.

Debugging tool is apart from the normal text output from linuxcnc, the system log;
"sudo dmesg" for recent messages and "journalctl" for the history.
Ethercat server puts out quite some informational, warnings and error messages there.
Debug output can be had with the "ethercat debug 1" but then the problem is to decipher that. "ethercat debug 0" resets.
  • jochen91
  • jochen91
11 Apr 2025 16:33 - 11 Apr 2025 16:33

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

Sadly not. At least so far. But i saw it in motion and for Y both axis where moving. Also when i looked behind the work envelope where the column is traveling i could see the y and x at an angle ( i assume 60° between them). You can see it even a little bit on the picture if the ATC I've posted ealier.

But concluding i dont need to switch the kinematics between Mill and Lathe. That makes things easier. Its year 1998 Integrex 200Y
  • PCW
  • PCW's Avatar
11 Apr 2025 16:26
Replied by PCW on topic 7i92 firmware issue

7i92 firmware issue

Category: Driver Boards

Sounds like the MAC/cardname/ipaddress/netmask EEPROM has not been programmed
  • matti.juntunen
  • matti.juntunen
11 Apr 2025 16:17

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

That is correct. The ones i have worked on are mostly newer ones and have straight X and Y axis. Do you have the manuals for it? All the geometry should be specified there. What year is it?
  • unknown
  • unknown
11 Apr 2025 16:15
7i92 firmware issue was created by unknown

7i92 firmware issue

Category: Driver Boards

Building 7i92 firmware for a custom board. I've had to play around with

Turn on board everything seems ok, user leds count packets
IP set to 192.168.1.121
Responds to pings
When jumpered for bootp an ip address is received and I can ping it.

This has me stumped 7i92 mac is ff:ff:ff:ff:ff:ff

$ mesaflash --device 7i92 --addr 192.168.1.121 --verbose
Unsupported ethernet device ��������������������z at 192.168.1.121
No 7I92 board found

��������������������z bit will change on each mesaflash run


Wireshark dump

32    7.057855358    192.168.1.20    192.168.1.121    UDP    46    50697 → 27181 Len=4
Frame 32: 46 bytes on wire (368 bits), 46 bytes captured (368 bits) on interface ens5, id 0
Ethernet II, Src: UniversalGlo_3e:7d:ac (cc:52:af:3e:7d:ac), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Internet Protocol Version 4, Src: 192.168.1.20, Dst: 192.168.1.121
User Datagram Protocol, Src Port: 50697, Dst Port: 27181
Data (4 bytes)
    Data: 01420001
    [Length: 4]

33    7.058018908    192.168.1.121    192.168.1.20    UDP    60    27181 → 50697 Len=4
Frame 33: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface ens5, id 0
Ethernet II, Src: Broadcast (ff:ff:ff:ff:ff:ff), Dst: UniversalGlo_3e:7d:ac (cc:52:af:3e:7d:ac)
Internet Protocol Version 4, Src: 192.168.1.121, Dst: 192.168.1.20
User Datagram Protocol, Src Port: 27181, Dst Port: 50697
Data (4 bytes)
    Data: fecaaa55
    [Length: 4]

34    7.060132328    192.168.1.20    192.168.1.121    UDP    46    50697 → 27181 Len=4
Frame 34: 46 bytes on wire (368 bits), 46 bytes captured (368 bits) on interface ens5, id 0
Ethernet II, Src: UniversalGlo_3e:7d:ac (cc:52:af:3e:7d:ac), Dst: Broadcast (ff:ff:ff:ff:ff:ff)
Internet Protocol Version 4, Src: 192.168.1.20, Dst: 192.168.1.121
User Datagram Protocol, Src Port: 50697, Dst Port: 27181
Data (4 bytes)
    Data: 885d0000
    [Length: 4]

35    7.060285405    192.168.1.121    192.168.1.20    UDP    60    27181 → 50697 Len=16
Frame 35: 60 bytes on wire (480 bits), 60 bytes captured (480 bits) on interface ens5, id 0
Ethernet II, Src: Broadcast (ff:ff:ff:ff:ff:ff), Dst: UniversalGlo_3e:7d:ac (cc:52:af:3e:7d:ac)
Internet Protocol Version 4, Src: 192.168.1.121, Dst: 192.168.1.20
User Datagram Protocol, Src Port: 27181, Dst Port: 50697
Data (16 bytes)
    Data: ffffffffffffffffffffffffffffffff
    [Length: 16]

I'm guessing the data in the last packet isn't right.

 
  • zmrdko
  • zmrdko's Avatar
11 Apr 2025 16:15 - 11 Apr 2025 16:16
Replied by zmrdko on topic Z level compensation

Z level compensation

Category: Advanced Configuration

hello,

this topic is quite complex if you dive in it.
First of all, the mentioned github repo is intended for 3d printing, so maybe thats why it works with positive coordinates, which is usual for 3d printers.

i would recommend checking out DauntlessAq fork and PR, where he corrected some issues:
github.com/scottalford75/LinuxCNC-3D-Printing/pull/8

There is description of the issues.
 
  • EW_CNC
  • EW_CNC's Avatar
11 Apr 2025 16:08

Ohmic Probe + Material Height Feature Request

Category: Plasmac

I would like to suggest a feature to fine tune ohmic probing.
Problem: When I set the probe height to an optimal setting for a thin steel setting, it will be too low for thicker steel, and set for thick steel it has excess travel.
My solution would be to add the material thickness to the plasmac.probe-start-height.
Keep the probe height setting function the same, but add a new setting into each material entry for material thickness.
To try to see if it would work, I used the puddle jump delay setting and used the sum2 function to add that number to the probe height. It seemed to work as expected.
With material thickness added the probe height should be more consistent with the top of the material.

This is the code I added to the custom_postgui.hal file.
unlinkp plasmac.probe-start-height
unlinkp qtplasmac.probe_start_height-f
unlinkp qtplasmac.puddle_jump_delay-f

net material-thick          sum2.0.in0 <= qtplasmac.puddle_jump_delay-f
net probe-start-height      sum2.0.in1 <= qtplasmac.probe_start_height-f
net probe-material-height   sum2.0.out => plasmac.probe-start-height
  • chuckp47
  • chuckp47
11 Apr 2025 16:06
Replied by chuckp47 on topic Activity Light

Activity Light

Category: General LinuxCNC Questions

Thanks, that's exactly what I'm looking for. We'll be experimenting with it.
  • jochen91
  • jochen91
11 Apr 2025 15:56

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

I know the Y axis is interpolated. So for a straight Y movement 90° to X the X axis need to move as well. Is that correct ?
  • endian
  • endian's Avatar
11 Apr 2025 15:39
Replied by endian on topic Strange behaviour of custom component

Strange behaviour of custom component

Category: Advanced Configuration

yes switch will be necessary but my pain was that mixing stuff ... and therefore I erase all switches out to separation possible cases of mixing...

I will try and let you know

thanks
  • matti.juntunen
  • matti.juntunen
11 Apr 2025 15:12

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration

The ? would always be Y. I havent worked on these for a while, but generally, axes stay the same when shifting between lathe and mill on mazaks, but geometry switches between diametral/radial.

Fun project! Integrex's are great machines!
  • jelost
  • jelost
11 Apr 2025 15:06

Comment utiliser le signal d'un capteur

Category: Français

Bonjour,

J'ai câblé un switch sur le pin d'entrée n° 11 de ma carte d'axes.
Je voudrais exploiter cette entrée dans un programme avec la condition if.

Comment faire pour affecter cette entrée à une variable utilisateur, par exemple 40 ?

La ligne pour cette entrée dans le fichier hal :
net din-01  <= parport.0.pin-11-in
La ligne du programme avec if
o100 if [#40  EQ 1]

Merci d'avance

 
  • jochen91
  • jochen91
11 Apr 2025 15:03

Planning to Retrofit a Mazak Integrex200Y Mill-Turn Machine

Category: Advanced Configuration


Excuse my crude model of the Integrex, but could someone tell me if my axis naming is correct for a lathe configuration?
And how is the axis called with the "?". Of Course for a Mill configuration it would change. Would be happy for input :)
Displaying 15706 - 15720 out of 18521 results.
Time to create page: 0.405 seconds
Powered by Kunena Forum