Hello Guest it is April 25, 2024, 09:05:25 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 - 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 »
231
new to this so don't try without drycutting. but would it be something like this;

'Macro to toggle feedrate
If GetOEMDRO(Don’t know #) = 0 Then
SetOEMDRO(?, (GetOEMDRO(?)*.01))
Else
SetOEMDRO(?,(GetOEMDRO(?)*100))
End If
End

232
right click on Milling Stock(or Turning) and select an op.
i do milling so i select Mill 3 Axis. it'll go thru selecting your
options

233
in bobcad you can open a dxf file then add the cut you need to the line profiles.
then right click on Milling Tools(or turning) and click post and save. or just post.
it makes the ngc file and post it in the post manager.

234
Mach Screens / Re: 23" monitor
« on: March 05, 2013, 09:07:18 AM »
i found that if i go to machscreen and open the set file. resetting the res(Frame Size) to 1600x950.
the default screen fills my screen. may have to adjust to fit your screen

235
Machscreen Screen Designer / Re: User DRO (Counter)
« on: March 05, 2013, 07:52:37 AM »
found the problem. i WAS running the wrong profile. after sterling said that about the profile bar
in mach3 default. i added the label in my set and opened mach3. showed TheMill not MyMill.
counter works.....THANKS all

236
Machscreen Screen Designer / Re: User DRO (Counter)
« on: March 05, 2013, 07:36:09 AM »
but that is where it is saved. my profile is MyMill.
C:\Mach3\macros\MyMill\M1001.m1s

237
Machscreen Screen Designer / Re: User DRO (Counter)
« on: March 05, 2013, 07:15:56 AM »
Thanks stirling,
think that's my problem. not saved in correct location.
in the mach3 directory in C:\Mach3\macros\MyMill\M1001.m1s
from what i read, this is correct.

238
Machscreen Screen Designer / Re: User DRO (Counter)
« on: March 05, 2013, 06:44:04 AM »
i set sleep 200 and can see the hesitation. still same output.

Count = GetUserDRO(1010)
While IsMoving( )
Wend
Count2 = Count+1
While IsMoving( )
Wend
Sleep 200
SetUserDRO(1010,Count2)
End
     

239
Machscreen Screen Designer / Re: User DRO (Counter)
« on: March 05, 2013, 06:03:12 AM »
code....
G20 G40 G49 G54 G80 G90 G91.1
G0 Z0.2
M1001
M06 t4
G00 G90 G54 X1.435 Y1.435

240
Machscreen Screen Designer / Re: User DRO (Counter)
« on: March 05, 2013, 06:01:54 AM »
thanks Ya-Nvr-No, Brett and Dan13.
Ya-Nvr-No   don't know where the sleep setting is.
i tried it but no idea if working :)
Brett, i used what you had and same results. works in
VB but not in MDI.
Can13. i have it in the gcode but it does nothing. i should be able to
use mcodes in the MDI, shouldn't i ?
Thanks

and the brain is enabled in control

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 »