Skip to main content
1-Visitor
January 28, 2021
Solved

Printing types of inner thread inserts/programming

  • January 28, 2021
  • 1 reply
  • 11502 views

Hi,

I have problem with printing name (types inner inserts) from tables (values picture). I have 2 values which are not in tables: N.Ed=31kN and V.Ed=35kN and then analogues/relatives values from tables N.Rd and V.Rd in columns. So i need to print all names from (vakuankkuri) column which are meet the conditions: 

~N.Rd>N.Ed/2 and V.Rd>V.Ed/2

 

I have already ideas with matrix (picture matrix tables) but don't know how to solve this problem by right programming/looping. Thanks for advices.

Best answer by Werner_E

In case you'd like to stay with your solution, you may simply try this:

Werner_E_0-1612195168719.png

 

1 reply

25-Diamond I
January 28, 2021

Please attach your worksheet.

And if you don't use the latest version of Prime (which is 6), tell us so, as otherwise you won't be able to read the files which may be posted as answers.

 

From what I understand, a function like the following should do the job:

Werner_E_0-1611856104844.png

P.S.: You may consider using units in your table(s). That's something that Prime can deal with pretty good.

 

Remus1-VisitorAuthor
1-Visitor
February 1, 2021

Hi,

 

I coudnt answer before because i had problem with PTC community website. 

Im using Mathcad prime 5 and I did solve this problem in another way. In my opinion also works but i need to add some comments which I dont know yet.

How i can add output text: 'need more insert/supports per element'  if i dont how now types printed:

insert.JPGsupport.JPG

 

It will be also good to know how to solve this problem by you way  

 
 
 
 
25-Diamond I
February 1, 2021

How about a more streamlined and general function which you can use for an arbitrary number of inserts?

Werner_E_0-1612188266039.png

Prime 5 worksheet attached