I want to know how to solve the problem as title says. Because I want to calculated the percentage of hours with illuminance uniformity over 0.7 occupying the total working hours. So firstly I need all the illuminance values to calculate the hourly uniformity. The method in the figure can only read one hour once.
I had your problem too and I solved it by this way:
It takes quite a lot (10 minutes), but you get all the data you need. I had a 72-point grid, so I had 72*8760 numbers. It’s up to you manage the database you create: if you have a n-point grid the record you create is:
than you can manage all your record as you want. I used it to find the trend during the year to calculate with genetic algorithm the electrical light requirement and see if it matched to Daysim. But actually, you can do whatever you want.
And do you have any idea to animate the slider automaticlly? Because I also want to take the result as one objective. In every interation the result will be different.
I modified the component and created a new one that returns annual results grafted for all the hours of the year similar to what Claudio mentioned and it is faster than using the component with multiple inputs. Still it takes some time as it has to generate all the branches. Took 1.3 minutes for 360 points on my laptop.