Compute Sun Position: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "File:TComputeSunPosition.png == Summary == {{:Summaries:Computes Sun Position}} == Description == In Visuino, the "Compute Sun Position" component is used to calculate the position of the sun based on the input time. It takes the time as input and outputs the latitude and longitude values corresponding to the position of the sun at that particular time. <b>Diagram:</b> File:TComputeSunPosition.Preview.png == Categories == *File:TArduinoAnalogToolbarCategor..."
 
No edit summary
 
Line 1: Line 1:
[[File:TComputeSunPosition.png]]
[[Image:TComputeSunPosition.png]]


== Summary ==
== Summary ==
{{:Summaries:Computes Sun Position}}
The Compute Sun Position component calculates the sun's elevation and azimuth angles based on geographic coordinates and time for astronomical applications.


== Description ==
== Description ==
In Visuino, the "Compute Sun Position" component is used to calculate the position of the sun based on the input time and geographic location. It takes the date/time and geographic coordinates as input and outputs the elevation (altitude) and azimuth angles of the sun at that particular time and location. This component is essential for solar tracking systems, astronomical calculations, and any application requiring precise sun position data.


In Visuino, the "Compute Sun Position" component is used to calculate the position of the sun based on the input time. It takes the time as input and outputs the latitude and longitude values corresponding to the position of the sun at that particular time.
<b>Diagram:</b>
<b>Diagram:</b>


[[File:TComputeSunPosition.Preview.png]]
[[Image:TComputeSunPosition.Preview.png]]
 
== Properties ==
*'''Initial Time (datetime)''' – Starting date and time for sun position calculations.
*'''Latitude''' – Geographic latitude coordinate in degrees (-90 to +90).
*'''Longitude''' – Geographic longitude coordinate in degrees (-180 to +180).
*'''Enabled''' – Enables/disables the component functionality (Default: True).
*'''Name''' – Component identifier (Default: Compute Sun Position).
 
== Pins ==
=== Input Pins ===
*'''DateTime''' (datetime) – Date and time input for sun position calculation.
 
=== Output Pins ===
*'''Elevation''' (analog) – Sun elevation angle in degrees above horizon (0-90°).
*'''Azimuth''' (analog) – Sun azimuth angle in degrees from true North (0-360°).


== Categories ==
== Categories ==
Line 15: Line 30:
*[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}}
*[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}}
*[[File:TArduinoAstronomyToolbarCategory.png|link=Category:Astronomy]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}}
*[[File:TArduinoAstronomyToolbarCategory.png|link=Category:Astronomy]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}}
== Properties ==
*[[TArduinoCommonClockedAnalogEnableSource.Enabled|Enabled]] - {{:Summaries:Summary Component Enabled}}
== Pins ==
*[[TArduinoCommonAnalogFilter.InputPin|In]] - {{:Summaries:Summary InputPin Analog}}
*[[TArduinoCommonAnalogSource.OutputPin|Out]] - {{:Summaries:Summary OutputPin Analog}}


[[Category:Components]]
[[Category:Components]]

Latest revision as of 07:20, 18 September 2025

File:TComputeSunPosition.png

Summary

The Compute Sun Position component calculates the sun's elevation and azimuth angles based on geographic coordinates and time for astronomical applications.

Description

In Visuino, the "Compute Sun Position" component is used to calculate the position of the sun based on the input time and geographic location. It takes the date/time and geographic coordinates as input and outputs the elevation (altitude) and azimuth angles of the sun at that particular time and location. This component is essential for solar tracking systems, astronomical calculations, and any application requiring precise sun position data.

Diagram:

Properties

  • Initial Time (datetime) – Starting date and time for sun position calculations.
  • Latitude – Geographic latitude coordinate in degrees (-90 to +90).
  • Longitude – Geographic longitude coordinate in degrees (-180 to +180).
  • Enabled – Enables/disables the component functionality (Default: True).
  • Name – Component identifier (Default: Compute Sun Position).

Pins

Input Pins

  • DateTime (datetime) – Date and time input for sun position calculation.

Output Pins

  • Elevation (analog) – Sun elevation angle in degrees above horizon (0-90°).
  • Azimuth (analog) – Sun azimuth angle in degrees from true North (0-360°).

Categories