Hello All,
I need help with the existing NC Code output with NX Post Builder. It is on how to make the coordinate output G01X.25Y-.573 become G01X0.25Y-0.573
Any suggest so much appreciated.
Best Regards,
Maryadi
Hello NX Experts,
I need help on how to make my Cam postprocessing become faster without nc code outputs processing. I mean my NX postprocessing for attributes only.
Any suggest very appreciated.
Thank you
Maryadi
Option Strict Off
Imports NXOpen
Module TOOLDIAMETER
Sub Main()
Dim theSession As Session = Session.GetSession()
Dim workPart As Part = theSession.Parts.Work
Dim setup As CAM.CAMSetup = workPart.CAMSetup
For Each operation As NXOpen.CAM.Operation In setup.Operations
Dim...
Hello All,
I need help in nx journal in NX CAM to get the tool diameter and radius of each operation.
I have tried a kind of that journal, but still fail.
Regards,
Maryadi
Hello Experts,
I need help to get attribute of total machine time in program group attribute. For now, I made it by Postprocess all operations in program group, then I can get the total machine time's attribute inside that.
But after experiencing large number of operations, it takes time very...
Hi,
I have a case in which OWI needs to list mom_parent_group_name in the 2nd column after the index number column.
In the current condition now, mom_parent_group_name's attributes have been inserted into all operations, under its parent groups.
I need to make the OWI can merge cells for many...
Hi Cowski,
So far it hasn't been as I expected,I'm still trying to keep going. Now that the idea comes to mind, that the step of saving wcs will be put together into a bounding block journal. But that's later if I've managed to make it.
Thank you for your attention.
Best Regards,
Maryadi
Thank You Cowski,
This is for me to simply make a saved wcs with one-click's mouse as the preparation for creating the bounding block from a cylinder.
Thank you for the links you have shared me. I will try to learn.
Regards,
Maryadi
Hello All,
I need help in journal for creating wcs and save it.
The journal will do format=> wcs==>orient=>CSYS of Object>select edge of cylinder, then save the wcs.
This is done in the work part of the assembly.
I need help, any suggest, and help is very much appreciated.
Recorded...
Thank you Tomas, Jerry, and Cowski for the all your information.
I am still thinking on how to input those attributes into the files from outside NX, then retrieve them as specific different attribute titles.
Best Regards,
Maryadi
Hi Tomas, Hi Jerry,
Thank you for your information.
I just want to solve existing problem, when design people get the stp data from misumi standard, they have nothing to do with the information in the solid body of stp as output of inquiry.
Regards,
Maryadi
Hello Forum,
I need to know if we can store some attributes into stp( step file) without open it with nx, then the attribute can be read after it is opened with NX.
Any suggestion is very much appreciate 🙏.
Best regards,
Maryadi
Hi Khaledtr,
I can not answer the 1st Thing, But I recommend you create the attribute and its values in every new model with the journal, not by editing the attributes from the existing template model. It means you just let the model template without any additional attributes.
Another...
Hi Gesler,
Thank you for the suggestions. I very much appreciate that.
In the current NX, we have no PDW license. Our License is MILLFOUND CAD CAM 3 AXIS.
Best Regards,
Maryadi
Hi All,
If an assembly in which each part only has one solid body.
I need to collect all part's stock size data and store it in each part.
Is it possible to do that kind of job with the journal by walking Thru Assembly?
Any contributions, Ideas are very much appreciated.
Best Regards,
Maryadi
Hi Cowski,
Yes you are correct. I have tried that condition, so the attributes have a problem.
I have been learning the codes, best choices is I have supplied one block line after component assign, to assign attribute to the part.The result is like what I need.
Thank you Tomas and Cowski for...
Hi Tomas,
Yes, I just relize the importance of part attribute when I work with drawing"s tittle blocks.So now I am still trying to edit the codes.
Thank you for the response.
Best regards,
Maryadi