Sofimshc --> sofimsha --> sofimshc --> sofimsha

Hallo zusammen,

wie kann man die Programme zweimal in der selben TEDDY-Datei benutzen? Wenn ich dies mache, erweitert das zweite Programm SOFIMSHC mein Modell nicht, obwohl ich keine Fehlermeldungen bekomme.

+PROG SOFIMSHC
ENDE
+PROG SOFIMSHA
ENDE
+PROG SOFIMSHC
ENDE
+PROG SOFIMSHA
ENDE

Vielen Dank im Voraus
Mit freundlichen Grüßen
Naser

Vermutlich hilft SYST Rest in beiden SofiMSHA und im zweiten SofiMSHC.

Grüße
gmay

Danke für deine Antwort.
Leider hat dies das Problem nicht gelöst.

Grüße
Naser

Don’t know if this helps, but I suggest you:
Condense the structure to:
1 SofimshC run followed by
1 SofimshA run with Syst Rest (as suggested by gmay)

Trying to alter an existing system with SofimshC has never really worked for me.

Why do you want to separate the modelling into 4 parts?

In general I suggest you should try to model everything in only SofimshC (I might be a bit partial here :wink: ).
That way you have one program that parses your entire code and checks for coherence.
Thus less likely that you get unintended errors.

I normally model in SofimschC and sometimes add result sets in SofimshA.

Hi,

i wanted that just becuse i couldn’t create topological assignment between the elements created by TRAN and the elements of a defined structrual area.

see below

Thanks

Naser

Dear all,

it is NOT possible to run SOFiMSHC after a module SOFiMSHA.
The correct sequense is
SOFiMSHC → SOFiMSHC → SOFiMSHA → SOFiMSHA
Make sure to use the input CTRL REST and SYST REST 2 to keep system and loads from the previous modules.
The standard use case is, that you want to add RSET elements for a bridge model.
Please see also our online bridge training

Chapter #7 tells you how to add RSET.