| |
| Gut zu wissen: Geometrische Ähnlichkeitssuche mit Autodesk Vault 2021 Professional |
| |
| Auf dem Weg zur digitalen Auftragsmappe. , ein Anwenderbericht
|
Autor
|
Thema: Vault anpassen um Projektspezifische Nummern zu generieren (1967 mal gelesen)
|
copyandi Mitglied DM Consultant
Beiträge: 3 Registriert: 01.02.2010 Software: PSP2009/2010 Vault WG-MFG 2010
|
erstellt am: 01. Feb. 2010 14:32 <-- editieren / zitieren --> Unities abgeben:
Hallo Forum, ich beschäftige mich jetzt schon etwas länger mit der neuen Produktgruppe vom Vault WG - MFG. Von unseren Kunden kommt sehr oft die Anforderung projektspezifische Nummern zu generieren - zB: P1234-100-0045.ipt <Projektcode>-<Unterbaugruppe>-<laufende Nummer innerhalb des Projektes> Hat jemand eine Idee wie man das am besten lösen kann? Hier mal meine Gedanken dazu: Mit den Nummernschemata geht das nicht wirklich, weil sich die Liste der Projekte ja laufend ändert (wenn man hier an eine Auswahl im Nummernschemata denkt). Den projektspezifischen Teil immer mit der Hand anzugeben ist auch nicht das was sich die Kunden so vorstellen. Am schönsten wäre es ja, wenn der projektspezifische Teil automatisch befüllt wird, je nachdem wo man sich in der Ordnerstruktur befindet. Kann man den Vault vielleicht auch über die API so anpassen, dass Projektspezifische Nummern generiert werden? Vielleicht hat ja jemand dieses Problem schon mal gehabt, und gelöst ;-) Vielen Dank im Voraus! lg copyandi Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
T to the F Mitglied
Beiträge: 398 Registriert: 06.06.2007 Win 7 x64 SP1 PrDS 2012 Ultimate Vault Pro 2012 i7 M640 8 GB Quadro FX 1800M
|
erstellt am: 02. Feb. 2010 08:50 <-- editieren / zitieren --> Unities abgeben: Nur für copyandi
Hi, tja wir sind hier ja leider nicht im PSP Sowas geht, wenn dann, nur über die API. Dazu ist aber die normale 2010er Version nicht ausgelegt. Außerdem bräuchtest du dann C# Kenntnisse und die Autodesk Entwicklerberechtigung (die glaube ich nur Händler haben). Wenn du das so umsetzten willst, musst du (momentan) wirklich alles per Hand eingeben. Ich glaube nicht das sich die laufende Nummer auf 0001 zurücksetzt, wenn man einen anderen Projektcode auswählt. Leider leider, aber in Zukunft soll ja alles besser werden Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
dredmond Mitglied
Beiträge: 5 Registriert: 03.02.2010
|
erstellt am: 03. Feb. 2010 20:06 <-- editieren / zitieren --> Unities abgeben: Nur für copyandi
Ich verwende einen Übersetzer. Ich hoffe, meine Worte kommen rechts. Die Vault-API ist nicht auf Händler beschränkt. Jeder kann sie verwenden. Sie können Dokumentation und Beispiele im SDK-Ordner finden, in der ADMS installiert ist. Auch ist die Programmierung nicht auf C beschränkt #. Wir empfehlen eine. NET-Sprachen wie C #, VB.NET oder C + +. Um die ursprüngliche Frage zu Datei-Nummerierung zu beantworten, es klingt wie ein Erfinder-Plug-in ist die beste Methode, wenn Sie kundenspezifische Programmierung tun. Sie wollen die Teil richtig benannt haben, bevor Sie es überprüfen in Vault. --------------------------------------- I am using a translator. Hopefully my words come out right. The Vault API is not restricted to dealers. Anybody can use it. You can find documentation and samples in the SDK folder where ADMS is installed. Also, programming is not limited to C#. We recommend a .NET language such as C#, VB.NET or C++. To answer the original question about file numbering, it sounds like an Inventor plug-in is the best approach if you are doing custom programming. You want to have the part named properly before you check it into Vault.
------------------ Doug Redmond Software Engineer, Autodesk http://justonesandzeros.typepad.com/ Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
T to the F Mitglied
Beiträge: 398 Registriert: 06.06.2007 Win 7 x64 SP1 PrDS 2012 Ultimate Vault Pro 2012 i7 M640 8 GB Quadro FX 1800M
|
erstellt am: 05. Feb. 2010 08:17 <-- editieren / zitieren --> Unities abgeben: Nur für copyandi
|
copyandi Mitglied DM Consultant
Beiträge: 3 Registriert: 01.02.2010 Software: PSP2009/2010 Vault WG-MFG 2010
|
erstellt am: 05. Feb. 2010 09:09 <-- editieren / zitieren --> Unities abgeben:
Hello, thanks for the answers. An Inventor-Add-In would be an idea, but most of the time a project not only consists of Inventor files, but also of other CAD-files. So it would be nice, if the Vault would be the one that defines the correct numbers. A possible way to solve this, is maybe a memu-action on a folder in the Vault that renames all the files in a subsequent run. An other question regarding the API - can I use the API also to extend the "normal" Vault - the free one that comes with Inventor? thx, copyandi Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
dredmond Mitglied
Beiträge: 5 Registriert: 03.02.2010
|
erstellt am: 05. Feb. 2010 16:54 <-- editieren / zitieren --> Unities abgeben: Nur für copyandi
Yes, you can use the API for the basic version of Vault. However users without a qualifying CAD license, such as Inventor, cannot use the Vault or any utilities you build on the API. For example, it is not allowed for you to write a Vault utility for non-CAD users. The readme file for the Vault Client should have the list of qualifying CAD products. For Vault Workgroup, Collaboration and Manufacturing, there are no API restrictions since those products use a license manager. The Vault 2010 API does not have a way to add commands to the Vault Explorer client. However you can use the API to create an EXE that runs Vault actions. We are working on allowing Vault Explorer commands for the future. You can use the API to rename a file. This is done by checking it out then checking it in with a different name. The problem is if there are parent files that reference the file. Those files will have broken references unless you check out the parent files, update them to reference the new file name, and check them back in. Lastly, Vault can keep track of the file numbers to some extent. File naming schemes are pretty basic in Vault 2010. They always follow the [prefix][autoNumber][suffix] pattern. So if your program calculates the prefix and the suffix, Vault can keep track of the autoNumber part.
------------------ Doug Redmond Software Engineer, Autodesk http://justonesandzeros.typepad.com/ Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP |
copyandi Mitglied DM Consultant
Beiträge: 3 Registriert: 01.02.2010 Software: PSP2009/2010 Vault WG-MFG 2010
|
erstellt am: 08. Feb. 2010 08:19 <-- editieren / zitieren --> Unities abgeben:
|