Hello!
I have a program that I use for finding expected production of a wind turbine. The program is also used for scheduling maintenance of the turbine (by finding the timeintervall where the production is expected to be the lowest). A numerical wheater forecast is used as a input to the program, and is uploaded from a txt file. The txt file is of type string, and is later converted to timestamp.
Now I want to expand the program to two seperate wind turbines. I am able to do all the same calculations for turbine 2 as I am for turbine 1. Right now, I am only using the intervall with the 2nd lowest expected production as the maintenance intervall for turbine2. The problem however is that this intervall almost always coincide with the intervall of turbine1. My thought is that I should find the timeintervall with the lowest expected production, that is not part of the timeintervall of maintenance of turbine 1. Does anyone have any thoughts of how this can be done?
I can upload the program if that is desireable, however the code consist of several subVIs to, so would be some files to upload. Alternativley, I can also upload the code with just pure code and no subVIs, but then the code is quite big and messy.
Greetings
Kristoffer