Requiring ModelManager to be running in order to start Part Library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Requiring ModelManager to be running in order to start Part Library
This was an option we used before. I do not remember how it was done. We need to make having ModelManager running a requirement before parts library can start.
Does anybody know how to do this?
Thank you
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.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Max
I ended up writing a lisp program that checks if model manager is running and offers to start it if not. Normally I do not like using "if then else" and prefer conditional statements, but it worked very well for this.
Regards
Tom
- Tags:
- lisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Open a Support Case and you will get the answer.
Max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Did you get an answer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Max
I ended up writing a lisp program that checks if model manager is running and offers to start it if not. Normally I do not like using "if then else" and prefer conditional statements, but it worked very well for this.
Regards
Tom
- Tags:
- lisp