First time here? Check our help page!
1

Schedule File in FMU Resource

Hi everyone, I'm trying to run a FMU on a co-simulation platform. The original E+ model contains "Schedule File" used to declare occupancy schedule. When I run the FMU get the following error: image description image description

It seems that the file refered in "Schedule File" can't be found. Indeed it doesn't appear in FMU's resources. I have try to add the missing file in the FMU's resources but it failed. Does anyone know how to creat a FMU with "Schedule File" in it ?

Thank you. Marin

Marin Pages's avatar
23
Marin Pages
asked 2020-11-05 09:52:41 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2020-11-05 15:42:19 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Hi there, some years later, I am facing the same issue. However, putting the Schedule:File in the same folder as the .idf when generating the FMU (via EnergyPlusToFMU) does not lead to an addition of the Schedule:File file to the resources. Was there any additional "trick"? Thanks. Best, Achim

AGeissler's avatar AGeissler (2024-02-27 10:40:30 -0500) edit
add a comment see more comments

1 Answer

2

It looks like all of the Schedule:File objects are referencing the same Incas.txt file that contains the schedule data because that is what is set for the File Name input field. Without any "/" in the File Name input field , this Incas.txt file needs to be saved in the same folder as the IDF in order for EnergyPlus to read it. If that doesn't work, then try entering the full directory path to Incas.txt instead.

I haven't used the FMU/FMI features of EnergyPlus, so I'm not sure how this relates to the FMU's resources that you mentioned.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2020-11-05 15:57:11 -0500, updated 2020-11-05 16:00:39 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks Aaron ! it's working now.

Marin Pages's avatar Marin Pages (2020-11-06 02:35:29 -0500) edit
add a comment see more comments