Vance,

You put this in the mstepinf.fmt file. I find that enough information for
each tool can be in one line for most milling applications but in my turning
.fmt file I wanted to print out the tool notes under the tool description
because I include the tool crib item number and bin location. Most turn
parts don't require many tools so the extra line dosen't bother me. In most
of our milling files I only print out one line per tool to save space since
most of them have 25 - 60 tools per program. You'll notice the extra tool
info is slashed out so it doesn't print on the tool sheets.

procedure section_1030000
{
 format ("TOOL %d:   %s\n", step_num, st_desc);
 format ("                     %s", tm_notes);
// format ("   Doff:%-d  Loff:%-d  Speed:%-d", doff, loff, outspeed);
// call (speed_mode);
// format ("  Feed:%-0.4f", outfeed1);
// call (feed_mode);
 format ("\n\n");
}

Jeff Pieper


----- Original Message ----- 
From: "Vance Qualls" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, December 08, 2003 4:15 PM
Subject: Re: [mfg-smartcam] format files


> Where do I insert this and into which .fmt file to print tool info?
>
> ----- Original Message ----- 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Monday, December 08, 2003 4:37 AM
> Subject: RE: [mfg-smartcam] format files
>
>
> > Jeff,
> >
> > The jos data tag for the tool notes is tm_notes.
> >
> >
> >
> > ==================================================
> >  Fred Lauzus, CAM Programming Coordinator
> >  High Steel Structures, Incorporated
> >   mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > http://www.highsteel.com <http://www.highsteel.com/>
> > ==================================================
> >
> >
> > -----Original Message-----
> > From: JNB [mailto:[EMAIL PROTECTED]
> > Sent: Monday, December 08, 2003 12:46 AM
> > To: SmartCAM User Group
> > Subject: [mfg-smartcam] format files
> >
> >
> > Hello again SmartCAMmer's,
> >
> > Does anyone know what I need to put in the .fmt file to output the tool
> > notes from the planner?
> > Anyone, Anyone,   Bueller
> >
> > Would it be tl_notes?
> >
> > Jeff Pieper
> > EATON Fluid Power
> > ======================================================================
> > To find out more about this mailing list including how to unsubscribe,
> > send the message "info mfg-smartcam" to [EMAIL PROTECTED]
> > ======================================================================
> >
>
> ======================================================================
> To find out more about this mailing list including how to unsubscribe,
> send the message "info mfg-smartcam" to [EMAIL PROTECTED]
> ======================================================================
>

======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================

Reply via email to