the status of wlrs system automation · 2018-11-13 · federal agency for cartography and geodesy...

17
Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A. Neidhardt 1 , K. Kirschbauer, J. T. Bachem, A. Leidig, T. Schüler ¹Technical University of Munich

Upload: others

Post on 06-Mar-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Federal Agency for Cartography and Geodesy

The status of WLRS system automation

Geodetic Observatory Wettzell

J. J. Eckl, A. Neidhardt1, K. Kirschbauer, J. T. Bachem,A. Leidig, T. Schüler

¹Technical University of Munich

Page 2: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Basics

21st International Workshop on Laser Ranging8/11/2018 2

Basic tools for sustainable software development and to ensure minimum requirements to functional safety:▪ Version control: Apache Subversion▪ Software documentation: Doxygen▪ Software quality control: Cppcheck▪ General documentation: Dokuwiki▪ System-Monitoring:

Zabbix, Grafana & Wettzell SysMon

▪ Communication interface: Idl2rpc.pl (A. Neidhardt), Generator for client-serverarchitecture

Page 3: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Concept

▪ Besides, Hardware:− Sensors for atmosphere− Increase repetition rate of WLRS (Session 9 presentation)

21st International Workshop on Laser Ranging8/11/2018 3

Page 4: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Sensors- cloud position & rain -

▪ NubiScope: − Skymap with IR-senor @ 10 min interval− Resolution: 10 degree Azimuth, 3 degree elevation− Precipitation indicator

21st International Workshop on Laser Ranging8/11/2018 4

Page 5: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Sensors- cloud & rain -

▪ InfraTec: Heat sensing camera for cloud detection during observation (part of In-Sky-Safety system → poster, board 23)

▪ Thies: Optical rain sensor to shut the system down

21st International Workshop on Laser Ranging8/11/2018 5

Page 6: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Safety System- overview -

21st International Workshop on Laser Ranging8/11/2018 6

▪ Two independent circuits (Lab & In-Sky-Safety)

Page 7: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Safety- components -

▪ Lasermet: Laser Safety System− EN ISO → 13849-1 performance level e− EN61508 → SIL 3 − Dual blade shutter

▪ Installation planned during major system overhaul 2019

21st International Workshop on Laser Ranging8/11/2018 7

Page 8: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

System-Monitoring- principle -

Choose either A, B or C to insert data to Sysmon21st International Workshop on Laser Ranging8/11/2018 8

sensors

sensor readout

Idl2rpc.plSensorPC

Mirror→ www

SysmonPC

Page 9: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

System-Monitoring- main page -

21st International Workshop on Laser Ranging8/11/2018 9

Page 10: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

System-Monitoring- example Grafana -

21st International Workshop on Laser Ranging8/11/2018 10

Page 11: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Scheduling & Control- Controller design -

Features:▪ Central configuration

file distributed to each device

▪ System control based on SNAP commands (VLBI)

▪ Mission dependent SNAP-files possible

▪ State Machine for optimization during observation (pending)

21st International Workshop on Laser Ranging8/11/2018 11

CALIBRATION1. EUROLAS=usSet?=CAL

2. SLRET=usSetCalibration=… #PPS & channeloffset

3. SLRET=usStartMeasurement

4. TRU_OWIS=usSet??? #divergence, fov, aperture, nd wheels

5. TRU_OWIS=usMove2Reference

6. CONTROLLER=usSetAzEl=… #moves telescope & waits until

coordinates reached

7. CONTROLLER=usSetAzEl=… #moves telescope once more (if

required)

8. CONTROLLER=usCheckCalFinished #reads SLRET usisvalid until != 0

9. CONTROLLER=usCheckTRU_OWIS #reads TRU_OWIS parameters

until position reached

10. SLRET=usSetCalibration=… #set calparameters

11. SLRET=usSetLaserDelay=100000

12. SLRET=usStartMeasurement

13. CONTROLLER=usAdjustSignalLevel=%RR #moves TRU_OWIS until

signal level is proper

14. CONTROLLER=usCheckCalFinished

15. SLRET=usSetLaserDelay=0

16. CONTROLLER=usSetAzEl=… #move the telescope, if required

17. SLRET=usSendCal2DB

18. Scheduler=usGetJob

Page 12: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Scheduling & Control- Controller main loop -

21st International Workshop on Laser Ranging8/11/2018 12

Page 13: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Scheduling & Control- Scheduler selection plan -

21st International Workshop on Laser Ranging8/11/2018 13

Meteodependent

Satellite list5 min future

Page 14: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Scheduling & Control- Scheduler results -

LEO:No inter-leaving

HEO:

Shortvisibility

21st International Workshop on Laser Ranging8/11/2018 14

Satellite priority

Page 15: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Scheduling & Control- quality control -

▪ Scheduler & Controller in simulation-mode

21st International Workshop on Laser Ranging8/11/2018 15

Page 16: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Conclusion

▪ System automation of WLRS is in advanced state▪ System integration tests planned in early 2019▪ Autonomous operation still challenging▪ Major system upgrade planned for mid 2019 to

gain CE conformity and to improve safety-standard and documentation

21st International Workshop on Laser Ranging8/11/2018 16

Page 17: The status of WLRS system automation · 2018-11-13 · Federal Agency for Cartography and Geodesy The status of WLRS system automation Geodetic Observatory Wettzell J. J. Eckl, A

Page 17

This book combines elementary theory from computer science with real-world challenges in global geodetic observation, based on examples from the Geodetic Observatory Wettzell, Germany. It is a guide for students, staff and development engineers.

Subjects

Applied Methods

Type: eBook, HardcoverSeries: Springer Textbooks in Earth Sciences, Geography and EnvironmentHardcover: 546 pagesPublisher: Springer; 1st ed. 2017 edition (August 29., 2017)Language: EnglishISBN-10: 3319401378ISBN-13: 978-3319401379http://www.springer.com/us/book/9783319401379

Compared to Plag/Pearlman “Global Geodetic Observing System” (2009)

2018, Oct. 31st