Quantcast
Channel: PTC Community : Discussion List - All Communities
Viewing all 11348 articles
Browse latest View live

Part and Assembely model Parameter to comes in part drawing & assembely drawing

$
0
0

Some parameters in part model ,that same parameters to comes on part drawing parameters.


Is it possible to access the extensions to CreoEssentials locked license by startup from other PC ?

$
0
0

We have both 1 seat of creo Essentials-Floating with ISDX locked license at System A) and Creo Essentials-node locked license at System B,Is it possible to use ISDX with Creo Essentials locked lic at Syst-B by Startup config?

Fractals

$
0
0

Hi!

 

 

I would like to send this data to Creo, to create a 3D Model, is there a way to do so?

 

 

Many thanks,

Ioana

How can I calculate sheetmetal Length

$
0
0

I set K factor in my sheetmetal model. But I don't know How can I check the sheetmetal length is correct or incorrect ?

I find the K factor formula But I calculate the flat length from K factor formula in the Creo Help.

That is different with result in Creo .

Below Picture


Picture A : add the flat, I use K factor :  0.5

A.png

Picture B : What is the formula that can calcalate the sheetmetal length ?

B.png

 

model in the attach

In a computed field, how do I count the number of items where a pick list is unspecified?

$
0
0

I have a picklist that is not required on an item and I want to create a computed field to count the number of items where the picklist has no value yet.  I tried to use the "Unspecified" value, but the following error is returned: 

 

MKS124543: The field Result is a picklist field. It may only be compared against a picklist value from that field. Unspecified is not a known picklist value.


Thank you,


Paul Hartwig

accelerated pattern

$
0
0

Hi,

I have to manage sheet metal parts with big patterns (air flow cuts).

Regenerate them is very long.

Patterns are already set to identical".

I've seen in the pass a method to accelerate pattern regenerations.

It was something like making surface quilt and cut by solidify.

I've made unsuccessful trails (it's longer).

Does someone knows how to do ?

Thanks

Model display problem

$
0
0

Whenever i choose to add a sketch to the model or and an extrusion the model displays an odd graphical error. as soon as i move the view in some what it returns to normal.

in the image it shows the problem then the same model after i orbit the view slightly

Creo 3 parametric display problem.jpg

Thankyou for your help

Dan

What are do's and don'ts for first time implementation of windchill Essentials?

$
0
0

hi all,

 

We are finally moving from our old spreadsheet / access database to windchill for our cad data management.

are there any pitfalls that we should avoid, ie 50 million categories.

any tips on what structures work.

 

our product range is made up of many small and extremely similar products, generally our assembly files contain less than 10 parts.

think plastic containers, we have lots of different ones but they are all still all containers. in saying that; we also have all the injection mould tooling that relates to all of them.

 

lets just say we don't make cars & we don't have more than one cad operator working on a single project at one time.

but we have a large amount of cad data creation.

 

so hints, tips, traps,  any advice would help

 

cheers

g


coherence function

$
0
0

Hi, does anyone know how to use a root hanning window within the coherence function of the signal processing extension pack ?

I am using Mathcad14.

Peter

Change Notice Multiple Paths

$
0
0

I'm working on expanding our Change Notice workflow yet again. I have a situation I think will work (or is at least possible) but want to get feedback before going down this path too far.

 

At one stage of the CN workflow, there is a Change Manager role that will choose which downstream departments will get CN tasks for each particular CN. I've set it up using the Routing tab with a 'Manual' routing type. The intent is that the Change Manager can choose between one and four routes using check boxes in the assigned activity.

 

My concern is the AND collector at the tail end of these four routes. If the Change Manager chooses less than the full allotment, will the AND collector stall out the process waiting for the other paths to complete even when those other routes were not chosen by the Change Manager?

 

The other issue involves the Manufacturing-Engineering path (see image). If the Mfg. Eng. ECO Task has not been completed but one of the other paths does complete, will the system know to pause at that AND collector until the 'Synch on CA Complete' is resolved? Or should perhaps that 'Synch' robot be used in place of the AND collector?

 

Of course, I appreciate pointing out any other issues you may see.

 

Reference image:

in drawing module dimension extension line more gap between center how can i change to come from midpoint please help me

$
0
0

in drawing module dimension extension line more gap between center how can i change to come from midpoint please help me

@

License management for Creo Elements Direct Modeling

$
0
0

Hi everyone,

 

If the CAD end-user ran two Creo Elements Direct Modelings in one PC, is it used two licenses?

Using Windchill; how to start a part without having the assembly have locked parameters?

$
0
0

Hi All--

 

I have a part I want to add to an assembly (which I created from within the assembly using the "Create Component" feature. However, checking-in the assembly fails because the part does not have certain descriptive parameters filled out. Those descriptive parameters show as "locked" when I open the part, right-click in the model tree, and select "Edit Parameters". If I can't upload this document to Windchill, how am I supposed to fill out those parameters?

 

Do I *have* to start every document from Windchill itself? How would I do that for a part that I'm creating from within an assembly?

 

FYI, I am new to Creo Parametric as well as Creo Windchill. Please forgive my ignorance.

 

Thanks all

.bp

exporting mechanism Measure Results to excel warning

$
0
0

When I save an excel with some data from a Creo 3 mechanism analysis, the extension is .xls

But when I open this file in Ms Excel, the program starts with the following warning:

 

Clipboard02.jpg

The file will open after selecting "Yes", but appearantly the file is in a wrong format. When I manually change the extension to .xlsx

the problem is solved. But why do I have to do this..?

Using multiple screens with Displaylink

$
0
0

Hi all,

 

I am using 2 additional screens on my laptop with Creo Elements Direct Modeling 19.

Both screens are connected on my Displaylink dock with usb 3.0.

 

Whenever I try to start Creo Elements, it starts up but freezes in the process.

When I disconnect the dock the program starts normally, and when I connect it again I can use it on all of the screens.

But when I then try to open a package or start a new drawing, it freezes again.

 

Does anyone have a solution or similar problem?

 

Thanks in advance.

 

Billie


Minerr/nonlinear optimizing

$
0
0

In reference to this document: Minerr/nonlinear optimizing

 

Your equation for Function is wrong. For a least squares fit the error function should be the square root of the sum of the squares (or just the sum of the squares). You have the sum of the square root of the squares, which is equivalent to the sum of the absolute values. See my Function2 for the correct error function.

 

Having said that, the best way to fit a function to experimental data is to create a function that generates the vector of residuals: see my Function3. Feed that directly to minerr, and use the Levenberg-Marquardt option.

 

Minimizing Function gives an error (i.e. Function2) of 1721, 311, or 133, depending on the algorithm used

Minimizing Function2 gives an error (i.e. Function2) of 1628, 109, or 100, depending on the algorithm used

Minimizing Function3 using the LM algorithm gives an error (i.e. Function2) of 261

 

I'm not sure why the last option does not give an error as low as a couple of the other options, except to say it has to do with where the minimization ends. Using a vector of residuals with the LM algorithm, maybe it takes a slightly different path and gets trapped somewhere in a local minimum. Changing the guesses may help. Nevertheless, despite the fact that the error is slightly higher in this example, in general this is the best approach.

Problems creating videos - repair in sight??

$
0
0

I had troubles uploading videos (either in a discussion as well as as a separate video) which were created by Mathcad 15.

They are container format avi and use Microsoft Video 1 codec per default.

 

I was told that I have to convert and recode them to different format to make it work.

 

When I upload a video I am told that avi would be valid - so what s going on here? Obviously thats not true.

Can anyone shed some light on this problem - whats the problem with my avi files?,

Are there any plans to fix that annoyance?

 

I am attaching a sample avi.

 

Thanks for your attention

Werner

flickering when changing texts in drawing

$
0
0

Hi @ all,

 

whenever I am creating 2D drawings of my parts I notice a really annoying flickering of the whole screen during changing texts (e.g. creating a note, changing notes in a table). It seems like Creo is waiting for keys and is refreshing the drawing all the time ( about 2 times per second). After a short time this causes headache and I would like to know how to get rid of this.

 

My Setup:

 

  • core i3-2120@3.3GHz
  • 6 GB RAM
  • GeForce GT 610 (driver 368.69)
  • Windows10 Pro
  • Creo Parametric 3.0 M090

 

Thank you for any help

How to visit ProNote-s on all depth? Some ProNote-s attached as child component to subsub Part and is not Visited by ProMdlNoteVisit.

$
0
0

asm

+----asm

    +---prt

         +--asm

             +---Note , attached as component.

Problem with 4 parameter logistic fit for immunoassay

$
0
0

I found an (old) pdf file on the web that uses a 4 parameter logistic fit for immunoassay. Unfortunately I must be overlooking something as it does not work in MC15. Are there more elegant ways to do this 4 parameter logistic fit?

Thanks in advance

Viewing all 11348 articles
Browse latest View live


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