Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Post question again.


Jeff2005
 Share

Recommended Posts

Actually, in your .pst file, look for where it picks up the date currently (probably as a 'pheader' or 'psof'). You should see something like this:

code:

 

"(DATE - ", *day, "-", *smonth, "-", *year, ")", e


Just change it to:

 

code:

 

"(DATE - ", *smonth, "-", *day, "-", *year, ")", e


Unless your post actually uses "DD-MM-YY". If so, then search your post for the line, and just rearrange it to read "MM-DD-YY".

 

Remember to back up your post before making changes...

 

cheers.gif

Link to comment
Share on other sites

Stork!!... biggrin.gif

 

Jeff, all caps means your SHOUTING!!

 

Back to your question, There may be a few places where its in your .pst but should only be using one of those lines. Make sure the line you're changing doesn't have a "#" in front of it. The post does not read these lines.

 

cheers.gif

Link to comment
Share on other sites

The other possibility is that the "header" switch is turned off and the date and other "stuff" won't show up. For example, in MPMASTER_FADAL:

 

In the "pheader" section:

 

the following code only works if the "IF" statement is in effect:

 

if output_hdr = yes, #Enable / Disable output of Header

n, "(DATE - ", *smonth, "-", *day, "-", *year, ")", e

 

 

output_hdr is found in the beginning in the general output settings and is a "yes" or "no" question.

 

In MPFAN, the date is in the "psof" section, but there is no "switch" to turn it on or off.

 

"(DATE=DD-MM-YY - ", date, " TIME=HH:MM - ", time, ")", e

Link to comment
Share on other sites

Actually just checked something. Date is not post formated. MC will use it to pull a numerical date for it. Not sure where to change that. headscratch.gif

 

I would think though that if you had a a "smonth" formated, you could change the output to numerical and/or rearrange the order.

 

[ 07-13-2005, 11:53 AM: Message edited by: Psychomill ]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...