Difference between revisions of "Solar Panel"
From Unofficial Stationeers Wiki
("At the extreme altitude settings" should be "At the extreme attitude settings") |
(data parameters) |
||
Line 49: | Line 49: | ||
! Parameter Name !! Data Type !! Description | ! Parameter Name !! Data Type !! Description | ||
|- | |- | ||
− | | | + | | Horizontal || degrees || Set the horizontal rotation of the Solar Panel (clockwise, 0-360°, data port is at 270°) |
|- | |- | ||
− | | Vertical || || Sets the vertical angle of the Solar Panel | + | | Vertical || % || Sets the vertical angle of the Solar Panel (accepts 0-100% which translates to 15°-165°, 50%=90° =zenith) |
|- | |- | ||
| On || Boolean || Turns the solar panel on or off | | On || Boolean || Turns the solar panel on or off | ||
Line 61: | Line 61: | ||
! Output Name !! Data Type !! Description | ! Output Name !! Data Type !! Description | ||
|- | |- | ||
− | | Charge || || Returns the power generated in Watts | + | | Charge || W || Returns the power generated in Watts |
|- | |- | ||
− | | Horizontal || || Returns the horizontal rotation of the Solar Panel | + | | Horizontal || degrees || Returns the horizontal rotation of the Solar Panel |
|- | |- | ||
− | | Vertical || || Returns the vertical angle of the Solar Panel | + | | Vertical || % || Returns the vertical angle of the Solar Panel |
|- | |- | ||
− | | Maximum || || | + | | Maximum || W || Maximum possible power for this planet |
|- | |- | ||
− | | Ratio || || | + | | Ratio || || How close to maximum current performance is, 1.0 means panel is perfectly directed and unobstructed |
|- | |- | ||
| On || Boolean || Returns the on/off state of the solar panel | | On || Boolean || Returns the on/off state of the solar panel | ||
|} | |} | ||
</translate> | </translate> |
Revision as of 08:45, 1 November 2020
Constructing Options | Solar Panel |
---|---|
Properties | |
Stacks | x |
Recipe | |
Created With | Electronics Printer, Fabricator |
Cost | 10g Iron, 5g Gold, 20g Copper |
Operation | |
---|---|
Power Usage | 0W to 500W generated |
Construction | |
Placed with | Kit (Solar Panel) |
Placed on | Large Grid |
Stage 1 | |
Next Stage Construction | |
Constructed with item | Glass Sheet |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Solar Panel) |
Stage 2 | |
Deconstruction | |
Deconstructed with | Crowbar |
Item received | Glass Sheet |
Description
The Solar Panel generates power by absorbing sunlight, depending on solar intensity, up to 500W per panel on the moon. Can be manually rotated using a Wrench. Can be built in two configurations, one with opposite side split power/data ports, or two with same side combined power/data ports.
Data ports can interact with Daylight Sensors and logic i/o writers or batch writers to automatically rotate the panel to face the sun.
At the extreme attitude settings (0/100) the solar panel still faces 15 degrees above the horizon. Thus the total arc of vertical rotation is only 150 degrees from input values 0-100.
Notes
After placement be sure to install one Glass Sheet to make it functional.
See Sensors and Solar_Logic_Circuits_Guide for panel automation using logic circuits.
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
Parameter Name | Data Type | Description |
---|---|---|
Horizontal | degrees | Set the horizontal rotation of the Solar Panel (clockwise, 0-360°, data port is at 270°) |
Vertical | % | Sets the vertical angle of the Solar Panel (accepts 0-100% which translates to 15°-165°, 50%=90° =zenith) |
On | Boolean | Turns the solar panel on or off |
Data Outputs
These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
Output Name | Data Type | Description |
---|---|---|
Charge | W | Returns the power generated in Watts |
Horizontal | degrees | Returns the horizontal rotation of the Solar Panel |
Vertical | % | Returns the vertical angle of the Solar Panel |
Maximum | W | Maximum possible power for this planet |
Ratio | How close to maximum current performance is, 1.0 means panel is perfectly directed and unobstructed | |
On | Boolean | Returns the on/off state of the solar panel |