584,879 active members*
5,025 visitors online*
Register for free
Login
Results 1 to 5 of 5
  1. #1
    Hello colleagues
    Can anybody tell me where the milling time (start with PROTON, End with PROTOFF) is saved on a 840D and how I can read it out?

    Kind regards
    Joe

  2. #2
    Hello falcon_x

    I think that you can solve it with a timer ($AC_TIMER) and then read it out with a R-parameter that is not used yet.

    E.g.

    $AC_TIMER[1]=0
    PROTON
    ...
    ...
    ...
    PROTOFF
    STOPRE
    $AC_TIMER[1]=-1
    R3=$AC_TIMER[1]=-1

    Regards

  3. #3
    Hello Thilda

    Thank you very much for your quick help!

    Regards

    Joe

  4. #4
    I have tested several alternatives in Sinutrain. However without PROTON/PROTOFF.
    However the error message unauthorized"Array-Index1" comes up continuously.
    Either the software cannot cope with it and I have to check it on the machine.
    Or do I have to activate anything?

    I can’t find anything in the documents...
    Eine Schraube ohne Gewinde ist ein Nagel<br /><br />Grüsse aus dem Harz - InTex<br />

  5. #5
    Join Date
    Mar 2006
    Posts
    124
    Hello
    I think there is a mistake
    try
    R3=$AC_TIMER[1]

    Instead off
    R3=$AC_TIMER[1]=-1

    Now the time (in seconds) should get displayed in R3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •