Hello Guest it is April 25, 2024, 10:07:53 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 - Bodini

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »
131
VB and the development of wizards / Re: Simple pause for testing macros
« on: September 10, 2008, 04:36:59 PM »
Jeez, I feel like I'm reading this wrong but... "G4 p30"?

132
VB and the development of wizards / Re: Probing with G31 problem
« on: September 08, 2008, 06:25:23 PM »
FIFY (fixed it for you).

"I went back to Ver2.63 and it all works fine. Something wrong in Ver3+. Ben"

 ;) ;D

133
VB and the development of wizards / Re: Probing with G31 problem
« on: September 08, 2008, 10:00:14 AM »
I use this:

Code: [Select]
While IsMoving()
sleep 100
Wend

I believe that if you are using v2.63 or later, you do not need the Declare sub sleep thing at the start of the macro.  Otherwise, it's:
Code: [Select]
Declare Sub Sleep Lib "Kernel32" (ByVal dwMilliseconds As Long)

-Nick

134
VB and the development of wizards / Re: openteachfile name
« on: September 07, 2008, 10:08:39 AM »
 :DThanks much, Jason.   I'll try it.

135
VB and the development of wizards / Re: Understanding the Wizard structure.
« on: September 06, 2008, 07:52:21 PM »
".set" files are Screen4 files.  You're interested in the code, i assume.  To see the code, run the wizard in Mach (not Screen4).  When the wizard is open, [pull-down] Operator>Edit button Script.  Then click the button that says "create and load g-code file".  The code will pop up in the 'script editor'.

-Nick

136
VB and the development of wizards / Re: openteachfile name
« on: August 29, 2008, 12:56:46 PM »
Code: [Select]
ppp = InputBox("Enter a File Name:")
OpenTeachFile ppp + ".tap"
code " (Code Here) "
CloseTeachFile
Call LoadStandardLayout()
Call LoadTeachFile()

137
VB and the development of wizards / openteachfile name
« on: August 27, 2008, 09:57:47 AM »
Is it possible to have Mach prompt the user for the file name to save 'openteachfile' as?  I know, i know... it can be set to 'temp' or whatever you want, and the user can rename it after the file is created, but I forget to do that quite often.  Anyway, thats a crappy workaround and I'd like to nip it in the bud and name it from the start.

-Nick

138
General Mach Discussion / Re: m3 not always recognized
« on: August 14, 2008, 04:27:10 PM »
So did anything ever get straightened out with this problem?  I've been having it for a month now (at least)... M3 not being recognized in MDI or during gcode.  I'm using v2.63. 

-Nick

addendum- I just noticed that during a gcode routine, Mach had ran through a bunch of macros, then when it got to the M3 (the first one of the routine BTW), Mach quit running the code.  Also, after that point, NO macros would run, OEM or custom.

139
Hi Scott,

Here are the ones that used to be on the forum.  They're pretty useless, but my point was to show that there are many unconventional things that one could do.

--> http://www.machsupport.com/forum/index.php/topic,7881.0.html

-Nick

140
Flash Screens / Re: Flash example
« on: August 08, 2008, 09:00:29 AM »
Another dumb example. Pretty much the same as the other one.

<a href="http://www.waterhousecreations.com/screen226forie.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://www.waterhousecreations.com/screen226forie.swf</a>

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »