Hello Guest it is April 19, 2024, 04:11:19 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 - Scott

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 »
31
Probe

32
Try the Wiki  http://www.machsupport.com/MachCustomizeWiki/index.php?title=Main_Page

Table of contents:
   4.2 is the VB scripting commands .pdf and 9.1-10 are all the reference tables for LED's, buttons, DRO's, etc.

33
Works in progress / Re: New screen for Ascension 1000 users
« on: February 23, 2007, 01:07:44 AM »
Sure, give it a try.  Here' what I have so far.  If I can post it here.  It's the generic one.

Please check out the about page and look at some of the button macros to be sure that you know what's going to happen when clicked (mainly the 'Ref All' and 'Tool Zeroing' buttons).  Although it's fashioned closely to the original Mach3 screen layout, there are some differences.  Overall, it should feel quite familiar.

At this time the 'Program Run' page is fully functional along with the 'Diagnostics, About, G-code, and M-Code pages.

Place the folder of bitmaps in the Mach3/Bitmaps folder and the .set file in the Mach3 folder

No warranty expressed or implied.  ;)   

34
Hmmm...What version are you running?  Mach2 or 3?

Here's a shot of the menu.

35
JetCam screen designer / Re: List of Jetcam requests :)
« on: February 22, 2007, 06:13:17 PM »
Thanks Stan,

I didn't mean DRO sliders, just plain DRO's that have the reflection and sparkle skinned on top of them (transparent .png again).  Like these.  Notice how they are shifted to the left leaving a blank space at the right.

Maybe you meant DRO's and DRO sliders in general though.

Regards,

36
JetCam screen designer / Re: List of Jetcam requests :)
« on: February 22, 2007, 03:19:28 PM »
I have question about DRO's.  If they are 'skinned' as in Screen4, the numbers are shifted to the left leaving wasted space on the right which causes you to have to make any placeholders in the background jpg longer to keep from cutting off the numbers on the left end.  Is this something that won't happen in JetCam?

Thanks,

37
Hey Harald,

On the menu, 'Function Cfg's/Fonts'.  It doesn't change the size though.

Regards,

38
Either 'DIAMETER OF CURRENT TOOL' or 105 should work, but I'd use 105 because I've come across a couple of the drop downs that didn't seem to work (I can't remember which ones) and the numbers have always worked.

Try this...

ToolDia=GetOEMDRO (105)

CODE "G90 G55 G21"
CODE "G00 Y" &ToolDia*2
CODE "G01 Y" &ToolDia & " F" &100
CODE "G00 Y" &ToolDia*2
CODE "M30"

Pay attention to the "" marks and the &'s.  If you want to use #1 instead of ToolDia, then just declare it that way instead.

39
GNBG,

I don't think that second video exists yet.

If you load some of the various wizards and go to 'Operator/Edit Button Script', you can look at many macros that have been done and learn by example.  Also, download some of the docs on scripting and the button, led, dro, etc. lists on the Wiki.

If you load the default .set in the editor and make some changes (add buttons, leds, etc.), do a save as, give it a name, and save it in the root Mach3 folder.  You can then open that screen set from Mach3 by going to 'View/Load Screens'.

If you make your own screen that uses different backgrounds etc., you will need a folder of jpgs with a name that goes with your screen set which is placed in the Mach3/bitmaps folder.  These jpgs are then selected in the screen editor.  Or you can just reference the original ones for your new set.

Hope this helps a bit.  Keep pluggin' away at it and it will gradually all come together.  ;)

40
Check to make sure that you have don't have any of the 'CV Control' helpers checked in 'General Config'.  Also turn off the 'CV Feedrate' on the 'Settings' page (this is not CV/Exact Stop on/off, G64/G61 does that) . 

I have had these cause some hesitation at times.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 »