Jump to content

Adding "Date & Time" and file name and location when plotting/printing


msangabriel

Recommended Posts

Hi,

 

I wan to include the plot date and time as well as the file name when printing drawings. How will I do that?

 

Thanks,

 

msangabriel:)

Link to comment
Share on other sites

open up your plot dialogue box (if not already done) by clicking the > in the bottom R.H. corner. You will then see an option for Plot Stamp. Click this and you will get options for date & time.

Link to comment
Share on other sites

If you want even more control create a block using Fields, add the Fields for plot date and time, file name and path, etc. Insert that into your templates and any existing files. This can be placed anywhere on your drawing, inside the border, etc.

Link to comment
Share on other sites

Try _RTEXT and use the diesel option. If you need help modifying this code just come on back and ask.

 

$(getvar, "dwgprefix")$(getvar, "dwgname") ($(getvar, "ctab")) Plotted on: $(edtime, 0, MON DD"," YYYY - H:MMam/pm) by $(getvar, "loginname")

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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

×
×
  • Create New...