Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: sn96 on August 03, 2009, 09:15:34 PM

Title: Problems with display mode
Post by: sn96 on August 03, 2009, 09:15:34 PM
Hello guys, I'm new to Mach3.

I have been trying to play around with the software in offline mode and I have a few issues. The first problem is trying to understand what the heck the display mode is doing. The cross hair seems to disappear and hard to locate at times. When I jog the cross hair, and then click zero for x,y, and z, it seems to snap the cross hair back to the bottom right corner instead of to the jog position I drove to. I tried zeroing with machine coordinates button turned on as well as off with the same result. Here is a screen shot of the display window.

(http://i627.photobucket.com/albums/tt358/botwire/MachScreen.gif)
Title: Re: Problems with display mode
Post by: sn96 on August 03, 2009, 10:19:02 PM
Well I was able to figure it out. I watched the video tutorial and made a few changes. The table outline is a dotted line and not a solid line like in the video. It was not turned on by default. I also reinstalled the software without driver support. Another setting I used was selecting the Sherline half pulse check box. And I used loaded the road runner sample .tap file instead of one of the DXF files which was another mistake I made. Now I am able to see all elements clearly and the offsets work as expected.

I have a new problem: How you you jog the Z axis? The arrow keys only move the X and Y axis.
Title: Re: Problems with display mode
Post by: HimyKabibble on August 03, 2009, 10:26:48 PM
Well I was able to figure it out. I watched the video tutorial and made a few changes. The table outline is a dotted line and not a solid line like in the video. It was not turned on by default. I also reinstalled the software without driver support. Another setting I used was selecting the Sherline half pulse check box. And I used loaded the road runner sample .tap file instead of one of the DXF files which was another mistake I made. Now I am able to see all elements clearly and the offsets work as expected.

I have a new problem: How you you jog the Z axis? The arrow keys only move the X and Y axis.

Z jogs with PgUp/PgDn

Regards,
Ray L.
Title: Re: Problems with display mode
Post by: sn96 on August 04, 2009, 08:44:28 AM
Thanks Ray,

I actually figured that one out also right before I went to bed.    ;D I was trying all sorts of keys till the Z moved.
Title: Re: Problems with display mode
Post by: ger21 on August 04, 2009, 11:08:23 AM
Installing without the driver may cause some features not to work correctly. It's best to do any testing with the driver installed. And as long is there's no machine connected, no need to use Offline either.
Title: Re: Problems with display mode
Post by: sn96 on August 04, 2009, 03:59:30 PM
Installing without the driver may cause some features not to work correctly. It's best to do any testing with the driver installed. And as long is there's no machine connected, no need to use Offline either.

Oh ok, I will reinstall everything with the driver. The tutorial said to only install the driver if a machine is going to be used which is why I installed without it. I'll give it a go...
Title: Re: Problems with display mode
Post by: sn96 on August 04, 2009, 09:26:53 PM
I have another question:

Why wont the display mode auto zoom to the work piece and toggle between the work piece and mill table?
Title: Re: Problems with display mode
Post by: sn96 on August 05, 2009, 11:36:27 AM
Anyone know how to make the display mode auto zoom when clicked?

I can zoom by clicking "TOOL" and then clicking "regen tool path" but it would be nice to only click the display mode button to toggle between the job view and mill table view. The older tutorial video does this but version 29 doesn't seem to.
Title: Re: Problems with display mode
Post by: Chip on August 05, 2009, 11:56:10 AM
Hi, Mike

When your in Table Display mode and Regen it zoom's to the soft min/max size set in Homes & Limits, The only way to enlarge from there is to use the mouse center wheel to increase it's size by rolling it forever, Best I know.

Chip
Title: Re: Problems with display mode
Post by: sn96 on August 05, 2009, 01:08:32 PM
Yes I am able to zoom using the mouse wheel but in the video tutorial, which was using the roadrunner tool path filel, every time the display mode button was pressed it would zoom out to the extents of the mill table, and when clicked again, it would zoom to the extents of the tool path dimensions. Apparently version 29 no longer allows this I assume.
Title: Re: Problems with display mode
Post by: Hood on August 05, 2009, 01:43:38 PM
Its not done it for a while, you need to regen now. I have however added

DoOemButton (160)

at the end of the VB in the button and it now regen's automatically.
Hood
Title: Re: Problems with display mode
Post by: sn96 on August 05, 2009, 02:17:49 PM
Its not done it for a while, you need to regen now. I have however added

DoOemButton (160)

at the end of the VB in the button and it now regen's automatically.
Hood


Thanks for the help!
Title: Re: Problems with display mode
Post by: Chip on August 05, 2009, 03:16:37 PM
Hi, Mike

I added the do-button as Hood suggested and see what you were talking about clearer now.

Thanks, Hood.  :D

Chip
Title: Re: Problems with display mode
Post by: FCWC on January 28, 2011, 05:15:49 PM
Newbie here.
I use a track ball so I don't have a 3rd wheel to zoom. Wondered why my screen want like the video.

So where/how do you add "DoOemButton (160) at the end of the VB in the button and it now regen's automatically."
As I assume this is meaning the Regin Toolpath button?
Title: Re: Problems with display mode
Post by: Hood on January 28, 2011, 05:25:56 PM

So where/how do you add "DoOemButton (160) at the end of the VB in the button and it now regen's automatically."
As I assume this is meaning the Regin Toolpath button?


You add the DoOemButton (160) to the end of the code in the Display button. What that does is basically the VB in the button will first change the display to Table or Work views and then lastly it will activate the Regen Toolpath button so that you dont need to.

To edit the button you go to Operator menu then Edit Button Scripts and then the Display button should be flashing, click on it and the editor will open allowing you to add the code and then click File and Save then exit the editor.
Hood
Title: Re: Problems with display mode
Post by: FCWC on January 28, 2011, 06:40:04 PM
Sweet
Tx so much for the info, fix, and speedy reply.