data matrix export

Posted by: vermaccio

data matrix export - 04/04/22 07:43 AM

there is the button -data matrix- to IMPORT a data matrix.

Is there a way to EXPORT the caesar model as data matrix?
Posted by: Richard Ay

Re: data matrix export - 04/04/22 10:39 AM

Sorry, there is no such option. However, depending on what your ultimate goal is you can either:

1) Export to the CII neutral file, or

2) Use an alternate .INP file (located in the /system directory) to alter the format of the input echo.
Posted by: Mandeep Singh

Re: data matrix export - 04/04/22 08:27 PM

Maybe Vermaccio is referring to the data matrix import a piping model. Here is a similar post and a helpful excel utility.

http://forums.coade.com/ubbthreads/ubbth...=true#Post70330
Posted by: vermaccio

Re: data matrix export - 04/05/22 05:38 AM

thank you. so now i know is NO possible to export data matrix from caesar to a matrix file. frown
Posted by: vermaccio

Re: data matrix export - 04/05/22 05:42 AM

2) Use an alternate .INP file (located in the /system directory) to alter the format of the input echo.:


can you tell me more about this idea?
Posted by: Richard Ay

Re: data matrix export - 04/05/22 07:28 AM

The formatting of the input echo sections is controlled by a set of .INP files (there is one for elements, one for bends, one for restraints, etc.). If you change to a different set of .INP files, the format of the input echo changes.

There are a number of alternate .INP files for the echo of the element data: element0.inp, element1.inp, element2.inp and so forth. The software only reads (uses) element.inp - note, no number in this file name. Further, element0.inp is identical to the distributed element.inp (so you can get back to the original implementation).

Try this, from the /system directory:
- Copy element1.inp to element.inp (over-writting element.inp).
- Generate an input echo of the elements.
- If this isn't what you want, try again by copying element2.inp to element.inp, generate the input echo again.
- When you're finished, copy element0.inp to element.inp to get back to the original implementation.

I hope this helps.
Posted by: vermaccio

Re: data matrix export - 04/07/22 04:22 AM

in
ELEMENT2.inp

in basic elements geometry ther are several numbers with "^" character.
what are them needed for?

exaple: (^21) or (^07) what is the difference?


is there a manual that expain how to change/write by hand the .in files?
Posted by: vermaccio

Re: data matrix export - 04/07/22 04:49 AM

more, in /auxa14 there are several rows:
eample
:0:6:0:JR:NU THERMAL1 ,
or
1X:0:4:3:JR:NU DIA ,

what about numbers and "X"?

i need to exctract a input echo containing
/COL_DUP_ON DX,DY,DZ,DIA,THICK,THERMAL1,PRESURE1,THERMAL2,PRESURE2,THERMAL3,PRESURE3,COROSION,FDENSITY,ITHICK,IDENSITY,EMOD,FDENSITY

how can i write the .inp file?
Posted by: Richard Ay

Re: data matrix export - 04/07/22 09:57 AM

The format and special codes in the .INP files are documented in the "User's Manual".
Posted by: vermaccio

Re: data matrix export - 04/07/22 11:51 PM

on help file:

ASCII Text File Rules:
https://hexagonppm.fluidtopics.net/r/en-US/CAESAR-II-Users-Guide/Version-12/894218

and the bottom of section it tells to look for "print" link BUT it goes to the wrong page (wrong link).
the right one is this:

PRINT:
https://hexagonppm.fluidtopics.net/r/en-US/CAESAR-II-Users-Guide/Version-12/336203

that tell to look at acsii text rules again.
the circle is closed :P


where is the manual to write/change the element.inp file, to understand file coding?