Linking Simulink to Bladed
이전 댓글 표시
I have a wind turbine (WT) model in the Bladed package (v3.85). I need to link a controller, which is developed in Simulink (R2007b or newer), to this Bladed WT model. There seem to be two possible ways of doing this:
1. Generate C code from Simulink, and modify or 'wrap' that to create a DLL file, which can then be called from the Bladed program. This would (appear to) require Simulink Coder to generate the C code.
2. Write a C-based DLL that links Bladed and Simulink in co-simulation.
Does anyone have any experience with either form of link between Simulink and Bladed, and any recommendations about what the best (only?) way is? Option 1 seems the usual recommended way (by Bladed), but from what I have heard, C code generated by SL Coder still needs quite some manual modification before it can be used to create the DLL.
If you know of any commercial tools that perform option 1 and/or 2, it would help to have some (range of) prices.
댓글 수: 1
zhiyu
2024년 9월 5일
Hello dear Gerrit, now I'm working on this project while running into this problem, I don't know if you can share this part of the experience, I would be very grateful
채택된 답변
추가 답변 (2개)
Ivo Houtzager
2020년 7월 7일
0 개 추천
There is a Simulink controller design example for GH Bladed and OpenFAST in github, see
댓글 수: 1
zhiyu
2024년 9월 20일
That only applies to lower versions of bladed
zhiyu
2024년 9월 5일
0 개 추천
Hello dear Gerrit, now I'm working on this project while running into this problem, I don't know if you can share this part of the experience, I would be very grateful
카테고리
도움말 센터 및 File Exchange에서 Sources에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!