Advanced Search

Search Results (Searched for: )

  • Cooped-Up
  • Cooped-Up
26 Oct 2025 00:40
Replied by Cooped-Up on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

So I'm not sure what you need to do for yours, but I had an issue with the pin out of the relay boards wiring. I fixed that and then needed to bypass the estop that was on my pendant as that will not be used anymore. Lastly I needed to press a button that enabled the drives and latched some of the relays on. I would need some .more info probably to help and more than that
  • tommylight
  • tommylight's Avatar
25 Oct 2025 23:30
Replied by tommylight on topic Workshop update

Workshop update

Category: Show Your Stuff

Made a quick video of the shop today, while talking, so go have a laugh or two about the crappy accent! :)

Oh, and do not keep the thoughts in, comment as much as humanly possible as that is what youtube currently uses most as a yard stick.
  • melayate
  • melayate
25 Oct 2025 21:47
Replied by melayate on topic Mesa7i96s and Postep60-250?

Mesa7i96s and Postep60-250?

Category: General LinuxCNC Questions

so sorry for the mumbo-jumbo I created earlier attached is a pdf for the pin locations 

This browser does not support PDFs. Please download the PDF to view it: Download PDF

 
  • PCW
  • PCW's Avatar
25 Oct 2025 21:37
Replied by PCW on topic Mesa7i96s and Postep60-250?

Mesa7i96s and Postep60-250?

Category: General LinuxCNC Questions

Typical issues with step/dir  not working are wiring or step pulse length being to short

I would make sure the initial step pulse length is at least 5 usec (5000 ns in LinuxCNC)

For the enable (since its active low) I would connect all enable pins to a say 1K pullup resistor
(so they default to being disabled) then connect OUT0+ to all enables and OUT0- to the drive
ground pin

 
  • andypugh
  • andypugh's Avatar
25 Oct 2025 21:26

2.9.5 should not be available to download due to it being broken.

Category: Installing LinuxCNC

2.9.6 is also broken.
And 2.9.5 and 2.9.6 only exist because 2.9.4 is broken.
As it 2.9.3, 2, 1, 0....

As far as I know at the moment 2.9.7 is, at least, broken in unknown ways.

It will be out on Sunday.
  • melayate
  • melayate
25 Oct 2025 21:19
Replied by melayate on topic Mesa7i96s and Postep60-250?

Mesa7i96s and Postep60-250?

Category: General LinuxCNC Questions

Mach was running Via Pokey57CNC. I think I just got tired of Mach, LOL!
the thing with Postep60-256 Enable (inverted, 0=enable, 1=disable).
I am using LINUXCNC 2.9.4 and I am using AXIS for now until I get it up & running, trying to test with 3 axis  with the goal of a total of 6 (gantry has X1 & X2).
using engmate power supply 36V 10A
wiring is as follows: AxisMesa connectorMesa pin (TB1)Mesa signalPoStep60 IDC pinPoStep signalX1 (master)7i96S TB1Pin 3STEP0+IDC Pin 5STEP  Pin 5DIR0+IDC Pin 3DIR  Pin 1 (TB1 GND)GNDIDC Pin 2 (or any GND pins: 2,4,6,8,10)GNDX2 (slave)7i96S TB1Pin 9STEP1+IDC Pin 5STEP  Pin 11DIR1+IDC Pin 3DIR  Pin 7 (TB1 GND)GNDIDC Pin 2GNDY7i96S TB1Pin 15STEP2+IDC Pin 5STEP  Pin 17DIR2+IDC Pin 3DIR  Pin 13 (GND)GNDIDC Pin 2GNDZ7i96S TB1Pin 21STEP3+IDC Pin 5STEP  Pin 23DIR3+IDC Pin 3DIR  Pin 19 (GND)GNDIDC Pin 2GND
for the enable I tried to use TB3 pins 13 (OUT-) connected to pin1 of all 4 drives (enable pin) and pin 14 (OUT+) connected to Mesa GND. 
  • tommylight
  • tommylight's Avatar
25 Oct 2025 20:53
Replied by tommylight on topic gmoccapy probe

gmoccapy probe

Category: Basic Configuration

2.8, 2.9, upcoming 2.10, have no major changes so everything works on all of them, but toolchangers, probes and routines, pendants, are not standard equipment and there is a huge variety of them, so might have issues sometimes.
Even configs from 2.5 and 2.7 work on new version as the included wizard does a good job of changing the required hal and ini entries, but this also fails sometimes as it is impossible to account for all the hardware that LinuxCNC can control.
-
While i am at it, the included wizards, be it changing from old to new versions, or StepConf or PncConf, are magnificent, and i am fully aware of how much work went into them, so whoever worked on them, thank you very much, i am very grateful, although i rarely use them as i am used to editing files manually, but when i do need them they work perfectly.
  • abs32
  • abs32
25 Oct 2025 19:58 - 25 Oct 2025 20:12

how to get rid of the probed dumping non-probe mode error?

Category: Advanced Configuration

if -
##Negate Encoder Position
loadrt mult2 count=3
addf mult2.2 servo-thread
loadrt comp count=1
addf comp.0 servo-thread
loadrt and2 count=2
addf and2.1 servo-thread

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

then, when the command is executed -
M64 P3
G38.3 F15 Z0

the machine does not respond to the sensor.

And in the usual configuration -
        net probe-in        <= parport.0.pin-13-in-not
        net probe-in => motion.probe-input

the sensor is triggered, the machine understands this, but sometimes there is an error "non-probe mode"

What am I doing wrong?
  • PCW
  • PCW's Avatar
25 Oct 2025 19:50
Replied by PCW on topic Mesa7i96s and Postep60-250?

Mesa7i96s and Postep60-250?

Category: General LinuxCNC Questions

Can you show a bit more about how the enables are wired?

What is OUT0+ (TB3 pin 14) connected to?
  • abs32
  • abs32
25 Oct 2025 19:38 - 25 Oct 2025 19:42

how to get rid of the probed dumping non-probe mode error?

Category: Advanced Configuration

This option completely ignores the sensor operation G38.3 F550 Z0!
loadrt flipflop count=2
addf flipflop.0 servo-thread
addf flipflop.1 servo-thread
setp flipflop.0.set FALSE
setp flipflop.0.data TRUE
net probepin parport.0.pin-13-in-not => flipflop.0.clk
net probereset motion.digital-out-00 => flipflop.0.reset

My simple task is to find the bottom when the sensor is triggered, to move away from the found bottom without triggering an error "non-probe mode error" 

 
  • abs32
  • abs32
25 Oct 2025 19:25 - 25 Oct 2025 19:31

how to get rid of the probed dumping non-probe mode error?

Category: Advanced Configuration

yes.
in the second option it was necessary to add -
loadrt flipflop count=2
addf flipflop.0 servo-thread
addf flipflop.1 servo-thread

LNCNC started without errors.

However, the scanning program worked crookedly - the probe reached the workpiece, rested on it and went to the side.


but it’s not yet possible to launch the first option; I don’t know which loadrt + addf are needed for and2.1
I found about others -
loadrt mult2 count=3
addf mult2.2 servo-thread
loadrt comp count=1
addf comp.0 servo-thread
  • djdock99
  • djdock99
25 Oct 2025 19:14
Replied by djdock99 on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

So can you walk me through getting the machine out of estop.
I have linuxcnc installed on a pc mounted in the machine connected to 7i97t, 7i74,7i84 and a 7i73. 3 heidenhain 602s wired to the 7i97t. just wired +10/-10 signals aswell and Im going through pnc config atmo, tring to figure out soft limit locations and directions for all axis.
  • Aciera
  • Aciera's Avatar
25 Oct 2025 19:12

how to get rid of the probed dumping non-probe mode error?

Category: Advanced Configuration

Maybe you forgot the 'loadrt ...' and 'addf ...' lines for those components in your hal?
  • Cooped-Up
  • Cooped-Up
25 Oct 2025 18:50
Replied by Cooped-Up on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

I decided to change the velocity it homes at from 1 to 0.1 and that made all the difference. It actually stopped and backed up the the home position. I am guessing that the little stutter I was witnessing was the motor attempting to reverse direction but failing causing it to continue to drift into the hard limit. I then tried that solution on the other axis but the knee decided to go all the way down to the hard stop so I need to figure out how to spin that screw back up off of it. Otherwise i think I have that all sorted. Just need to better figure out the PID tuning and whatnot. I pulled all the relavemt information from the machine constants of the old controller but I don't know if anything other than the max speeds will be relevant.
  • Cooped-Up
  • Cooped-Up
25 Oct 2025 18:46
Replied by Cooped-Up on topic Maho MH800e Retrofit Project

Maho MH800e Retrofit Project

Category: Milling Machines

Yes I did! I am currently figuring out getting the machine to home properly. Should be getting the touchscreen for the control panel today so maybe I'll have time to work on the interface tomorrow.
Displaying 6361 - 6375 out of 18302 results.
Time to create page: 0.248 seconds
Powered by Kunena Forum