Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

The Work Time...???

8 REPLIES 8
Reply
Message 1 of 9
Anonymous
186 Views, 8 Replies

The Work Time...???

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.
8 REPLIES 8
Message 2 of 9
Anonymous
in reply to: Anonymous

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.maYIadrTaRb...
> The Acad remembers it?
Message 3 of 9
Anonymous
in reply to: Anonymous

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.maYIadrTaRb...
> 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.maYIadrTaRb...
> > The Acad remembers it?
>
>
Message 4 of 9
stijn
in reply to: Anonymous

file-> drawing properties -> statistics there youy can find the total editing time

greetings
stijn vandenbussche
Message 5 of 9
arcadio
in reply to: Anonymous

See Julian.lsp in the old Express folder for conversions between julian and calendar dates. i.e
(setq edTime (jtoc (getvar "tdindwg")))

Arcadio.
Message 6 of 9
Anonymous
in reply to: Anonymous

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.maYIadrTaRb...
> Thank you, Paul.
> But my Acad shows me
> "TDINDWG = 0.25325304 (read only)"
> How can it be read as our Time and Date?
>
Message 7 of 9
Anonymous
in reply to: Anonymous

The TIME command translates it for you.
___

"khann" wrote in message
news:0696B667A0D3DA3AD0AB92FA93CC5A51@in.WebX.maYIadrTaRb...
> Thank you, Paul.
> But my Acad shows me
> "TDINDWG = 0.25325304 (read only)"
> How can it be read as our Time and Date?
Message 8 of 9
Anonymous
in reply to: Anonymous

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.maYIadrTaRb...
> 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.
>
>
Message 9 of 9
Anonymous
in reply to: Anonymous

Thanks for all your help...;-)

Khann.


"Paul Turvill" wrote in message
news:6EAE8261ED825EA0CCD9A3F3FB4E646A@in.WebX.maYIadrTaRb...
> The TIME command translates it for you.
> ___
>
> "khann" wrote in message
> news:0696B667A0D3DA3AD0AB92FA93CC5A51@in.WebX.maYIadrTaRb...
> > Thank you, Paul.
> > But my Acad shows me
> > "TDINDWG = 0.25325304 (read only)"
> > How can it be read as our Time and Date?
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost