Ptc Creo For Startups

0 views
Skip to first unread message

Kayleen Dauteuil

unread,
Aug 3, 2024, 4:42:52 PM8/3/24
to stelitroeper

Turn your ideas into reality faster with the Creators Program for startups. Stay ahead of the competition, expand your market presence, and gain a competitive advantage by designing and manufacturing the best products imaginable.

Our award-winning product design and engineering platform, Creo, features integrated technologies powering design such as generative design, augmented reality, additive manufacturing, Ansys-powered real-time design guidance and high-fidelity simulation, as well as artificial intelligence and smart connected design. Along with Creo, the program supports you with learning tools and user support ensuring our technology and expertise will power your success.

If you are a startup-enabling organization such as an incubator, accelerator, fabrication laboratory (FABLAB), or competence center, the Empower Program can help set you apart with cutting-edge technology.

If the success of your resident startups is of paramount importance to you, choose to power their efforts with the latest and greatest technology available in the market today. Creo, our best-in-class product design and engineering platform, undergoes continuous development to meet the demands of ever-evolving market trends and technology needs. Creo seamlessly integrates with other PTC technologies such as augmented reality, product lifecycle management, and IoT, creating a formidable toolset that will be the pillar of your success.

In the fast-paced, dynamic, and competitive world of startups, innovation and efficiency are key factors that can make or break a venture. The ability to swiftly bring high-quality products to market is a crucial element in ensuring success.

Creo, our industry-leading 3D CAD (Computer Aided Design) software, has been a staple in the product design and engineering community for decades. With the Creators Program, PTC makes Creo more accessible to startups, providing them with the tools they need to streamline their product development journey.

Discounted software access: The single most important feature of the Creators Program is that it provides heavily discounted access to Creo for eligible startups for up to three years. This not only significantly reduces initial overhead costs but also empowers startups to invest those resources in other critical areas of their business.

Comprehensive design capabilities: Creo offers a comprehensive set of design tools, allowing startups to create complex and innovative products and prototypes with ease. From concept to manufacturing, Creo covers the entire product development lifecycle, enabling startups to iterate quickly and bring their ideas to life.

Collaboration and integration: The Creators Program fosters collaboration among team members by providing a platform that supports seamless integration with other popular design and engineering tools. This ensures that startups can leverage their existing workflows and easily integrate Creo into their processes.

Training and support: We understand that getting started with new software can be daunting. Therefore, the Creators Program includes training resources and support to help startups make the most of Creo. This commitment to customer success sets the Creators Program apart, ensuring that startups can maximize the benefits of the software.

The PTC Creators Program is a beacon of support for startups striving to revolutionize their product design process. By providing lower-cost access to Creo and a host of additional benefits, PTC is empowering startups to break through barriers and bring their innovative ideas to market faster and more efficiently than ever before.

Katherine Brown-Siebenaler is the Marketing Content Manager for PTC's CAD team. Based in Austin, TX, Katherine is responsible for editing the Creo and Mathcad blogs. She has six years' experience as a content creator for various corporate marketing teams, primarily in SaaS environments. Katherine holds two degrees from the University of Florida, a BS in Journalism and an MA in Mass Communication. She enjoys learning how PTC customers bring software to life in real-world applications every day, leading innovation in their various industries.

We use Creo Parametric with Windchill PDMLink. Creo is set to "start in" a folder named "Config". This is where my config.pro, appearance files, lighting files, etc. are kept. I like to keep that folder free of clutter.

Is there a way to automatically have my Working Directory set to another location when I start the program? If I leave it set to Config & start working in a linked session with WC, all sorts of log files, BOM files, etc. get written to my Config folder. To avoid this I've made a practice of changing my Working Directory whenever I start Creo. Surely there must be a way around this?

Perhaps there is simpler method but I know of two ways to accomplish this; by having creo run a set of commands upon startup or before Creo startup via a batch file. If it's the former, by the time Creo has loaded and sets the working directory, it may have already created some clutter files based on errors it finds in the config file, etc. Hence the reason I say below to create a "backup" location for your config files. Here are the two methods:

Method 1 is straight forward - have your startup icon point to a batch file that runs what commands you want and then starts Creo. A method 1 batch file might look something like this (or you could just modify your parametric.bat to the following):

For method 2, first you need to start a normal session of Creo by doing things you typically do at startup i.e. loading a config file, changing working directory, closing the browser, minimizing the UI toolbar, etc etc...anything you want automated. Then copy your trail file of the session you just started to a safe location and rename it Creo-startup.txt or something you prefer.

Finally, change the target of your Creo icon to this batch file. This assumes you have a parametric.bat that runs your parametric.exe file. If not, you can create one similar to method 1 above but without the delete and copy lines.

Upon startup it will run everything in the trail file you created, almost like a giant mapkey. We use it to load multiple configs and to close a few standard dialog boxes, etc. Hopefully that makes sense; post again if you get stuck.

Batch files are limited in how many parameters they can pass as an argument. %* allows all parameters to be output. I've never tried omitting the %* but I suspect you won't get much of the trail file processed.

The last one, where your configs reside, is also set as the initial working directory. You could set that as your preferred initial working directory and put your configs in one of the other two places. The text folder gets overwritten when Creo is upgraded, so be careful storing them there. It's better to use a batch file to copy them there from another location.

If its just the working directory you are wanting switched. If you use a shortcut icon, go to the properties of the shortcut, and in the "Start in:" text box designate the location you want your working directory to be.

I am facing an issue with the CREO parametric startup. I installed CREO in C: drive. And by default, the parametric.exe is located in the BIN folder. But firstly I do have write access in this location. And I do not understand why CREO is having this issue.

If I choose another location (let's say the same location as my working directory), it throws an error with AFX and IFX failed to load. And closes creo. I understand it should not work in theory because my working directory doesn't have parametric.psf file.

Windows usually doesn't let regular user to write to Program Files directory and its subdirectories; it looks like you're trying to start Creo directly by running parametric.exe from \bin directory and Creo tries to create a trail file in the directory but has insufficient write permissions.

You can try running parametric.exe as an administrator (with elevated permissions) but I wouldn't advise it. Better way is to create a shortcut to run Creo (just put it on your desktop) and define startup directory using "Start in" field in shortcut properties. Try setting "Start in" to a folder inside your documents (e.g. C:\Users\[your_username\Documents\Creo) and see if that will help.

I understand that windows wouldn't allow writing in program folders. Thinking the same thing, I tried running with Administrator access too. This time, it didn't throw an error to choose a startup directory for trail creation. But still, it throws an error with AFX and IFX failed to load. And closes creo.

I am not starting Creo directly by running parametric.exe from the \bin directory. I have a shortcut on my desktop, which is targeted to parametric.exe in the \bin directory. And by default, the start in location is also directed to \bin directory. As you said, I tried changing it to a separate folder specifically for Creo. But again, it throws an error with AFX and IFX failed to load. And closes creo.

I did get a solution though and for now, it seems to be working. I started the "reconfigure" application in the \bin directory. It reinitiated the licence file and reconfigured it. And luckily, now it did not throw an error and ran normally. I don't understand it though.

LinkedIn and 3rd parties use essential and non-essential cookies to provide, secure, analyze and improve our Services, and to show you relevant ads (including professional and job ads) on and off LinkedIn. Learn more in our Cookie Policy.

Are you looking for a game-changing tool to supercharge your startup's product development process? Look no further! Introducing the PTC Creo Startup Program, a powerful 3D CAD software designed to help startups like yours succeed in today's competitive market.

These are just some of the capabilities of PTC Creo, which is a comprehensive 3D CAD software designed to support all stages of product design and development, from concept to manufacturing. PTC Creo empowers engineers and designers to create innovative products, optimize designs, and collaborate effectively, making it a powerful tool for modern product development workflows.

c80f0f1006
Reply all
Reply to author
Forward
0 new messages