Hello Guest it is April 26, 2024, 06:25:48 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 - Kenneth

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
271
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 02:32:29 PM »
that made a whole lot of sense as i read that. just use my user DRO
Thanks

272
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 02:07:29 PM »
with the added DRO, it works.
but wasn't looking for so many DRO's on one screen :)
Thanks Klaus1311

273
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 02:02:47 PM »
ok. you have two dro's. oem and user.
i have oem. so i will need two dro's for each axis ?
i need to make another dro(user 1500) to get it to work.
so this will only half X? i will need the same for YZ ?
Thanks

Kenneth

274
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 01:04:17 PM »
Thanks Klaus1311,
i have the buttom configured as you say and it does nothing when i click the button.
and would that just zero X DRO ? i tried selecting a DRO and clicking the button...nothing.
i did save the set and even restarted mach3.

Hi Kenneth

if you just want to display the half of a DRO value when a button is clicked, you could try the following:
place your DRO for holding the value / 2,  give it an user defined id e. g. 1500
place a button, double click "Function" in the propertybox of MachScreen , select "Execute Basic-Script", double click the value field in the "Execute code" line
EDIT:

value = GetOEMDRO(800)    ' e.g X POS
SetUserDRO(1500, value / 2)

exit the editor  File -> use data and close
save your screenset


Klaus




275
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 12:52:31 PM »
D###, i need to read before i post. Thanks Tweakie.CNC AND Klaus1311 !!!!

276
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 12:51:02 PM »
OOPS....i'm sorry Klaus1311
THANKS!!!!!!!!!!!!!!!!!!!

277
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 12:50:11 PM »
Thanks for your reply Tweakie.CNC ,
i want to touch one side of the stock and zero the DRO....then move to the other side
of the stock and touch again....then select an axis and click my button. that would half my
DRO display so that when i move the axis to the center of the stock, the DRO would read zero.
THANKS again !

278
Mach Screens / Re: Half the DRO
« on: February 12, 2013, 10:07:58 AM »
did i do this right. is this the wrong place for this post ? was there something else i needed to
do before posting ?  i posted this almost three weeks ago and got nothing. not even what i may
have did worng. new to the forum and still learning. Thanks for any help.

279
Mach Screens / Half the DRO
« on: January 23, 2013, 12:11:59 PM »
i'm using mach3 and machscreen 1.56. don't know if possible with script or
brain, but can i make a button that would half the DRO readout. on the manual mill DRO(wizard550),
i have that option. i 1/2 and then select the axis. it's then halved.
like DRO 4.....would change to DRO 2
Thanks for any help !!!

kenneth

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28