Space Engineers

Space Engineers

Not enough ratings
SmartPowerViewerScript
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
994.861 KB
6 Feb, 2020 @ 3:40am
9 Feb, 2020 @ 4:49am
3 Change Notes ( view )

Subscribe to download
SmartPowerViewerScript

Description
Whats the script about ?

This is a script for those who like to monitor the functionality of their power blocks to help with setting up, and identifying dysfunctional power blocks

How to setup the script

  • Before you paste the script you will have to: rename a LCD Panel to "Screen" and change the (Content) to Text and images
  • If you wish to get readings from your Wind Turbines you will have to add them in a group called "Wind Turbines" #Note you only have to do this with the Wind Turbines all the other power blocks will be auto detected
after you are done feel free to paste the code and run it

What does this script do ?

On default settings it will detect all your power blocks and display the amount of those types of blocks you have and its total output as in for batteries you will get much more information like its: output, input, % of battery life.

You will notice by default the batteries will show a list of its blocks while the other power blocks will only display those giving a weak output but you can change this as seen on image 2 on the workshop page, if you wish to see the list of other power blocks or hide them you can do that by simply changing the the bool to true(will show the list) or false(will hide the list) #NOTE when you turn other power blocks to "true", it will no longer display notify you of a dysfunctional power blocks (you will have to check trough the list on your own) till the power block is turned to "false"
1 Comments
null  [author] 9 Feb, 2020 @ 4:55am 
Changes has been made to the code to make is more user friendly. You will notice in the code that on the top side of the code there is a settings area where all the important settings of the code can be found where you can change the settings to your needs

#NOTE that if you are already using the old code you might need to paste the code again to receive the latest version of the code