Hello Guest it is March 28, 2024, 09:23:05 AM

Author Topic: 1st Run on MACH3MILL  (Read 23808 times)

0 Members and 1 Guest are viewing this topic.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #40 on: August 09, 2009, 09:06:04 AM »
Yes you can zoom with the mouse and keyboard, press the shift key while you hold down the left mouse then move the mouse and it will zoom in and out. Pressing the left key and holding then moving the mouse will rotate, right key and moving will pan.

To alter the code go to Operator menu then Edit Button Scripts, the VB buttons will be flashing so click on the Display button and the editor will open and you can add the code.

Hood

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #41 on: August 09, 2009, 09:09:22 AM »
Forgot to say double left click will reset to plan view.
Hood

Offline kolias

*
  •  1,154 1,154
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #42 on: August 09, 2009, 09:37:14 AM »
So much to learn, thanks again
Nicolas
Nicolas

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #43 on: August 09, 2009, 09:39:15 AM »
Yes, there sure is , as they say "Every day is a School day"

Hood

Offline kolias

*
  •  1,154 1,154
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #44 on: August 09, 2009, 05:34:44 PM »
From the attached image, there are a few columns which are not explained properly:

Reversed: this means that the axis travel is reversed? But why I want to have this axis reversed? In the tutorial (home limits & offsets) he only has the X axis reversed.

Soft Max & Soft Min: I understand the soft max is the max travel of the axis but why the soft min is 0?

Home Off. Is this Home Off or Home Offset? If it is Home Off, why I want to have it Off?

Home Neg: What is the meaning of this? How the Home position can be negative?

At the bottom left of this window there is “G28 home location coordinates” What is the meaning / purpose of this?

 

Thank you
Nicolas
Nicolas

Offline kolias

*
  •  1,154 1,154
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #45 on: August 09, 2009, 05:38:21 PM »
Sorry forgot the image
Nicolas

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #46 on: August 09, 2009, 06:31:33 PM »
From the attached image, there are a few columns which are not explained properly:

Reversed: this means that the axis travel is reversed? But why I want to have this axis reversed? In the tutorial (home limits & offsets) he only has the X axis reversed.

If your axis travels the wrong direction you can physically swap motor wires or you can reverse this setting and it will reverse the Dir signal. You can also change the Active Low setting for the direction signal to do this but some drives are particular about whether that is active High or Active Low so the reverse option is best.

Soft Max & Soft Min: I understand the soft max is the max travel of the axis but why the soft min is 0?

SoftMin for X and Y is zero and Z Max is zero, this is because this is the extent in machine coordinates when you home the machine. You want X and Y zero to be at the lower left of the table as it would be if you were looking at a X Y graph on a piece of paper.


Home Off. Is this Home Off or Home Offset? If it is Home Off, why I want to have it Off?

Home off is a value you can set if your home switch is not at the above location, it could be at the opposite end of the table or even in the middle of the travel. You would then set a Home Off value so that Mach knows the real machine coords zero is that amount away from where your home switch is.
For example on my lathe my switch for the X axis is midway on the travel (have front and rear toolposts) so when I home the tool is sitting at 270mm dia in relation to the centre line of the lathe. Obviously I want my master tool (Tool1) to be at 270mm dia when I home so I tell Mach that the true zero is 270mm dia away from the home point by entering that value in the home off box. If I didnt do that then the machine would have the X zero set where my home switch is.

Home Neg: What is the meaning of this? How the Home position can be negative?

You will want to home negative on the X and Y axis on a mill so that the axis moves in a negative direction to your Home switch, if you dont then you can use the Home Off as above to tell Mach where the real zero is. You may have to mess with this depending on the way you have the motor wired  and the reversed setting.


At the bottom left of this window there is “G28 home location coordinates” What is the meaning / purpose of this?
Thank you
Nicolas


G28 location is where you can enter numbers for X Y Z etc and when you command a G28 it will go to them rather than the true machine zero.

Hood
« Last Edit: August 09, 2009, 06:38:20 PM by Hood »

Offline kolias

*
  •  1,154 1,154
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #47 on: August 09, 2009, 07:36:45 PM »
After your detailed explanation, they all make sense.

Thank you so much
Nicolas
Nicolas

Offline kolias

*
  •  1,154 1,154
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #48 on: August 09, 2009, 11:37:57 PM »
Good morning Hood

The attached image is from my laptop which is not connected to my CNC machine. I use this laptop in my office to practice / learn mach. I have another older laptop in my workshop which is connected to the CNC.

Can you please let me know what are these red lines on the roadrunner?

If they are the tool cutting path why the were created since no tool is connected?

How can I remove them?

Thank you
Nicolas
Nicolas

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: 1st Run on MACH3MILL
« Reply #49 on: August 10, 2009, 01:51:17 AM »
They are showing you the rapid moveS (G0), the blue ones are G1 moves, G2 and G3 moves would show another colour.
 You can change the colours if you wish from the Config menu then Toolpath.
Hood