Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
When I post out MULTAX I get:I have issues now when posting MULTAX vs ROTATE.
When I post out ncl for ROTATE I get:
N52 G3 X88.669 Y700.92 I0 J-31.75
N53 G1 Y519.508
N54 X-384.9
N55 Z239.2
N56 G0 X358.3 Y821.57
N57 G1 Z227.008
N58 X-128.32
N59 G3 X-229.92 Y719.932 I0 J-101.6
N60 G1 X-229.782 Y348.712
N61 G3 X-128.182 Y247.15 I101.6 J.038
N62 G1 X87.087
N63 G3 X188.604 Y344.649 I0 J101.6
N64 G1 X202.943 Y699.639
N65 G3 X171.219 Y732.67 I-31.724 J1.281
N66 G1 X120.419
N67 G3 X88.669 Y700.92 I0 J-31.75
N68 G1 Y519.508
N69 X-384.9
N70 Z369.28
When I post out MULTAX I get:
N67 G3 X88.669 Y700.92 I0 J-31.75
N68 G1 Y519.507
N69 X-384.9
N70 Z369.28
N71 G0 X-408.727 Y502.998 Z342.721 B7.334
N72 X-401.695 Y486.481 Z350.936 B19.668
N73 X-331.864 Y469.967 Z417.59 B41.222
N74 X-167.123 Y453.454 Z506.542 B72.607
N75 X-15.116 Y436.933 Z533.185 B100.417
N76 X37.598 Y420.415 Z532.072 B117.256
N77 X23.732 Y403.904 Z532.87 B126.932
N78 X-22.074 Y387.388 Z532.941 B133.182
N79 X-67.8 Y370.866 Z529.072 B139.427
N80 X-109.283 Y354.351 Z522.083 B146.078
N81 X-147.763 Y337.839 Z512.524 B152.987
N82 X-184.867 Y321.319 Z500.338 B159.965
N83 X-222.123 Y304.8 Z484.95 B166.808
N84 X-260.679 Y288.288 Z465.362 B173.33
N85 X-300.986 Y271.773 Z440.366 B179.405
It is like it is reading ahead on RETRACT and anticipating a move to B180.
Same Creo file, just Use Rotation on or off. Seems to be in the .ncl somehow. Anyone else see this problem? Creo Parametric 2.0 Date Code M220.
Without seeing the NCL files and the LST file from the post it is hard to say for sure but I think this is the post doing linearization. Do you have LINTOL/n in your NCL file of Linearization enabled in the post? If so you can turn it off and see if that changes the output.
Fred
Hi Fred,
No LINTOL in the ncl. This is the section that gets goofy after MULTAX.
RAPID
MULTAX / ON
GOTO / -15.1535433071, 20.4530544432, 14.5385737003, $
0.0000000000, 0.0000000000, 1.0000000000
RAPID
GOTO / -17.6823706865, 19.8030691050, 11.3284437210, $
-0.1276563404, 0.0000000000, 0.9918184606
RAPID
GOTO / -19.5422928246, 19.1527798756, 7.6875439264, $
-0.3365628468, 0.0000000000, 0.9416610060
RAPID
GOTO / -20.6613454558, 18.5026178012, 3.7560489448, $
-0.6589746926, 0.0000000000, 0.7521651112
RAPID
GOTO / -20.9975670368, 17.8524975825, -0.3174907902, $
-0.9542776933, 0.0000000000, 0.2989215348
RAPID
GOTO / -20.5379371207, 17.2020868167, -4.3807879984, $
-0.9835171498, 0.0000000000, -0.1808148669
RAPID
GOTO / -19.2997707077, 16.5517616034, -8.2774774899, $
-0.8889730830, 0.0000000000, -0.4579594499
RAPID
GOTO / -17.3310732506, 15.9017391000, -11.8588116850, $
-0.7993479743, 0.0000000000, -0.6008683849
RAPID
GOTO / -14.7049775249, 15.2514876683, -14.9920317347, $
-0.7291792577, 0.0000000000, -0.6843227382
RAPID
GOTO / -11.5203752907, 14.6010078273, -17.5578570808, $
-0.6504192488, 0.0000000000, -0.7595754082
RAPID
GOTO / -7.9004988280, 13.9508096248, -19.4571238626, $
-0.5580608794, 0.0000000000, -0.8298000090
RAPID
GOTO / -3.9819673162, 13.3007277489, -20.6189664234, $
-0.4541952079, 0.0000000000, -0.8909021906
RAPID
GOTO / 0.0892534996, 12.6503517692, -20.9997683708, $
-0.3425874215, 0.0000000000, -0.9394859545
RAPID
GOTO / 4.1570157292, 11.9999884941, -20.5844096982, $
-0.2282204355, 0.0000000000, -0.9736094868
RAPID
GOTO / 8.0654538957, 11.3499221993, -19.3893690288, $
-0.1161436216, 0.0000000000, -0.9932324296
RAPID
GOTO / 11.6691725233, 10.6997073554, -17.4593819649, $
-0.0103776001, 0.0000000000, -0.9999461513
This is CREO walking the tool along the retract surface, I assume a cylinder. There should be a setting in CREO where you can change the distance between points. If you increase this distance you can get rid of some or all of these moves. I don't know where that setting is but one of the CREO gurus on here should know! 😉
Fred