Vous êtes sur la page 1sur 11

2009 IDEX

• Abstract.

INFORMATION TECHNOLOGY
• Introduction
to IT.
IN
SPACE RESERCH • Hubble
control
systems

• Internet on
mars.

• Satellite
Tracking

• Controlling
spacecraft

• Ready for
the
countdown.

• Knowledge
gained in a
construct
INDEX

• Abstract

• Introducti8on to IT

• Hubble control systems

• Internet on Mars

• Satellite tracking

• Controlling Space craft

• Ready to countdown

• Knowledge gained in a constructive


or destructive manner

• Conclusion
(References)
Abstract

Because of the Industrial revolution


many technologies have been introduced. one of them is the
Information Technology (IT). IT is used in most of the sectors since
then. Space research is another sector in which the usage of IT is in
wider range. The past, present, future of the space research always
depends on IT. That’s what this presentation explains to you.
From the technological point of view, the
history of IT is intimately linked with the
history of mechanical (later electronic)
computing. The development of mechanical
computing was, in itself, a product of the
Industrial Revolution, with its ever-increasing
needs of data processing. Charles Babbage was
the first to conceive—in the 1830s—the idea
both of a “difference engine” and of an
“analytical engine,” the latter being a
INTRODUCTION programmable machine that could perform
multiple mathematical functions. In Babbage's
footsteps, in 1890, Herman Hollerith (later a
founder of IBM) developed a mechanical
The term “information technology” (IT)
system for processing U.S. census data.
became widespread in the 1970s to describe—
However, until World War II, the computing
according to the most recent definition of the
industry was dominated by business equipment
Information Technology Association of America
firms developing machines to handle specific
—“the study, design, development,
information-processing needs, as opposed to
implementation, support or management of
generating or manipulating general
computer based information systems,
information. Even Vannevar Bush's
particularly software application and computer
“differential analyzer” (1931)—the first
hardware.” The formative period of
machine that could perform a whole series of
contemporary IT dates back to the mid-
engineering and science problems based on
twentieth century, when developments in
differential equations, instead of handling a
information theory, information science, and
single problem—was still an analog machine,
informatics laid the foundations of successive
modeling natural processes rather than
progress. However, the conceptual framework
manipulating numbers themselves.
in which these developments took place
predates this period. For example, the first The first fully programmable electromechanic
efforts to build up information science into a computer (Hathaway Aiken's Mark I) was
specific body of knowledge can be found in the developed in 1944, upon request of the U.S.
work of different figures—such as Charles Navy. Mark I, engineered by IBM, was the
Babbage (1792 -- 1871), George Boole (1815 -- product of a convergence of interests between
1864), or Paul Otlet (1868 -- 1944)—all of them academic researchers (who set the theoretical
working in the nineteenth and early twentieth framework of the system) and the practical
centuries. Some seminal ideas—such as the skills developed—in the field of mechanical
vision of the world in binary terms that can be computation—by the business machine
modeled, or coded, within a logical algebraic industry. The economic support of the U.S.
framework—can be traced back to Gottfried military (which viewed computing as a means
Wilhelm Leibniz. Nonetheless, in this field, to support its efforts in World War II, then in
too, the present-day definition entered into the Cold War) further stimulated this
general academic use only during or after convergence. Progress soon followed. Also in
World War II. 1944, John Mauchly and John P. Eckert, at the
University of Pennsylvania, developed the first
IT and Computing electronic computer (ENIAC), and in the
following years, together with John Von
Neumann, defined the base architecture of
computers: stored-programs, binary logic of
programs and computation, basic input and
output units, a control unit, and an arithmetic
unit.
needed to operate the Hubble telescope.
Hubble Control Systems This serves as the master control for
communications, navigation, power
The computing involved in Hubble, the management, etc. The TDRS series
accepts Hubble’s information for relay to
well-known space telescope. the

ground controllers at the Space


Telescope Operations Control Center
(STOCC) in Greenbelt, Maryland, US.
Similarly, the TDRS also provides high
bandwidth communication support to the
International Space Station (ISS) and
some other satellites up there.

7000 variables of real-time information


from the Hubble telescope are
The Hubble Space Telescope (HST) is transmitted to the geo-synchronous
named after the trailblazing astronomer Tracking and Data Relay Satellite System
Edwin P. Hubble (1889-1953), the (TDRSS), from which they are down
Hubble Space Telescope (HST) is a linked to the ground station at White
large, space-based observatory which Sands, New Mexico, and then relayed to
has revolutionized astronomy by the Goddard Space Flight Center in
providing Maryland using what is known as the
unprecedented deep Control Center System (CCS).
and clear views of
the Universe, Further data analysis is done using the
ranging from our Space Telescope Science Data Analysis
own solar system to System (STSDAS).
extremely remote
fledgling galaxies The CCS front-end uses
forming not long after the Big Bang 13.7 Java applets that let
billion years ago. engineers control and
monitor Hubble from the
The HST uses an elaborate spacecraft- earth. The CCS user
management system to keep it afloat and interface has two parts:
working. In this respect, it is no different the first is control, where
from other spacecraft. The main elements the telescope can be commanded to
of the system are the Computer Support select new targets; and the second is
System Module and the Advanced data visualization, where the user can
Tracking and Data Relay Satellite (TDRS) view telemetry and engineering data
series. The Computer Support System either archived or being streamed down
Module contains devices and systems in real time from the spacecraft.
The CCS applets establish a direct from Hubble is transferred to the Front
network connection to a NASA host, End Processor (FEP) via Nascom (NASA
where a middleware server connects to Communications Network). FEP provides
the existing server system. This allows a communication interface between the
anyone with access privileges on the vehicle and ground control and captures
Internet to view the engineering data that all the down linked data. It then forwards
is being continuously transmitted by the it to the attached All Points Archive,
spacecraft, and even to obtain a which interacts with the Web server to
personalized, configurable view of this produce a Web-browser output for a
data. client machine, and through the
middleware C++ server to process the
The server-side code is written in C++. Applet GUIs.

The CCS is used to handle The Internet on Mars:


communication between Hubble and the
ground stations for spacecraft The Internet is slated to
commanding and health and safety go over and above this
analysis. The architecture for this is a world, the first target
typical secure network. being Mars, to be
followed by Jupiter and
The data sent from its moon, Europa.
the telescope is
analyzed using the This idea of taking the
STSDAS, which is Internet to the space comes from the
a powerful set of need for a low cost and high reliability
tools that support inter-planetary network. It is not that there
software used to was no communication earlier. When
calibrate and countries started sending probes into the
analyze data. A companion package, space, each used a unique set of
TABLES, is a set of tools for creating and protocols to communicate with the earth.
manipulating tabular data, reading and This was done using the Deep Space
writing Flexible Image Transport System Network (DSN) developed by NASA.
(FITS). The widest used data format used
for astronomical images and tables, and Since these probes communicated with
creating customized graphics. STSDAS the same ground stations, the need for a
and TABLES are layered on the Image common protocol increased with time.
Reduction and Analysis Facility (IRAF) Taking the Internet to space is the
software from the National Optical offshoot of this need for standardization.
Astronomy Observatories. STSDAS and The Interplanetary Network (IPN), a part
TABLES run in tandem with IRAF. of Jet Propulsion Laboratory (JPL), is
managing this program.
The Space Telescope Engineering Data
Store (STEDS) is intended to serve as a But, how will this be implemented? One
common data source for all the telemetry can plan how the Internet will work on the
data for all the Hubble subsystems. Its earth because of its fixed size and the
design uses a typical fixed positions on which the data has to
middleware-enabled travel. Now, for the implementation on the
three-tier model, and planets, separate Internets on the planets
it is platform- will be connected through individual
independent, as it has dedicated gateways. The individual
to be accessed over networks can follow their own protocols,
the Internet. The but these protocols will end at the
telemetry data stream
gateway. By keeping the Internets of all when the planets are on the opposite
the planets separate, engineers will not sides of the Sun. Besides the natural
have to make long service calls. factors of distance, we cannot overlook
the potential of the hacker community,
Besides, they will not have to send a which is quite strong on our planet. Once
database of 20-million dotcom names to this kind of technology is functional, its
Mars periodically!? security will be a big issue.

These gateways will work on a bundle-


based protocol, which will reside over the
transport layer to carry data from one
gateway to another. This gateway may
not be on the surface of a planetary body;
it can be a spacecraft in orbit, too. At the
moment a bundle protocol will be needed
because the data will need to travel huge
distances, and sending small packets of
data may not be feasible. Instead, this
data will be collected and sent in a
bundle, as a big burst of data, to the next
gateway.

Regarding Mars, JPL plans to put many The below picture shows the GPS on the
Microsats around it and a bigger MarsSat moon.
acting as a gateway to the earth.
Managing the individual planet Internets
is not a big problem as it can be
managed in more or less the same
manner as the earth’s network. It is
developing the Interplanetary Backbone
Network (IBN), however, which requires
the biggest effort. The use of a
standards-based technology in space will
mean that the commercial vendors can
be used to provide the equipment, which
will drastically decrease the equipment
and manpower cost needed in space
communication.

Sounds too good to be true? Well, there Satellite Tracking:


are thorns to content with, too. At the
moment the communication links from the Today there are more than 5,000
space to the earth are very cumbersome satellites in outer space. These are
with three satellite clusters placed around kept track of by telemetry, tracking
the world. The biggest problem is the and control systems.
bandwidth. The other biggest hindrance
is the astronomical distance between the October 4, 1957,
two planets. This can result in long Sputnik, the first
delays, for example, a round trip artificial earth
transmission from earth to Mars may satellite, was
exceed 40 mins. Even if the distance is launched by the
managed, there can be instances when USSR, and thus
the communication is not possible at all began the space
age. Now, 45 years after, there are more processing. The ground system makes
than 5,000 satellites in outer space, and sense of the enormous amount of data
tracking and controlling them is big work. received and presents it in a user-friendly
Thousands of observatories, computers, manner to the operators. They use a
communication systems and human variety of display objects like strip charts,
beings work round the clock, around the bar charts, vertical meters, cross plots
earth, to keep their satellites in proper and analysis programs like Excel or high-
condition and on the right path. level analysis languages (Matlab) to
Telemetry, tracking and control are three evaluate archived data, extract results
major functions that make this happen. and generate reports. A satellite’s
conditions also monitored in real time so
Satellite telemetry is measuring the that decisions regarding its operation and
conditions in the atmosphere and oceans path can be taken instantaneously in
from outer space using artificial satellites, case of a problem. The display systems
and monitoring the performance and run on both UNIX (GUI using MOTIF and
condition of rockets, spacecraft and X-Windows) and PC platforms. The
satellites that send information about communication systems for interfacing
their own performance, flight path and with ground stations network and the
other data to earth. With this, the earth real-time systems for real-time
stations keep track of the spacecraft’s processing of satellite data generally use
condition in outer space and are able to UNIX. The communication system uses
control it from the ground. This TCP/IP protocol for data transfer between
processing has to be done in real time computers on the ground station
using real-time systems (systems that networks. The data is stored on disks or
guarantee the execution of a job in the tapes as files, but other alternatives are
specified time period with no delays). relational database systems like MS
This means developing high performance Access and Oracle. Scheduling systems
and robust systems that will work in generate operation schedules and
extreme conditions and constraints of allocate network resources for satellites
space, weight and power in satellites. supported by the ground station.
Earth stations, too, demand a high
degree of expertise and planning while In India the ISRO telemetry, tracking and
developing such systems. command network (ISTRAC) does these.
It provides mission support to satellites
A basic telemetry system consists of a and launches vehicle missions, and has a
measuring instrument, transmitter and network of ground stations across the
receiving station. The measuring country and abroad that provide valuable
instruments are sensors (transducers) inputs for controlling India satellites.
that measure the amount of a physical
attribute and transform the measurement Controlling Spacecraft
to an engineering unit value. This is
multiplexed as a single data stream, Computing for Space Shuttle and Path
formatted and then transmitted using Finder
radio or microwave signals. Hence,
measurements can be made at remote or
inaccessible spots, and the data collected 300 major electronic
is transmitted to the receiving equipment black boxes, 300 miles
for monitoring, display, recording and of electrical wiring,
analysis. 120,400 wire
segments, 6,491
On the ground, the receiving station connectors, wiring and
receives the signals transmitted by the connectors weigh
satellite, which are then sent for
approximately 7,000 pounds, wiring alone The Shuttle control software has some
weighing approximately 4,600 pounds. 420,000 lines of code. The software is
Seems daunting? In fact, they are all a subject to countless hours of verification
part of the Space Shuttle’s avionics and testing. Yet, there are flaws. There
systems, the lifeline of the shuttle way are still bugs in the code, but when
back in 1988. Other data processing compared to other software, they are very
systems consist of five general-purpose less .The two companies involved in the
computers (GPC), mass storage, a time- shuttle software creation were IBM
shared computer data bus network for Federal systems and Lockheed Martin.
communication between the computers
The shuttle’s
As of 1991, all five GPCs were IBM AP- original CRT- based displays were
101S computers. Before that they were replaced with LCD, saving weight,
the IBM AP-101Bs. The older GPCs had
power consumption and fuel
non-volatile memory, but with the AP-
101S the shuttle computers moved to
volatile memory with battery back up. When information and voice is sent to the
Each of the GPCs consists of a central Shuttle, it is scrambled for security, so
processor unit and an input/output there is a computer onboard to decrypt
processor. The first four systems this data so that the astronauts can read
comprise the PASS (Primary Avionics it or hear the voice from Mission Control
Software System). It may seem surprising in Houston, Texas. Once the data is
that NASA uses ancient computers, but decrypted, there are other computers
they do so because of a very good onboard that control the attitude, velocity,
reason: these computers have been temperature, and toilet/bathroom system,
thoroughly tested. Such reliability is just to name a few. A computer called the
extremely necessary when dealing in Ground Communication Logic Controller
mission-critical operations. (GCIL) receives this data and then routes
it to the appropriate computer system to
The fifth GPC is loaded with different perform one of these functions. Houston,
software created by a different company Texas controls most of the computers
but performing the same functions and onboard from the ground itself because
operations. This software is the Backup the crew has experiments and science
Flight System (BFS). The BFS monitors data to collect and sometimes cannot be
the other GPCs to keep track of the responsible for all functions.
current state of the vehicle. If required,
the BFS can take over control of the
vehicle upon the press of a button. The
Ready for the Countdown
BFS also performs the systems
A satellite launcher like the PSLV has
management functions during ascent and
thousands of subsystems that have to function
entry. BFS software is always loaded into
properly for a launch to be successful.
the fifth before flight, but any of the five
GPCs could be made the BFS GPC if
These rocket systems
necessary. NASA is developing a Shuttle
are monitored by
Upgrade project to install a Vehicle
embedded systems.
Health Monitor (VHM) system. The VHM
As countdown to lift off
system will be used to detect,
approaches, all of
troubleshoot and resolve hardware
these have to be
problems during and after flight. To
monitored and
match the hardware, the software is also
decisions on whether to continue with the
written and verified meticulously.
launch or to abort need to be taken in
real time.
For this, real time, embedded systems Take the case of satellite imaging.
find extensive use in pre-launch checkout Today’s best satellites can give a
systems. In the case of launch agencies resolution of less than half a meter. Many
like ISRO, they independently create the satellites out there can do under a meter.
checkout software required to run on On the one side, you can do things like
launcher systems and rockets, or expand natural resources and the precise
on the work of collaborating agencies. In mapping of forests. You can also monitor
the case of launch agencies, like Ariane, traffic on motorways and do better traffic
the checkout systems could be planning. The same cameras can also
developed by third-party contractors. distinguish between fighter planes parked
wing-tip to wig-tip, or make out whether a
For example, the checkout systems for train moving to the border is loaded with
the Atlas V rocket were done by L-3 missiles or with food grain.
communications.
The GPS system that can help us
The amount of information picked up by ascertain our location and navigate us to
these systems is too much and too our destination has its origins in a
complex to be comprehended in their satellite-based system created to help
alphanumeric form, or by one person. So, missiles navigate to their target with
the data is distributed over a network to unerring accuracy.
many controllers, who view the
information graphically (this is the launch The satellite cover above us that provide
control center you get to see on TV and us with our television signals can be
in newspaper photographs). Changes in extended to provide a platform for
parameters would be indicated in a weapons of mass or concentrated
change of patterns or colors and other destruction to be based in outer space.
such graphical alerts or even audible
alerts. Truly, what we can do in space is limited
only by our imagination. And the dividing
Knowledge gained from line between constructive and destructive
uses is very, very thin, indeed.
space research can be put
to constructive or Conclusion:
destructive use?
So we could say that the
Space research is a wonderful area. You space research runs with the Information
are at the cutting-edge of knowledge. technology which plays a major role. And
also we should use technology for
And, you constructive purpose.
can use
the References:
knowledge
you garner • The documentary reference is the
for the site “pc-quest.com” and from NASA.
benefit of • The Pictures shown are from
all NASA’s picture gallery and from
mankind. Google images.
Or, to sow
the seeds
of massive destruction.

THE
END

Vous aimerez peut-être aussi