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

HoussemYounes's profile - activity

2023-09-14 09:34:29 -0500 edited question How to upload a measure to BCL?

How to upload a measure to BCL? I have created a measure that I want to publish. The BCL describes a 4-step process to c

2023-09-14 09:33:48 -0500 asked a question How to upload a measure to BCL?

How to upload a measure to BCL? I have created a measure that I want to publish. The BCL describes a 4-step process to c

2023-06-09 09:29:25 -0500 received badge  Commentator
2023-06-09 09:29:25 -0500 commented answer User Defined Plant Maximum Loading Capacity Override

Exactly, and that is the final goal. Currently, I have packaged the module as an Openstudio measure which should already

2023-06-08 18:20:23 -0500 edited answer User Defined Plant Maximum Loading Capacity Override

Thank you for the comment, Denis. You are right, I don't have a storage capacity (in J) directly associated with the PCU

2023-06-08 18:19:08 -0500 answered a question User Defined Plant Maximum Loading Capacity Override

Thank you for the comment, Denis. You are right, I don't have a storage capacity (in J) directly associated with the PCU

2023-06-08 18:19:08 -0500 received badge  Rapid Responder (source)
2023-06-08 09:57:20 -0500 asked a question User Defined Plant Maximum Loading Capacity Override

User Defined Plant Maximum Loading Capacity Override I am using a PlantComponent:UserDefined (PCUD) object to model a se

2023-04-27 07:18:31 -0500 asked a question How does SystemTimeStep work?

How does SystemTimeStep work? I have an EMS code that models a central heating component. Variables inside the EMS progr

2023-04-27 07:18:24 -0500 asked a question How does SystemTimeStep work?

How does SystemTimeStep work? I have an EMS code that models a central heating component. Variables inside the EMS progr

2023-03-31 12:06:00 -0500 asked a question Combing model and EnergyPlus measures?

Combing model and EnergyPlus measures? In an openstudio model measure, is there a way for a having specific part of a mo

2023-03-24 08:52:25 -0500 answered a question Openstudio not recognizing PlantComponent:UserDefined as a heating/cooling device

I find that this is the portion of the source code for plant equipment operation schemes responsible for this. case ope

2023-03-23 21:01:08 -0500 received badge  Rapid Responder (source)
2023-03-23 21:01:08 -0500 answered a question Add missing actuator manually through measure

I found another way using: q_sensible_heat_loss_act = OpenStudio::Model::EnergyManagementSystemActuator.new(pcud, "Co

2023-03-23 19:34:48 -0500 edited question Add missing actuator manually through measure

Add missing actuator from manually through measure Hi, I have a model measure that adds a PlantComponent:UserDefined ob

2023-03-23 19:23:39 -0500 edited question Add missing actuator from manually through measure

Add missing actuator from manually through measure Hi, I have a model measure that adds a PlantComponent:UserDefined ob

2023-03-23 19:21:58 -0500 asked a question Add missing actuator from manually through measure

Add missing actuator from manually through measure Hi, I have a model measure that adds a PlantComponent:UserDefined ob

2023-03-23 19:21:48 -0500 asked a question Add missing actuator manually through measure

Add missing actuator from manually through measure Hi, I have a model measure that adds a PlantComponent:UserDefined ob

2023-03-20 10:45:31 -0500 asked a question Openstudio not recognizing PlantComponent:UserDefined as a heating/cooling device

Openstudio not recognizing PlantComponent:UserDefined as a heating/cooling device PlantComponentUserDefined is used to m

2023-03-17 08:51:24 -0500 edited question Control of a PlantComponentUserDefined object in Openstudio

Control of a PlantComponentUserDefined object in Openstudio I wrote a measure that automatically adds a PlantComponentUs

2023-03-17 08:50:16 -0500 asked a question Control of a PlantComponentUserDefined object in Openstudio

Control of a PlantComponentUserDefined object in Openstudio I wrote a measure that adds automatically adds a PlantCompon

2023-02-15 23:43:07 -0500 asked a question Customizing mini-icons via measure?

Customizing mini-icons via measure? Hello, I've successfully created a measure that adds a Plantcomponent:UserDefined o

2023-02-09 09:18:55 -0500 received badge  Teacher (source)
2023-02-07 09:11:37 -0500 commented answer Creating schedules with ruby

I was looking into the ScheduleRulset object, it's quite easy to use in the GUI but I wanted to create it programaticall

2023-02-07 09:08:15 -0500 answered a question Creating schedules with ruby

I wanted to create the Schedules programatically using only user arguments supplied to my measure. I eventually opted fo

2023-01-31 21:51:14 -0500 asked a question Creating schedules with ruby

Creating schedules with ruby Hello, I am writing a measure in openstudio that takes user inputs about start and end tim

2023-01-31 21:50:02 -0500 asked a question Create a schedule based on user input

Create a schedule based on user input Hello, I am writing a measure in openstudio that takes user inputs about start an

2022-10-01 11:55:36 -0500 edited question View EMS output variable in Openstudio

View EMS output variable in Openstudio Hi , is it possible to view my custom EMS output variable in Report: Openstudio

2022-10-01 11:54:25 -0500 asked a question View EMS output variable in Openstudio

View EMS output variable in Openstudio Hi , is it possible to view my custom EMS output variable in Report: Openstudio

2022-09-29 14:26:53 -0500 commented question EMS with Openstudio debugging

I think you're right too although it wasn't that obvious in my case. I was using the global variable to program a PlantC

2022-09-29 11:45:16 -0500 commented question EMS with Openstudio debugging

Not in this case, the error is strange, I have many global variables defined just before this particular line that are r

2022-09-29 11:09:47 -0500 asked a question EMS with Openstudio debugging

EMS with Openstudio debugging Hi, I have the following line in my measure.rb file ets_heating_energy = OpenStudio::Mo

2022-09-15 08:27:05 -0500 commented answer PlantComponent:UserDefined in OpenStudio

Thank you ! this is what I'm looking for.

2022-09-15 08:26:34 -0500 received badge  Supporter (source)
2022-09-14 17:33:14 -0500 asked a question PlantComponent:UserDefined in OpenStudio

PlantComponent:UserDefined in OpenStudio Hello, Are there any examples of OpenStudio measures (a measure.rb file) that

2022-09-14 17:33:07 -0500 asked a question PlantComponent:UserDefined in OpenStudio

PlantComponent:UserDefined in OpenStudio Hello, Are there any examples of OpenStudio measures (a measure.rb file) that

2022-08-17 10:33:54 -0500 commented answer Problem while opening JEPlus results

Please omit the last comment, I am now able to open the csv files, I had very limited space on my hard drive which stopp

2022-08-17 10:33:00 -0500 commented answer Problem while opening JEPlus results

Please ommit the last comment, I am now able to open the csv files, I had very limited space on my hard drive which stop

2022-08-17 10:32:38 -0500 commented answer Problem while opening JEPlus results

Please ommit the last comment, I am now able to open the csv files, there was an error in my parameter. I had very limit

2022-08-17 09:14:39 -0500 commented answer Problem while opening JEPlus results

Thank you for replying. It seems the file is not in the output folder, and my case folders contain only the in.epw file

2022-08-17 08:13:51 -0500 commented answer Problem while opening JEPlus results

Thank you for replying. It seems the file is not in the output folder, and my case folders contain only the in.epw file

2022-08-16 16:47:55 -0500 asked a question Problem while opening JEPlus results

Problem while opening JEPlus results C:\fakepath\Capture.PNG Does anyone know what could cause this error in JEPlus and

2022-07-12 10:37:07 -0500 asked a question HVAC template + PlantComponent:UserDefined

HVAC template + PlantComponent:UserDefined Hello, I've created a Plantcomponent:UserDefined (PCUD) object for a heat st

2022-06-30 07:44:56 -0500 received badge  Enthusiast
2021-11-17 21:41:22 -0500 asked a question Operation schemes for PlantComponent:UserDefined?

Operation schemes for PlantComponent:UserDefined? Hello, is it possible to have an operation scheme other than 'Uncont

2021-11-11 14:34:35 -0500 commented answer Numerical equations with EMS

Thank you very much this is really helpful!

2021-11-11 12:22:56 -0500 asked a question Numerical equations with EMS

Numerical equations with EMS Hello, I am trying to write a subroutine that calculates the temperature of my storage me

2021-11-07 18:55:12 -0500 asked a question PlantComponent:UserDefined ems control

PlantComponent:UserDefined ems control Hi everyone, I'm using the PlantComponent:userdefined input object to model a new

2021-11-05 23:02:54 -0500 edited question EMS and PlantComponent:UserDefined

EMS and PlantComponent:UserDefined Hi everyone, I'm using the PlantComponent:userdefined input object to model a new st

2021-11-05 23:02:54 -0500 received badge  Editor (source)