🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Inspire Studio write script

Terence_20729User: "Terence_20729"
New Altair Community Member
Updated by Terence_20729

Hello!

 

I am currently working on HS-1650 tutorial (HS-1650: Beam Cross-Section Study with Inspire Studio (altair.com)). At Step 9, I received an error after running definition. More specifically:


Error: Inspire Studio write script not found. Set environment variable (HW_HST_CMD_ISTUDIO_WRITE) pointing to inspire studio write script.

 

Which file in the Inspire Studio directory is the write script?

 

Thank you!

Find more posts tagged with

Sort by:
1 - 1 of 11
    harteUser: "harte"
    Altair Employee
    Updated by harte

    Hi Terence,

    I have Inspire Studio 2022.3 installed and I have HW_HST_CMD_ISTUDIO_WRITE pointing to

    C:\Program Files\Altair\2022.3\InspireStudio2022.3\hwx\bin\win64\hw_hst_cmd_istudio_write.bat

    Also you need to make the following small modification to hw_hst_cmd_istudio_write.bat for this to work:

    On line 77 of this .bat file remove the following '-ex "ExecMainEvo.exe"', so that line 77 reads:

    set strCmd=%strArg_FilePath_executable%  -cfg -l en -ns -c "Inspire Studio" -v InspireStudio2022 -input %strArg_FilePath_iStudio% -params %strArg_FilePath_hst_input% -output %strArg_FilePath_stl% -errorspreventsave %strArg_Additional%

     

    Regards,

    Greg.