Stationeers: Power Data Displays

Console for power displays using chips I got a comment on an earlier video about calculating how much power you have left in the base based on your generation and discharge. I figure this will be a not quite as short tutorial for using the chips to perform this function. I use the logic chips because as a new player, they are probably the easiest thing to get started into thinking about how to grab data, write data, and manipulate data. Hopefully I can go over a mindset for how to build a logic system that gets the data you need and how to manipulate it to perform a desired function. Little background... power generated and consumed happens in ticks which are 0.5seconds. For the final console that gives a time in seconds, I need to do a little math to get the numbers correct. In this case I divide the total power stored by the power delta to get a time in ticks. Divide that time in half and I get the total time in seconds. Workshop Save File Link: https://steamcommunity.com/sharedfile... I'm not sure if this will work... I assume you subscribe to the save file and it will download a copy for you to open somewhere. I havent tried subscribing and downloading a save yet. Chapters 0:00 Intro 2:00 General approach 4:15 Break down the project into small tasks 4:38 Console 1: Power Generation 9:30 Console 2: Power Consumed 11:50 Console 3 : Power Stored 13:00 Console 4 : Power Change 16:00 Console 5: Time to empty 20:10 Need to adjust for a negative power delta 21:10 Using a Select Chip and comparison 26:00 Results of our labor 29:00 Wrap up 31:18 Outtro