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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

How to automate Catia WGM

ngothankar
1-Newbie

How to automate Catia WGM

Hello,

Is there any programming option by which we can automate CATA WGM for task like open in catia, check-in etc.

Does CATScript / Catia Macro will able to fulfill my requirement?

1 ACCEPTED SOLUTION

Accepted Solutions

I believe you can use CATIA macros and call PDM Actions.

In order to programmatically call Windchill PDM actions from your Windchill Workgroup Manager Toolkit application, create a simple CATIA macro using CATIA.StartCommand("<Windchill PDM action name>"). Then use the Windchill Workgroup Manager Toolkit function, executeCadCustomCommand to invoke the macro.

More details can be found in here http://support.ptc.com/cs/help/windchill_hc/wwgm102_hc/index.jspx?id=wwgmtoolkit_create_CATIAV5_MACRO_PDM_Actions&action…

Thank you,

Binesh Kumar

Barry Wehmiller

View solution in original post

1 REPLY 1

I believe you can use CATIA macros and call PDM Actions.

In order to programmatically call Windchill PDM actions from your Windchill Workgroup Manager Toolkit application, create a simple CATIA macro using CATIA.StartCommand("<Windchill PDM action name>"). Then use the Windchill Workgroup Manager Toolkit function, executeCadCustomCommand to invoke the macro.

More details can be found in here http://support.ptc.com/cs/help/windchill_hc/wwgm102_hc/index.jspx?id=wwgmtoolkit_create_CATIAV5_MACRO_PDM_Actions&action…

Thank you,

Binesh Kumar

Barry Wehmiller

Top Tags