• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Visual LISP, AutoLISP and General Customization

    Reply
    *khann

    The Work Time...???

    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.
    Please use plain text.
    *Turvill, Paul

    Re: The Work Time...???

    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.maYIadrTaRb...
    > The Acad remembers it?
    Please use plain text.
    *khann

    Re:

    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.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?
    >
    >
    Please use plain text.
    Active Contributor
    Posts: 26
    Registered: ‎07-02-2003

    Re:

    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
    Please use plain text.
    Active Contributor
    Posts: 31
    Registered: ‎05-30-2003

    Re:

    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.
    Please use plain text.
    *Broad, Doug

    Re:

    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.maYIadrTaRb...
    > Thank you, Paul.
    > But my Acad shows me
    > "TDINDWG = 0.25325304 (read only)"
    > How can it be read as our Time and Date?
    >
    Please use plain text.
    *Turvill, Paul

    Re:

    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.maYIadrTaRb...
    > Thank you, Paul.
    > But my Acad shows me
    > "TDINDWG = 0.25325304 (read only)"
    > How can it be read as our Time and Date?
    Please use plain text.
    *Marchetto, Eugene

    Re: The Work Time...???

    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.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.
    >
    >
    Please use plain text.
    *khann

    Re:

    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.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?
    >
    >
    Please use plain text.