Page 1 of 1

adjust idle/active energy usage

Posted: Fri Jun 24, 2016 5:38 pm
by Brathahn
Hello,
is there a way to adjust the idle/active energy usage of a machine?

im planning of making a "load-resistor" to drain large ammounts of energy from my power network.

my idea was modifying a lamp and use the circuit network condition to toggle it on and off.
the problem now is the idle energy usage: if i set the lamps "energy_usage_per_tick" to 1000KW it will drain 997kw (where do the 3kw go btw?) :
Image

but if the lamp is off it drains about 33kw:
Image

this is not suitable for measuring purposes..
also adding idle_energy_usage = 0KW does not work.

how can i set the idle consumption to zero?

Re: adjust idle/active energy usage

Posted: Sat Jun 25, 2016 11:20 am
by darkfrei
Maybe idle_energy_usage = "0kW" or

Code: Select all

 idle_energy_usage = nil
or

Code: Select all

 idle_energy_usage = {}

Re: adjust idle/active energy usage

Posted: Mon Jun 27, 2016 10:42 am
by ratchetfreak
wait until 0.13 with the power switch