Telemetria en Ingles

17
Wilberth Perez Alan Tun Pablo Nahuat Monitoring and Control Of Process Through Digital Telemetry Networks

description

Definicion de que es telemetria en el idioma ingles

Transcript of Telemetria en Ingles

Wilberth Perez

Alan Tun

Pablo Nahuat

Monitoring and Control Of Process Through Digital Telemetry

Networks

Is the process of using special equipment to take scientific meansurements and send them over long distancess usually by radio.

What is Telemetry ?...

• Arduino code

• Program in C# and Database

• Web Page

• Server

Steps of Proyect

The first step for the implementation of the project was coding arduino board, so can measure the different variables of humidity, temperature and distance .

The code used was the following:

Arduino

Sensor of humidity and temperature DHT 22

Sensor of distances HC-SR04

Both sensors measure every fifteen seconds.

Temperature accuracy: ± 0.5°CHumidity accuracy: ± 2 %C

Minimum measurement: 1 cmMaximum measurement: 5 m

Aplication C#We make the application C# to create a connection between

the Arduino and the data base, the application C# takes information and transforms it into readable data.

When the Arduino is connected to the pc the application C# reads automatically the serial port where is connected , The application also allows you to choose the Balud (Transmit speed) of the Arduino board.

The information taken by Arduino is sent to the database, in a table specific for these information, the application also generated the date and time of reception of the information.

The database is responsible for storing the information it receives from the application C#, the information stored in the specified table where a field for each information set is.

The fields of the table specifies the type of data being inserted in each field, also set if the field accepts null values.

Data Base (SQL SERVER)

We create a page to make a more understandable demonstration on the information generated by sensors.

PAGE (ASP.Net)

Link with the Data Base

Refresh every 15 seconds

Also has a section about of definition and other concepts of Telemetry, in other section is the information about the members of the team.

Servers for the telemetry system.

In information technology, a server is a computer

program that provides services to other computers (and

their users) in the same network.

What is a server?

DHCP (DYNAMIC HOST CONFIGURATION PROTOCOL)

DNS (DOMAIN NAME SYSTEM)

IIS 8.5 (INTERNET INFORMATION SERVICES)

FTP (FILE TRANSFER PROTOCOL)

And other..

What services provide a server?

DHCP SERVER MANAGER

With DHCP server we can manage the network, for example

we can configure a IP range, and IP range exclusion, and we

can créate diferent ambit for direfents networks.

DNS SERVER MANAGER

We need a domain name for the traduction of our IP address of

our principal server, for a easy search in the browser. For

example: our ip address is 192.168.1.60 and the DNS

server goint to translate this IP adress in www.telemetry-

networks.com

IIS 8.5 SERVER

• We need a IIS server for mount our web aplication, and this server help us to adminístrate the web site and we can add rules for protect the web site as SSL certificates, firewall , authentications, default documents, etc.

THANK YOU!