GLAST LAT Project 6/25/2015 – Lori Bator1 Use of AstroRT or ITOS for ISOC Functions that can be performed by AstroRT or ITOS –Read telemetry packet information.

Slides:



Advertisements
Similar presentations
CHAPTER 10 COMMON PROGRAMMING TECHNIQUES. SENDING VALUES TO A SCRIPT Hidden form input type: Depending on the method, $_POST['do'] or $_GET['do'] will.
Advertisements

About Links in Dreamweaver. Creating Links A link has 2 parts: –The URL (Uniform Resource Locator)= the name and path of the file you want to link –The.
GLAST LAT ProjectManager’s Face to Face - ISOC, 17 March GLAST Large Area Telescope WBS 4.1.B Instrument Science Operations Center Manager’s Face.
6/22/04Kickoff LAT Scenario Meeting1 What’s a Mnemonic? mne·mon·ic (ni-'mä-nik) adj. Relating to, assisting, or intended to assist the memory. n. A device,
GLAST LAT ProjectISOC CDR, 4 August 2004 Document: LAT-PR-04500Section 71 Gamma-ray Large Area Space Telescope GLAST Large Area Telescope: Instrument Science.
GLAST LAT Project I&T Weekly Meeting 1 Gamma-ray Large Area Space Telescope GLAST Large Area Telescope Procedure Format Lori Bator LAT ISOC Chief Engineer.
GLAST LAT ProjectISOC Peer Review March 2, 2004 Document: LAT-PR Section 5 LAT Operations Facility 1 GLAST Large Area Telescope: Section 5: LAT.
GLAST LAT ProjectISOC CDR, 4 August 2004 Document: LAT-PR-04500Section 3.11 GLAST Large Area Telescope: Instrument Science Operations Center CDR Section.
GLAST LAT Project ISOC Peer Review - March 2, 2004 Document: LAT-PR Section 6.1 Ground Operations Software 1 Gamma-ray Large Area Space Telescope.
GLAST LAT ProjectISOC Peer Review - March 2, 2004 Document: LAT-PR Section 2.1 Requirements 1 Gamma-ray Large Area Space Telescope GLAST Large.
GLAST LAT Project Engineering Meeting – ISOC Peer Review 1 Gamma-ray Large Area Space Telescope GLAST Large Area Telescope ISOC Peer Review ISOC Detail.
RFA 18 – Automation of Operations Software Specific Request –Specify plans and requirements for automation of operations software, and describe the software.
GLAST LAT Project ISOC Peer Review - March 2, 2004 Document: LAT-PR Section 2.3 Verification and Validation 1 Gamma-ray Large Area Space Telescope.
GLAST LAT Project ISOC Peer Review - March 2, 2004 Document: LAT-PR Section 3 LOF Operations Concept 1 Gamma-ray Large Area Space Telescope GLAST.
GLAST LAT ProjectISOC CDR, 4 August 2004 Document: LAT-PR-04500Section 4.11 GLAST Large Area Telescope: Instrument Science Operations Center CDR Section.
GLAST LAT Project 7/27/2004 – Lori Bator1 RFA 7 – ISOC Reports LAT status and planning Reported daily (TBR) Summary of LAT health status Limit violations.
Chapter 7 To Err Is Human: An Introduction to Debugging.
GLAST LAT ProjectISOC CDR, 4 August 2004 Document: LAT-PR-04500Section 21 GLAST Large Area Telescope: Instrument Science Operations Center CDR Section.
Session Management A290/A590, Fall /25/2014.
LAT ISOCDOE Status Review, 12 Oct GLAST Large Area Telescope LAT Instrument Science Operations Center Rob Cameron Stanford Linear Accelerator Center.
GLAST Large Area Telescope ISIS Post Acceptance Test Review 28 January 2005 ISIS Completion Status Jana Thayer Stanford Linear Accelerator Center
November 2011 At A Glance GREAT is a flexible & highly portable set of mission operations analysis tools that increases the operational value of ground.
IDK0040 Võrgurakendused I Building a site: Publicising Deniss Kumlander.
GLAST Large Area Telescope Instrument Flight Software Flight Unit Design Review 16 September 2004 Telecommand and Telemetry Data Dictionary Services Sergio.
March 2004 At A Glance ITOS is a highly configurable low-cost control and monitoring system. Benefits Extreme low cost Database driven - ITOS software.
Floyd, Digital Fundamentals, 10 th ed EET 2259 Unit 13 Strings and File I/O  Read Bishop, Chapter 9.  Lab #13 and Homework #13 due next week.
Chapter 7 To Err Is Human: An Introduction to Debugging.
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
Chapter 3 Single-Table Queries
GLAST LAT ProjectMonthly Status Review - ISOC, 1 September GLAST Large Area Telescope WBS 4.1.B Instrument Science Operations Center Monthly Status.
Concepts of Database Management Seventh Edition
Stanford Linear Accelerator Center November 15, 2000Lee Ann Yasukawa1 Archive Data to ORACLE The Prototype PEPII model.
CS3516 A15 Help Session 1 CS3516 — TCP/IP Socket Programming Presented by Oleksandr Narykov
CS 114 – Class 02 Topics  Computer programs  Using the compiler Assignments  Read pages for Thursday.  We will go to the lab on Thursday.
GEOMETRY CHAPTER 3 REVIEW DAYS Review Days. Warm-up Day 1 1. Write an equation for a line containing points (-4, 2) and (6, 8) in point slope form. 2.
Introducing Python CS 4320, SPRING Format: Field widths and Alignment The string representation of a value can be padded out to a specific width.
Forms and Server Side Includes. What are Forms? Forms are used to get user input We’ve all used them before. For example, ever had to sign up for courses.
BS1904 Week 9 1 Computer Application for Business (9) l Last Week: Databases part 2 »The Relational Model »Practical: –Completing Garages tables and Queries.
CHAPTER 9 PHP AND MYSQL. A POSSIBLE SITE CONFIGURATION Application Folder index.php includes (folder)header.phpfooter.phpstyle.cssmodel (folder)mysqli_connect.php.
Sed, awk, & perl CS 2204 Class meeting 13 *Notes by Mir Farooq Ali and other members of the CS faculty at Virginia Tech. Copyright 2003.
GLAST LAT ProjectT&C Database Management, 1 July GLAST Large Area Telescope T&C Database Management 1 July 2005 Bryson Lee
Chapter Twelve sed, awk & perl1 System Programming sed, awk & perl.
GLAST Mission - LAT ProjectDOE/NASA Review March 31, 2004 Section ISOC 1 GLAST Large Area Telescope: ISOC Subsystems WBS: 4.1.B David Lung Stanford Linear.
PQDIF PQDIF: A Technical Overview Prepared by: Erich Gunther, Bill Dabbs, and Rob Scott Electrotek Concepts, Inc. NEW! IMPROVED!
GLAST LAT Project Telemetry and Command Handbook Format 1 T&C Handbook Format  Spectrum T&C handbook is in the form of reports output from database contents.
Laboratory 2 Group 19 The Group of Destiny. User Interface - Debugging Objectives:  Display: Sensor data (telemetry) – including IR sensors, status of.
LAT ISOCISOC Review, 15 February GLAST Large Area Telescope Instrument Science Operations Center Commanding, Health and Safety Rob Cameron Stanford.
Python – May 16 Recap lab Simple string tokenizing Random numbers Tomorrow: –multidimensional array (list of list) –Exceptions.
SSC Support for Sim #3 Archived MOC Data Products, and distributed via web. –Level-0 telemetry files organized by year and month –SPICE orbit and attitude.
RBSP Radiation Belt Storm Probes RBSP Radiation Belt Storm Probes 3-4 Sept. 2008EFW INST+SOC PDR447 Command, Telemetry, and Ground Support Equipment (CTG)
GLAST Science Support CenterAugust 10, 2004 Users’ Committee Meeting The Project Data Management Plan David Band – GSSC.
GLAST LAT ProjectCDR/CD-3 Review May 12-16, 2003 Document: LAT-PR Section 5 IOC Subsystem 1 GLAST Large Area Telescope: IOC Subsystems WBS: 4.1.B.
GLAST Large Area Telescope – ISOC Overview and StatusDOE Annual Review, 13 June GLAST Large Area Telescope Instrument Science Operations Center.
GLAST LAT Project ISOC 1 ISOC Status Review June 3, 2004.
Equivalent Fractions have the same value, even though they may look different. Why are they the same? Because when you multiply or divide both the top.
Unit-6 Handling Sessions and Cookies. Concept of Session Session values are store in server side not in user’s machine. A session is available as long.
GLAST LAT ProjectISOC CDR, 4 August 2004 Document: LAT-PR-04500Section 51 GLAST Large Area Telescope: Instrument Science Operations Center CDR Section.
XML Validation III Schemas + RELAX NG Robin Burke ECT 360.
An annotated bibliography is a brief summary and evaluation of sources.
Some of the utilities associated with the development of programs. These program development tools allow users to write and construct programs that the.
Test Executive Trades (1)
GLAST Large Area Telescope:
Integrating CCSDS Electronic Data Sheets into Flight Software
RFA 8 – Command & Control System Definition
GLAST Large Area Telescope
GLAST Large Area Telescope GLAST Large Area Telescope
GLAST Large Area Telescope
GLAST Large Area Telescope
LAT Operations Scenario Subsystem Meetings
PRODUCTION PHASES CHANGES
Presentation transcript:

GLAST LAT Project 6/25/2015 – Lori Bator1 Use of AstroRT or ITOS for ISOC Functions that can be performed by AstroRT or ITOS –Read telemetry packet information and archive to database Certain portions of this are done by OPUS but don’t know the extent of the capabilities of OPUS and the format of the data –Access database to perform EU conversion and limit checking AstroRT and ITOS function only with their database format –AstroRT can read ITOS database but there are incompatibilities –Can’t bring in outside data – all data must be in the database Database must be in ITOS format for I&T and MOC use anyway

GLAST LAT Project 6/25/2015 – Lori Bator2 Use of AstroRT or ITOS for ISOC, cont’d –Display telemetry – realtime and retrieved from archive AstroRT uses LabView for display and Perl scripts for automation ITOS has its own but according to Bill it’s fairly simple to create displays Both AstroRT and ITOS already have “built-in” displays which alleviates some work –Trend telemetry –Access database to create commands AstroRT uses Perl scripts ITOS uses STOL

GLAST LAT Project 6/25/2015 – Lori Bator3 Use of AstroRT or ITOS for ISOC, cont’d Issues –Would have to budget for AstroRT support –GBM and MOC are using ITOS –Waiver from GSFC to allow use of ITOS without ITAR restriction? –GBM is having some issues making their database work with both AstroRT and ITOS Not sure what the issues are exactly but Bill says they couldn’t get it to translate properly to send commands GBM was going to give MOC their entire GBM database, not just the portion that MOC needs to manage GBM commanding and monitoring –AstroRT does not handle character strings – ITOS does This is a problem for GBM. Bill has a workaround using integers and links