Hello Guest it is May 22, 2024, 02:45:47 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 - Klaus1311

191
Machscreen Screen Designer / Re: mach3 different from machscreen
« on: March 27, 2013, 09:33:36 AM »
Hi Kenneth,

please clear that field. If this field is empty, you will have the same look in Mach3 and MachScreen



Klaus

192
Machscreen Screen Designer / Re: mach3 different from machscreen
« on: March 27, 2013, 09:24:43 AM »
Hi Kenneth,

How about:
Is the "User defined image path" field empty?


Klaus

193
Machscreen Screen Designer / Re: mach3 different from machscreen
« on: March 27, 2013, 09:12:33 AM »
Hi Kenneth,

please check following Settings in       Options -> Settings -> Generic prog Settings :
is the button "Report missing files" checked? If so, does a Message box pop up, when you load the screenset in MachScreen?
Is the "User defined image path" field empty?


Klaus

194
Machscreen Screen Designer / Re: mach3 different from machscreen
« on: March 27, 2013, 07:29:19 AM »
Hi Kenneth,

in the picture mach3.png the red led's are using Bitmaps, while in the picture screen.png there are no Bitmaps used. Could it be the referenced bitmap files lie in different directories?


Klaus

195
Hi Kenneth,

try the folowing:
a user defined DRO 1011
a Button with Standard code 34(Execute Basic Script)
    the script:
DoOEMButton(106)
InchMM = GetUserDRO(1011)
If GetOEMLED(802) = 0 Then
SetUserDRO(1011 , InchMM*25.4)
Else
SetUserDRO(1011 , InchMM/25.4)
End If


Klaus

197
I'm a bit confused, if you use Mach3, what is your script

If (getportbyte(1021) And 32)<>0  Then   'Line Status Register bit 5 TX holding reg empty
putportbyte(1016,83) 'This is the TX register
putportbyte(1016,8) 'This is the TX register
putportbyte(1016,09) 'This is the TX register
putportbyte(1016,06) 'This is the TX register
putportbyte(1016,00) 'This is the TX register
putportbyte(1016,80) 'This is the TX register
putportbyte(1016,16) 'This is the TX register
End If
for?

198
if you control your axis with your hex code, what are you using Mach3 for?

199
you are right, the field I was talking about, can contain either "Standard Code", or "OEM_Code", depending on the last buttons function. If you insert a new button, it should show standard code though.
I don't know what your VB code is for. Obviously you are writing to a lpt port. From the address it could even be the port address Mach3 is using, is that so?


Klaus

200
Mach Screens / Re: labels incorrect in mach3
« on: February 26, 2013, 04:30:12 AM »
Hi Kenneth,

as Brett said, we would need to have your screenset file to have a deeper look at it. If you would email it, I'll have a look at it.
My email  addr: klaus.dietz (at) kd-dietz.de

Klaus