Author |
Message |
Topic: Busings inserted for tightness |
JoeM
Replies: 1
Views: 12912
|
Forum: Machining Posted: Fri Jan 18, 2008 7:37 pm Subject: Busings inserted for tightness |
What is the best way to fit a bushing into another part, the customer wants a very tight fit. |
Topic: Delete Confirmation |
JoeM
Replies: 2
Views: 7055
|
Forum: Microsoft Access Posted: Fri Jan 04, 2008 11:58 am Subject: Delete Confirmation |
Delete Confirmation
This code prompts the user if they realy want to delete a record
Sub btn_Delete_Click ()
On Error GoTo Err_btn_DeleteElement_Click
'**This whole section just prompt ... |
Topic: File Transfer Site |
JoeM
Replies: 6
Views: 21119
|
Forum: Management Posted: Fri Dec 01, 2006 12:01 pm Subject: File Transfer Site |
Here is a site that one of my vendors suggested. It allows you to send someone a file that is up to 100 meg in size. So, if you try to send someone a large file in your e-mail and it gets bounced ba ... |
Topic: Fanuc cable source |
JoeM
Replies: 0
Views: 7317
|
Forum: Miscellaneous Hardware Posted: Wed Jun 07, 2006 6:09 pm Subject: Fanuc cable source |
I found this on the web it is a source for Fanuc cables and parts:
http://www.fanuccables.com/index.html
I have not used them, but thought it was worth saving the url of. |
Topic: Okuma CNC mill DNC-B |
JoeM
Replies: 6
Views: 23196
|
Forum: CNC Controls Posted: Thu May 04, 2006 8:44 pm Subject: Okuma CNC mill DNC-B |
Does it have an RS-232 serial port on it?
Does it have a tape reader on it? |
Topic: Marvel 81APC Vertical 18" x 20" Programmable |
JoeM
Replies: 1
Views: 12607
|
Forum: Saws Posted: Thu Mar 09, 2006 3:51 pm Subject: Marvel 81APC Vertical 18" x 20" Programmable |
This has been sold
 |
Topic: Example of a simple program |
JoeM
Replies: 0
Views: 8040
|
Forum: G-Code Programming Posted: Mon Feb 20, 2006 11:28 pm Subject: Example of a simple program |
Example G00
% (PROGRAM START FLAG)
:1001 (PROGRAM NUMBER 1001)
N5 G90 G20 (ABSOLUTE, AND INCH PROGRAMMING)
N10 M06 T2 (TOOL CHANGE, TOOL #2)
N15 M03 S1200 (SPINDLE ON CW, AT 1200 RPM)
N20 ... |
Topic: Gear Programming |
JoeM
Replies: 0
Views: 7701
|
Forum: G-Code Programming Posted: Mon Feb 20, 2006 10:53 pm Subject: Gear Programming |
I came acrost this on the net, and thought to shair it here with you all.
I haven't tried this software - but seems straight forward:
http://www.realhamradio.com/gearhome.htm
Its only $50 ... |
Topic: OT Macro help |
JoeM
Replies: 1
Views: 8280
|
Forum: G-Code Programming Posted: Fri Feb 17, 2006 3:45 pm Subject: OT Macro help |
OT series do not support keypad entry of the # character. You'll need to prepare the subprogram/part program with all necessary # entries on a PC/laptop and then upload it to the machine. |
Topic: Bar Code Small Diameter Items |
JoeM
Replies: 1
Views: 8194
|
Forum: Miscellaneous Hardware Posted: Mon Feb 06, 2006 2:03 pm Subject: Bar Code Small Diameter Items |
I am interested in a bar code reader that will allow me to read bar code lables that would be put on a small diameter tool, about the size of a pencil.
Will your scanners read a lable that is bent ... |
Topic: C AXIS CONSTANT ROTATION |
JoeM
Replies: 1
Views: 9159
|
Forum: G-Code Programming Posted: Mon Dec 05, 2005 11:13 pm Subject: C AXIS CONSTANT ROTATION |
ON A TAIWAN TAKISAWA EX-510 MILL/TURN LATHE WITH FANUC 18i TB CONTROL, HOW DO YOU CONTROL CONSTANT ROTATION OF THE C AXIS AT A SPECIFIED FEEDRATE WHILE SIMULTANEOUSLY FEEDING THE LIVE TOOLING, IN THE ... |
Topic: Flat bottom C-bore |
JoeM
Replies: 1
Views: 9188
|
Forum: Machining Posted: Mon Dec 05, 2005 11:11 pm Subject: Flat bottom C-bore |
An end mill isn't perfectly flat on the end, but it's usually good enough for counterboring (by plunging) a drilled hole for a socket head cap screw or something like that. If it had to be perfectly f ... |
Topic: Punch Code Format |
JoeM
Replies: 3
Views: 11550
|
Forum: CNC Controls Posted: Mon Dec 05, 2005 11:01 pm Subject: Punch Code Format |
I don't think these Exec tapes use any form of error correction protocol.
It's always been my belief that there's a small "bootstrap loader" program at the beginning of the tape, which is the soft ... |
Topic: Macro program problem |
JoeM
Replies: 1
Views: 10015
|
Forum: G-Code Programming Posted: Sat Dec 03, 2005 6:38 pm Subject: Macro program problem |
I use machine HARDINGE (GE Fanuc series O-T) and I want to use PECK DRILLING MACRO program (sub-program).
Peck Drilling Macro:
---------------------------
:9135(PECK DRILLING MACRO)
IF[#2LE0 ... |
Topic: Machining inconel |
JoeM
Replies: 2
Views: 10342
|
Forum: Machining Posted: Sat Dec 03, 2005 6:34 pm Subject: Machining inconel |
Downhole oil tool industry, here. Lots and lots of Inconel 718, sometimes aged to make it a particular pleasure to machine.
If you do any turning, use a small positive lead angle and start around ... |
|