Kevin: Welcome the group.
I don't think you can get exactly what you are looking for. The closest would be the T3.4 format. (Question #9 in your machine (smf) file). You will not get a decimal but you will get trailing zeros. You can cut it down to T3.3 which will give you only 3 decimal places if you can get away with that. The following is from the code generator section in the on-line manual: Format Expression: D3.4 10.75 T3.4 107500 L3.4 01075 F3.4 0107500 P3.4 10.7500 E3.4 010.7500 Pete > -----Original Message----- > From: Kevin Barry [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, November 08, 2000 11:09 PM > To: [EMAIL PROTECTED] > Subject: [mfg-smartcam] Co-ordinate format > > Hi everyone > > I am new to this user group. This may have been answered before. > > I want to output the code using whole numbers (integers) instead of having > > the decimal point and a trailing zero. > > I use V9.1 of Advanced 3D Machining and Advanced Turning. > I program 3 Okuma's and they do not require decimal points. > I have not been successful in outputing concise code. > > I want X0 Y10 Z5 instead of X0.0 Y10.0 Z5.0 > > There is too many useless characters output at the moment and I want to > cut > this down. > > Thanking you > Kevin Barry > > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > ====================================================================== > 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] ======================================================================
