Hello Guest it is June 09, 2024, 12:17:19 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rhtuttle

191
Mach4 General Discussion / Select Motion Control Device
« on: December 16, 2019, 06:58:34 PM »
Have been using pmdx411 with mach4 on my lathe for a couple of years now and recently picked up a mill that was running linuxCNC with a c10 board.

I thought that I could just create a new profile by copying the mach4Mill profile, connect the pmdx411 to the c10 board, start Mach4 with the new mill profile and select the pmdx411 as the motion controller and set the motor pin inputs as a start.

But the only motion controller listed is the simulation controller.  Is there another step that I have to do to get the pmdx to show as available?   

My intent is to get a db25 AB switch and be able to control either the lathe or the mill.  What am I missing/assuming?

TIA

RT

192
Mach4 General Discussion / Re: Mach 4 screen sets
« on: December 13, 2019, 10:04:37 AM »
Mach3 screen sets will not work with Mach4.  In the 'video' section of Mach4 in this forum Bryanna has a  video that shows how to modify your screen set to your liking.  I have a Win10 laptop with touch screen and can use it as a touch screen.  You can enable any of the DRO's to have a pop up entry keypad displayed on touch.

HTH

RT

193
Have you tried opening the profile in the edit mode?  C:\Mach4Hobby\Mach4GUI.exe /pMyProfileName /e

HTH

RT

194
Mach4 General Discussion / Mach4 and mini PC
« on: November 14, 2019, 03:13:11 PM »
Anyone have experience with running Mach4 on one of those mini PC's like the AcePC T11?  Are the graphics a problem?

Tia

RT

195
Used CNC Mill and Mach3 to cut out and drill the Hone body and mill the anvil and stone holder.  Used Mach4 lathe to knurl, drill and tap the hone anvil, stone holder and tension knobs. My little laser isn't running mach but was useful in creating the artwork for the cover and scoring and cutting the box inserts.  CNC...ideate....create.

RT

196
Mach4 General Discussion / Re: Unpress screen button with other buton
« on: October 21, 2019, 03:16:48 PM »
scr.SetProperty not scr.setProperty

197
Mach4 General Discussion / Re: Unpress screen button with other buton
« on: October 21, 2019, 03:06:01 PM »
Without seeing the exact code you ran it is impossible to know what you did.  If you just copied the code and didn't create 3 toggle buttons and rename them tog1,tog2.... then of course it won't work

198
Mach4 General Discussion / Re: Unpress screen button with other buton
« on: October 21, 2019, 02:46:51 PM »
tog1,tog2,tog3
in the left up script for tog1
scr.setProperty('tog2','Button State','Up')
scr.setProperty('tog3','Button State','Up')

see this example I posted a while ago
https://www.machsupport.com/forum/index.php?topic=36612.msg250977#msg250977

You could also just use regular buttons and change the 'Label' or 'Bg Color' property.

199
Mach4 General Discussion / Re: Unpress screen button with other buton
« on: October 21, 2019, 02:34:40 PM »
you need 3 toggle buttons.  Set the state of the other two after the press of the other.

200
Mach4 General Discussion / Re: Unpress screen button with other buton
« on: October 21, 2019, 02:31:16 PM »
I don't see a button state for regular buttons but I think you could use toggle buttons and on the left up script set the other button's buttonState to 'Up' or down depending on what you desire.

HTH

RT