Replies: 2 comments 5 replies
-
The inputs to the SFunction also changed from OpenFAST v2.4.0 to the present. I would recommend looking here and reproducing that in your setup. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi, ema-chi! Thank you so much for your help! I encountered the same problem as you. The problem related to the use of strmatch in the "Fcn" block was solved by your method. About the second error, which is related to different versions of input files, could you please provide more details on how to change them according to v2.4.0? Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm trying to run openfast simulation interfaced with ROSCO Controller but i encounter an error, these are the steps i've done:
During the first run i encountered this error:
"Error using runFAST
The expression: u(strmatch('GenSpeed',OutList))
in 'ROSCO/Extract Signals/Extract GenSpeed'
has a syntax error"
Looking for it I found that it was a problem related to the use of strmatch in the "Fcn" block, so i changed them with "Interpreted Matlab Function" blocks.
Next error was:
"Error using runFAST
Error reported by S-function 'FAST_SFunc' in 'ROSCO/FAST Nonlinear Wind Turbine/S-Function':
FAST_InitializeAll:FAST_Init:FAST_ReadPrimaryFile:Invalid logical input for file
"C:...\Controller_MATLAB_interface_debug\ROSCO-raaw1.3\ROSCO-raaw1.3\Test_Cases\5MW_Land_Simulink\5MW_Land_Simulink.fst"
occurred while trying to read SumPrint."
I checked this out and i found out it was related with different version of input files, so i changed them according to v2.4.0 format.
Last error is:
"Error using runFAST
Error reported by S-function 'FAST_SFunc' in 'ROSCO/FAST Nonlinear Wind Turbine/S-Function':
FAST_Update:size of InputAry is invalid."
I've searched for it but i couldn't find anything about it.
Thanks to anyone who can help.
I'm using:
Beta Was this translation helpful? Give feedback.
All reactions