I am working on building a online configurator.
We started with C360, but I have lost faith in it (and Autodesk) because they drastically changed the terms of use for C360 (and most of their products). We spent a lot of time preparing to use C360 and they eliminated the $300 / quarter terms (which worked great during development) and made the $3000 / year package the entry level program.
What's next? With ETO and the acquisition of ConfigureOne, I'm left wondering if C360 will even be around in a few years.
That's why we want to develop our own system.
I am a PHP / MySQL / Javascript programmer -- that's what I know, so I want to build a configurator around those technologies. PHP can be used to run a command line script to start the process.
The idea is to allow the web user to fill out a form, selecting the product features, and write the selections to a csv or Excel file, then use PHP to start Inventor (dedicated to this purpose so no licensing terms are violated) with a command line parameter that loads a model set up to read the csv file with the parameters. Probably iLogic could then be used to do whatever else needs to be done, like generate drawings.
The next thing I need to figure out is how to use a command line to start Inventor with a specific model.
Then I need to figure out how to make it read a csv file and configure the model based on the contents of the csv file.
Any help would be appreciated!
- Ron