-
-
Notifications
You must be signed in to change notification settings - Fork 624
Solar Panels #10373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solar Panels #10373
Conversation
|
Your PR has no registered changes in its description! |
|
solar panel controller needs to be parented properly |
|
you forgot to make it so it can connect to standard cable, you forgot to set it up so medium voltage cable ( standard cable ) can connect to the solar panel controller |
|
(77, 17, 0) < duplicate Please remove StandardCable on the thread Unknown |
|
the cable doesn't overlap with the machine when it set to overllap |
|
the resistance reaction is set to low voltage to cable when it should be medium voltage cable (seems to work fine if it's the wrong cable) |
|
you just need to drop the internal resistance of the Supply, and it should work now |
|
Your PR has no registered changes in its description! |
2 similar comments
|
Your PR has no registered changes in its description! |
|
Your PR has no registered changes in its description! |
21f4d70 to
635efa0
Compare
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
635efa0 to
4a60f35
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
have you tested what happens when you have multiple supplies / running multiple solar panel controllers? |
Solar Panels can only be connected to one controller at a time. If you move the panel or use a multi-tool on it while it's already connected to one; the controller will remove it. |
|
I mean as in multiple solar panel controllers + output from SMES/plasma generator |
Changelog:
CL: [New] Added functionality to Solar Panels and Solar Panel Controllers.
CL: [New] Added the ability to craft Solar Panels with 25 glass sheets, and you can print Solar Controller Boards from Circuit Printers for 1kG, 500M.
CL: [New] The Solar Panel setup on Ministation is now functional and hooked up to one of the station's batteries.
CL: [New] Circuits now display their required components for building machines. You no longer have to commit to building a machine frame to find out the requirements later.
CL: [Improvement] Machine frames print out their building steps in hover tooltips now.