Hi, I am using a simulation summary with Energy Balance (Type 28a). I am wondering, whether it can output a value without doing any operation on it.
The summary works fine for all values that need to be integrated, which are all [kJ/h]. What I need as an output is a count of how often my boiler was started. Therefore I just count the number of times in the code and give it out to an output file. In the last line of my output file I have the cumulated count, e.g 132. To read out that value I have to open the file and copy it. As I am doing parametric runs and my timestep is 1 min, so 500.000+ lines per file, it
takes a lot of time to open all the files and copy the last line of every file to an overview. I already automated it with Excel VBA but it’s still a little annoying.
Best regards, Jan |