[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TRNSYS-users] Type 320 PID as thermostatic valve



There's also the possibility to simulate a proportional controller with an equation using the infamous (to my point of view :-) ) gt() and lt() syntax.


like le(T,20)*nflwr+ge(T,22)*0+gt(T,20)*lt(T,22)*(nflwr*(22-T)/2)
Or something like that, I didn't test it.

Thibaut