1

Can an EMS program make a selection from an E+ dropdown menu?

I know how to use EMS to read sensors, control actuators and write values to schedules, but can it also be used to make a selection from an E+ dropdown menu?

A more explicit example: in AirflowNetworkSimulationControl one can choose between 4 Airflow Network Control settings. Is it possible to start a simulation with one setting and switch to another setting in a next timestep?

BBel's avatar
525
BBel
asked 2015-11-26 09:49:51 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2015-11-26 11:18:02 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

3

No, EMS is not able to modify those types of input selections.

Archmage's avatar
7.2k
Archmage
answered 2015-11-26 13:18:28 -0500
edit flag offensive 0 remove flag delete link

Comments

@Archmage. Thank you for the information. That's a pity. Then I will get my hands dirty and dive into the source code.

BBel's avatar BBel (2015-11-27 09:21:10 -0500) edit
add a comment see more comments
0

As said by Archmage I can confirm that EMS is not an option.

However (in case anyone needs it) I found a way to alter the source code to solve my problem. I added a schedule parameter to airflownetwork:simulationcontrol that can be controlled by EMS to switch between the simulation control modes.

BBel's avatar
525
BBel
answered 2015-12-10 04:43:14 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments