ADD INPUTS TO FAST SIMULINK BLOCK

Dear all,

I would like to add other inputs to the FAST simulink block which are to be used in motion equations within FAST source code. I think to achieve this, I need to modify FASTSimulink code to add the inputs, right? Do I need to make modification on FASTGateway code or anywhere else?

Best wishes,
Xin

Dear Xin,

To add inputs to the FAST Simulink block, you will at the very least need to modify the FASTSimulink.f90 source file and recompile the mex function. Depending on what inputs you plan to add, you may also need to modify other source files.

Best regards,