how to make nominal values stick????

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to make nominal values stick????

    does anyone know how to make the nominal values stick once they are defined?

    seems mainly inside of loops that they change on their own....

    very frustrating when you don't see red but you may actually be out of tolerance because the nom changed its mind

    3.7 MR2
    bob
    Which one gets ridden today? MPH vs MPG..tough choice, both are FUN
    sigpic

    Starrett RGDC 4028-24 :alien:
    Demon vintages 3.7, 4.1, 4.2, 4.3, 2009

  • #2
    Well, if you are using a variable to define a nominal, I have read (and use) the 0+V1 option. Instead of just using the variable, you make a math operation out of it. Use ZERO+VARIABLE.
    sigpic
    Originally posted by AndersI
    I've got one from September 2006 (bug ticket) which has finally been fixed in 2013.

    Comment


    • #3
      3.5mr2

      I use vector point and haven't had much problem with it changing, but with feature point I had to add a +0 after the entry for X,Y, & Z.

      Teresa

      Comment


      • #4
        Teresa and Matthew

        1st..I am not using variables

        2nd..tech has just suggested the +0 "trick", and after trying this, still not quite right. The nominals in the program are no longer changing (YEA!!!), BUT in the results report, the nominals are still changing...I don't understand this.

        thanks for your suggestions
        bob
        Which one gets ridden today? MPH vs MPG..tough choice, both are FUN
        sigpic

        Starrett RGDC 4028-24 :alien:
        Demon vintages 3.7, 4.1, 4.2, 4.3, 2009

        Comment


        • #5
          Like Matt says.

          I use (nominal/1)
          "Your mom goes to college."
          Kip

          Comment


          • #6
            MeasFeature =AUTO/VECTORPOINT, SHOWALLPARAMS=YES, SHOWHITS=NO
            THEO/2239.095,553.338,1272.078,0.9596597,-0.1129823,0.2574651,10.24,0
            ACTL/2237.493,552.528,1271.8,0.9668983,-0.0102711,0.2549553,10.208,6
            TARG/2239.095,553.338,1272.078,0.9596597,-0.1129823,0.2574651
            THEO_THICKNESS = 0, RECT, IN, CIRCULAR, LEAST_SQR, ONERROR = NO ,$



            ReportedFeature=GENERIC/point,DEPENDENT,RECT,$
            NOM/XYZ,2000+0,-900+0,50+0, 1,0, 0,K,$
            MEAS/XYZ,measFeature.X,measFeature.Y,measFeature.K,$
            NOM/IJK,measFeature.X,measFeature.Y,measFeature.K,$
            MEAS/IJK,1,0,0,$

            The syntax may be wrong, but my net goes down @ high noon...
            you can stabilize your nominals by reporting out a generic feature that traps your nominals and measured values.... just a thought
            If everybody focused on the more inportant things in life, there would be a shortage of fishing poles!

            Comment


            • #7
              now your taking me to places I've never been...lol

              I have only 4-5 months under my belt with PC-DMIS....I realize there is alot more for me to learn, but my gut feeling tells me that having to use math functions or other trickery, is not the right way. the nominals are "hard" numbers applied by "me" taken directly from the "print". the actuals or hits should "only affect" the "measured values", PERIOD

              I was initially impressed by PC-DMIS,
              I am still impressed by what it can do,
              I am not thrilled by how intensive programming can be, never had to deal with vectors in Apogee,
              I am becoming dissatisfied by what it does on its own...
              I am still impressed by what it CAN DO.

              and I am extremely impressed by the help on this forum


              bob
              Which one gets ridden today? MPH vs MPG..tough choice, both are FUN
              sigpic

              Starrett RGDC 4028-24 :alien:
              Demon vintages 3.7, 4.1, 4.2, 4.3, 2009

              Comment


              • #8
                Sorry to dig up an old thread, but this is my exact problem, only I don't know enough about playing with PCDMIS to know how to make use of the tips here? I've tried using variables, but then my circle command goes wrong (seems to make the machine try and use the variables like a new alignment, so tries to measure points at 5,0,0 as opposed to 40,0,0).
                I'm VERY new to doing anything other than simple teaching of the machine, but very keen to learn!

                Cheers

                Comment


                • #9
                  There are several recent threads about this that you should search out. I believe the general concensus is that the most common cause of nominals changing is an alignment that does not constrain all 6 degrees of freedom. If you leave some freedom available you are just inviting the PC-DMIS background editor to jump in and start making changes, and it does.

                  Sometimes you might not need to constrain all freedom (on round parts where angular orientation of features does not matter, for example) but you still need to do it to keep Pc-DMIS happy. Sometimes you might need to create a few generic features to make this possible if you don't have physical features to use in the alignment. For example, I always create an XY plane, an X-axis line, and an origin point at the beginning of the program.

                  If I want to create an alignment that simply levels to a measured plane and I do not care what the rotation angle or the origin are, I level to my measured feature and then use my X-axis line and origin point to complete the alignment. It doesn't matter to me one way or another that I am oriented perfectly along the x-axis but Pc-DMIS cares and this should stop most incidents of automatically changing nominals.

                  There is a setting in the settings editor that also might have an affect on this. You will find reference to that in other posts. There is also a file that, when corrupted, can cause odd behavior with best-fit alignments and result in changing nominals. I doubt that this later one is your issue but it has been mentioned as one possible cause in some situations.

                  I have held myself to a rigid discipline of full alignment everytime, no matter what, and have not had any further trouble with this issue.

                  Hope that helps.
                  2013MR1 SP6
                  Global Frames, Tesastar-M Heads, LSP-X1M/H Probes

                  Comment


                  • #10
                    Been there, done that.

                    I have unchecked "Ignore CAD<->Part" under the F5-settings and set the registry flag "UseTHEOsForCADToPartLevelAlignment" to "1" (true). This setting is versionspecific so your mileage may vary.
                    This has done wonders for my wandering nominals. But as DaSalo says, this is surely mentioned in other posts handling the topic.
                    PC-DMIS CAD++ 2o23.1 SP1

                    Comment


                    • #11
                      Thanks guys, my problem is always picking the right search terms, but I'll have a crack with the tips youv'e given me and at least I know the answers are out there with better search terms for later!

                      Cheers

                      Comment


                      • #12
                        Originally posted by bob mappes View Post
                        now your taking me to places I've never been...lol

                        I have only 4-5 months under my belt with PC-DMIS....I realize there is alot more for me to learn, but my gut feeling tells me that having to use math functions or other trickery, is not the right way. the nominals are "hard" numbers applied by "me" taken directly from the "print". the actuals or hits should "only affect" the "measured values", PERIOD

                        I was initially impressed by PC-DMIS,
                        I am still impressed by what it can do,
                        I am not thrilled by how intensive programming can be, never had to deal with vectors in Apogee,
                        I am becoming dissatisfied by what it does on its own...
                        I am still impressed by what it CAN DO.

                        and I am extremely impressed by the help on this forum


                        bob
                        Bob you can also post code too for people to maybe see where your problems lies. Just a guess in the dark but do you have complete alignments. Not having complete alignmnets have been known to cause nominals to change. Post the code I bet your problem will be solved quicker
                        sigpicSTANDING CORRECTED IS THE ONLY WAY I STAND

                        Comment


                        • #13
                          Originally posted by ADAM WALLACE View Post
                          Bob you can also post code too for people to maybe see where your problems lies. Just a guess in the dark but do you have complete alignments. Not having complete alignmnets have been known to cause nominals to change. Post the code I bet your problem will be solved quicker
                          Bob's code would be quite old by now.....

                          Comment


                          • #14
                            Originally posted by sealevel View Post
                            Bob's code would be quite old by now.....
                            did not even notice that till now. oops should pay attention to that
                            sigpicSTANDING CORRECTED IS THE ONLY WAY I STAND

                            Comment


                            • #15
                              Originally posted by DaSalo View Post
                              There are several recent threads about this that you should search out. I believe the general concensus is that the most common cause of nominals changing is an alignment that does not constrain all 6 degrees of freedom. If you leave some freedom available you are just inviting the PC-DMIS background editor to jump in and start making changes, and it does.

                              Sometimes you might not need to constrain all freedom (on round parts where angular orientation of features does not matter, for example) but you still need to do it to keep Pc-DMIS happy. Sometimes you might need to create a few generic features to make this possible if you don't have physical features to use in the alignment. For example, I always create an XY plane, an X-axis line, and an origin point at the beginning of the program.

                              If I want to create an alignment that simply levels to a measured plane and I do not care what the rotation angle or the origin are, I level to my measured feature and then use my X-axis line and origin point to complete the alignment. It doesn't matter to me one way or another that I am oriented perfectly along the x-axis but Pc-DMIS cares and this should stop most incidents of automatically changing nominals.

                              There is a setting in the settings editor that also might have an affect on this. You will find reference to that in other posts. There is also a file that, when corrupted, can cause odd behavior with best-fit alignments and result in changing nominals. I doubt that this later one is your issue but it has been mentioned as one possible cause in some situations.

                              I have held myself to a rigid discipline of full alignment everytime, no matter what, and have not had any further trouble with this issue.

                              Hope that helps.
                              Blasted back seat driver!
                              Negative, Ghostrider...the pattern is full...

                              Comment

                              Related Topics

                              Collapse

                              Working...
                              X