cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Manufacturing Tool Output Reorder VB API

cvansickle
2-Guest

Manufacturing Tool Output Reorder VB API

Has anybody found a solution for changing the output order of the tools in the manufacturing model? I want to control the order by tool, simply by grouping togethersequences that use the same tool. We do this manually via the menu manager by navigating:


Machining > Output Order > Define > By Rule > By Tool > Done


and then clicking on the top tool until all the tools have been selected.


This can be done with a macro, but the tools will be different for each part that is programmed, and the specific tool name ("T0020") is required for the macro, meaning there will be some that are not selected and in many cases, selected in the wrong order.


Any help would be greatly appreciated.


Thanks for your time,


Corey


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
1 REPLY 1

On 12/26/12 15:29, Corey Van Sickle wrote:
>
> Has anybody found a solution for changing the output order of the tools in the manufacturing model?  I want to control the order by tool, simply by grouping together sequences that use the same tool.  We do this manually via the menu manager by navigating:
>
> Machining > Output Order > Define > By Rule > By Tool > Done
>
> and then clicking on the top tool until all the tools have been selected.
>
> This can be done with a macro, but the tools will be different for each part that is programmed, and the specific tool name ("T0020") is required for the macro, meaning there will be some that are not selected and in many cases, selected in the wrong order.
>
> Any help would be greatly appreciated.
>

I have done the following with jlink to find the actual tools used in a sheetmetal nc nest:

1. output the cl data to a file (via a macro)
2. parse the cl data file with jlink to get a list of the tools
3. do something with this list: ie create a macro to run

> Thanks for your time,
>
> Corey
>
>
> ----------


--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
   Fax: 785-667-2695
------------------------------------------------------------------------

Top Tags