Export FMU for Linux under Windows

Nils Waap_22230
Nils Waap_22230 Altair Community Member
edited March 2023 in Community Q&A

Hey Community,

I need to compile functional mock-ups on Windows for a Linux machine.

Is there a functionality for that within Activate?

 

Best Regards,

Nils

Answers

  • João Marabisa
    João Marabisa
    Altair Employee
    edited March 2023

    Hi Nils,

    This is not possible on current versions. However, you can generate a FMU directly on Linux through Activate. There is a step-by-step below:

    1 - Create a Superblock with the desired blocks (with i/o ports);

    2 - Select (click) this Superblock with the mouse

    3 - Run this command on OML prompt command: vssPProjExportToFMU(struct('fmufile','E:\myfmufilename.fmu'));

    Thanks, 

    João.