Visual LISP, AutoLISP and General Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*khann
The Work Time...???
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
65 Views, 8 Replies
04-17-2003 11:57 AM
Hi, all.
In Acad2000, is there any way to find out the total work time?
If I working with many drawings and shift from one to another,
where is total Acad2000 running time?
The Acad remembers it?
Thanks, Khann.
In Acad2000, is there any way to find out the total work time?
If I working with many drawings and shift from one to another,
where is total Acad2000 running time?
The Acad remembers it?
Thanks, Khann.
*Turvill, Paul
Re: The Work Time...???
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2003 12:49 PM in reply to:
*khann
I don't think so. You'll have to get the value of TDINDWG from each drawing
and add them up.
___
"khann" wrote in message
news:4E56E954BA1D3913BCB3E55EB6FC9C0F@in.WebX.maYI adrTaRb...
> The Acad remembers it?
and add them up.
___
"khann"
news:4E56E954BA1D3913BCB3E55EB6FC9C0F@in.WebX.maYI
> The Acad remembers it?
*khann
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2003 03:01 PM in reply to:
*khann
Thank you, Paul.
But my Acad shows me
"TDINDWG = 0.25325304 (read only)"
How can it be read as our Time and Date?
"Paul Turvill" wrote in message
news:90949C3AF4C25BE3E9C36F710FFB97EC@in.WebX.maYI adrTaRb...
> I don't think so. You'll have to get the value of TDINDWG from each
drawing
> and add them up.
> ___
>
> "khann" wrote in message
> news:4E56E954BA1D3913BCB3E55EB6FC9C0F@in.WebX.maYI adrTaRb...
> > The Acad remembers it?
>
>
But my Acad shows me
"TDINDWG = 0.25325304 (read only)"
How can it be read as our Time and Date?
"Paul Turvill"
news:90949C3AF4C25BE3E9C36F710FFB97EC@in.WebX.maYI
> I don't think so. You'll have to get the value of TDINDWG from each
drawing
> and add them up.
> ___
>
> "khann"
> news:4E56E954BA1D3913BCB3E55EB6FC9C0F@in.WebX.maYI
> > The Acad remembers it?
>
>
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2003 09:35 PM in reply to:
*khann
file-> drawing properties -> statistics there youy can find the total editing time
greetings
stijn vandenbussche
greetings
stijn vandenbussche
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2003 09:58 PM in reply to:
*khann
See Julian.lsp in the old Express folder for conversions between julian and calendar dates. i.e
(setq edTime (jtoc (getvar "tdindwg")))
Arcadio.
(setq edTime (jtoc (getvar "tdindwg")))
Arcadio.
*Broad, Doug
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2003 10:51 PM in reply to:
*khann
Hint: The number represents the time in Days. To convert
to hours, multiply by 24.
It doesn't make sense to convert that value to a date.
TDINGDWG is the cumulative time a drawing has remained opened.
It has very limited value as AutoCAD can be incrementing the value
simultaneously in multiple drawing at the same time and does
not factor "coffee break" time etc.
"khann" wrote in message news:0696B667A0D3DA3AD0AB92FA93CC5A51@in.WebX.maYI adrTaRb...
> Thank you, Paul.
> But my Acad shows me
> "TDINDWG = 0.25325304 (read only)"
> How can it be read as our Time and Date?
>
to hours, multiply by 24.
It doesn't make sense to convert that value to a date.
TDINGDWG is the cumulative time a drawing has remained opened.
It has very limited value as AutoCAD can be incrementing the value
simultaneously in multiple drawing at the same time and does
not factor "coffee break" time etc.
"khann"
> Thank you, Paul.
> But my Acad shows me
> "TDINDWG = 0.25325304 (read only)"
> How can it be read as our Time and Date?
>
*Turvill, Paul
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2003 11:42 PM in reply to:
*khann
The TIME command translates it for you.
___
"khann" wrote in message
news:0696B667A0D3DA3AD0AB92FA93CC5A51@in.WebX.maYI adrTaRb...
> Thank you, Paul.
> But my Acad shows me
> "TDINDWG = 0.25325304 (read only)"
> How can it be read as our Time and Date?
___
"khann"
news:0696B667A0D3DA3AD0AB92FA93CC5A51@in.WebX.maYI
> Thank you, Paul.
> But my Acad shows me
> "TDINDWG = 0.25325304 (read only)"
> How can it be read as our Time and Date?
*Marchetto, Eugene
Re: The Work Time...???
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2003 03:48 AM in reply to:
*khann
Hi, I developed for one of my clients (Civil engineering firm) a utility
that automatically tracks drawing/project time. It is only accumulating
time for the current drawing, even when there is multiple drawings open.
They currently are using it so they can track hours per project then bill
their clients for engineering time.
If your interested, you can contact me via email or phone.
Thanks!!
Dreamcad
Gene Marchetto
973-728-3928
dreamcad@optonline.net
"khann" wrote in message
news:4E56E954BA1D3913BCB3E55EB6FC9C0F@in.WebX.maYI adrTaRb...
> Hi, all.
> In Acad2000, is there any way to find out the total work time?
> If I working with many drawings and shift from one to another,
> where is total Acad2000 running time?
> The Acad remembers it?
>
> Thanks, Khann.
>
>
that automatically tracks drawing/project time. It is only accumulating
time for the current drawing, even when there is multiple drawings open.
They currently are using it so they can track hours per project then bill
their clients for engineering time.
If your interested, you can contact me via email or phone.
Thanks!!
Dreamcad
Gene Marchetto
973-728-3928
dreamcad@optonline.net
"khann"
news:4E56E954BA1D3913BCB3E55EB6FC9C0F@in.WebX.maYI
> Hi, all.
> In Acad2000, is there any way to find out the total work time?
> If I working with many drawings and shift from one to another,
> where is total Acad2000 running time?
> The Acad remembers it?
>
> Thanks, Khann.
>
>
*khann
Re:
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2003 11:04 AM in reply to:
*khann
Thanks for all your help...;-)
Khann.
"Paul Turvill" wrote in message
news:6EAE8261ED825EA0CCD9A3F3FB4E646A@in.WebX.maYI adrTaRb...
> The TIME command translates it for you.
> ___
>
> "khann" wrote in message
> news:0696B667A0D3DA3AD0AB92FA93CC5A51@in.WebX.maYI adrTaRb...
> > Thank you, Paul.
> > But my Acad shows me
> > "TDINDWG = 0.25325304 (read only)"
> > How can it be read as our Time and Date?
>
>
Khann.
"Paul Turvill"
news:6EAE8261ED825EA0CCD9A3F3FB4E646A@in.WebX.maYI
> The TIME command translates it for you.
> ___
>
> "khann"
> news:0696B667A0D3DA3AD0AB92FA93CC5A51@in.WebX.maYI
> > Thank you, Paul.
> > But my Acad shows me
> > "TDINDWG = 0.25325304 (read only)"
> > How can it be read as our Time and Date?
>
>
