setting for *.IMP files?

Posted by: vermaccio

setting for *.IMP files? - 09/19/18 04:15 AM

Inside caesar there are several .IMP files inside directory:

C:\Program Files (x86)\Intergraph CAS\CAESAR II 2016\Stoomwzn


where can i find a manual or a reading to understand the meaning of datas inside these files and what they are useful for?
Posted by: danb

Re: setting for *.IMP files? - 09/20/18 02:30 AM

I guess there are a sort of routines to generate input echo reports.
Posted by: Dave Diehl

Re: setting for *.IMP files? - 09/20/18 07:29 AM

Yes, the .INP (not .IMP) files control the format of the input print format - Stoomwezen has some extra parameters to display.
Posted by: vermaccio

Re: setting for *.IMP files? - 09/21/18 12:34 AM

thank you.
where can i find parameters list and an explanation to use them?
Posted by: Dave Diehl

Re: setting for *.IMP files? - 10/03/18 02:25 PM

I know of no general list of the .INP content.
But by comparing the .INP content with the report display you will quickly see what is what.

The program formats the input echo based on the active .INP file in the \SYSTEM folder. Some reports offer several formats - for example, the ELEMENT list had ELEMENT.INP, ELEMENT0.INP, ELEMENT1.INP, etc. The program uses the file without the number in the name. If you wish to use a different "template" just copy one of those other ELEMENT files into ELEMENT.INP. (ELEMENT0.INP is a duplicate of the shipped ELEMENT.INP.) You can build your own templates.

Again, Stoomwezen has a special report to display its unique data.
Posted by: Andrew Weighell

Re: setting for *.IMP files? - 10/03/18 03:47 PM

Just to follow from Dave.
The most important word in Dave's post is "copy".
Keep a copy of all original inp files out of the box.
Keep a copy of any inp file that works before you edit it.
Editing an inp file is very easy by just following similar usage elsewhere in the file. e.g. Changing decimal places.
However, if you make a mistake, the system just stops. There are no error messages and no indication of what mistakes you have made. This is not a problem but you need to have a working copy that can be reinstated.
Edit and test in small baby steps in case you need to go back to a previous copy.