Skipping Dimensions in a Report Window; V4.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Skipping Dimensions in a Report Window; V4.1

    I am trying to skip around some of my dimensions in the report window, if certain conditions are met. I can of course turn off all dimensions that are INTOL, but sometimes, if a certain condition is met, I want to output more than just that 1 dimension.

    A constructed cylinder comes to mind. If the Cylindricity of the cylinder gets beyond a certain number, I'd like to see the circularity for the individual circles. So as long as Cylindricity for that feature is below X, I do not want to see the individual circles. When it is above X (and not necessarily OUTTOL yet) I want to start see the individual circles pop up. This allows me to feed process related information back to the machine operator (like tool wear) BEFORE I make scrap.

    I tried the following, without any success. That may be obvious.
    Code:
                ASSIGN/V8 = 1
                IF_GOTO/V8==1,GOTO = L1
    DIM LOC103= LOCATION OF CIRCLE SIM DATUM -F-  UNITS=IN ,$
    GRAPH=OFF  TEXT=OFF  MULT=10.00  OUTPUT=BOTH
    AX    NOMINAL       +TOL       -TOL       MEAS        DEV     OUTTOL        MAX        MIN
    X     1.49980    0.00100    0.00100    1.49981    0.00001    0.00000    1.62469    1.37486 ----#----
    Y     0.00000    0.00100    0.00100   -0.00007   -0.00007    0.00000    0.12503   -0.12511 ----#----
    D     0.25012    0.00010    0.00010    0.25030    0.00018    0.00008    0.25043    0.25012 -------->
    RN    0.00000    0.00100    0.00000    0.00016    0.00016    0.00000    0.00007   -0.00009 -#-------
    END OF DIMENSION LOC103
    L1         =LABEL/

    Anybody else an idea how I can skip dimensions in a report?



    Thanks, Jan.
    ***************************
    PC-DMIS/NC 2010MR3; 15 December 2010; running on 18 machine tools.
    Romer Infinite; PC-DMIS 2010 MR3; 15 December 2010.

  • #2
    That should work. I am running a program right now that I skip over certain items. What I think you need to do is view the report in "last execution" mode. Then you will see what you just ran and not every marked item(full report shows you everything marked nothing unmarked).
    sigpic

    James Mannes

    Comment


    • #3
      Originally posted by JamesMannes
      That should work. I am running a program right now that I skip over certain items. What I think you need to do is view the report in "last execution" mode. Then you will see what you just ran and not every marked item(full report shows you everything marked nothing unmarked).

      Thanks James! Problem solved. It DOES skip around it, IF I re-execute.


      Perfect, just what I needed.


      Jan.
      ***************************
      PC-DMIS/NC 2010MR3; 15 December 2010; running on 18 machine tools.
      Romer Infinite; PC-DMIS 2010 MR3; 15 December 2010.

      Comment


      • #4
        Like James said I think last execution should do it. If you must you could probably could script it as a last resort.

        Craig

        Too slow
        <internet bumper sticker goes here>

        Comment

        Related Topics

        Collapse

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎