"  IMPORT(SUB=0) = 0" Error

alex_1905
alex_1905 New Altair Community Member

Hi,

I am new to Hypermesh (version 2023.1) and currently trying to run an analysis for a bracket connection.

When I want to run an Optistruct Analysis, I get the following error message:

There were 2 error messages during input processing.

  The first message is repeated below:

  *** See next message about line 27 from file:      TestRun_bracket_connection_ExSheet5_2Attempt.fem

   "  IMPORT(SUB=0) = 0"

  *** ERROR # 1000 *** in the input data:

  Incorrect data in field # 3.

What could this be and how can I solve it?

Thank you in advance

Tagged:

Answers

  • GTT Johan
    GTT Johan
    Altair Employee

    Hi Alex
    Do you have file with results that you want to use via the import command?

    IMPORT

    ***************from manual*******
    ASSIGN, H3DRES, 21, C:\RANDOM\FRA.H3D
    SUBCASE 1
    ANALYSIS DFREQ
    IMPORT(SUB=11) = 21

    //Johan

  • Adriano_Koga
    Adriano_Koga
    Altair Employee

    are you using submodel?

    if not, looks like you're creating some card by mistake.

    IMPORT card should be used for submodels, for example.

    Incorrect data in field #3 indicates a missing information at this card. So, you might have created it by mistake or you're missing correct info there.