Quantcast
Channel: PTC Community: Message List - Windchill
Viewing all 8876 articles
Browse latest View live

Re: Thingworx Windchill extension

$
0
0

Hi Bjorn, MK and Saravanan,

 

Custom Restful service is supported for Windchill 11.0. I believe that there is patch which can be applied for prior versions. I will have to check. Please let me know what are your specific questions on custom REST services.

I have done quite a few Restful custom services for GET and POST.

 

thanks,

Preeti


Re: Thingworx Windchill extension

Re: Numbering scheme with product attribute

$
0
0

May or may not be something you really want to do - have to think about all long-term consequences - but could approach this way:

 

In each Product context, add the text to the OIR for EPMDocument as a prefix.

- Have to remember for a new product to create this OIR.

- It won't be "project-generated," just static text.

 

The numbers will continue to be pulled from a single sequence in the database, so using your example above in sequence this would result:

Designer 1: Create part in Product ABC: 435698-10065.prt

Designer 1: Create drawing in Product ABC: 435698-10066.drw

Designer 2: Create drawing in Product DEF: 738346-10067.drw

Designer 1: Create part in Product ABC: 435698-10068.prt

 

Seems like this may not be the best situation - all kinds of issues result from using part numbers with "meaning" and trying to accommodate.

 

Moving sometimes has to be done - the Number & filename would remain.

Renaming would allow the root number to remain but the prefix change or vice versa.

Re: I need a query builder report with Folder Names vs Domain Names, while folder is not inherited from parent.

$
0
0

Yes, very necessary to be able to find the folders which do not inherit ACL's.  This seems to work.

 

Query Builder Report:

Type: SubFolder (wt.folder.subfolder - there are multiple similar)

Select: Context Name, Name

Criteria:

- inherited domain <> 0

- type definition reference key id <> 0

 

REFERENCE SQL: select * from SUBFOLDER where INHERITEDDOMAIN = 0 and IDA2TYPEDEFINITIONREFERENCE <> 0

Re: Numbering scheme with product attribute

$
0
0

To take Mike's example one step further, if required, you could have a new sequence table in the DB for each project so you would get duplicate generated numbers with the different project numbers. The issue I see with this is that the part and the drawing have different generated numbers. Here, we have the same number and we let the file extension be their unique identifier: part 7001254.prt would be on drawing 7001254.drw.

 

Designer 1: Create part in Product ABC: 435698-10065.prt

Designer 1: Create drawing in Product ABC: 435698-10066.drw

Designer 2: Create drawing in Product DEF: 738346-10065.drw

Designer 1: Create part in Product ABC: 435698-10067.prt

Designer 2: Create part in Product DEF: 738346-10066.prt

Designer 3: Create part in Product GHJ: 925698-10065.prt

Designer 3: Create drawing in Product GHJ: 925698-10066.drw

 

BUT, the issues of rename, move and copy come into a long-term factor that may make this a mess.

Usually best to stick with a single sequential manual number scheme and let the software do any sort of project gathering of related files.

Re: I need a query builder report with Folder Names vs Domain Names, while folder is not inherited from parent.

$
0
0

Mike, I don't have enough experience with query builder to do what you ask. I need more details. I can't seem to find "type definition reference key id" in Attributes.

 

Also, what program would I use to run the SQL? SQL Explorer?

 

Thank You Much!

When you are checking in a drawing and it is giving you an error that says drawing if not unique?

$
0
0

Hello To All,

When you are checking in a drawing and it is giving you an error that says drawing if not unique?

Thanks Billy

Re: When you are checking in a drawing and it is giving you an error that says drawing if not unique?

$
0
0

Either a drawing with that name is already in Windchill or you changed the 'number' of both the drawing and the model to be the same. The Common name can be the same and the filename is automatically different, but the numbers need to be different.


Re: I need a query builder report with Folder Names vs Domain Names, while folder is not inherited from parent.

$
0
0

Scott,

attached report build following Mike's rules.

Re: Preventing multiple promotion requests on the same objects

$
0
0

Oliver Droop its not that straight forward.

 

Promotion Request is not a revision level tool - it is made for State management at the iteration level and supports the ability to set states back and forth.  Preventing it at the Revision level would prevent use cases such as Promote from Prototype in Work to Prototype Completed and the for the same revision promote from WIP to Review.  or Promote (demote) back from Prototype Complete to Prototype in Work.

 

For Change there are again two use cases that are supported for using the same revision on a Change Notice in Resulting objects.  The first is updating or adding Effectivity to a revision - eg additional Effectivity statements in multiple contexts (CN1 Effective in Assembly 1 on January 1, 2017-, CN2 adds Effectivity for Assembly 2 on January 17, 2017 - February 11, 2017).  The second use case is that CN3 is used to Obsolete the part, whereas CN1 was used to release it.

 

I could see two things in the future - a) a preference for sites that do not have these use cases or b) a business rule that checks if its on another Promotion Request or Change Notice and gives you feedback such that one could use it to  either block or optionally allow

Re: Thingworx Windchill extension

$
0
0

Bjorn and others,

 

While certain OOTB RESTful services are available in Windchill 11.0, customization of these services is not supported.

 

PTC is considering creating a customization framework for subsequent releases of Windchill.

 

If you have any use cases around customization of RESTful services that you'd like to discuss, feel free to contact me.

 

Hemant Shadra

Solution Manager

IoT Solutions

T:781-370-6443

E: hshadra@ptc.com

Product Configurator using OOTB WT

$
0
0

e.g. Blocks with Mounts:

Depending on the size of a block, the mounts must be fixed with different number of screws and different types of mounts.

The number of screws and Mount Type are calculated on the calculated weight of the block.

 

Calculate the weight: Weight1 = length1 x width1 x height1 x density1 (factor)

 

If "Weight1" falls in a range <=10000 requires mount type  A, screws # per Mount 8 and screw type M8

If "Weight1" falls in a range >10000  but <=50000 requires mount type  A, screws # per Mount 12 and screw type M8

If "Weight1" falls in a range >50000 but <=100000 requires mount type  B, screws # per Mount 10 and screw type M10

If "Weight1" falls in a range >100000 requires mount type  B, screws # per Mount 14 and screw type M12

 

 

Can this be down using OOTB Windchill ?

Got a lead to check out but maybe someone has experience with this type of use case?

„Advanced Selection Logic for Configurable Modules”

 

https://pds.ptc.com/Windchill-WHC/index.jspx?id=OptionsAdvSelLogicOview&action=show

 

 

Thanks in advance for any Feedback ...

John

 

Re: Thingworx Windchill extension

$
0
0

thanks Hemant for the clarification. I meant that RESTEasy framework is available in Windchill 11. If there is a need for custom Restful web service.

 

I think that when the customization framework is available. It will be very useful.

 

:-)

Preeti

Re: Product Configurator using OOTB WT

$
0
0

John,

 

This case can be handled with the Advanced Logic capability.  Another option might be to use the Platform Structures (Options and Variants) which allows numeric ranges so the choice selections can be handled, but the quantity would have to be fully expressed on Occurrence links which might be more work than is worth. 

Re: Numbering scheme with product attribute

$
0
0

Thank you Mike Lockwood, Ben Loosli and Antonio Villanueva for your thoughts on my question!

 

Regarding the long-term factors, I will once again consider whether I define the project number as a global attribute and maintain it manually per document.


Does anyone have the guide that explains how to create new standard or regulation in WPA?

$
0
0

Does anyone have the guide that explains how to create new standard or regulation in WPA?

Re: Adding javascript validation using DataUtilities on create wizard

$
0
0

Hi Kaushik,

 

I have followed all the steps in the document which you have provided, but im not at all getting the list itself... please see the pic which is given below.asdf.jpg

Academic Windchill Server Down

$
0
0

Hello,

 

Yesterday, the academic Windchill server that my team uses went down. If I'm not mistaken, this is because PTC is upgrading the server to Windchill 11.

 

Does anyone know how much longer the server will be down? I think our specific server is called the "SAE Server."

 

Thanks,

Matthew Balafas

University of Minnesota Solar Vehicle Project

Re: Academic Windchill Server Down

$
0
0

Hello,

 

I noticed the same thing.  We are using Windchill for our FIRST Tech Challenge robot source code control.  Fortunately our season just ended at our state championship on Saturday, but I wanted to check in the final code we modified there.  Plus other teams moving on or in areas that have not had their state championships yet may also be impacted and locked out of their code.

 

I initially got what appeared to be login credential errors, but eventually got a message that suggested an upgrade was being staged.

 

Is there anywhere we can look to get status updates on when this might be resolved?

 

Thanks,

Doug Pelletier

FTC Team 9931 Coach

No CAD data with an owner link when performing new manufacturing process context from MPMLink

$
0
0

I would link to perform "new manufacturing process context" from MPMLink like follow image but I saw error that design context was not created because no CAD data with owner link was found.

 

So does anyone know the procedures or preparation to use the function?

mpm.jpg

Viewing all 8876 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>