Re: Windchill with Creo2 config.pro issue
So, we figured it out. Apparently, the "name" we assign our WC server has to match the name in the wtpub path in the config option, otherwise it will not reconcile. We renamed the server and the...
View ArticleRe: Creo 2.0 and Wildfire 5.0 on same machine - test site
I have them on the same machine. You have to have a separate installation directories and separate config.pro directories else it will over write the old ones even if you are doing a clean install....
View ArticleRe: Solving for multiple variables
You wouldn't have to resort to programming to solve a system of equations. You could either use a solve block (numeric method, just one solution depending on a guess value) or the symbolics "solve"...
View ArticleRe: Programming Iterative Curve Fitting
The data represent 7-day maximum daily temperatures and probabilities. I was curious as of the reciproke 1/P on the abscissa.
View ArticleRe: Solving for multiple variables
Oh yeah - sorry, wrongful explanation. I have used this for solving in theory, but I'm trying to make a microcontroller doing it - so I need to program this in c / c++ - not mathcad. My apologies. :-)
View ArticleRe: Programming Iterative Curve Fitting
Ah, yes. The reciprocal translates to a return inverval in years for the 7-day maximum average temperature on a specific day of the year.
View ArticleLoop to check if deflection is greater than the limit, and re-calculate 2...
HiI’m writing my master thesis in structural engineering (according to Eurocode) and trying to calculate the strength for strengthened gluelaminated timber beams (using Mathcad ofc.).I’m stuck with a...
View ArticleAbsolute Drawing dimensions for Offset Csys Points
I have a model that I've created a number of points using the Offset Coordinate System Datum Point. To position the location of the points correctly some needed to have negative values in the X, Y,...
View ArticleRe: Solving for multiple variables
Benjamin Larsen wrote: Oh yeah - sorry, wrongful explanation. I have used this for solving in theory, but I'm trying to make a microcontroller doing it - so I need to program this in c / c++ - not...
View ArticleRe: Not running creo 2.0 student edition though installed successfully on my...
Dear MarkCheli, Hi.. & Thanks for your reply, I tried as per your suggestion but still it is not working. While Installing everthing is going ok, but after clicking on desktop Icon nothing is...
View ArticleRe: Display Calculation Time, How?
Werner… Prime 3.0 (at least) has the time() function, so I was able to duplicate your program. However, rather than play around with matrix inversions, I substituted other operations for dummy. The...
View ArticleRe: Not running creo 2.0 student edition though installed successfully on my...
Hi Dnyaneshwar, I think the best way to go from here is to do a remote session so that I can more directly take a look. Could you please fill out the form from the link below:...
View ArticleRe: Display Calculation Time, How?
Oops! Don't know why I thought time() would not be available in Prime. I should have known better as I now remember vagely an older thread where I implemented some timing routines for someone dealing...
View ArticleRe: How can a user, that does not have delete permissions, determine required...
For example, a user asks me to delete an object, because only org admins have this capability. When I try to delete, windchill sends and error message such as "unable to delete cad part 1234567...
View ArticleRe: Display Calculation Time, How?
By comparison, in years past I did quite a bit of function and subroutine timing with my HP-41CX calculator to optimize calculator programs and the results were very consistent from trial to trial....
View ArticleRe: How can a user, that does not have delete permissions, determine required...
Ahh Yes we have this trouble too, but more with it is being used in multiple Workspaces of muliple users. As far as your dependencies go, you could probably tell them to look at the detail page "where...
View ArticleAssigning Users to Roles when the Workflow is Initiated
I have a manager that wants to assign the person for the engineer, checker, and industral engineer roles at the time the workflow is initiated. Can this be done with the 'Conditional' robot?
View ArticleRe: Assigning Users to Roles when the Workflow is Initiated
Two options: - Pretty standard: Make the Manager's Task in the Workflow Template "Setup Participants" type. He then gets a UI (third tab on the Task) to assign users to Roles. - Brute Force option:...
View ArticleRe: Assigning Users to Roles when the Workflow is Initiated
Thanks, I am a newbie at this so I appriciate the help.
View ArticleRe: Matlab vs. MathCad and Solve Blocks
Thanks for the correction! I wasn't quite sure about that anyway, obviously got confused as of minerr.Indeed the result will be in the interval provided, but it will not necessarily be the absolute...
View Article