Hello Guest it is April 25, 2024, 12:36:41 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 »
341
General Mach Discussion / Re: Does Mach 3 generate 3D from bitmaps?
« on: April 02, 2007, 10:59:35 PM »
I've been demoing the new Lazing Cam and it remarkable!!!!

Lazy Cam is becoming a strong competitor in the industry. I have to say that there is much I don’t know about Lazy Cam, but I have worked with the bitmap importing and it works great!!!

Make sure to adjust the step over and such. See attachments
If you have any troubles let me know... Lazy cam in located in the Mach folder.

342
Works in progress / Re: Mach 3 default screen
« on: March 26, 2007, 07:37:15 PM »
 ;D
I belive he meant the keys across the top for 1 2 3 4 5 6 7, which is to jump from page 1-7..hotkeys
Is that right cybertek? Hope so cause I add it in the new update  ;D

343
General Mach Discussion / Re: setting up hotkeys??
« on: March 19, 2007, 03:34:44 AM »
this page has an on line ASCII key code finder: http://www.machsupport.com/forum/index.php?topic=2153.0
or you can use Keygrabber included with in Mach main install folder:


344
Feature Requests / Re: Multi Monitors and Mach3
« on: March 16, 2007, 12:16:56 AM »
I could easily do this with a Flash screen,what would you have under the toolpath screen if resized? or it could be possible to have the toolpath screen draggable and sizable..wasn't sure if this was a need by many or not...

345
Feature Requests / Re: jog to Gcode plugin
« on: March 16, 2007, 12:14:25 AM »
There are two plug'ins that I know of that might be what your looking for:
http://www.machsupport.com/forum/index.php?topic=2557.0

346
General Mach Discussion / Re: mach 3 rev2,057 troubles
« on: March 16, 2007, 12:03:31 AM »
This is probably not the case so just ignore this,
but the earlier versions of Mach would keep my configurations...so when I installed a newer version of Mach I didn't have to turn on my "Ports and Pins","Motor Outputs" and other things...than recently... after installing an updated Mach I will have to reconfigure everthing after ever new install.....ummm it took me a day to realize the reason my motors weren't turning is cause I hadn't enabled my X,Y,Z outputs  ;D just thought I'd mention this cause I made the mistake...but I'm probably the only knuckle head to do this ;D

347
Cool!
Great thing about creating it all in Flash is that it's all vector and you can scale it to any amount you want and no disintegration or iterations on image quality, and it's only 10kb and I dont see it getting much giger in file size.

348
Just relized that my links next to the screen movies wasn't working here is the source files for both Sothink and Flash8:

It's very easy to add just past the code and name the object, remeber to have 5 frames to the start of your swf movie.

For the toolpath screen name the instance: machscreen_mov
For the Gcode screen name the instance: GCODE_mov

Past the code below,but it's already set up in the below files:

////////Send stage size/////////
   _root.Stagesize = (Stage.width+" X "+Stage.height);
   fscommand("StageW", Stage.width);
   fscommand("StageH", Stage.height);
   //Toolpathscreen/////
   
   //keeping track getting property
   // X Y positioning
   _root.ToolX = getProperty(machscreen_mov, _x);
   _root.ToolY = getProperty(machscreen_mov, _y);
   // find height width
   _root.ToolWidth = getProperty(machscreen_mov, _width);
   _root.ToolHeight = getProperty(machscreen_mov, _height);
   //find scale factor
   _root.xscale = getProperty(machscreen_mov, _xscale);
   _root.yscale = getProperty(machscreen_mov, _yscale);
   //Sending Fscommand add what ever we can control here
   fscommand("ToolX", _root.ToolX);
   fscommand("ToolY", _root.ToolY);
   fscommand("ToolWidth", _root.ToolWidth);
   fscommand("ToolHeight", _root.ToolHeight);
   ////End script/////////////
   
   //////GCode watch//////////
   
   //keeping track getting property
   //X Y position
   _root.GCODEX = getProperty(GCODE_mov, _x);
   _root.GCODEY = getProperty(GCODE_mov, _y);
   //Movie size
   _root.GCODEHeight = getProperty(GCODE_mov, _height);
   _root.GCODEWidth = getProperty(GCODE_mov, _width);
   //Movi scale factor
   _root.GCODExscale = getProperty(GCODE_mov, _xscale);
   _root.GCODEyscale = getProperty(GCODE_mov, _yscale);
   //Sending Fscommand add what ever we can control here
   fscommand("GCODEX", _root.GCODEX);
   fscommand("GCODEY", _root.GCODEY);
   fscommand("GCODEWidth", _root.GCODEWidth);
   fscommand("GCODEHeight", _root.GCODEHeight);
   ////////end script///////////

349
Works in progress / Re: OEM Mach Remote Control
« on: March 07, 2007, 12:02:02 PM »
I'll work on putting an installer together to insure that every thing needed is installed,up to date and in it's right place.

You can change the GCode text normally in "Function CFG's"/Fonts, possible later this will be available in a Flash screen, you can also change the toolpath colors in "Config"/Toolpath.

I believe where at a point with the Flash screens to start pulling everything together and making it rock solid now.

John S, What type of OS,Computer,ext.. your running and as much of what you think could be happening.

I have found that CPU and RAM usage drastically drop's when using swf files.

350
Works in progress / OEM Mach Remote Control
« on: March 06, 2007, 08:42:12 PM »
Please wait for the video to load to see a demonstration of the screen, there is also a live screen available for testing below as well.
 
<a href="http://vileguitars.com/MachFlash/ScreenVideo/flvplayer.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://vileguitars.com/MachFlash/ScreenVideo/flvplayer.swf</a>



<a href="http://vileguitar.com/Artsoft/TestScreens/Remoting/OEM March3 Remote.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://vileguitar.com/Artsoft/TestScreens/Remoting/OEM March3 Remote.swf</a>

<a href="http://vileguitar.com/Artsoft/TestScreens/Remoting/Shuttle.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://vileguitar.com/Artsoft/TestScreens/Remoting/Shuttle.swf</a>

<a href="http://vileguitar.com/Artsoft/TestScreens/Remoting/MDI.swf" target="_blank" rel="noopener noreferrer" class="bbc_link bbc_flash_disabled new_win">http://vileguitar.com/Artsoft/TestScreens/Remoting/MDI.swf</a>

To open SWF file out side of IE download: http://download.macromedia.com/pub/flashplayer/updaters/8/flash_player_update3_flash8_win.zip
and install the Flash Playe Plug'in.msi

(The swf files are located towrds the bottom)Download the EXE files here:
http://vileguitar.com/Artsoft/ScreenVideos/downloads/RemoteEXE.zip

Input and idea's will always help, so give input input input!  ;)

-Please give OEM/VB or Action script code where needed.
-Please provide computer type/CPU usage and installed programs as well.
-Please provide machine tested on

Will work on a machine but please be cautious
Much more to come...

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 »