[An...] Posted July 15, 2020 Share Posted July 15, 2020 See attached.Pic_7-34.pdf Link to comment Share on other sites More sharing options...
[Is...] Posted July 15, 2020 Share Posted July 15, 2020 3.375 Link to comment Share on other sites More sharing options...
[An...] Posted July 15, 2020 Share Posted July 15, 2020 Largest dimension 3,500mm smallest dimension 3,375mm Link to comment Share on other sites More sharing options...
[Aa...] Posted July 16, 2020 Share Posted July 16, 2020 Please sign in to view this quote. It's not clear from the redacted form Andreas B. put up, but in the standard, what is being illustrated is the MMC boundary of the slot. An MMC boundary is fixed in size, so there are no largest and smallest sizes. It is exactly 3.375mm. Link to comment Share on other sites More sharing options...
[An...] Posted July 16, 2020 Author Share Posted July 16, 2020 Please sign in to view this quote. I am a little bit confused. (E.o.T.)Pic_7-34_a.pdf Link to comment Share on other sites More sharing options...
[Is...] Posted July 16, 2020 Share Posted July 16, 2020 Please sign in to view this quote. You should conect the point and line with a tangential radius... (90°) Link to comment Share on other sites More sharing options...
[Is...] Posted July 16, 2020 Share Posted July 16, 2020 //variables d1 = 6.75 d2 = 12.5 //calculations rad1 =d1/2 L1 = d2/2 - rad1 // point step PSL = 0.05 PSr = PSL/((rad1 * PI) /180) //curve Nomvalues="xNom yNom zNom uNom vNom wNom" +cr() npoints = int(L1 /PSL) X=0 Y=d1/2 for n = 1 To npoints Nomvalues= Nomvalues + formatR(X ,0,10)+ chr(9) + formatR(Y,0,10)+ chr(9) + "0" + chr(9) + formatR(0 ,0,10) + chr(9) + formatR(1,0,10) + chr(9) + "0" +cr() X=X+PSL next n Angle=90 npoints = int(Angle /PSr) for n = 1 To npoints X=L1 + cos(Angle)*rad1 Y=sin(Angle)*rad1 Nomvalues= Nomvalues + formatR(X ,0,10)+ chr(9) + formatR(Y,0,10)+ chr(9) + "0" + chr(9) + formatR(cos(Angle) ,0,10) + chr(9) + formatR(sin(Angle),0,10) + chr(9) + "0" +cr() Angle=Angle-PSr next n X=d2/2 Y=0 Nomvalues= Nomvalues + formatR(X ,0,10)+ chr(9) + formatR(Y,0,10)+ chr(9) + "0" + chr(9) + formatR(cos(Angle) ,0,10) + chr(9) + formatR(sin(Angle),0,10) + chr(9) + "0" +cr() deleteFile(getActualInspectionDir() + "\Nominal.txt") addToFile(getActualInspectionDir() + "\Nominal.txt",Nomvalues) Curve2.7z Link to comment Share on other sites More sharing options...
[Aa...] Posted July 16, 2020 Share Posted July 16, 2020 Please sign in to view this quote. Andreas, This figure from the standard is illustrating the MMC boundary that the surface of the slot cannot violate. It's the lines, as you illustrated, along with the tangent radial ends, which go through the points. That entire shape is shown in the original figure, and that's what they mean. I'm also confused. What does (E.o.T.) mean? Link to comment Share on other sites More sharing options...
[An...] Posted July 16, 2020 Author Share Posted July 16, 2020 Please sign in to view this quote. "Tangent radial ends" I am far away from this kind of geometry! END OF THREAD (E.o.T.) For my part. Link to comment Share on other sites More sharing options...
[Aa...] Posted July 16, 2020 Share Posted July 16, 2020 That would be acceptable, provided it does not violate that area or exceed the size limits of length and width. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in