The MONSOON Generic Pixel Server Software Design

Slides:



Advertisements
Similar presentations
SYSTEM PROGRAMMING & SYSTEM ADMINISTRATION
Advertisements

Operating-System Structures
CTIO Blanco WF Imager Data Acquisition Jon Thaler Fermilab, Dec. 6, 2003.
1 SWE Introduction to Software Engineering Lecture 22 – Architectural Design (Chapter 13)
Chapter 12 File Management Systems
1 Requirements, Software Architecture & Design ….
Linux Operations and Administration
1 Operating System Overview Chapter 2 Advanced Operating System.
1 Chapter 12 File Management Systems. 2 Systems Architecture Chapter 12.
CHAPTER FOUR COMPUTER SOFTWARE.
CIS250 OPERATING SYSTEMS Memory Management Since we share memory, we need to manage it Memory manager only sees the address A program counter value indicates.
Status Review Dec. 1, 2003 Mark Hunten MONSOON Project Manager NOAO MI Program.
1 Schema Registries Steven Hughes, Lou Reich, Dan Crichton NASA 21 October 2015.
Operating Systems David Goldschmidt, Ph.D. Computer Science The College of Saint Rose CIS 432.
Software Status Sonja Vrcic Socorro,
GAYA Analyzer SDD Presentation. GAYA Analyzer Introduction OMS40G256 is a hardware device used for detection of radioactive radiation for medical imaging.
UV - Visible Systems Peter Moore AURA / NOAO / ETS.
Image Builder Design Tao Qian UIUC April 10, 2007.
1 MSRBot Web Crawler Dennis Fetterly Microsoft Research Silicon Valley Lab © Microsoft Corporation.
Chapter 2. System Structures
SPI NIGHTLIES Alex Hodgkins. SPI nightlies  Build and test various software projects each night  Provide a nightlies summary page that displays all.
Chapter – 8 Software Tools.
SEPTEMBER 8, 2015 Computer Hardware 1-1. HARDWARE TERMS CPU — Central Processing Unit RAM — Random-Access Memory  “random-access” means the CPU can read.
CHAPTER 3 Router CLI Command Line Interface. Router User Interface User and privileged modes User mode --Typical tasks include those that check the router.
Image Builder/Data Handling System Design Tao Qian UIUC April 10, 2007.
Review of PARK Reflectometry Group 10/31/2007. Outline Goal Hardware target Software infrastructure PARK organization Use cases Park Components. GUI /
A Solution for Maintaining File Integrity within an Online Data Archive Dan Scholes PDS Geosciences Node Washington University 1.
Lesson 9: SOFTWARE ICT Fundamentals 2nd Semester SY
Benefits of a Virtual SIL
Operating Systems {week 01.b}
Architecture Review 10/11/2004
Business System Development
Chapter 19: Network Management
SQA Incident Tracking System Overview
Chapter Objectives In this chapter, you will learn:
Dockerize OpenEdge Srinivasa Rao Nalla.
CCNA Routing and Switching Routing and Switching Essentials v6.0
Credits: 3 CIE: 50 Marks SEE:100 Marks Lab: Embedded and IOT Lab
Cross Platform Development using Software Matrix
Chapter 2: System Structures
IEEE Std 1074: Standard for Software Lifecycle
Introduction to Operating System (OS)
Chapter 10: Device Discovery, Management, and Maintenance
CCNA Routing and Switching Routing and Switching Essentials v6.0
Mark Hunten NOAO MI Program
Automated Software Configuration in the MONSOON System
Chapter 5: Switch Configuration
Chapter 2: Operating-System Structures
System And Application Software
Requirements, Software Architecture & Design
Chapter 10: Device Discovery, Management, and Maintenance
The MONSOON Implementation of the Generic Pixel Server
MONSOON Status Barry Michael Starr 11/22/2018.
Chapter 2: System Structures
Gustavo Rahmer ETS - CTIO
Chapter 3: Operating-System Structures
The Generic Pixel Server (GPX) Dictionary
MONSOON Software Design & Status
Chapter 2: Operating-System Structures
Systems Construction and Implementation
MONSOON Software Design & Status
System Construction and Implementation
Systems Construction and Implementation
Chapter 2: Operating-System Structures
Outline Operating System Organization Operating System Examples
Chapter 2: Operating-System Structures
Managing Cisco IOS Software
MONSOON Software Review
Overview of Computer system
III. Operating System Structures
Presentation transcript:

The MONSOON Generic Pixel Server Software Design A Re-Configurable Image Acquisition System N. C. Buchholz P. N. Daly (NOAO) 20020515 Copyright, 2004 - AURA Inc ©

The MONSOON Image Acquisition System An Extensible architecture, Designed for large pixel count detectors & mosaics focal planes Defined by Interface Control Doc’s at each level. Based on COTS Technology and a small number of reusable in-House boards. Allows for IR FPAs, CCDs, OTAs, digitizing Focal Planes. Not tied to a specific hardware set. Three Level System architecture. MSL - Single control point for the entire focal plane. PAN - Intelligence for a section of the focal plane. DHE - Low-level Hardware control for a section of the focal plane. 20020515 Copyright, 2004 - AURA Inc ©

The MONSOON Image Acquisition System 20020515 Copyright, 2004 - AURA Inc ©

Design Philosophy Libraries provide ease of use & modification, functionality Layered & isolation between layers enforced. Use processes to perform identifiable tasks. Build-in monitoring of system processes. Allow kill/restart of rogue processes. Idiosyncrasies of different observatory systems left to observatory staffers. Unique DHS requirements. Observatory specific systems (EPICS, WIYN router, etc). Unique GUI tools. Don’t rewrite provided facilities unless necessary. KISS Allow for shared libraries to simplify build run test cycle 20020515 Copyright, 2004 - AURA Inc ©

MONSOON Level 0 Context 20020515 Copyright, 2004 - AURA Inc ©

Supervisor Layer Functions System start-up and initialization. (multiple PAN’s). Network/client connection control/security. Multiple connection accept & Setup. Connection error detection and recovery. Primary client communications interface (GPX). Command distribution to multiple pans. Response gathering from multiple PANs. Data transfer control (organizing the transfer). Configuration/Mode name->database translation. 20020515 Copyright, 2004 - AURA Inc ©

Pixel Acquisition Node (PAN) Functions Secondary communications interface (PPX). PAN/DHE start-up and initialization. Command/parameter verification, setting security, PAN name to DHE address translation. Pixel data capture, Image data pre-processing, Calls DHS library to archive image and meta-data. Emergency image archiving (FITS image on disk). Status Tracking, Notification, Logging. 20020515 Copyright, 2004 - AURA Inc ©

DHE (Detector Head Electronics) Functions Low–level hardware control. Detector timing pattern control. Integration timing. Image data conversion and transmission. Hardware housekeeping & status response. Detector protection, Bias power control, hardware test facilities, ESD Protection. Error Detection and Recovery, Power glitches/outages, Electronic component failures. These functions implemented in FPGAs in the DHE. 20020515 Copyright, 2004 - AURA Inc ©

Interface Definitions Client System to Generic Pixel Server. ICD 4.0 Generic Pixel Server - Communications, Command & Response and Data Stream Interface Description. (GPX). MONSOON Restrictions on Science Client Access. ICD 4.1 MONSOON Command and Parameter Restriction Lists. Supervisor Layer to Pixel Acquisition Node. ICD 5.0 Generic Pixel Acquisition Node – Communications, Command & Response Description. (PPX). PAN to Generic DHE (Detector Controller). ICD 6.0 Generic Detector Head Electronics - Command and Data Stream Interface Description. MONSOON PAN to MONSOON DHE. NICD 6.1 MONSOON Detector Head Electronics - Command & Data Stream Interface Description. Published interface TBD 20020515 Copyright, 2004 - AURA Inc ©

MONSOON Software Layering 20020515 Copyright, 2004 - AURA Inc ©

Library Structure & Architecture Libraries divided into classes of function, Call sequence similar for all functions. Functions provide inherited status value & text status string. Libraries provide user selectable debug levels and Simulation mode. Individual test program built for each library, Library API documentation extracted from source code. Generic Makefile, Static and shared library versions built. 20020515 Copyright, 2004 - AURA Inc ©

General Functionality Libraries libavUtil - Attribute-Value pair search, add & modify routines. libcliUtil- command line interface; parse, search & help. libqueUtil - queue functions; new, add, remove, full, empty. libsemUtil - semaphore functions; new, init, give, take, release… libshmUtil - shared memory functions; attach, detach… libsockUtil - socket functions; new, listen, accept, read, write… libmiscUtil - a set of routines used by many pan processes. 20020515 Copyright, 2004 - AURA Inc ©

Generic Interface Libraries libcomUtil - generic communications link routines. Modeled on POSIX I/O library facilities. Open, Close, Read, Write, IOCTL … libdheUtil - generic DHE interface routines (ICD 6.0). Open, Close, Read, Write, IOCTL. readValue, writeValue, readDetector, resetDHE, abortReadout, dhePowerCntl, shutterCntl, biasPwrCntl, startExp, pauseExp, stopExp, abortExp, resumeExp, readValArray, writeValArray, loadWaveform, asyncResponse, testDataLink, testClockDrvr, testDCBiasSup, 20020515 Copyright, 2004 - AURA Inc ©

Generic Interface Libraries libppxUtil - PAN pixel server interface routines. (ICD 5.0). PAN implementation of simplified ICD 4.0 (GPX). Converts gpxXXX->ppxXXX. Single Attribute-Value pair set/read, additional Low level Set/Read implemented for engineering consoles. libpanUtil - shared memory setup & init routines. Shared Memory Allocate, Release, Shared Memory Initialization. Image data buffer setup and Initialization. Get/Set Attribute by name. 20020515 Copyright, 2004 - AURA Inc ©

Hardware Specific Libraries libsystran. Implements the SL240 specific interface to the com link. Open, Close, Configure hardware link & COTS software. Systran hardware functions, read, write, IOCTL functions. libmonsoon. Implements the MONSOON DHE access routines (ICD6.1). Open, Close, Reset, Read, Write, IOCTL, etc. asyncResponse, Test routines, error detection/recovery. MONSOON DHE Exposure control commands. MONSOON DHE Data Capture Routines. Specific command routines implementing ICD 6.0. 20020515 Copyright, 2004 - AURA Inc ©

Hardware Specific Libraries libdetector. Implements routines unique to a detector/instrument. Implements OUV, IR, Guider, etc. differences. Integration Time Calculations, ROI checking & setup, Unique Array Initialization & Setup requirements. OTI details, charge/image shift commands, etc. User Function name to ‘C’ function translation provided. Same structure as runtime command configuration. Translation compiled into library. Shared Library loaded at run time. One Library for each unique detector/instrument combination. Library loaded from detector/instrument directory. 20020515 Copyright, 2004 - AURA Inc ©

PAN Process Coordination 20020515 Copyright, 2004 - AURA Inc ©

PAN Process Coordination (Cont.) 20020515 Copyright, 2004 - AURA Inc ©

MONSOON Team August, 2003 L to R: Peter Moore, Dee Stover, Paul Schmitt, Dave Dryden, John Garcia, Jerry Penegor, Nick Buchholz, Phil Daly and Dave Sawyer. (Not shown: Gustavo Rahmer, Mike Warner, Ricardo Schmidt, Mark Hunten). 11/29/2018 AURA, Inc. ©

MONSOON Results 8 August 2003: First Light Aladdin_II 19 September 2003: First Light Hawaii II 29 September 2003: First Light CCD 20020515 Copyright, 2004 - AURA Inc ©

Future Developments Complete current projects - NEWFIRM, IR Detector LAB, CCD Detector LAB, CCD Multi-Object Spectrometer, OTA test system, Quota, ODI, etc. etc., etc. Develop database/XML system configuration tools to replace current excel based configuration system. Implement more convenient waveform generation tools. Develop observation, and detector set-up mode database to replace mode files. Complete outstanding documentation. Improve run-time configuration to include adding new functions on-the-fly. 20020515 Copyright, 2004 - AURA Inc ©