Hello Guest it is May 01, 2024, 06:54:07 PM

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 - Klaus1311

161
General Mach Discussion / Help about Mill option settings
« on: September 16, 2013, 04:35:00 PM »
Hi,

I'm writing on MachProfile, to add a print option. To do that, I need to know the parameter names of the XML file. On the Config ->Ports Pins "Mill Option" page I couldn't figure out the names for the following checkboxes:
Z-Inhibit On
Persistant
Allow Servo hold on Input#1
Homes true when no home Switches

If some could send me a XML file, where these boxes are checked.
You can find my Email address in my Forum profile

Klaus

162
Machscreen Screen Designer / Re: exporting .set files
« on: September 13, 2013, 02:22:33 PM »
Hi,

this was probably a warning, that the project settings couldn't be copied, nothing to worry about.



Klaus

163
Machscreen Screen Designer / Re: MachScreen releases
« on: September 03, 2013, 12:16:48 PM »
Hello,

MachScreen V1.59 is ready for download. Changes:
MachScreen could hang on WinXP in Editor-mode, fixed.
I added the button "Function Code" on the property Dialog box. This button opens a window to show the functoin codes.


Klaus

164
Screen designer tips and tutorials / Re: Correct way to do this?
« on: August 29, 2013, 03:33:53 AM »
Hi

for your LED toggle issue you could use the following script:

If GetUserLED(1000) Then
SetUserLED(1000,0)
Else
SetUserLED(1000,1)
end if

don't forget to set the "Macro control on" checkmark and the "LED number for camera on / off" values in the camera plugin CONFIG Dialog.


Klaus

165
Machscreen Screen Designer / Re: MachScreen releases
« on: August 03, 2013, 04:56:35 AM »
Hello MachScreen users,

MachScreen  V1.58 is ready for download on my Website. Most changes are regarding Syntax coloring in Editor mode and few minor fixes. For more Details please have a look at the change log. http://www.kd-dietz.com/klausphp/pages/eng/machscreen/changelog/ms_changelog.html



Klaus

166
Machscreen Screen Designer / Re: What did I miss
« on: July 13, 2013, 05:13:34 AM »
if you set the reset button on page0 it should work. I will send you an email for more details.



Klaus

167
Machscreen Screen Designer / Re: What did I miss
« on: July 12, 2013, 03:38:10 PM »
Hi,

if you could send me your screenset I would have a look at it.


Klaus

168
Mach Screens / Re: Mods to add Mist Coolant Button
« on: June 22, 2013, 01:33:15 PM »
if you have an existing "Mist Coolant" button you can copy it from any page to your progr run page without changing the function code. BTW. there is no script associated to that button. 114 is the function code "Mist Toggle "


Klaus

169
Mach Screens / Re: Mods to add Mist Coolant Button
« on: June 22, 2013, 09:42:11 AM »
Hi,

if you use MachScreen do the following:
select the button "toggle mist coolant"
copy the selected button by clicking    CTRL C
paste the button by clicking CTRL V
move the Cursor slowly until the shape changes to a crosshair
while the crosshair is shown hold down the left mouse button and drag the button to the place you want your flood coolant button and leave left mouse button
double click 113 in the property dialog and change it to 114
save the screen set and load the new screen set in Mach3.

If anything goes wrong, use the CTRL Z keys for undo the last Action(s)


Klaus

170
Machscreen Screen Designer / Re: Mach3screen
« on: May 02, 2013, 02:45:53 AM »
Hi David,

OK, please download Mach3Screen to your computer and unzip it to your Mach3 directory. if you installed Mach3 into the default directory it will be C:\Mach3. If you want to use one of the other screen designers download one of those and rename it to Mach3Screen.exe, that should work also.


Klaus