NX CAM Generate Subprogram output
NX CAM Generate Subprogram output
(OP)
Hi everyone, has anyone experience with NX-CAM/Postbuilder to generate output by one main-program that is actually calling all the operations defined within UG as subprogram [for Fanuc like G65.... or ....] with ofcourse the subprograms listed in the main program. This should give the operator the flexibility to skip certain operations by cancelling [skipping] subprogram calls.
Thanks in advance, Bert
Thanks in advance, Bert





RE: NX CAM Generate Subprogram output
www.rouwe-analysis.info
RE: NX CAM Generate Subprogram output
Postbuilder at PB-comand or UDE or???
Thanks, Bert
What code are you using?
RE: NX CAM Generate Subprogram output
If you switch it on it will call start of group and end of group. I suppose if you put the required templates in these two procedures it will work. Needless to say is that you must use program groups in nx to trigger the calls.
The code I use depends on the customer requirements. Some of the customer want it full automatic. Some want to use begin and end ude's. Instances is another item to implement in subprograms. Some of them want 1-2-3.. then the next operation ...3-2-1. You could use incremental subprograms absolute programs. Some allow tool changes in the subprogram. Some allow initialisation moves in the subprograms some don't. All these variations is probably a good reason for not having a proper solution for the problem.