Problems creating the inp file

Good morning, I was trying to convert the anybody file to abaqus using the AnyOperationShellExec tool:

However, although I don't get any errors, there is no inp file in the files out folder.

Thank you for your attention.
Best regards,
Catarina Rocha

Hi Catarina,

Most likely you get errors, but the window prompt is too quick for you to read.

Could you try this code:

AnyOperationShellExec convert = {
      Show = On;
      FileName = "./files_in/AnyFE2Abq.exe";
      Arguments = "-i ./files_in/clavload.xml -o ./files_out/output.inp -m ./Input/clavicula.inp";
      WorkDir = ".";      
};

Here your working directory will be your Main file directory. Arguments will be relative to this folder. Try creating the folders files_in and files_out before executing the operation? I also copied AnyFE2Abq.exe to "files_in" directory together with all DLLs and other dependencies, as well as the "license.lic" file (it is required and if you haven't copied - it might complain about existing license).

This code seems to work for me. You should see a command line prompt that says something like that:

image

Kind regards,
Pavel

Hello Pavel,

I apologize for only replying now. Thanks for sending me the code. I tried using it according to your instructions, but it still didn't work. From what I've looked at, it seems that Python isn't installed on the machine I'm trying to run it on.

Best regards,
Catarina Rocha