-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Hello,
I'm currently working on the development of a custom deep learning-based controller to regulate collective blade pitch. As the controller is written in Python, I must communicate in real-time with OpenFAST through Python, which I have found to be possible through ZeroMQ. However, the measurements available, as seen in wfc_interface.yaml, don't include some of the variables that I require for my control strategy.
I have seen that there is an ongoing work in the OpenFAST repository for the ZeroMQ connection, but withouth knowing the progress on that, I would like to get some information, if possible, into adding other variables for the ZeroMQ measurements myself. Issue #336 touched the same topic, and it was said then that changes to the source code would be necessary. Given that, would it be possible to get some guidance onto what changes would I expect to need to do in the source code in order to be able to increase the available measurements from ZeroMQ?
Thanks for any help beforehand.
Regards.