Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
20 Oct 2025 20:56
Replied by tommylight on topic 3D printed stuff, showcase it here

3D printed stuff, showcase it here

Category: Additive Manufacturing

1 piece props will require supports and that will require a lot of sanding and cleaning of all surfaces.
Multi piece ones are much easier and less cleaning and end up much more balanced.
A few nights back i had a light bulb moment, to print 1 piece props with no supports and at very low layer height so the next layer still has where to land, but i have yet to test how that ends up. I would start at 0.1mm for first test.
  • tommylight
  • tommylight's Avatar
20 Oct 2025 20:47
Replied by tommylight on topic Ohmic sensing with IPTM-60

Ohmic sensing with IPTM-60

Category: Show Your Stuff

I like this!
 

So do i, for float switch also, but i digress as i did complain when PlasmaC was developed about double probing being a waste of time.
Someone insisted on "precise" pierce height to 0.1mm, for something that does not care even being a full mm off.
  • Hakan
  • Hakan
20 Oct 2025 20:14 - 20 Oct 2025 20:16
Replied by Hakan on topic Ohmic sensing with IPTM-60

Ohmic sensing with IPTM-60

Category: Show Your Stuff

Yes, that really made a difference! Much more distinct and quicker too.
I wonder if there is a way to upload a short video? All kinds of pictures are possible, yes, but a video?

Here is the only change I made in plasmac.comp.
It made plasmac skip the PROBE_UP sequence for the ohmic probe.
 

Ten 5 mm cuts in 1 mm sheet including probing before the cuts.
It goes down, contact detected and directly up to pierce height and starts the cuts.
 
I like this!

 
  • unknown
  • unknown
20 Oct 2025 20:09

7i97T stepgen outputs dead, encoders & I/O OK - suspect damaged P2 interface

Category: Driver Boards

I know this may sound a little silly but is there a connection between the breakout board's gnd and the 7i97t ground. Some people have either forgotten this or just didn't know.
Not being familiar with your breakout board but does it require a heart beat pulse to enable the outputs ?

Sorry if this sounds a little too basic.
  • lorenzing
  • lorenzing
20 Oct 2025 20:03 - 21 Oct 2025 20:28
Replied by lorenzing on topic Festo CMMT-ST

Festo CMMT-ST

Category: EtherCAT

Many thanks Sven, probably I miss something in my config, maybe in the festo drive. Because when I launch linuxcnc the festo drives goes in error “EtherCAT process data invalid”. I’m not sure of the drive reference method on the festo side.
When I’m able I’ll upload my festo setup from the festo automation suite.
If it’s not a problem for you to share your setup it would be great.


Many thanks again, Lorenzo 
 
  • unknown
  • unknown
20 Oct 2025 20:03
  • Grandberg
  • Grandberg
20 Oct 2025 20:02

7i97T stepgen outputs dead, encoders & I/O OK - suspect damaged P2 interface

Category: Driver Boards

Thank you for the detailed explanation and the diagnostic command!
I’ve run the suggested test and got this result:
0001FFFF
As I understand it, that means the P2 outputs are alive and the U22 buffer is fine.
However, the motors still don’t move — there are no step/dir pulses visible on the outputs.
All firmware and HAL configurations are the same as before, when everything was working perfectly.
The P2 connection was made directly through a terminal breakout (type MC-IDC26-H),
and three servo drives were connected in step/dir mode (DB100S type drives).
Could you please advise where else I should look next?
Is there any way to further test the internal stepgens or confirm that the signals are being generated in the FPGA?
Also, which daughtercard would you recommend for connecting three drives via step/dir to the 7i97T - something that would provide a safer or more isolated connection than the raw P2 header?
  • Ayden25
  • Ayden25
20 Oct 2025 19:48
Replied by Ayden25 on topic 1000 pulse per rev limit?

1000 pulse per rev limit?

Category: General LinuxCNC Questions

Ah gotcha Dont know why it didnt cross my mind there may be a multiplication factor somwhere!
  • Aciera
  • Aciera's Avatar
20 Oct 2025 19:13
Replied by Aciera on topic Issue with G38.5

Issue with G38.5

Category: General LinuxCNC Questions

I believe this issue has been fixed in 2.9:
github.com/LinuxCNC/linuxcnc/pull/3537

Note that if you are considering to update the currently recommended version is 2.9.7pre:
forum.linuxcnc.org/21-axis/57364-axis-co...-9-6?start=10#336538
  • Aciera
  • Aciera's Avatar
20 Oct 2025 18:40 - 20 Oct 2025 19:02

Fix for the pendant bug in 2.9.5/2.9.6

Category: LinuxCNC Announcements

The issue with pendants not working in 2.9.5 and 2.9.6 has been identified and a fix has been pushed.
However there is currently a problem with the buildbot so a manually build 2.9.7pre .deb file is available here:
forum.linuxcnc.org/21-axis/57364-axis-co...-9-6?start=10#336658
  • PCW
  • PCW's Avatar
20 Oct 2025 17:31 - 20 Oct 2025 18:55

7i97T stepgen outputs dead, encoders & I/O OK - suspect damaged P2 interface

Category: Driver Boards

1. What daughtercard is used to drive the step/dir outputs?

2. A relatively common cause of parallel expansion failure is voltage exceeding the -0.5 to +7V range applied
to any I/O pin (even for an instant). One easy way to do the is to plug in the P2 connector when the system is
powered and there  is no common ground reference between the 7I97T and the connected device.

3. When damage occurs, the typical damaged component would be U22, this can be checked with mesaflash
assuming W21 is in the up position and P2 unconnected, running:

mesaflash --device 7i97t --addr [card_ip_addr] --rpo 0x1008

Should respond with 0x0001FFFF (all P2 pins read high)

if not, its likely that U22 has been damaged

(U22 is ~$1.50 in ones and relatively easily replaced if you have hot air tools)
  • christer
  • christer
20 Oct 2025 17:21
Issue with G38.5 was created by christer

Issue with G38.5

Category: General LinuxCNC Questions

Hi new here.

Using linuxcnc 2.8.4-1 and having issues with g38.5 commands.  The probe I am using is a magnetic encoder on a rail and spring system to measure distance.  My hal is setup so that a displacement of >0.005in will trigger the probe input.  The gcode starts with a g38.3 to probe the piece to get its location.  Then using g38.5 command to determine the edge of a part by moving in z until the probe falls off.  I've had issues with "probe tripped during non probe move" so I am controlling the activation of the probe input signal with a digital io pin.  I am still getting "probe tripped during non probe move" errors and confused as to why it is still happening.  

Hal config:
#Negate Encoder Position
setp mult2.2.in0 -1.0                    
setp comp.0.in0 0.005                   # Threshold value for encoder
net enable-probe    <=    motion.digital-out-03    =>    and2.1.in1

# Encoder position and comparator
net negated-encoder-out <= mult2.2.out
net negated-encoder-out comp.0.in1       # Connect to comparator input
net encoder-threshold-met    <=    comp.0.out   => and2.1.in0

# AND logic to trigger only during probing motion
net probe-trigger and2.1.out motion.probe-input

Gcode:

M64 P3    (enable probing) 
G38.3 F15 Y1.6  (probe vertically into the part)
G38.5 Z4 F25 (drag off edge) 
M65 P3    (disable probing) 
G4 P0.1 (dwell to make sure the signal was sent to disable probing)
 
  • JT
  • JT's Avatar
20 Oct 2025 17:09
Flex GUI HAL LED Labels was created by JT

Flex GUI HAL LED Labels

Category: Other User Interfaces

Now you have have a label with a LED that has a HAL pin so you can monitor just about anything.



JT
  • Routerworks
  • Routerworks
20 Oct 2025 17:08

How to create profile for path that is not closed loop

Category: CAD CAM

Thank you. I used that however when I get to freecad it doesn't want to engrave all the edges that don't form a closed loop. Even if I separate the groups it soems it still doesn't see closed loops as closed.

I'm missing something.

Thanks again
  • miniwini
  • miniwini's Avatar
20 Oct 2025 17:08 - 20 Oct 2025 17:10
Replied by miniwini on topic Axis configuration not fully working on 2.9.6

Axis configuration not fully working on 2.9.6

Category: AXIS

Thank you guys for the quick fix... :) 

cheers miniwini
Displaying 946 - 960 out of 22546 results.
Time to create page: 0.799 seconds
Powered by Kunena Forum