Hello Guest it is April 24, 2024, 07:50:49 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 »
111
General Mach Discussion / Re: Mach XML Reader
« on: June 04, 2009, 01:37:18 PM »
thank you for the feed back :)

I will add in a better search words and a few more small features here soon.

112
General Mach Discussion / Re: mach3 screen looks bad
« on: June 04, 2009, 01:34:36 PM »
Couple things that will work:

-Resize the DRO's in Screen4 to the resolution of the monitor.
-changing your Font size in Windows to small
-Change the font type of the DRO's in Mach
-Use a Flash screen (they are vector based and will scale to any size shape and look clear)

113
I'm not exactly sure of the issue you are having but you could create your own MDI input if you like:

Past this code on a Button:

Code: [Select]
Private Sub cmdok_Click()
Dim ans As String

MyGCode = InputBox("Enter Gcode", "My MDI")

If MyGCode = "" Then

MsgBox "Gcode Canceled"

Else

Code MyGCode

End If

End Sub

114
VB and the development of wizards / Re: Find mach version from VB?
« on: June 02, 2009, 11:08:55 PM »
Having one would help us all out :) %90 if a customer has a issue it is because they are using an older version of Mach.

You would be best requesting at the Yahoo forum for one...but there is a trick that I know if you can parse a XML file that I can share:

Under:
C:\Mach3\Uninstall\uninstall.xml

Find this value:

<Name>%SourceFilename%</Name>
<Value>C:\Documents and Settings\MyComputer\Desktop\Mach3Version3.043.000.exe</Value>


If you would like I can write VB code to do this for you.

115
General Mach Discussion / Re: i want to scale ma design in mach?
« on: May 29, 2009, 01:15:32 PM »
Hit "regen" to see the new size in the toolpath.

116
General Mach Discussion / Re: mdi jog stop
« on: May 27, 2009, 11:18:50 PM »
Use the "Teach" feature to enter in multiple commands

117
General Mach Discussion / Artsoft logo's
« on: May 07, 2009, 03:46:10 PM »
Artsoft logo's
If you need the logos to post on your website or packaging etc...
Zip file contains each logo separately.



118
Hi Prendice,
My emails kept getting rejected…so somehow there is an issue with email.

I've PM'ed you the newest version.

119
Mach Motion has not received any emails or phone calls from you and I have been on a job site for the last few weeks, so I apologize that I could not respond quicker.

I spent today reviewing your list and could not find any issues with the screen.

However Mach does have a few bugs its self that you are seeing on 2 of the case's ;)
Please read over Artsoft's bug list... oh wait it is not up yet :( when it is made available.

We currently have hundred of people running the screen and have not reported back any of these issue, please watch the videos included and/or read the Mach Manuel.

With the little time I have I can post some quick guide to the problems you are having.


First off very important:

Chapter 3.2.1: Most will not work unless Mach3 is reset and out of the EStop state, You have a valid license of Mach and are not running in DEMO MODE.


Screen Limits:

Soft limits :

-   Soft Limits is working you have to set them in the config panel

Z Inhibit off :

-   Check under Config/Safe_Z_limit (check that it is set to machine cord)

Machine

-   This is to change the top DRO’s to display machine cords/Offset cords

To Go

-   This is to change the top DRO’s to display distance to go

On-line

6.2.15.4 Offline
This toggle and warning LED "disconnects" all the output signals of Mach3.
This is intended for machine setup and testing. Its use during a part program will cause you all sorts of positioning problems.


Screen Controls:

Single Block

-   You can not Feed Hold the machine and then do a Single Block

6.2.7.5 Single BLK
SingleBLK is a toggle (with indicator LED). In Single Block mode a Cycle Start will
execute the next single line of the part program and then enter FeedHold.


M1

-   You will need an M1 Command in the Gcode…you cant nest a M1 currently in Mach

Scripting

Brains

-   You will need to click on the top menu and hit Brain Control.
This is a know bug…Hopfully this will be resolved in the next Mach update
e

Tool Path:

Codes
-   Don't know what you mean?

Manual override off limits

-   You need to have tripped a switch to turn this on.

Jog Mode

-   Works fine you might have to check you pin config

Jog on

-   Works fine you might have to check you pin config

In Simulate mode, it acts as Run and do not show the Estimate Time

-   This will not estimate time but do a Offline run. Use the Estimate time button

Rotate
Pan
Zoom, such functions do not work

-   All of the above are for the toolpath screen

Tool Offset Information:

Auto Zero

-   This might not work on your machine. You may need certain hardware.

Remember

-   You have to set " remember" first, then hit "return"

Ignore tool change on:
 
-   This is working no know issues


If you can not resolve the issue with the answers above please email Mach Motion and they would be more then happy to talk to you on the phone or via email.

120
I belive we have resolved Prendice issue.
The screen is compatible with Mach3 R3.042.020 or newer.

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 »