Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Error Running EP FMU export on Simulink

When using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop hour of simulink is multiples of 86400.

Error Running EP FMU export on Simulink

When using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop hour time of simulink is multiples of 86400.

Error Running EP FMU export on Simulink

When using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop time of simulink is multiples of 86400.

Error Running EP FMU export on Simulink

When I was trying to run an EPFMU export on simulink, when using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop time of simulink is multiples of 86400.86400. Can someone help please ? Thanks in advance.

Error Running EP FMU export on Simulink

I was trying to run an EPFMU export on simulink, when using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop time of simulink is multiples of 86400. Can someone help please ? Thanks in advance.

Error Running EP FMU export on Simulink

I was trying to run an EPFMU export on simulink, when using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop time of simulink is multiples of 86400. Can someone help please ? Thanks in advance.

Update: I've tried different versions of Visual Studio including 2013, also I've tried using the Energy+idd of versions 8.6, 8.9 and 9.x. I also tried to uninstall all EP versions and keep only one but this didn't work. I've also tried replacing the RunPeriod object in the IDF order as per the discussion of issue #30 (https://github.com/lbl-srg/EnergyPlusToFMU/issues/30) but still had no luck.

The fmu file generates fine but the simulation stops at the same stage krzysztofarendt experienced in issue#30 with the exact error message related to timestep.

Error Running EP FMU export on Simulink

I was trying to run an EPFMU export on simulink, when using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop time of simulink is multiples of 86400. Can someone help please ? Thanks in advance.

Update: I've tried different versions of Visual Studio including 2013, also I've tried using the Energy+idd of versions 8.6, 8.9 and 9.x. I also tried to uninstall all EP versions and keep only one but this didn't work. one. I've also tried replacing the RunPeriod object in the IDF order in the idf text editor as per the discussion of issue #30 (https://github.com/lbl-srg/EnergyPlusToFMU/issues/30) but still had no luck.

The fmu file generates fine but the simulation stops at the same stage krzysztofarendt experienced in issue#30 with the exact error message related to timestep.

Error Running EP FMU export on Simulink

I was trying to run an EPFMU export on simulink, when using an EnergyPlus FMU export on simulink, where my idf file has a running period of 31 days with 1 timestep per hour, the run is stopped by the following error:

Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: A valid time step could not be determined. Log from FMU: [category:error, status:fmiError] fmiInitializeSlave: Can't read time step file.

My stop time of simulink is multiples of 86400. Can someone help please ? Thanks in advance.

Update: **Update: I've tried different versions of Visual Studio including 2013, also I've tried using the Energy+idd of versions 8.6, 8.9 and 9.x. I tried to uninstall all EP versions and keep only one. I've tried replacing the RunPeriod object in the IDF order in the idf text editor as per the discussion of issue #30 (https://github.com/lbl-srg/EnergyPlusToFMU/issues/30) but still had no luck.

The fmu file generates fine but the simulation stops at the same stage krzysztofarendt experienced in issue#30 with the exact error message related to timestep.

**Update2: I've set the run period in the idf file for 1 day and identified a fixed timestep for the simulink. Now the simulation runs for ever and doesn't allow to pause or stop. No results. I wanted to try the fmu on pyfmi, but when installing the library through python setup.py install --fmil-home=C:\Python27\Lib and python setup.py install --fmil-home=C:\Python27\Lib\FMI_Library , get error option --fmil-home not recognized.