Commit 54a68e87 authored by Marco Buttu's avatar Marco Buttu
Browse files

Test doc

parent 95a54a31
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
* Test both the Wind and SunPart
* copy CDB to production
* Inform Andrea about ho to enable the component
* Doc about how to set and reset the sun avoidance
* commit to centoscompatibility
* Write details on smart working report

TODO: by default, wind and sun avoidance on or off
Andrea has to send setup(Receiver Code).
For every receiver we can have, in the antenna receiver setup:
supervisorSetWindAvoidance="ON"
supervisorSetSunAvoidance="OFF"
Question: I am checking observedAzimuth and observedElevation
+8 −2
Original line number Diff line number Diff line
@@ -39,8 +39,9 @@ To manually test the antenna stop:
* AntennaBoss.setup(CCB)
* Mount.changeMode(PRESET, PRESET)

Now, to point close to the Sun, get the current azimuth
and elevation of the Sun (in UTC time), from here:
Sun avoidance test
------------------
Get the current azimuth and elevation of the Sun (in UTC time), from here:
   
   https://aa.usno.navy.mil/data/index

@@ -55,3 +56,8 @@ At some point you should get a message informing that Supervisor is
going to stop the antenna, because it is pointing close to the Sun.
When the pointing is again at safe distance from the Sun, you get
another message.

Wind avoidance test
-------------------
The wind value from the simulator is 6.4.  Just set the windLimit to
5, the windCheck() thread should stow the antenna after the sleep time.