Advanced Search

Search Results (Searched for: )

  • Cooped-Up
  • Cooped-Up
31 May 2025 21:00
Replied by Cooped-Up on topic Mesa card issues Maho MH800E Retrofit Project

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

here is that, didnt think to look for a file, I am new to linux so the command didnt click till it wasnt doing anything lol.
  • theoneandonlyoreo
  • theoneandonlyoreo
31 May 2025 20:06
Replied by theoneandonlyoreo on topic EasyProbe + PGFUN 3D probe

EasyProbe + PGFUN 3D probe

Category: General LinuxCNC Questions

It's from LY CNC, which you can find on Alibaba. This is the 3040 model. I watched Stephan Gotteswinter's video about his new micro mill, and was inspired to do something similar. It was going to be difficult to get the same epoxy-granite frame he started with, here in the states. This cast-iron frame was a similar design, so I decided to try it out. There was a fair amount of waiting involved but the machine seems fairly sound.

With the spindle half-way down, I'm getting 0.000,5 in (13 microns) deflection with 20 lbf (88 N) pressing against the spindle nose. I think those are similar numbers to Gotteswinter's thumb test.

I got out the master square to check the perpendicularity of the X and Y axes. They're very square--within a few tenths (0.000,1 inch = 3 microns) over 10 inches (250 mm). The YZ plane leans back about 0.002" over the 7 inch travel of Z. In the XZ plane, there's 0.003" deviation over the same distance. I might eventually try to correct that but the parts I'm making are fairly small, so maybe it won't be a problem.

Do you have a thread about your retrofit?
  • CallumRD1
  • CallumRD1
31 May 2025 20:05
Replied by CallumRD1 on topic Keyboard shortcut rempaping

Keyboard shortcut rempaping

Category: Qtvcp

Thanks! I'll give it a try tomorrow. I just got back from a wedding so I haven't tried your updated file yet.
  • SebastianM
  • SebastianM
31 May 2025 19:54
Replied by SebastianM on topic Mesa modbus and pktUart

Mesa modbus and pktUart

Category: Other User Interfaces

Hello y'all!
I just received my new mesa 7i76eu, and I have a huge CNC with a durapulse GS10 vfd (until now it was runnnig with grblhal).

Does "pktUart" allow me to connect my GS10 vfd directly to the mesa without a usb dongle?

Regards!
  • cmorley
  • cmorley
31 May 2025 19:22
Replied by cmorley on topic Reading variable from ini no longer works?

Reading variable from ini no longer works?

Category: Qtvcp

Try removing the comments that are on the same line.
Also confirm that the right INI file is being looked at. More then one of us have edited the wrong version :)
  • cmorley
  • cmorley
31 May 2025 19:14
Replied by cmorley on topic QtDragon Customize

QtDragon Customize

Category: Qtvcp

Either change all the HAL pin names in the Hal files from qtdragon to inova or add -c qtdragon to the load line in the INI.

DISPLAY = qtvcp -d -c qtdragon inova
  • juliankoenig87
  • juliankoenig87
31 May 2025 19:05
Replied by juliankoenig87 on topic EasyProbe + PGFUN 3D probe

EasyProbe + PGFUN 3D probe

Category: General LinuxCNC Questions

One of the safest way to have the probe and the tool touch sensor on the same hight would be to install a rigid piece of metal and facing it with an meassured tool. After that calibration of the probe with this new face.

Btw. Cool machine. Do you have somewhere more info about it? Right now I retrofitting a Kuhlmann P20. Looks quite similar.
  • theoneandonlyoreo
  • theoneandonlyoreo
31 May 2025 18:51
Replied by theoneandonlyoreo on topic EasyProbe + PGFUN 3D probe

EasyProbe + PGFUN 3D probe

Category: General LinuxCNC Questions

Oops.  I'll have to add an interlock for the probe when it's in storage, on the right column. 

 

Getting the gage length of the probe isn't as easy as normal tooling.  It's a dual-contact spindle nose, so normally you can measure the length of tools on the surface plate.  But with the added variable of Z travel in the probe, you can't measure directly.  I ended up touching off on the 1-2-3 block and doing the guess-and-check on a gage-block stack to find the length.  A big gage block, adjustable parallels, and a micrometer would have been less dramatic but I didn't think of that until later.

 
 
  • Doc_emmet
  • Doc_emmet
31 May 2025 18:44
Replied by Doc_emmet on topic QTDragon stop & pause run

QTDragon stop & pause run

Category: Qtvcp

Hello,
I can't seem to find the file pause_pin.py. Does the path have to be exactly "USER_COMMAND_FILE = CONFIGFOLDER/pause_pin.py" and does that mean my machine folder? Or where does the file have to be located?
  • kubes
  • kubes
31 May 2025 18:34 - 31 May 2025 18:36
Replied by kubes on topic Setting pin value based on other pins

Setting pin value based on other pins

Category: HAL

Thanks! mux4 worked.

In case others need it, here is my solution:

loadusr -Wn modbus mb2hal config=mb2hal-gt.ini
loadrt mux4 count=1

addf mux4.0 servo-thread

# esnure all is stopped! (int and float are add together and the result is sent to modbus)
setp modbus.vfd.command.int 0
setp modbus.vfd.command.float 5

# set the logic of that command to send the vdf
# 5 = stop, 1 = forward, 2 = reverse
setp mux4.0.in0 5
setp mux4.0.in1 1
setp mux4.0.in2 2
setp mux4.0.in3 5

net vfd-cmd1 mux4.0.sel0 <= spindle.0.forward
net vfd-cmd2 mux4.0.sel1 <= spindle.0.reverse
net vfd-command modbus.vfd.command.float <= mux4.0.out

net spindle-speed-fb <= modbus.vfd.status.rotation_speed.float

 
  • kubes
  • kubes
31 May 2025 18:31
Replied by kubes on topic New HAL Components - Best Practice

New HAL Components - Best Practice

Category: HAL

Thanks

If I build against 2.10, how is backwards compatibility handled? I am running 2.9.
  • PCW
  • PCW's Avatar
31 May 2025 17:59

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

You need both 5V on 7I77 field power applied for the 7I77 to be full operational

sudo mesaflash --device 5i25t --readhmid > pins.txt

and posting pins.txt here will help verify if you have the correct firmware installed
  • Cooped-Up
  • Cooped-Up
31 May 2025 17:33
Replied by Cooped-Up on topic Mesa card issues Maho MH800E Retrofit Project

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

I should also clarify that it is pulling up a lot of information on the 5i25 but I dont know if it would plainly tell me the firmware version with 7i77 in it thats all.
  • Cooped-Up
  • Cooped-Up
31 May 2025 17:30
Replied by Cooped-Up on topic Mesa card issues Maho MH800E Retrofit Project

Mesa card issues Maho MH800E Retrofit Project

Category: Computers and Hardware

I didnt think I wanted any parports so this is not something I selected. right now I do just have the basic stuff selected nothing crazy. I entered in that sudo mesa flash line and I am not seeing anything refering to the 7i77. I do have the 5i25t kit. I am supplying power to the 7i77 via a power supply the lights are on and I had moved the jumpers on the 5i25. should I be able to ask mesaflash for info on the 7i77 because that didnt work for me.
Displaying 1696 - 1710 out of 25546 results.
Time to create page: 0.299 seconds
Powered by Kunena Forum