ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: digitizing tool path problem

Art
 

Steve:

Don't know, I use the Rhino demo, haven't even saved one job, but it does
import point cloud files as a demo...

Art
www.artofcnc.ca


Re: feed rates for converted bitmaps

Art
 

Hi:

set the feed rate. I mouse over to the feed rate box and enter a
number. But when I hit the "clear" button the value entered

You need to press enter after entering a number in a DRO..

Art
www.artofcnc.ca


Re: feed rates for converted bitmaps

tagrace_99
 

--- In mach1mach2cnc@..., "tsomer2003" <feasty@c...>
wrote:
I imported and converted a jpeg file and loaded the *.tap file.
When I run the file the idiot light flashes and tells me I need to
set the feed rate. I mouse over to the feed rate box and enter a
number. But when I hit the "clear" button the value entered in the
feed rate DRO goes to 0 again.

The manual tells me I should have an M48 code to allow me to
override
the programs non-existent feed rate. True? Or is there an M code I
can insert to set the feed rate. I don't see any Mcodes in this
conversion.

I'd appreciate any advice

Thanks.
I have not tried this in version 4.x but this is the procedure that
always wored for me.

Create or Load the TAP file.
Hit RESET
Enter the FEEDRATE
RUN

I never hit CLEAR.

In fact, I've change the FEEDRATE manually by entering a new one
into the box while the mill is running.

If you are going to re-use the file over and over, then I would just
edit the file and add F10 as the first line.


Re: Screen designer #2

 

Not directly. you will have to use bitmap buttons.

Olivier.


Re: feed rates for converted bitmaps

 

Edit the TAP file and add a feed rate as the first line. IE: F10... I think thats what I
usually use. It's been a little while since I did a photo.

Ross

I imported and converted a jpeg file and loaded the *.tap file.
When I run the file the idiot light flashes and tells me I need to
set the feed rate. I mouse over to the feed rate box and enter a
number. But when I hit the "clear" button the value entered in the
feed rate DRO goes to 0 again.

The manual tells me I should have an M48 code to allow me to override
the programs non-existent feed rate. True? Or is there an M code I
can insert to set the feed rate. I don't see any Mcodes in this
conversion.

I'd appreciate any advice

Thanks.


feed rates for converted bitmaps

tsomer2003
 

I imported and converted a jpeg file and loaded the *.tap file.
When I run the file the idiot light flashes and tells me I need to
set the feed rate. I mouse over to the feed rate box and enter a
number. But when I hit the "clear" button the value entered in the
feed rate DRO goes to 0 again.

The manual tells me I should have an M48 code to allow me to override
the programs non-existent feed rate. True? Or is there an M code I
can insert to set the feed rate. I don't see any Mcodes in this
conversion.

I'd appreciate any advice

Thanks.


Screen designer #2

 

Is there anyway to color the buttons in the screen designer?
Mike


"setup worksheets"

 

I've seen a couple references to these in the manual. Are they
available online somewhere?

Monte


Re: G2002

 

Don I just went back and checked the older "couple of weeks" posts on
the Gecko forum and unless you are not going to need the G2002 before
the middle of the summer you had better go ahead and get the Campbell
board. The G2002/3 will take the place of the Campbell board when it
is ready but Mariss said it would not be ready till early-mid summer.

I can vouch for the Campbell board as to quality and ease of wiring.
support is great also.

Mike

--- In mach1mach2cnc@..., "Donald Hansen"
<dhansen45@y...> wrote:
I'm getting ready to purchase 3 G201 drives to set up on my
Bridgeport BOSS4. Trying to decide if I should purchase Bob
Campbell's breakout board, G2002 or both. What does Bob's board do
that the G2002 doesn't. Any advice would be appreciated.
Don


Re: Beginner's Guide to OCX Implementation Request

 

Hello James,

1) Place the OCX on a form, then try to find the OCX on the form, it
has no border or other visible feature
2) Name the OCX Motion (F4 to get to the Property page)
3) Now you can "talk" to the OCX with standard dot notation

Here is my Initialize Routine

Sub Initialize()
Dim status As Boolean
' initialize
Motion.InitEngine
'start
If Motion.StartEngine Then
MsgBox(" Engine started OK")
Else
MsgBox(" Engine failed to startOK")
End If
'reset
Motion.Reset
status = Motion.IsReset
'reset again ?
Motion.Reset
status = Motion.IsReset
' Don't know why I need a second call. (first false then true)

End Sub


Have fun, at the moment I am frustrated because I can do virtually
anything with the OCX but I can not convince it to generate pulses.


Best regards
and good luck
Peter



--- In mach1mach2cnc@..., "James Stevens"
<jstevens@c...> wrote:
Does anybody have a sample snippet of code for VB implementation
of the OCX?

I'm new to OOP and quickly becomming beat up by it. I have the
appropriate
OCX loaded (and can see all the Subs and Functions in the Object
Browser)
but am unable to place a successful call for something as simple as
determining the units.

I'm 100% sure it's on my end since I continue to receive Error
424 - Object
Required - I'm not calling the functions properly.

I'm 0-3 on researching the subject in VB books - none talk
specifically
about this issue.

I'll take a simple 1 line example if anyone could offer it. I'll
be able to
extrapolate from there.

Thanks in advance,

James


Top 10 list

tagrace_99
 

Definitely on the 10 most geeky list in my books...I have only 3
computers
and 2 laptops running here.., and the fastest is a 2.3Ghz...

Art
www.artofcnc.ca
Well you got me on speed. Dam, now I'm gonna have to upgrade.


BTW

I just updated from one of the early 3.x version to 4.0. Since I do
some production work on my mill I can't afford to much trouble
shooting time.

I did have some trouble trying to use my modified profile. I loaded
up the standard Mill profile, retuned and all seems fine. I now have
to reprogram my USB keypad I use like a pendant. I almost forgot how
to run this thing without my little pendant.

I'm going to try an engraving run this weekend. (switch from
production to hobby mode)

Thanks for all your efforts.


G2002

 

I'm getting ready to purchase 3 G201 drives to set up on my
Bridgeport BOSS4. Trying to decide if I should purchase Bob
Campbell's breakout board, G2002 or both. What does Bob's board do
that the G2002 doesn't. Any advice would be appreciated.
Don


Re: Editor ok, jog no good

Daniel Maioli Padua
 

--- In mach1mach2cnc@..., "Jens Swales"
<jipeess2000@y...> wrote:
hi again


jogging around with that graphic ball is pretty cool though its a
little tricky to control, im used to one axis at a time...
now how do i activate the arrow-keys for jogging? ive set up the
hotkeys but nothing happens.
is there any list of those oem-codes?


jens

Jens,

See if it´s in incremental mode, if yes, turn to continuos mode or
press and hold Shift then the keys you´d set up for jogging.

If you´re using your own screen, you have to add a JogMode control on
the screen.

Happy jogging,
Daniel.


Editor ok, jog no good

 

hi again


jogging around with that graphic ball is pretty cool though its a
little tricky to control, im used to one axis at a time...
now how do i activate the arrow-keys for jogging? ive set up the
hotkeys but nothing happens.
is there any list of those oem-codes?


jens


Beginner's Guide to OCX Implementation Request

 

Does anybody have a sample snippet of code for VB implementation of the OCX?

I'm new to OOP and quickly becomming beat up by it. I have the appropriate
OCX loaded (and can see all the Subs and Functions in the Object Browser)
but am unable to place a successful call for something as simple as
determining the units.

I'm 100% sure it's on my end since I continue to receive Error 424 - Object
Required - I'm not calling the functions properly.

I'm 0-3 on researching the subject in VB books - none talk specifically
about this issue.

I'll take a simple 1 line example if anyone could offer it. I'll be able to
extrapolate from there.

Thanks in advance,

James


Re: still can not clear E-Stop in Mach 2

Art
 

Ted:

Is there a prize for the biggest geek among us?
Definitely on the 10 most geeky list in my books...I have only 3 computers
and 2 laptops running here.., and the fastest is a 2.3Ghz...

Art
www.artofcnc.ca


Re: digitizing tool path problem

 

--- In mach1mach2cnc@..., Art <fenerty@a...> wrote:
Steve:

Could be the toolpath, try turning it off, your generating quite
a long
program there depending on the size of the object your attempting.
A 10 inch
by 10 inch would be 1,000,000 points to sample with about 2 or 3
lines of
code per point is about 3-4 million lines of movements, this may be
overwhelming your OpenGL cache or something...

Art
www.artofcnc.ca
Thanks Art, problem solved. Now, is there any way to open the point
cloud file without purchasing the plug-in for Rhino?

Steve


Re: still can not clear E-Stop in Mach 2

Ted Gregorius
 

I just counted 10 systems on my LAN including the one running the mill but not including two old laptops that we play with once in a while.

One of the laptops is running Linux. I just poke that one with a stick once in a while. I was playing with EMC before I saw the light.

Is there a prize for the biggest geek among us?

BTW it's just me, my wife and one employee who never touches any of the PC's

Ted Gregorius (Pres)
TAG Systems Racing Products, Inc.
www.tagrace.com

----- Original Message -----
From: Erie Patsellis
To: mach1mach2cnc@...
Sent: Wednesday, March 03, 2004 1:39 PM
Subject: Re: [mach1mach2cnc] Re: still can not clear E-Stop in Mach 2


gee, there's just me and my wife here, and at last count, we have 7
computers, though 3 are for CNC machines....

Art wrote:

>Bob:
>
>
>
>>>I now have five computer hooked up in my office plus my laptop.
>>>
>>>
>
>
>
>>>In my shop I have two more running my router.
>>>
>>>
>
> Like me, your outa control.. ;)
>
>Art
>www.artofcnc.ca
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>



------------------------------------------------------------------------------
Yahoo! Groups Links

a.. To visit your group on the web, go to:


b.. To unsubscribe from this group, send an email to:
mach1mach2cnc-unsubscribe@...

c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


Re: cant launch editor...

Servo Wizard
 

Jens,

I don't know for a fact that's it required but I placed a copy of Notepad into the Mach2 directory.

Servo




---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what youre looking for faster.


Re: cant launch editor...

Art
 

Jens:

It will only edit a loaded program.

Art
www.artofcnc.ca

----- Original Message -----
From: "Jens Swales" <jipeess2000@...>
To: <mach1mach2cnc@...>
Sent: Wednesday, March 03, 2004 3:55 PM
Subject: [mach1mach2cnc] cant launch editor...


hi all

finally got some time to try out m2 online...
unfortunately i havent figured out how to edit/create a program,
nothing happens when i hit the edit button (yes, path to
windows/notepad is set, still no editor).
what did i miss??


jens




Yahoo! Groups Links