Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2013, 06:50:17 AM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
  Show Posts
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 »
231  Mach Discussion / Finished Screens / Re: Mach SoftLight on: March 19, 2008, 02:24:48 AM
Hi blackrat6355,

Thanks for the positive feedback...yep I see how that could happen...here is .Set file...thats all you need to update.
232  Mach Discussion / Finished Screens / Re: Mach SoftLight on: March 17, 2008, 04:08:15 PM
Acualy this is a native Mach screen.
Check to see that the folder "Mach softLight" is located in C:\Mach3\Bitmaps\Mach softLight
233  Mach Discussion / Screen designer tips and tutorials / Re: Modify Mach on: March 04, 2008, 05:05:47 PM
Hi Sour kraut,
Which video did you need?
I'll have 16 Flash components avalible in the next few days that I think you'll realy like. You just drag and drop them and enter in the Mach OEM nubers that you want.
234  Mach Discussion / Works in progress / Re: DRO help on: February 19, 2008, 03:58:01 PM
Hey Dave,
Great looking screen!
The "To GO" DRO's will show the amount of distance the machine needs to travel to accomplish the current Gcode line. Which DRO you’re looking for a "Next move", is this the distance of the next move or the next line of Gcode?
235  Mach Discussion / Works in progress / Re: Screen with soft keys? on: February 15, 2008, 02:13:08 PM
In Flash you can make your own devices..I make applications to work with my softkeys for my phone...but this could also be used for any device...and configured however you want. This is included in Flash for hardware devices:
See picture
236  Mach Discussion / Works in progress / Re: Screen with soft keys? on: February 15, 2008, 02:05:00 PM
What about in either VB or flash store the value to a userDRO, and send the value to the DRO depending on which softkey button was pressed along the side...or store which softkey was pressed and on "Send value" send to that DRO.
Or they could use the "Tab" hotkey to scroll the different DRO's currently on the screen...
In Flash you would use watch and is farley simple to do. The softkeys along the side would be assigned to DRO's, this can also be per screen, and you could also use tab.
237  Mach Discussion / General Mach Discussion / Re: Dwell interupt on: February 13, 2008, 09:16:02 PM
hey Whacko,
Where you in Johannesburg with your girlfriend? I read about it in the news, but it might have been a diffrent story.
238  Mach Discussion / General Mach Discussion / Re: process for using a different editor on: February 11, 2008, 11:52:57 AM
 Grin forsure the VB way is the long and slow way around doing what Art's already done in C++  Grin, but it might help if you want to mix it up with other code
239  Mach Discussion / General Mach Discussion / Re: process for using a different editor on: February 11, 2008, 11:09:23 AM
If you really want control you can do some VB on a button script  Wink
This will open the currentl file loaded in Mach with Notepad...but you can tell it any program you want

Code:
Private Sub Form_Load()
Dim dTaskID As Double, path As String, file As String
path = "C:\WINDOWS\notepad.exe"
fileToLoad = Filename
dTaskID = Shell(path + " " + fileToLoad, vbNormalFocus)
MsgBox ("Text loaded")
End
End Sub
240  Mach Discussion / General Mach Discussion / Re: Very Much Softwear Ill leart on: February 05, 2008, 04:19:21 PM
You might ask Lee to send you the XML also if you do a search for "Probotix" on the Yahoo forum you'll find some post about there products and how people are using them:
http://groups.yahoo.com/group/mach1mach2cnc/message/85919
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!