Hello Guest it is April 26, 2024, 08:36:02 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 - zealous

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 49 »
222
Ultimate Screen Mill/Lathe/Plasma (TouchScreen and/or Mouse and/or keyboard)
Please contact http://machmotion.com for screen avaliblity

Overview of some of the features included:

-Easy to use and navigate
-Custom navigation system with large thumbnail view and file management
-Built in On-Screen Keyboard
-Complete help files
-Built in wizards and plug’ in support
-Quick access to all controls in the Quick menu system
-System check and quality control
-Password protected Diagnostics Section
-Smooth Stepper support
-any resolution and fully functional to 640X480 (6" monitors)


223
Flash Screens / Re: New Flash Docs?
« on: July 28, 2008, 01:17:06 PM »
John Guenther
'Ye Olde Pen Maker'
Sterling, Virginia
 
will be doing the documantation I am not sure on the ETA.

224
Mach Screens / Re: Call for G-code display window
« on: July 28, 2008, 01:12:34 PM »
Acualy you can have anything open up in anything by adding the path:


IE:
Code: [Select]
Shell "C:\Program Files\Internet Explorer\IEXPLORE.EXE "+ "C:\Mach3\Mach3MillGcode.htm", vbNormalFocus
FireFox:
Code: [Select]
Shell "C:\Program Files\Mozilla Firefox\firefox.exe "+ "C:\Mach3\Mach3MillGcode.htm", vbNormalFocus
!please take note to have a "Space after the location of the program you want to open the object with!

225
Screen designer tips and tutorials / Re: Estimated Time To Go
« on: May 27, 2008, 07:01:41 PM »
Trouble uploading to Mach forum so....
Here is the file location:
alphagraphicdesigns.com/Download/Mach_Components _w_remain.zip

226
Screen designer tips and tutorials / Re: Estimated Time To Go
« on: May 27, 2008, 05:27:49 PM »
Here you go...
1. Load file
2. Hit "Simulate"
3.Hit "rew file"
4. Run part
***Dont for get to load the Flash screen then restart Mach

The source file is included...
what I do is grab the two DRo and grab each part split by ":" then do the math

This screen also included the "% completed" so far as well......you can use one of the gauges to represent the amount of time leaft or remaining lines of Gcode

I'm in the middle of some encription code so this is a good start...

Code: [Select]
horse.onEnterFrame = function() {
var elapsed_array:Array = _root.DRO814.split(":");
var Estimated_array:Array = _root.DRO815.split(":");
for (var i = 0; i<3; i++) {
remaininga = Estimated_array[0]-elapsed_array[0]+':';///days/hours
remainingb = Estimated_array[1]-elapsed_array[1]+':';///minutes
remainingc = Estimated_array[2]-(elapsed_array[2]);//seconds
}
remaining.text = remaininga+remainingb+remainingc;///all formated
};

If your intrested in all that this screen does look at:
*The video is here:

http://alphagraphicdesigns.com/help/Quantum/MachComponents1.0.1.wmv

227
Screen designer tips and tutorials / Re: Estimated Time To Go
« on: May 24, 2008, 06:41:01 PM »
Ummm seems VB will not allow me to get the DRO14 and 15 for Estimate and Elapse time, I belive it is because of the time format.. I did what you want in a Flash screen but if you are using a .set screen and VB I don't think you can...You might ask Brian on the Yahoo forum....

If you can get away with displaying the % completed you can do that in VB with a .set screen...in the VB section of the forum has the code you want. I dont know how or dont know if you can format a DRO to time in VB...you would have to use Flash or C++ to do that.

228
Screen designer tips and tutorials / Re: stupid question
« on: April 22, 2008, 05:49:25 AM »
On the left hand side of Screen 4 select the object you want to add.
To then edit the object and not add any more objects click on "None" Icon.
Double click on the object and make sure  "locked" or "Display on all screens" is not checked...in order to move it you'll need to have both of these off.

229
Hi Dave,
Forsure there will be alot to chose from....as well as:

-simple shapes
Primitive shapes that the user can select color, size and effects (bevel, drop shadow EST...)

-Panels
The user could drag any objects they want to be contained in the “panel”.
The “panel” component could have parameters to set functions such as open, close and drag ability.

-Local connection
Will be added next allowing communication to as many external screens as you want

-Custom graphics
A layout for the user to drag and drop there new graphic

and a number of other objects

230
thanks Keith very helpful and nice way to do it :)

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 49 »