Thanks for the reply. I have used that strategy successfully with other Types, but unfortunately the inverter just ignores the switch. A message in the List file
says ”The input to the listed units have not converged at this timestep. The values at the last iteration will be used and the simulation will proceed”.
From: Ben Heymer [mailto:bheymer@gmail.com]
I'm not familiar with that component (Type 47a) but its usually possible to use equations to effectively disconnect the links to and from any Type. You can zero out inputs to the type with something like this: input1 = datapoint1 * switch ! (where "switch" = 1 for "on" or 0 for "off") You can choose to use outputs from one type or another type with something like this: output1 = output1a * switch + output1b * (1 - switch) ! (where "switch" = 1 for "on" or 0 for "off") This will take a bit of time to set up and it's not very elegant, but the freedom to hack is what makes TRNSYS great! On Thu, Jul 14, 2016 at 9:54 AM, Manrique Delgado Benjamin via TRNSYS-users <trnsys-users@lists.onebuilding.org> wrote:
|