networking with labview. introduction to put it in simple terms, networking focuses on how to make...

12
Networking with LabVIEW

Upload: bruno-reeves

Post on 17-Jan-2018

221 views

Category:

Documents


0 download

DESCRIPTION

Problem Definition In the field of science and engineering, the collection and analysis of real-time data on simulations or experiments is essential.

TRANSCRIPT

Page 1: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Networking with LabVIEW

Page 2: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Introduction To put it in simple terms, networking focuses

on how to make computers “talk” to each other.

Page 3: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Problem Definition In the field of science and engineering, the

collection and analysis of real-time data on simulations or experiments is essential.

Page 4: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Problem Definition However, as essential as collecting data is if

you cannot analyze data on site you should transmit it somewhere else.

Page 5: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Description of Technology What is a Laboratory Virtual Instrument

Engineering Workbench (LabVIEW)?

Page 6: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Description of Technology LabVIEW was created by James Truchard,

Jeffrey Kodosky, and William Nowlin.

Page 7: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Description of Technology LabVIEW is unlike any other programming

language because it is graphical. Due to its nature LabVIEW is made out of the

front panel (interface) and the block diagram (code).

Page 8: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Front Panel

Page 9: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Block Diagram

Page 10: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Program Example Data acquisition. Delivery and request of data. Use of “data socket” or “TCP/IP” modules. LabVIEW runtime engine.

Page 11: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Conclusion Due to its method of programming, LabVIEW

has made a breakthrough of how common programming problems (networks) can be solved.

By being able to interface with other programming languages, LabVIEW can have added functionality which makes it even more useful.

Page 12: Networking with LabVIEW. Introduction To put it in simple terms, networking focuses on how to make computers “talk” to each other

Sources Robert H. Bishop, Learning With LabVIEW 6i, Upper Saddle River, New Jersey, 2001.

My brain.