Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
robotics docks power issue
#9
I'm pretty sure that 1%* is off by a factor 10, and also APCs don't tick every second anymore. If I understand the code right it's actually 0.1% every 3.2s. - That's why they charge at a glacial pace in general.

I wanna say though, if I remember right the APC code will look at the consumed load since last tick and if it can draw all of it from the grid, then the APC should be fine. Problem here is that what any APC can draw from the grid is just the total power available divided by the number of APCs, so the system doesn't account for outliers.

I dunno if that's hard to follow for non coding folks so for example:
-If we take cog1 for example and ignore solars, the TEG supplies 4 SMESes that can each output 200kW at most or 800kW total. (Not that people set them that high, but...)
-Say that there's 80 APCs on the cog1 main grid (a low estimate), that makes for 10kW per APC on average.
-Most APCs are well below that and probably won't even reach 5kW. Assuming they do, that's 5*79 = 395kW so there's a 405kW surplus still
-If telesci has their portal active that's a 50kW continuous drain, which is well within that surplus but because it is above the 10kW average the APC will draw 10kW and drain the cell for 40kW worth.
-That shit's fucked. Sorry for ruining the powernet magic for y'all.

I don't remember the conversion to cell charge but obviously it works out to much less than 40k on the cell, those 2500 capacity APC cells don't run out in seconds after all.

(*assuming Lord_earthfire looked at https://github.com/goonstation/goonstati...ery.dm#L34 - the comment is incorrect there: 1 = 100%, so 0.1 = 10% etc)
Reply


Messages In This Thread
robotics docks power issue - by Retrino - 02-25-2023, 06:59 PM
RE: robotics docks power issue - by Waffleloffle - 02-25-2023, 07:27 PM
RE: robotics docks power issue - by Decarcassor - 02-26-2023, 01:34 AM
RE: robotics docks power issue - by Kotlol - 02-26-2023, 12:41 PM
RE: robotics docks power issue - by Zamujasa - 02-26-2023, 02:14 PM
RE: robotics docks power issue - by BatElite - 02-27-2023, 08:57 AM
RE: robotics docks power issue - by Kotlol - 02-27-2023, 09:28 AM
RE: robotics docks power issue - by Kotlol - 02-27-2023, 01:00 PM
RE: robotics docks power issue - by Zamujasa - 02-27-2023, 02:08 PM
RE: robotics docks power issue - by TDHooligan - 02-27-2023, 06:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)