Using NI CompactDAQ Controllers

Size: px
Start display at page:

Download "Using NI CompactDAQ Controllers"

Transcription

1 Using NI CompactDAQ Controllers When architecting a system with an NI CompactDAQ controller, there are many factors to consider. For example, developing and deploying a Windows-based system is going to be a different experience than using the NI LabVIEW Real-Time Module. Beyond development and deployment considerations, you must also decide how to communicate with the system and store your data. Development First, consider how you will interact with your controller. The experience will be different depending on the OS, and whether you want to connect directly or remotely. The development and deployment stages of your application will also offer different experiences. In the development stage, you design, test, debug, and validate your code. As such, you will need to regularly interact with your hardware and software. Windows When developing a Windows-based system, you can connect to it directly or through a remote connection. In both configurations, you will need to use NI LabVIEW 2014 or later and NI- DAQmx 14.1 or later. Direct Connection NI CompactDAQ controllers with Windows operate just like a standard PC. You can simply connect a mouse, keyboard, and monitor and you are ready to begin programming. Remote Connection Alternatively, you can use the Windows Remote Desktop Connection to remotely connect to NI CompactDAQ through a network connection. The environment gives you the same look and feel as the local connection, but without the need to physically plug in peripherals like with a direct connection. LabVIEW Real-Time You need a remote host computer to develop a LabVIEW Real-Time application. The host can be any Windows computer with LabVIEW and LabVIEW Real-Time installed. After the PC and NI CompactDAQ are networked together, you can deploy your code as often as you need for testing and debugging. National Instruments. All rights reserved. LabVIEW, National Instruments, NI, ni.com, the National Instruments corporate logo, and the Eagle logo are trademarks of National Instruments. See ni.com/trademarks for other NI trademarks. Other product and company names are trademarks or trade names of their respective companies. For patents covering National Instruments products, refer to the appropriate location: Help>>patents in your software, the patents.txt file on your CD, or ni.com/patents.

2 Networking Even though NI CompactDAQ controllers can fully operate on their own, you may need to remotely develop, control, monitor, and retrieve data. A networked setup could be as simple as a host computer directly connected to NI CompactDAQ, or a computer interacting with multiple chassis within the same facility or even across multiple sites. As long as a network connection exists, you can access NI CompactDAQ from anywhere in the world. Figure 1. NI CompactDAQ controllers can network via Ethernet, wireless, and cellular connections to other systems like a host computer or a mobile device. Ethernet Hardwired Ethernet network connections are generally considered fast, reliable, and simple. NI CompactDAQ controllers feature two Gigabit Ethernet ports that give you the ability to directly connect. A single CAT 5E Ethernet cable can reach up to 100 meters before needing a switch or router to carry the signal farther. With Ethernet, you have the option of directly connecting a computer to an NI CompactDAQ system, connecting through a router, or using an existing network. The disadvantage to Ethernet connections is that they require physical wiring, which may not be feasible in certain environments. Wireless The main benefit of wireless technology is the ability to minimize the use of wires and cables. Depending on the nature of the application and the environment, physical wiring can be expensive, inconvenient, or even impossible. Some implementations include moving platforms, mobile applications (for example, vehicles or cranes), and structures that complicate wiring installation. You can use a wireless access point to connect an NI CompactDAQ controller to a wireless network. A wireless access point acts as a bridge between wired and wireless connections by converting the wireless signal into Ethernet that can be plugged into the chassis. National Instruments sells the MOXA AWK-3121 as an option to work with NI CompactDAQ controllers. Wireless networking is generally slower than Ethernet, not always as reliable, and can be more complicated to implement. 3G Cellular Wireless Access Point 2

3 If you don t have access to a wired or wireless network, consider using the S.E.A. GXXX 3G Mobile HSPA module. The module plugs into the NI CompactDAQ controller, and, similarly to the wireless access point, acts as a bridge between cellular networks and the Gigabit Ethernet port found on the system. You can access the system anywhere there is a cellular data connection, though carrier data rates apply. Data Streaming There are different file types and storage locations to choose from depending on your application requirements. File Types For embedded measurement applications, NI recommends one of two file format types: binary or Technical Data Management Streaming (TDMS). Binary Binary files store data as raw values, as opposed to a text file, which stores data as userreadable ASCIIbased text characters. Although binary files are not directly readable by the user, they do offer a major advantage in throughput. Data can be stored and retrieved in binary format much faster than in text format. TDMS A TDMS file is an open binary file format that NI introduced as a result of the deficiencies of other data storage options commonly used in test and measurement applications. The TDMS file format is an easily exchangeable, inherently structured, high-speed-streaming-capable file format that, when combined with the other technologies in the NI TDM solution, becomes quickly searchable without the need for complicated and expensive database design, architecture, or maintenance. Storage Location Next, you should consider where you are going to store your data as there are internal, external, and network storage options. Internal and External Storage NI CompactDAQ controllers include options for internal and removable SD storage.. You also have the capability of connecting additional external storage devices through the built-in USB ports. Table 1 outlines the various options. 3

4 Medium Location Throughput 1 Capacity Pros Cons Removable Removable 14 MB/s 32 GB Removable Slower SDHC Swappable Throughput (9132/34 Only) Easy data access cfast Card Internal 25 MB/s 32 GB Onboard Difficulty (9138/39 Fastest retrieving data Only) throughput Limited disk space USB External 2 MB/s Up to Removable Slow throughput Thumb 64 GB Swappable Drive Price per GB External External 16 MB/s Up to 3 Fast throughput Susceptible to USB HDD TB Removable vibration Swappable Larger Capacity External External 16 MB/s Up to Fast throughput Smaller capacity USB SSD 512 GB Removable versus HDD Swappable Price per GB No moving parts Extended temperature range 1 Approximate throughput that varies with transfer methods used Table 1. Choose from a variety of options for internal and external storage. Network Storage You could also consider network storage, which can offer a larger amount of storage space and offload data to a location where it can be easily backed up and accessed by multiple users. This requires a reliable network connection, and the total throughput depends on network connection and the access speeds of your storage location. You can stream to a network storage site or a host computer. You also have the option of using a cloud service like the NI Technical Data Cloud. Deployment Once you have developed and debugged your code, you will be ready to deploy your measurement system. Much like the development phase, you have different options for interacting with your deployed system. In the deployment phase, your main objectives are to configure your tests, as well as to monitor, retrieve, and process your data. Windows With Windows, you have the option to replace a monitor with a more portable touch screen or use the full functionality of a touch panel PC. Direct or Remote Connection 4

5 Similar to the development phase, you can connect a monitor, keyboard, and mouse directly to NI CompactDAQ to control it. You also still have the opportunity to remotely connect to the system through Windows Remote Desktop Connection. Touch Panel Monitor You can replace the functionality of a monitor, keyboard, and mouse with a touch panel monitor, which gives you the ability to operate the software directly by touch. While a touch panel is not ideal for many small changes, it is useful for tweaking a few parameters on the fly. Touch Panel PC You also have the option to remotely monitor and control an NI CompactDAQ controller from a touch panel PC. A touch panel PC is a separate computer that can interact with the system through a network connection LabVIEW-Real Time When running LabVIEW Real-Time, you can use a touch panel PC much in the same way that you would with a Windows system, which gives you the ability to control and monitor your application through a network connection. Mobile Devices You can also choose to integrate mobile devices to control and display your data. With the NI Data Dashboard, you can create custom views of LabVIEW applications to display charts, gauges, textboxes, and LEDs. Data Dashboard is available for ios and the Android OS through their respective app stores. 5

NI PXI-8232. Installing Your PXI Board INSTALLATION GUIDE

NI PXI-8232. Installing Your PXI Board INSTALLATION GUIDE INSTALLATION GUIDE NI PXI-8232 Installing Your PXI Board This document explains how to install the Ethernet and NI-488.2 drivers for your NI PXI-8232 (part number 189140x-02L, where x is D or higher).

More information

Introduction to Data Acquisition

Introduction to Data Acquisition Introduction to Data Acquisition Overview This tutorial is part of the National Instruments Measurement Fundamentals series. Each tutorial in this series, will teach you a specific topic of common measurement

More information

Three Levels of Data-Logging Software from National Instruments

Three Levels of Data-Logging Software from National Instruments Three Levels of Data-Logging Software from National Instruments One of the most common data acquisition applications is simply logging acquired data to disk or a database for future analysis. Most National

More information

Developing Wireless GPIB Test Systems Using the GPIB-ENET/100

Developing Wireless GPIB Test Systems Using the GPIB-ENET/100 Application Note 184 Developing Wireless GPIB Test Systems Using the GPIB-ENET/100 Introduction The National Instruments GPIB-ENET/100 expands the options for size, distance, environmental conditions,

More information

EMX-2500 DATA SHEET FEATURES GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES SYSTEM LEVEL FUNCTIONALITY

EMX-2500 DATA SHEET FEATURES GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES SYSTEM LEVEL FUNCTIONALITY DATA SHEET EMX-2500 GIGABIT ETHERNET REMOTE CONTROLLER FOR PXI EXPRESS MAINFRAMES FEATURES SYSTEM LEVEL FUNCTIONALITY Industry s first gigabit Ethernet Remote controller for PXI express mainframes Up to

More information

Set Up Your MXI -Express x1 System

Set Up Your MXI -Express x1 System Set Up Your MXI -Express x1 System Terminology This document explains what is needed to set up various MXI-Express x1 hardware configurations. The products covered by this guide are the NI PCI-8361, NI

More information

NI Platform for automotive measurement and test applications

NI Platform for automotive measurement and test applications NI Platform for automotive measurement and test applications Simulation Rapid Control Prototyping Design Validation In-Vehicle Acquisition Hardware in the Loop Manufacturing Test Christoph Wimmer ASM Stuttgart

More information

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module

NI 9423. NI C Series Overview DATASHEET. 8-Channel Sinking Digital Input Module DATASHEET NI 9423 8-Channel Sinking Digital Input Module 8-channel, 100 µs digital input 24 V logic, sinking digital input Compatible with NI CompactDAQ counters 250 Vrms, CAT II isolation 10-position

More information

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools

Terminal Server Software and Hardware Requirements. Terminal Server. Software and Hardware Requirements. Datacolor Match Pigment Datacolor Tools Terminal Server Software and Hardware Requirements Datacolor Match Pigment Datacolor Tools January 21, 2011 Page 1 of 8 Introduction This document will provide preliminary information about the both the

More information

Architecting High-Speed Data Streaming Systems. Sujit Basu

Architecting High-Speed Data Streaming Systems. Sujit Basu Architecting High-Speed Data Streaming Systems Sujit Basu stream ing [stree-ming] verb 1. The act of transferring data to or from an instrument at a rate high enough to sustain continuous acquisition or

More information

External Products Overview

External Products Overview WD External Products Overview Desktop Storage My Book VelociRaptor Duo Dual-Drive Storage System My Book VelociRaptor Duo dual-drive storage system delivers extreme performance with two WD VelociRaptor

More information

NI-XNET Hardware and Software

NI-XNET Hardware and Software INSTALLATION GUIDE NI-XNET Hardware and Software This installation guide contains instructions to help you install your National Instruments hardware and software. Complete documentation is in the NI-XNET

More information

Infinity C Reference Guide

Infinity C Reference Guide 1 2! Infinity C Reference Guide Table of Contents Components... 1 Hardware Setup... 5 SmartDrive Configuration... 12 Startup... 15 Login... 16 System Configuration... 19 DICOM Setup... 20 Monitoring Status...

More information

USB 3.0 to Gigabit Ethernet Adapter

USB 3.0 to Gigabit Ethernet Adapter USB 3.0 to Gigabit Ethernet Adapter User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3

More information

ni.com Remote Connectivity with LabVIEW

ni.com Remote Connectivity with LabVIEW Remote Connectivity with LabVIEW What Is Remote Connectivity? Local Monitoring 3 Remote Mobile Access 4 What Is Remote Connectivity Two machines talking to one another Client Server PC PC Consumes Data

More information

Computer Networking. Definitions. Introduction

Computer Networking. Definitions. Introduction Computer Networking Definitions DHCP Dynamic Host Configuration Protocol It assigns IP addresses to client devices, such as desktop computers, laptops, and phones, when they are plugged into Ethernet or

More information

Set Up Your MXI -Express x4 System

Set Up Your MXI -Express x4 System Set Up Your MXI -Express x4 System Terminology This document explains what you will need to set up various MXI-Express x4 hardware configurations. The products covered by this guide are the NI PCIe-8371/8372

More information

Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA

Quick Start. Nighthawk X8 AC5300 Tri-Band WiFi Router Model R8500. Package Contents. NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for purchasing this NETGEAR product. You can visit www.netgear.com/support to register your product, get help, access the latest downloads and user manuals, and join our community. We

More information

NI Real-Time Hypervisor for Windows

NI Real-Time Hypervisor for Windows QUICK START GUIDE NI Real-Time Hypervisor Version 2.1 The NI Real-Time Hypervisor provides a platform you can use to develop and run LabVIEW and LabVIEW Real-Time applications simultaneously on a single

More information

How to Choose the Right Data Storage Format for Your Measurement System

How to Choose the Right Data Storage Format for Your Measurement System 1 How to Choose the Right Data Storage Format for Your Measurement System Overview For many new measurement systems, choosing the right data storage approach is an afterthought. Engineers often end up

More information

External Products Overview

External Products Overview WD External Products Overview Desktop Storage My Book VelociRaptor Duo Dual-Drive Storage System My Book VelociRaptor Duo dual-drive storage system delivers extreme performance with two WD VelociRaptor

More information

Important Bluetooth. and Software Considerations for Wireless Barcode Scanner Deployments

Important Bluetooth. and Software Considerations for Wireless Barcode Scanner Deployments Important Bluetooth and Software Considerations for Wireless Barcode Scanner Deployments By LEN OTT, Chief Technical Officer, Socket Mobile, Inc. February 2011 Before deploying a Bluetooth barcode scanner,

More information

How To Use Softxpand (A Thin Client) On A Pc Or Laptop Or Mac Or Macbook Or Ipad (For A Powerbook)

How To Use Softxpand (A Thin Client) On A Pc Or Laptop Or Mac Or Macbook Or Ipad (For A Powerbook) SoftXpand in Thin Client Environment Prepared by MiniFrame Marketing & Sales Team What is SoftXpand? SoftXpand software turns ANY PC (desktop/server/laptop) into multiple independent workstations. It is

More information

PU-USBX. USB over Ethernet Extender OPERATION MANUAL

PU-USBX. USB over Ethernet Extender OPERATION MANUAL PU-USBX USB over Ethernet Extender OPERATION MANUAL Safety Precautions Please read all instructions before attempting to unpack or install or operate this equipment, and before connecting the power supply.

More information

ImproMed Hardware/Software Specifications

ImproMed Hardware/Software Specifications A Tradition of Excellence ImproMed Hardware/Software Specifications For Infinity, Triple Crown, Advantage +, and DVM Manager IMP-HardwareSpecs.pdf Contents Introduction 3 Server Specifications 4 Virtual

More information

NEW! CLOUD APPS ReadyCLOUD & genie remote access

NEW! CLOUD APPS ReadyCLOUD & genie remote access Performance & Use AC1900 1900 DUAL BAND 600+1300 RANGE AC1900 WiFi 600+1300 Mbps speeds 1GHz Dual Core Processor Advanced features for lag-free gaming Prioritized bandwidth for streaming videos or music

More information

MediaQ M310. Quick Start HUAWEI TECHNOLOGIES CO., LTD.

MediaQ M310. Quick Start HUAWEI TECHNOLOGIES CO., LTD. MediaQ M310 Quick Start HUAWEI TECHNOLOGIES CO., LTD. 1 Welcome Thank you for choosing HUAWEI MediaQ M310. With your MediaQ, you can: > Integrate your home media and access a variety of applications. >

More information

Amcrest 960H DVR Quick Start Guide

Amcrest 960H DVR Quick Start Guide Amcrest 960H DVR Quick Start Guide Welcome Thank you for purchasing our Amcrest 960H DVR! This quick start guide will help you become familiar with our DVR in a very short time. Before installation and

More information

N750 Wireless Dual Band Gigabit DSL Modem Router Premium Edition

N750 Wireless Dual Band Gigabit DSL Modem Router Premium Edition Performance & Use N750 Built-in ADSL2+ Modem Faster WiFi speed 300+450 Up to 750 Mbps 750 DUAL BAND 300+450 RANGE Wirelessly access & share USB hard drive & printer ReadySHARE Cloud Remote access to USB

More information

EXTERNAL STORAGE WHAT IS IT? WHY USE IT? WHAT TYPES ARE AVAILBLE? MY CLOUD OR THEIR CLOUD? PERSONAL CLOUD SETUP COMMENTS ABOUT APPLE PRODUCTS

EXTERNAL STORAGE WHAT IS IT? WHY USE IT? WHAT TYPES ARE AVAILBLE? MY CLOUD OR THEIR CLOUD? PERSONAL CLOUD SETUP COMMENTS ABOUT APPLE PRODUCTS EXTERNAL STORAGE WHAT IS IT? WHY USE IT? WHAT TYPES ARE AVAILBLE? MY CLOUD OR THEIR CLOUD? PERSONAL CLOUD SETUP COMMENTS ABOUT APPLE PRODUCTS Home Cloud Storage https://gigaom.com/2014/03/01/how-to-set-up-your-own-personal-home-cloud-storage-system/

More information

EDM Cloud Remote Monitoring Solutions. Crystal Instruments, January 2014

EDM Cloud Remote Monitoring Solutions. Crystal Instruments, January 2014 EDM Cloud Remote Monitoring Solutions Crystal Instruments, January 2014 Architecture 1: EDM Cloud runs on the Internet Spiders at multiple locations Client Browser EDM Data Server Ethernet or Wireless

More information

CompactRIO crio-9052

CompactRIO crio-9052 OPERATING INSTRUCTIONS CompactRIO crio-9052 CompactRIO StarFabric Interface 1 POWER BACKUP STATUS FPGA V1 C V2 2 C Rx INPUT 9 35 V 17 W MAX 3 Tx NI crio-9052 CompactRIO StarFabric Interface 1 LEDs 2 Power

More information

AFDtek Energy Dashboard

AFDtek Energy Dashboard AFDtek Energy Dashboard Facts: Heating, Cooling and Lighting typically make up more than 80% of a building s energy bill Utility bills are based on peak demand Employees and tenants become engaged in saving

More information

Using AnywhereUSB to Connect USB Devices

Using AnywhereUSB to Connect USB Devices VMWARE TECHNICAL NOTE VMware ESX Server Using to Connect Devices Digi International s Remote I/O Concentrator is a remote networking solution that utilizes over IP technology, called RealPort, to enable

More information

Cisco Wide Area Application Services (WAAS) Appliances

Cisco Wide Area Application Services (WAAS) Appliances Data Sheet Cisco Wide Area Application Services (WAAS) Appliances Cisco Wide Area Virtualization Engine Product Overview The Cisco Wide Area Application Virtualization Engine (WAVE) product line comprises

More information

Improving Network Uptime

Improving Network Uptime Improving Network Uptime Protecting transactions, critical data transfers, and/or operational visibility from outages Convenience stores sell various combinations of food, fuel and groceries, but the most

More information

Ways to Use USB in Embedded Systems

Ways to Use USB in Embedded Systems Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,

More information

FIELDPOINT BUS EXTENDER CABLE

FIELDPOINT BUS EXTENDER CABLE INSTALLATION GUIDE FIELDPOINT BUS EXTENDER CABLE If you have space constraints, you can use the FieldPoint Bus Extender Cable to mount a FieldPoint bank in two or three rows. Caution You should not use

More information

AV1200 TL-PA8030P KIT. 3-Port Gigabit Passthrough Powerline Starter Kit. Highlights

AV1200 TL-PA8030P KIT. 3-Port Gigabit Passthrough Powerline Starter Kit. Highlights AV1200 3-Port Gigabit Passthrough Powerline Starter Kit Highlights AV1200 HomePlug AV2 standard compliant, high-speed data transfer rates of up to 1200Mbps, supports all your online needs MIMO Technology

More information

ROUTER CATALOGUE. www.telitec.com

ROUTER CATALOGUE. www.telitec.com ROUTER CATALOGUE www.telitec.com STANDARD ADSL ROUTER All-in-One Device: ADSL2+ Modem, NAT Router, 4- Port Switch and Wireless N Access Point Wireless N speed up to 300Mbps makes it ideal for heavy bandwidth

More information

DynaGuard 200 Series. Compact and Versatile MPEG-4. Ver. 1.1

DynaGuard 200 Series. Compact and Versatile MPEG-4. Ver. 1.1 DynaGuard 200 Series Compact and Versatile MPEG-4 Ver. 1.1 An Introduction to the DynaGuard 200 Series MPEG-4 Digital Video Recorder for Small to Medium Applications What is a DynaGuard TM 200? Combined

More information

APPLICATION NOTE. RTD Linux Support Overview. SWM-640000020 Rev C

APPLICATION NOTE. RTD Linux Support Overview. SWM-640000020 Rev C APPLICATION NOTE RTD Linux Support Overview ISO9001 and AS9100 Certified SWM-640000020 Rev C RTD Embedded Technologies, Inc. 103 Innovation Blvd. State College, PA 16803-0906 Phone: +1-814-234-8087 FAX:

More information

USB 3.0 Universal Mini Docking Station Adapter

USB 3.0 Universal Mini Docking Station Adapter USB 3.0 Universal Mini Docking Station Adapter User Manual DSH-M100U3 Ver. 1.00 All brand names and trademarks are properties of their respective owners. www.vantecusa.com Copyright 2015 Vantec Thermal

More information

A guide to VoIP for small to medium sized business

A guide to VoIP for small to medium sized business //VoIP Telecommunications Company A guide to VoIP for small to medium sized business Contents 1 I want to move my business to VoIP. The things you will need to consider. The key points 2 3 4 Types of connectivity

More information

Observer Probe Family

Observer Probe Family Observer Probe Family Distributed analysis for local and remote networks Monitor and troubleshoot vital network links in real time from any location Network Instruments offers a complete line of software

More information

USB3.0 Docking Station. User Manual (DA-70546)

USB3.0 Docking Station. User Manual (DA-70546) USB3.0 Docking Station User Manual (DA-70546) Foreword Congratulations on your purchase of our product! We will show you a new storage concept with safety and convenience It is our pleasure to give you

More information

Industrial DAQ System for Measurements and Monitoring. Hans-Petter Halvorsen, M.Sc.

Industrial DAQ System for Measurements and Monitoring. Hans-Petter Halvorsen, M.Sc. Industrial DAQ System for Measurements and Monitoring Hans-Petter Halvorsen, M.Sc. System Overview Mobile Device Sensors DAQ System Industrial DAQ Hardware Data Logging Cloud Monitoring Data Computer Web

More information

Data storage and high-speed streaming

Data storage and high-speed streaming FYS3240 PC-based instrumentation and microcontrollers Data storage and high-speed streaming Spring 2011 Lecture #8 Bekkeng, 9.5.2011 Data streaming Data written to or read from a hard drive at a sustained

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 1 Introducing Hardware A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

AuditMatic Enterprise Edition Installation Specifications

AuditMatic Enterprise Edition Installation Specifications Enterprise Edition Installation Specifications Version: 4.0 Copyright 2005 F.A.S., Inc. All rights reserved. Copyright 2008 F.A.S., Inc. All rights reserved. Copyright Notice Information contained in this

More information

Full 1080p Network Video Recorder with 2TB HDD & 8 Night Vision 1080p HD IP Cameras

Full 1080p Network Video Recorder with 2TB HDD & 8 Night Vision 1080p HD IP Cameras Full 1080p Network Video Recorder with 2TB HDD & 8 Night Vision 1080p HD IP Cameras Night Owl's cutting edge NVR10-882 is a next generation Complete IP based video security system ideal for the protection

More information

A&E Specifications RoadRunner Video Surveillance Systems for School Transportation Applications

A&E Specifications RoadRunner Video Surveillance Systems for School Transportation Applications RoadRunner Video Surveillance Systems for School Transportation Applications A. Digital Video Recorder (DVR) System: 1. The system shall be provided in compatible and interchangeable formats that support

More information

Personal WiFi Hotspot

Personal WiFi Hotspot Personal WiFi Hotspot Connect all WiFi enabled devices by simply plugging in activated 3G USB Modem and Mobile Phones Powerful portable WiFi Hotspot with true Plug & Play WiFi 802.11N up to 300Mbps Plug

More information

Sentinel DX4000 8TB Storage Server - 4X2TB Drives included, 2x Gigabit Ethernet Ports, 2x USB 3.0 Ports, Secure Remote Access

Sentinel DX4000 8TB Storage Server - 4X2TB Drives included, 2x Gigabit Ethernet Ports, 2x USB 3.0 Ports, Secure Remote Access Sentinel DX4000 8TB Storage Server - 4X2TB Drives included, 2x Gigabit Ethernet Ports, 2x USB 3.0 Ports, Secure Remote Access WD WDBLGT0080KBK-NESN Sentinel DX4000 8TB Small Office Storage Server Centralize

More information

umobilecam Setup Guide All-in-One Mobile Surveillance for Android, ios, Mac, Windows Webcam, IP camera (version 1.0)

umobilecam Setup Guide All-in-One Mobile Surveillance for Android, ios, Mac, Windows Webcam, IP camera (version 1.0) umobilecam Setup Guide All-in-One Mobile Surveillance for Android, ios, Mac, Windows Webcam, IP camera (version 1.0) Copyright UBNTEK CO., LTD. www.ubntek.com Contents 1. Introduction... 3 2. System Requirements...

More information

General Pipeline System Setup Information

General Pipeline System Setup Information Product Sheet General Pipeline Information Because of Pipeline s unique network attached architecture it is important to understand each component of a Pipeline system in order to create a system that

More information

Agenda What can we do now? And 5 years from now we will still be current!

Agenda What can we do now? And 5 years from now we will still be current! Pittsburgh Steelers Alcatel-Lucent OmniPCX Enterprise IP Telephone System Alcatel-Lucent OmniSwitch Network Infrastructure Alcatel-Lucent Collaboration and Fax Server AVST Unified Messaging Wireless Network

More information

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Chapter 9A. Network Definition. The Uses of a Network. Network Basics Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data

More information

Mini server, BIG performance AC100

Mini server, BIG performance AC100 Mini server, BIG performance AC100 The AC100 is the perfect first server for your small business. This tiny dynamo packs a wealth of enterprise level features including Intel Xeon processors, ECC memory,

More information

N750 WiFi DSL Modem Router Premium Edition

N750 WiFi DSL Modem Router Premium Edition Performance & Use N750 Built-in ADSL2+ Modem Faster WiFi speed 300+450 Up to 750 Mbps 750 DUAL BAND 300+450 RANGE Wirelessly access & share USB hard drive & printer Ethernet WAN Future-proof your network

More information

How To Create A Desktop Computer From A Computer Or Mouse And Keyboard (For Business)

How To Create A Desktop Computer From A Computer Or Mouse And Keyboard (For Business) Wyse WSM The power of a PC. Without the complexity. : Learn all you need to know. Here. Introducing Powerful, cost-effective desktop and application virtualization for businesses of all sizes. delivers

More information

LabVIEW DSP Test Integration Toolkit for TI DSP

LabVIEW DSP Test Integration Toolkit for TI DSP LabVIEW DSP Test Integration Toolkit for TI DSP Contents The LabVIEW DSP Test Integration Toolkit for TI DSP gives you the ability to use LabVIEW and the TI Code Composer Studio (CCS) Integrated Development

More information

Who s Endian? www.cloudrouter.dk

Who s Endian? www.cloudrouter.dk Who s Endian? Endian was founded in 2003 at Appiano, Italy, by a team of experienced network specialists and Linux enthusiasts. Endian s goal and path of development are immediately clear: creating sophisticated

More information

White Paper: Broadband Bonding with Truffle PART I - Single Office Setups

White Paper: Broadband Bonding with Truffle PART I - Single Office Setups PART I - Single Office Setups Truffle boosting WAN banwidth and reliability for a single office The Truffle Broadband Bonding Network Appliance enables an SMB (Small and Medium Sized Business) or an enterprise

More information

Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications

Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications Steve Frank Business Development Manager Moxa Inc. Introduction Cellular technology minimizes site visits

More information

Selecting the Right NAS File Server

Selecting the Right NAS File Server Selecting the Right NAS File Server As the network administrator for a workgroup LAN, consider this scenario: once again, one of your network file servers is running out of storage space. You send out

More information

ClearCube: Dedicated 1:1 Blade PC Workstations for Centralized and Virtualized Desktop Infrastructure

ClearCube: Dedicated 1:1 Blade PC Workstations for Centralized and Virtualized Desktop Infrastructure 1 of 1 1/22/2013 9:59 AM PCoIP Blade PCs ClearCube Blade PCs deliver the highest datacenter-to-desktop PCoIP remote performance available in blade computers. Blade PCs provide IT organizations with the

More information

Nighthawk AC1900 Smart WiFi Router Dual Band Gigabit

Nighthawk AC1900 Smart WiFi Router Dual Band Gigabit Performance & Use AC1900 1900 DUAL BAND 600+1300 RANGE AC1900 WiFi 600+1300 Mbps speeds 1GHz dual core processor Advanced features for lag-free gaming Prioritized bandwidth for streaming videos or music

More information

LAN extensions for Instrumentation

LAN extensions for Instrumentation LAN extensions for Instrumentation LXI: It s About Your Time It took years for Ethernet and the Web to transform the way we work. Now it s time for both to transform test systems. That s why leading test

More information

Meraki MX50 Hardware Installation Guide

Meraki MX50 Hardware Installation Guide Meraki MX50 Hardware Installation Guide January 2011 Copyright 2010, Meraki, Inc. www.meraki.com 660 Alabama St. San Francisco, California 94110 Phone: +1 415 632 5800 Fax: +1 415 632 5899 Copyright: 2010

More information

Samsung Portable SSD T1

Samsung Portable SSD T1 Samsung Portable SSD T1 1 LEGALITIES LEGAL DISCLAIMER SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed herein

More information

ShareLink 200 Setup Guide

ShareLink 200 Setup Guide ShareLink 00 Setup Guide This guide provides instructions for installing and connecting the Extron ShareLink 00. The ShareLink USB 00 Wireless Collaboration Gateway allows anyone to present content from

More information

N750 Wireless Dual Band Gigabit Router Premium Edition

N750 Wireless Dual Band Gigabit Router Premium Edition Performance & Use N750 750 DUAL BAND 300+450 RANGE Faster WiFi speed 300+450 Up to 750 Mbps WiFi range for medium to large homes Wirelessly access & share USB hard drive & printer ReadySHARE Cloud** Access

More information

I.T. System Requirements 2015

I.T. System Requirements 2015 I.T. System Requirements 2015 1 Contents: page Contents 3. 4. 5. 6. Examples of incorrectly configured systems Simple server specification Standard server specification Complex server specification *DISCLAIMER*

More information

Dell Wyse Cloud Connect

Dell Wyse Cloud Connect Dell Wyse Cloud Connect Secure productivity from work, home, and on the go. The ultra-compact personal cloud device that can make any HDMI/MHL-equipped display your own. For personal access to all of your

More information

N300 WiFi Cable Modem Router

N300 WiFi Cable Modem Router Performance & Use WIFI SPEED N300 300 SPEED RANGE N300 WiFi Cable modem download speeds up to 340 Mbps 8 times faster than DOCSIS 2.0 Eliminate monthly rental fees Works with U.S. cable Internet providers

More information

Unpack and Install the Devices, Accessories, and Cables

Unpack and Install the Devices, Accessories, and Cables READ ME FIRST NI-DAQmx and DAQ Device Installation Guide Français Deutsch ni.com/manuals Install your software before installing new hardware. Install Application Software Install NI application software,

More information

AUTOMOTIVE DYNAMOMETER HARDWARE AND SOFTWARE

AUTOMOTIVE DYNAMOMETER HARDWARE AND SOFTWARE AUTOMOTIVE DYNAMOMETER HARDWARE AND SOFTWARE DYNOWARE RT DYNAMOMETER HARDWARE DYNOWARE RT THE NEXT GENERATION OF DYNOJET DYNAMOMETER ELECTRONICS AND SOFTWARE HAS ARRIVED. DynoWare RT is the next generation

More information

EHR Implementation: What you need to know to have a successful project: Part 2. Bruce Kleaveland President Kleaveland Consulting, Inc.

EHR Implementation: What you need to know to have a successful project: Part 2. Bruce Kleaveland President Kleaveland Consulting, Inc. EHR Implementation: What you need to know to have a successful project: Part 2. Bruce Kleaveland President Kleaveland Consulting, Inc. Learning Objectives: Recognize key EHR hardware & network components

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.1 July, 2013 Introduction A-307 Platform Overview Introduction A-307 Platform Overview The A-307 provides Original Equipment Manufacturers

More information

ONE SURVEILLANCE PLATFORM TO PROTECT EVERYTHING WWW.SMARTVUE.COM

ONE SURVEILLANCE PLATFORM TO PROTECT EVERYTHING WWW.SMARTVUE.COM ONE SURVEILLANCE PLATFORM TO PROTECT EVERYTHING WWW.SMARTVUE.COM THE WORLD S MOST AWARD WINNING CLOUD SURVEILLANCE Smartvue makes life safer and smarter with fast, simple, and cost-effective cloud video

More information

300Mbps. Wi-Fi Range Extender TL-WA855RE. Highlights. Description

300Mbps. Wi-Fi Range Extender TL-WA855RE. Highlights. Description 300Mbps Wi-Fi Range Extender Highlights Expanded Wi-Fi coverage Delivers fast and reliable wired and wireless connectivity External Antennas For better Wi-Fi coverage and more reliable connections AP Mode

More information

Over the PSTN... 2 Over Wireless Networks... 2. Network Architecture... 3

Over the PSTN... 2 Over Wireless Networks... 2. Network Architecture... 3 Content Introduction... 1 History of Modems... 2 Over the PSTN... 2 Over Wireless Networks... 2 Network Architecture... 3 Circuit-Switched Cellular Data... 3 Short Message Service... 3 Packet-Switched

More information

Product Specification instalert Rapid Messenger Variable Message Sign

Product Specification instalert Rapid Messenger Variable Message Sign instalert 2 units to cover any application instalert 18 (ia18): 18 x 28 full matrix instalert 24: (ia24): 24 x 60 full matrix Size, Weight without battery ia18: 30 x 20 x 2.74, 29 lbs ia24: Folds to fits

More information

Introduction. Network Basics. Workstations. Server. Hub

Introduction. Network Basics. Workstations. Server. Hub Introduction If you re planning to use eivf soon, you may want to install a computer network to improve access to your eivf Provider Portal from any PC in your office. This paper provides information you

More information

Maintain Fleet Management Solutions Using Wide Area Wireless Technology

Maintain Fleet Management Solutions Using Wide Area Wireless Technology Maintain Fleet Management Solutions Using Wide Area Wireless Technology Andreas Kohn Sierra Wireless, Inc. August, 2010 1 Introduction Wireless technology can provide a competitive advantage in today s

More information

TELUS Business Connect Customer Onboarding Guide. How to successfully set up your service

TELUS Business Connect Customer Onboarding Guide. How to successfully set up your service TELUS Business Connect Customer Onboarding Guide How to successfully set up your service Contents The onboarding process............ 2 Network readiness.............. 3 Web registration...............

More information

Userful Network Video Wall. Simply Stunning. userful.com

Userful Network Video Wall. Simply Stunning. userful.com Userful Network Video Wall Simply Stunning userful.com What makes Userful unique? Traditional video walls are complicated, expensive and often turn out to be limited in their capabilities. Userful changes

More information

Learning Series. ThinManager Versus The Competition. A comparison in the thin client management market.

Learning Series. ThinManager Versus The Competition. A comparison in the thin client management market. Learning Series ThinManager Versus The Competition A comparison in the thin client management market. Customers often ask us to provide some sort of comparison between ThinManager and other process management

More information

Performance with a single touch

Performance with a single touch Need stock and employees control? Need fast check-out time and loyal customers? Need a powerful POS without implementation headaches? Your search is over! Performance with a single touch Whether you open

More information

Tablets in Data Acquisition

Tablets in Data Acquisition Tablets in Data Acquisition Introduction In the drive to smaller and smaller data acquisition systems, tablet computers bring a great appeal. Desktop personal computers gave engineers the power to create

More information

AC1200 WiFi High-Speed DSL Modem Router Simultaneous Dual Band Gigabit

AC1200 WiFi High-Speed DSL Modem Router Simultaneous Dual Band Gigabit Performance & Use ADSL ADSL 2/2+ DSL SPEEDOMETER VDSL2 300+900 Mbps WiFi speed High-speed VDSL2/ADSL2+ modem built-in Works with all N150, N300, N600 and AC devices 4 Gigabit Ethernet ports The NETGEAR

More information

Network Analysis Modules

Network Analysis Modules CHAPTER 6 This chapter describes the (NAMs) and contains the following sections: Network Analysis Module (WS-SVC-NAM-1), page 6-2 Network Analysis Module (WS-SVC-NAM-2), page 6-4 NAMs monitor and analyze

More information

WD Hard Drive Interface Guide

WD Hard Drive Interface Guide Hard Drive Interface Guide WD Hard Drive Interface Guide WD Service and Support Should you encounter any problem, please give us an opportunity to address it before returning this product. Most technical

More information

NETGEAR ReadyNAS Duo/NV+ v2 Reviewer s Guide

NETGEAR ReadyNAS Duo/NV+ v2 Reviewer s Guide NETGEAR ReadyNAS Duo/NV+ v2 Reviewer s Guide T a b l e o f C o n t e n t s Contents...2 NETGEAR Contact Info...3 Product Category...3 Overview...3 What s New...3 ReadyDROP...3 Beyond Time Machine...5 Mobile

More information

VEHICLE SERVICE DISPENSING SYSTEMS

VEHICLE SERVICE DISPENSING SYSTEMS VEHICLE SERVICE DISPENSING SYSTEMS Lincoln s LFC Family of Fluid Inventory Control and Management Systems Finally a complete offering of systems to meet the varying needs of vehicle service centers! Each

More information

Distance-Learning Remote Laboratories using LabVIEW

Distance-Learning Remote Laboratories using LabVIEW Distance-Learning Remote Laboratories using LabVIEW Introduction Laboratories, which are found in all engineering and science programs, are an essential part of the education experience. Not only do laboratories

More information

Canvio Home FAQ. is designed to be very easy to install and use to back up, share, and remotely access the files from your computers.

Canvio Home FAQ. is designed to be very easy to install and use to back up, share, and remotely access the files from your computers. What is a Canvio Home device? Canvio Home is a Network-Attached Storage device that is designed to be very easy to install and use to back up, share, and remotely access the files from your computers.

More information

Nighthawk X4 AC2350 Smart WiFi Dual Band Gigabit Router

Nighthawk X4 AC2350 Smart WiFi Dual Band Gigabit Router Performance & Use 1.4GHz Dual Core Processor Network Storage Ready Twin USB 3.0 + esata AC2350 WiFi up to 2.33Gbps (600 + 1733 Mbps ) Next generation Quad-Stream Wave 2 WiFi Fastest available 1.4GHz dual

More information

Utilizing IP & Data Services to provide Secure Global Push To Talk Communications

Utilizing IP & Data Services to provide Secure Global Push To Talk Communications Utilizing IP & Data Services to provide Secure Global Push To Talk Communications Link Communications, Inc. 1035 Cerise Road Billings, MT 59101-7378 www.link-comm.com Who we are Link Communications global

More information