Hello Guest it is March 28, 2024, 07:29:22 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 - DazTheGas

441
Mach4 General Discussion / Re: mach 4 crash
« on: July 24, 2016, 05:36:05 AM »
When loading you say it gets so far, watch the screen can you see the machmotion dialog load, at this point the mach core has already loaded so you know the core is fine.
Plugins are in there own right small applets that are loaded, even if not being used a part of them are loaded, I tend to remove any plugin I dont require.
Another way is to load straight into the screen editor, from the mach4 directory run    Mach4GUI /e   if you get into the screen editor this means there is something not right with the screenset that is being loaded.

DazTheGas

442
Mach4 General Discussion / Re: Mach4 configuration
« on: July 09, 2016, 04:22:39 AM »
Tweekie beat me, was just typing.

May I suggest you download the beta version of the plugin found at http://warp9td.com/index.php/kunena/7-general-discussion/5589-ess-mach4-public-beta-release this will save any problems with setup in the future.

DazTheGas

443
Looks like your using the old plugin for the ESS try upgrading to the new plugin and setup http://warp9td.com/index.php/kunena/7-general-discussion/5589-ess-mach4-public-beta-release

there are many videos on the warp site on how o do this.

DazTheGas

444
Mach4 General Discussion / Re: machine.ini
« on: July 01, 2016, 07:10:37 PM »
The Tframe var is a part of the Touch button and screen unload script, it is implemented in all the latest profiles so perhaps the machine.ini is from a version that did not originally have this implemented.

DazTheGas

445
Mach4 General Discussion / Re: Mach4 probing mode
« on: July 01, 2016, 06:32:59 PM »
Which probing are you on about both the probing screen and the Touch added recently by Chaoticone are open source for you to do what you need and looking at the source the probing tab is G90 and the Touch uses G91 that you require.

DazTheGas

446
The machine.ini would certainly help or its just guess work.

DazTheGas

447
Mach4 General Discussion / Re: Setting Soft Limits On as the Default
« on: June 30, 2016, 03:24:27 AM »
With a little coding you can save the state of a button, look at the ButtonEnable() function in the Screen Load Script which is using scr.SetProperty on loadup, this combined with a scr.GetProperty and mcProfileWriteInt or String before the screen is destroyed on exit will do this for you.

DazTheGas

448
Mach4 General Discussion / Re: Setting Soft Limits On as the Default
« on: June 29, 2016, 01:19:27 PM »
If you mean the toggle button then yes this can be set in the button properties tab to either up or down.

DazTheGas

449
There is a setting in the mach config panel called "Home Offset" this will do it for you.

DazTheGas

450
Mach4 General Discussion / Re: Bitmap buttons left up action
« on: June 23, 2016, 11:02:45 AM »
When you leave the editor go into view then load screen and reload your screen, this will run the code in the panel, for some reason doing panels like this do not refresh themselves after editing.

DazTheGas