Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- MachCNC
- Messages
Search
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.override the programs non-existent feed rate. True? Or is there an M code II 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: 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
toggle quoted message
Show quoted text
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. |
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. |
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 |
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 implementationof the OCX? appropriate OCX loaded (and can see all the Subs and Functions in the ObjectBrowser) but am unable to place a successful call for something as simple as424 - Object Required - I'm not calling the functions properly.specifically about this issue.be able to extrapolate from there. |
Top 10 list
tagrace_99
Definitely on the 10 most geeky list in my books...I have only 3computers and 2 laptops running here.., and the fastest is a 2.3Ghz...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. |
Re: Editor ok, jog no good
Daniel Maioli Padua
--- In mach1mach2cnc@..., "Jens Swales"
<jipeess2000@y...> wrote: hi again 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. |
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: digitizing tool path problem
--- In mach1mach2cnc@..., Art <fenerty@a...> wrote:
Steve: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 3lines of code per point is about 3-4 million lines of movements, this may beThanks 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.
toggle quoted message
Show quoted text
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...
Art
Jens:
toggle quoted message
Show quoted text
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 |
to navigate to use esc to dismiss