Microsoft Virtual Labs. Windows Embedded CE 6.0 Writing C# Managed Applications

Size: px
Start display at page:

Download "Microsoft Virtual Labs. Windows Embedded CE 6.0 Writing C# Managed Applications"

Transcription

1 Microsoft Virtual Labs Windows Embedded CE 6.0 Writing C# Managed Applications

2 Table of Contents Windows Embedded CE 6.0 Writing C# Managed Applications... 1 Exercise 1 Creating a Platform Image...2 Exercise 2 Customize and build the OS Design...9 Exercise 3 Boot the O/S Image & Networking...18 Exercise 4 Writing the Managed Application...20 Exercise 5 Running the C# Application...26 Summary...29

3 Windows Embedded CE 6.0 Writing C# Managed Applications Objectives After completing this lab, you will be better able to: Create a Platform Image Customize and build the OS Design Boot the O/S Image with Networking Write and Run a C# Managed Application Estimated Time to Complete This Lab Computer used in this Lab 60 Minutes WindowsCE6 Page 1 of 29

4 Exercise 1 Creating a Platform Image Scenario This lab uses Visual Studio 2005 Professional, Visual Studio 2005 SP1, Windows Embedded CE 6.0. You will be using Visual Studio 2005 (including Windows Embedded CE 6.0 Platform Builder) to create a custom CE 6.0 operating system image. During the first part of this lab you will use the New OS Design Wizard within Platform Builder to create an initial OS Design which you will then modify by adding operating system features needed to support a C# (or Visual Basic) managed application. Note that CE 6.0 ships with support for.net Compact Framework 2.0 SP1 user interface based and headless applications. 1. Create a new OS Design a. Start Visual Studio 2005 with Platform Builder either using the desktop shortcut, or b. Start All Programs Microsoft Visual Studio 2005 Microsoft Visual Studio 2005 (there may also be a shortcut on the desktop) c. Launch the Visual Studio 2005 New Project dialog. Select File New Project d. Select the Platform Builder project type. e. Choose the OS Design template f. Enter a name for your project, or go with the default name g. Click OK Note: The initial Dialog that is displayed below outlines the process of creating an OS Design. There are a number of steps involved and you will step through the wizard and make selections as appropriate. Page 2 of 29

5 h. In the Welcome to the Windows Embedded CE 6.0 OS Design Wizard click Next. Note: We will build an operating system for the Microsoft Device Emulator. The Microsoft Device Emulator version 2.0 is a desktop application that emulates the behavior of a Windows Embedded CE 6.0 or Windows Mobile-based hardware platform. Using the Device Emulator, you can run, test, and debug a run-time image without the need for a physical device. Note: You could select more than one BSP (Board Support Package). For example, it may be useful to select the Device Emulator and a hardware reference platform; the emulation environment can be used by your internal/external application developers to build applications for your device while hardware is still being developed. Page 3 of 29

6 i. Select Device Emulator:ARMV4I j. Click Next Note: You are now given a number of Design Templates to choose from as the starting point for this project. If none of the options match your needs you can simply select Custom Device and build the image based on the components you select from the catalog. For the purposes of this tutorial you will be using the PDA Device template. k. Select PDA Device from the list of Design Templates Page 4 of 29

7 l. Click Next Note: The Wizard now gives you the option of choosing a variant of the Design Template. For this tutorial you will be using the Mobile Handheld variant. m. Select Mobile Handheld from the list of Design Template Variants n. Click Next Note: There are a number of options which can be selected for each of the sample platforms, the OS Design Wizard will only show options that are relevant to the platform you are building. For example, it would not make sense to include Internet Explorer or WordPad in a headless device such as a Residential Gateway. The Mobile Handheld device can include applications such as Internet Explorer, WordPad, and Windows Messenger and other optional components you might want to add from the catalog of components that ship with CE 6.0. Note: In this case we don t need the.net Compact Framework (we will allow Visual Studio 2005 to download the Compact Framework files to the running CE 6.0 operating system image for a production device you would of course include the.net Compact Framework 2.0 component and your managed application in the operating system image). De-select this item. Page 5 of 29

8 o. De-select the.net Compact Framework 2.0 p. Click Next Note: Next comes networking and communications, you can see that Windows CE provides support for Personal, local, and wide area networking through technologies such as Bluetooth, IrDA, Wired and Wireless networking, and VPN. In our case lets deselect IPV6, we could add this component back into the operating system later using the catalog. q. Deselect the TCP/IPv6 Support Page 6 of 29

9 r. Click Next Note: We re done! The wizard is complete. You ve configured the OS Design and can now further customize it by adding and/or removing components from the Catalog. s. Click Finish Note: The Wizard will now prompt you with any security warnings or other notifications related to the components you selected. Acknowledge these notifications (note that you could search the catalog for the OBEX Server component and remove this from your operating system design, or read the documentation links provided on the OBEX Warning dialog to ensure that you understand the security implications of including this component). Page 7 of 29

10 t. Click Acknowledge Note: At this point you have an OS Design containing all of the OS components which have been selected from the Wizard. In the next section we will further customize the OS Design using the Catalog. Page 8 of 29

11 Exercise 2 Customize and build the OS Design 1. Using the Catalog Note: You will now make changes to the items included in your OS Design using the Catalog View. First, ensure that the Catalog View is visible. a. Select the View menu b. Choose Other Windows Catalog Items View Note: You are going to be writing a C# managed application and deploying this to the CE 6.0 ARM Emulator (Device Emulator 2.0), there are a number of components that you need to add from the catalog before building the operating system image, these are: IPConfig you will need to know the IP address of your emulator image WCELoad you will want Visual Studio to download the Compact Framework (as a.cab file) and expand this on your device, the WCELOAD component is the CAB File installer/uninstaller. Web Server The Web Server (HTTPD) can be used to make sure we can browse to the IP address of the running operating system image (you could also ping the device emulator from the desktop) Compact Framework Dependencies for UI based Devices Even though you have not added the Compact Framework to your operating system image you still need to include the dependencies for the Compact Framework, this ensures that all of the operating system technologies needed to support the Compact Framework are included in your operating system CoreCon ARMV4I component This is a custom component (the component doesn t ship with Visual Studio 2005 or CE 6.0) that exposes the CoreCon device side applications (Conmanclient2 and Cmaccept) these applications are needed on your device for Visual Studio to deploy applications and CAB files to your device (assuming that you are connecting to your device using Ethernet rather than ActiveSync) more on this later in the lab. Note: There are a couple of ways you can locate features in the catalog, you can either browse the catalog and locate the feature you re interested in manually (for example you may know that the.net Compact Framework 2.0 component lives in the Core OS CEBASE Applications and Services Development node of the catalog), alternatively you can use the catalog search feature to locate the component you are interested in. You want to ensure that IpConfig is included in the run-time image that you build. Search for ipconfig to locate the appropriate catalog item. Page 9 of 29

12 c. Type ipconfig in the catalog items search box d. Hit Enter to search e. Check the box next to the Network Utilities (IpConfig, Ping, Route) item to include it in your OS Design Note: The catalog search feature can be used to either search on names or part of names (for example searching on Soli would locate the Solitaire component in the catalog or to search on a components SYSGEN value, for example searching for SYSGEN_HTTPD would locate the HTTPD Web Server which you will be adding to the operating system shortly. f. Type SYSGEN_HTTPD in the catalog items search box g. Hit Enter to search h. Check the box next to the Web Server (HTTPD) item to include it in your OS Design Note: Note that adding the HTTPD Web Server to your operating system will display a Security Warning (see below) you have two choices at this point, you can either click Acknowledge to add the HTTPD Web Server to your operating system image, or hit Cancel to not add the component to the operating system image notice that the Security Warning dialog provides best practice information on how to use this feature securely. Page 10 of 29

13 i. Type wceload in the catalog items search box j. Hit Enter to search Note: When you searched for the SYSGEN_WCELOAD component you were viewing the server node of the catalog the SYSGEN_WCELOAD (Cab file installer/uninstaller) lives in the Applications End User node of the catlog (the first node of the catalog) the catalog search will start from your current location and search to the end of the catalog since the component is at the top of the catalog you will get the following warning message. k. Click Yes to continue the search from the top of the catalog. l. Check the box next to the CAB File Installer/Uninstaller item to include it in your OS Design Page 11 of 29

14 m. Type SYSGEN_DOTNETV2_SUPPORT in the catalog items search box n. Hit Enter to search o. Check the box next to the OS Dependencies for.net Compact Framework 2.0 item to include it in your OS Design Note: You will probably have noticed that the catalog items have either squares or circles to represent operating system technologies (see below) the items that have a circle show that you can choose just one of the options the.net Compact Framework 2.0 UI and Headless components are a good example of this. Items that have a square are stand-alone components and therefore don t conflict with other components. Note: You ve now added all of the components needed to build a CE 6.0 operating system that can run.net Compact Framework applications. Note: The next step is to add support for developing/downloading/debugging managed applications against the operating system you ve configured. Unlike Windows Mobile devices (Pocket PC or Smartphone) which are typically connected to a developers PC using USB and ActiveSync many CE 6.0 embedded devices will be connected over Ethernet in this case we need to run two applications Page 12 of 29

15 on the device to prepare for application development and debugging from Visual Studio 2005 these are known as ConManClient2 and CmAccept and ship with Visual Studio 2005 (note that to develop applications against a CE 6.0 device you need Visual Studio 2005 SP1 which provides an update to the ConMan components) the ConMan files are typically installed to the following folder - C:\Program Files\Common Files\Microsoft Shared\CoreCon\1.0\target\wce400\<processor type> Note: To make it easy to add the ARMV4I ConMan components to your operating system design we ve created a Third Party component called ConMan_ARMV4I Files Component this component can be found in the C:\WINCE600\PUBLIC\ConMan_ARMV4I folder on your Virtual Lab PC this is a simple component that doesn t have any source code and uses the components BIB file and postlink.bat files to copy the ConMan files into the build release folder for your project and then include the ConMan files into your operating system image. Note that you wouldn t typically ship the ConMan files with your operating system image. p. Scroll to the end of the catalog q. Expand the Third Party catalog node r. Check the box next to the ConMan_ARMV4I Files Component item to include it in your OS Design Note: The Catalog is an important tool for configuring your OS Design. If you choose to explore this view further, you will find advanced features for the analysis of dependencies between the various items. 2. Configure the OS Build Options Note: The default build option is to build a Debug operating system image, for the purposes of this lab we re not interested in debugging the operating system, but are more interested in writing, deploying, and debugging C# applications from Visual Studio 2005 you can change the build option from debug to release the operating system image will boot faster as a release build since the amount of debugging information will be reduced. a. Locate the build option combo box on the Visual Studio Toolbar (see image below) b. Drop down the combo box and change the build option to Device Emulator ARMV4I Release Page 13 of 29

16 Note: You can also configure other operating system options through the Project Properties menu. c. Select Project Properties Note: This will display the project properties dialog for CE 6.0 this allows you to change general settings (location of the build release folder, release type, and output filename), Locale, Build Options, Environment Variables and more. d. Expand Configuration Properties e. Select the Build Options node f. Click OK to close the Property Pages dialog 3. Setting operating system deployment options Note: For this lab you will be deploying your CE 6.0 operating system to the ARM based Device Emulator, which has a number of configuration options, this includes screen width/height, color depth, amount of available ARM, network configuration, and supported peripherals (serial ports, battery, and others). Note: This lab has been configured to run inside the Virtual Lab environment, in order to allow inbound network connections to the ARM Emulator running inside the Virtual Lab we ve added support for Virtual Machine Networking Services and the Microsoft Loopback adapter in this configuration the Emulator boots and gets an auto-ip address which can then be pinged from the Virtual Machine desktop or from Visual Studio You will now setup the Emulator networking settings. a. Select Target Connectivity Options Note: There are a number of options that can be set on the Target Device Connectivity Dialog this includes the download/debug transport which could be Ethernet, Serial, Device Emulator (DMA), Image Update, USB or None To connect to the ARM Emulator we will be using the Device Emulator (DMA) option. Confirm you have Device Emulator (DMA) for Download Page 14 of 29

17 Confirm you have Device Emulator (DMA) for Transport Confirm you have KdStub for Debugger Note: You will now change some of the Emulator settings, specifically configuring the network settings. b. Click the Download Settings button (highlighted below). c. Clicking Settings displays the following dialog You will notice a number of tabs General, Display (for screen size/color depth), Network (to setup your network options), and Peripherals for working with serial ports etc Page 15 of 29

18 d. Click the Network tab on the Emulator Properties dialog. e. Click NE2000 PCMCIA network adapter and bind to: to enable the network adapter. Note: Note that the default option is to bind to your connected network card. f. Drop the Network adapter list and select Microsoft Loopback Adapter Virtual Machine Network Services Driver g. Click OK h. Click Apply & then click Close 4. Build the OS Design Note: At this point, you would be all ready to build your OS Design. You now have two options, either build the operating system (this could take more than 10 minutes to complete) or move onto the next step in the lab using an pre-built operating system image. To build the operating system: a. Select Build Build Solution note that this could take more than 10 minutes to complete. b. To open an existing Platform Builder Workspace: Select File Open Page 16 of 29

19 Project/Solution c. Browse for and open the Solution: C:\Wince600\OSDesigns\AppDev\AppDev.sln d. Select Yes to save changes if you wish. Note: The prebuilt Solution you have opened contains everything you have done so far: A Mobile Handheld Template Ipconfig Httpd web server ConMan files Wceload (Cab File installer/uninstaller).net Compact Framework dependencies Page 17 of 29

20 Exercise 3 Boot the O/S Image & Networking 1. Booting the operating system image Note: You are now ready to download the CE 6.0 operating system image. a. Select Target Attach Device Note: After a few moments the Device Emulator will be displayed, the CE 6.0 operating system image will be downloaded and will boot. Note that the default action when booting the operating system is to show the contents of the command window (see below) to show debug messages during boot you should switch from the Command Window to the Output view. b. Click on the Output tab at the bottom of the Visual Studio UI to show the debug output from booting the operating system this will also be useful when you need to capture the IP address of the device. 2. Obtaining the Emulator IP Address Note: In order to deploy a managed application from Visual Studio 2005 to the emulator device you need to determine the IP address of the emulator operating system image you have included the IPConfig utility in the operating system image, this can be used to determine the IP address of the running operating system image. Note: Note that it may take a few seconds before the network adapter has a valid IP address you will notice that the networking icon on the task bar will initially show a network icon with a red cross through it, this shows that the network adapter is up and running but doesn t have a valid IP address (see full task bar image below). Note: Once the emulator has a valid IP address the networking icon will change to show a valid IP address/connection (the red cross will be removed from the networking icon). Note: You can use Target Control to obtain the devices IP address. a. In Visual Studio: Open Target Target Control b. At the target control command prompt, type: s ipconfig /d (this is the Page 18 of 29

21 command used to start/launch ipconfig application on the device you could also use the Target Run menu option) the /d switch is used to send the output from ipconfig to the Visual Studio/Platform Builder debug output window. Note: The Debug Output window in Visual Studio/Platform Builder will display the IP address of the running emulator image. Note: In this case the Emulator has an IP address of (and a Subnet mask of ) You will need to save this IP address to configure Visual Studio for application deployment. c. Make a note of the IP address you obtained from running the ipconfig utility you could highlight the IP address and copy to the clipboard (right click/copy) or simply write the IP address down for later use. Page 19 of 29

22 Exercise 4 Writing the Managed Application 1. Creating a C# Managed Application in VS 2005 Note: You are now ready to write and deploy a C# managed application. a. Minimize the current instance of Visual Studio/Platform Builder b. Start a new instance of Visual Studio 2005 you will use the new instance of Visual Studio 2005 to write and deploy your managed application. c. Within Visual Studio 2005 select File New Project d. Select Project type: Visual C# Smart Device Windows CE 5.0 Note: Note that you are selecting a Windows CE 5.0 project type and deploying the application to a CE 6.0 device. e. Change the Project name to something appropriate or leave the default name f. Click OK to create the Smart Device application. Note: By default the C# application form is created at 640x480 pixels, the emulator image you have created/booted is running at 320x240, we need to adjust the form size. g. Right click on the form within Visual Studio h. Select Properties this will display the forms properties in the bottom right of the Visual Studio UI. Page 20 of 29

23 i. Scroll the Properties window to locate the Size item j. Set the form size to 320x240 (see below) Note: The Visual Studio application wizard automatically adds a mainmenu to the application, this appears to be invisible on the form, but if you add controls close to the top left of the form then your controls would be overwritten by the mainmenu. See the image below that shows where the mainmenu would be displayed. Page 21 of 29

24 Note: To stop the mainmenu overwriting any controls you put onto the form we can simply delete the mainmenu control. Just below the form designer you have the Component Tray, an area set aside for controls you ve added to the form that typically don t have UI you will see mainmenu1 displayed. k. Right Click on mainmenu1 l. On the popup menu select Delete this will delete the forms mainmenu. Note: You are now ready to populate the form by adding controls from the Toolbox. m. Hover your mouse over the toolbox (left side of the screen) this will display the Toolbox. n. Click (and hold) a Button control and drag onto your form o. Repeat this process with a textbox control Page 22 of 29

25 p. [Optional] feel free to set the button/textbox controls positions and size on the form. q. [Optional] you can also use the properties panel (bottom right of Visual Studio 2005) to set the name and default text of the Button and textbox. Note: In the example below the Button and textbox text have been set to Tahoma 18pt, and the Button text has been set to Click Me! Note: Now you are ready to add code behind the button. r. Double click on the Button you added to the form this will take you into a Code View within Visual Studio 2005 (see below). Note: Visual Studio has created a button_click handler for your button and has opened the code editor at the right place for you to add your code. s. Add the following code to the button_click handler textbox1.text= Cool Tools! ; Note: Perhaps it would be interesting to debug the managed application once deployed to the CE 6.0 ARM emulator. t. Place the cursor on the line of code you ve just entered. u. Press Function Key 9 (F9) to set a breakpoint on the line of code Page 23 of 29

26 2. Configuring VS 2005 connection to CE 6.0 Device Note: The breakpoint will fire once the application has been downloaded to the emulator. Note: You are now ready to build your application the final step is to configure the connection between Visual Studio 2005 and your running target device. Note: You ve already captured the IP address for your running CE 6.0 operating system image, in this case you are using the ARM Device Emulator as your target. Visual Studio 2005 needs to know the IP address of the target you are going to deploy to this would be different if we had an ActiveSync connection between the desktop and the embedded device. a. In Visual Studio (the instance used to develop the C# Smart Device application), select Tools Options b. Scroll the Tree View on the Options Dialog to locate and expand the Device Tools Devices node. c. Select the Properties button on the Options Dialog. d. Select Configure on the Windows CE 5.0 Device Properties Dialog Page 24 of 29

27 e. Select Use specific IP address: on the Configure TCP/IP dialog f. Enter the IP Address you saved earlier in this lab (note that the IP address displayed in the dialog below may not match the IP address you saved earlier) g. Click OK to close the Configure TCP/IP Transport dialog h. Click OK to close the Windows CE 5.0 Device Properties Dialog i. Click OK to close the Options Dialog Note: Visual Studio is now ready to connect and deploy your managed application, however, the target device is not yet ready to accept the application from Visual Studio 2005 we need to run two applications on the target before we deploy our application from Visual Studio 2005 these two applications are ConManClient2.exe and Cmaccept.exe these applications were added to the operating system by the ConMan_ARMV4I Component. Page 25 of 29

28 Exercise 5 Running the C# Application 1. Configuring the Target Device Note: We need to run two applications on the target device before we deploy the application from Visual Studio 2005, these applications are ConManClient2 and Cmaccept these are part of ConMan, or Connection Manager if you do not run these applications on your target you will not be able to deploy the application from Visual Studio a. Switch to Visual Studio/Platform Builder Note: You can use Target Control to run the two applications. b. In Visual Studio: Open Target Target Control c. Type: s conmanclient2 (this will start the ConManClient2 application) d. Type: s cmaccept (this will start the cmaccept application) Note: You can verify that the two applications are running using a command within the Target Control Window. e. Type: gi proc (this will display a list of running processes in the Target Control window) Note: You can see that there are 12 processes running on the ARM Device Emulator, this includes five instances of udevice.exe the user mode device driver manager, and also included in the list are ConManClient2.exe and Cmaccept.exe. f. Switch to the Application Development instance of Visual Studio 2005 g. Select Debug Start Debugging Note: You will be prompted for the device type you want to deploy to. h. Select Windows CE 5.0 Device i. Click Deploy Page 26 of 29

29 Note: Visual Studio will now make the connection to the ARM based Device Emulator using the IP address we stored earlier. Once the connection is made Visual Studio will download the ARMV4I.NET Compact Framework CAB file and install the Compact Framework on the device once the Compact Framework is deployed the application will be deployed and started on the device, this may take a couple of minutes to complete. Note: Once the application is deployed and started the emulator will look like the image below. Note: Of course you need to test the application to make sure the application behaves as you would expect. j. Click the applications Click Me button Note: When you click the button the breakpoint will fire, Visual Studio will show the current instruction pointer and highlight the line of code that caused the breakpoint to fire. Page 27 of 29

30 Note: At this point you could single step the application or explore other debugger related activities. k. Press F5 to allow the application to run. l. Confirm that the textbox shows the appropriate content. Page 28 of 29

31 Summary You have now completed all the steps in this guide. Here s what we have covered: Created an OS Design Customized the OS Design by components needed to support Visual Studio application development Built an OS image Downloaded an operating system to the ARM Device Emulator Used Target Control to launch applications on the device Configured Visual Studio and Platform Builder to deploy applications to a running emulator image Deployed and run a C#.NET Compact Framework application. Page 29 of 29

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

Smartphone Development Tutorial

Smartphone Development Tutorial Smartphone Development Tutorial CS 160, March 7, 2006 Creating a simple application in Visual Studio 2005 and running it using the emulator 1. In Visual Studio 2005, create a project for the Smartphone

More information

Lab 2-2: Exploring Threads

Lab 2-2: Exploring Threads Lab 2-2: Exploring Threads Objectives Prerequisites After completing this lab, you will be able to: Add profiling support to a Windows CE OS Design Locate files associated with Windows CE profiling Operate

More information

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide

Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4. 10 Steps to Developing a QNX Program Quickstart Guide Q N X S O F T W A R E D E V E L O P M E N T P L A T F O R M v 6. 4 10 Steps to Developing a QNX Program Quickstart Guide 2008, QNX Software Systems GmbH & Co. KG. A Harman International Company. All rights

More information

Getting to Know the Tools

Getting to Know the Tools Getting to Know the Tools CHAPTER 3 IN THIS CHAPTER Using SQL Server Management Studio One main limitation of the SQL CE 2.0 database released in 2002 was the need to manage the database either using a

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

User Guide for Windows 10

User Guide for Windows 10 User Guide for Windows 10 System requirements E10684 First Edition July 2015 To facilitate a smoother transition from your previous operating system, read the system requirements below before upgrading

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

Getting Started with the LabVIEW Mobile Module

Getting Started with the LabVIEW Mobile Module Getting Started with the LabVIEW Mobile Module Contents The LabVIEW Mobile Module extends the LabVIEW graphical development environment to Mobile devices so you can create applications that run on Windows

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Section 5: Installing the Print Driver

Section 5: Installing the Print Driver Section 5: Installing the Print Driver In This Section Print Driver Installation for USB Connection Using the Ethernet Connection and a Crossover Cable Print Driver: The Epilog print driver is the software

More information

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition

10 STEPS TO YOUR FIRST QNX PROGRAM. QUICKSTART GUIDE Second Edition 10 STEPS TO YOUR FIRST QNX PROGRAM QUICKSTART GUIDE Second Edition QNX QUICKSTART GUIDE A guide to help you install and configure the QNX Momentics tools and the QNX Neutrino operating system, so you can

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Network/Floating License Installation Instructions

Network/Floating License Installation Instructions Network/Floating License Installation Instructions Installation steps: On the Windows PC that will act as License Manager (SERVER): 1. Install HASP Run-time environment, SERVER 2. Plug in the red USB hardware

More information

For Introduction to Java Programming, 5E By Y. Daniel Liang

For Introduction to Java Programming, 5E By Y. Daniel Liang Supplement H: NetBeans Tutorial For Introduction to Java Programming, 5E By Y. Daniel Liang This supplement covers the following topics: Getting Started with NetBeans Creating a Project Creating, Mounting,

More information

Connecting the CE 5.0 emulator to VS2005 HOW TO?

Connecting the CE 5.0 emulator to VS2005 HOW TO? Connecting the CE 5.0 emulator to VS2005 HOW TO? As you probably noticed, Microsoft Visual Studio 2005 does not come de-facto with a Windows CE 5.0 emulator! This said, if you wish to deploy and execute

More information

DEPLOYING A VISUAL BASIC.NET APPLICATION

DEPLOYING A VISUAL BASIC.NET APPLICATION C6109_AppendixD_CTP.qxd 18/7/06 02:34 PM Page 1 A P P E N D I X D D DEPLOYING A VISUAL BASIC.NET APPLICATION After completing this appendix, you will be able to: Understand how Visual Studio performs deployment

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

IrDA-USB IrDA USB Adapter

IrDA-USB IrDA USB Adapter IrDA-USB IrDA USB Adapter The IrDA USB Adapter enables infrared wireless data communication through your PC s USB port. No IRQ, DMA settings nor configurations, the IrDA USB Adapter is much better than

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Using the Microsoft Bluetooth Stack

Using the Microsoft Bluetooth Stack Using the Microsoft Bluetooth Stack Microsoft s Service Pack 2 for Windows XP includes its own Bluetooth stack. The stack has limited support for Bluetooth applications compared to other Windows-based

More information

PIGCHAMP MOBILE. PigCHAMP Knowledge Software. Installation Guide for Mobile Units

PIGCHAMP MOBILE. PigCHAMP Knowledge Software. Installation Guide for Mobile Units PIGCHAMP MOBILE PigCHAMP Knowledge Software Installation Guide for Mobile Units Table of Contents: Important Note:... 4 Chapter 1: PC Setup... 5 A. Install PigCHAMP Mobile Manager on Windows XP...5 B.

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Software Installation Guide

Software Installation Guide Software Installation Guide This manual explains how to install the software over a USB or network connection. Network connection is not available for models SP 200/200S/203S/203SF/204SF. Flowchart The

More information

Start A New Project with Keil Microcontroller Development Kit Version 5 and Freescale FRDM-KL25Z

Start A New Project with Keil Microcontroller Development Kit Version 5 and Freescale FRDM-KL25Z Start A New Project with Keil Microcontroller Development Kit Version 5 and Freescale FRDM-KL25Z This tutorial is intended for starting a new project to develop software with Freescale FRDM-KL25Z board

More information

Configuring Windows 7 64 bit for AutoVISION

Configuring Windows 7 64 bit for AutoVISION This document will describe how to configure a 64 bit version of Windows 7 Professional, Ultimate or Enterprise to utilize the Windows XP Mode (Virtual PC) capabilities to allow AutoVISION to be used in

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

Getting Started with the LabVIEW Mobile Module Version 2009

Getting Started with the LabVIEW Mobile Module Version 2009 Getting Started with the LabVIEW Mobile Module Version 2009 Contents The LabVIEW Mobile Module extends the LabVIEW graphical development environment to Mobile devices so you can create applications that

More information

Software Installation Requirements

Software Installation Requirements Software Installation Guide PrintIQ TM Software Installation Requirements Please use the following guide to ensure that you're meeting all requirements prior to installing the PrintIQ TM Xerox Device Agent

More information

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505

Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 Embroidery Fonts Plus ( EFP ) Tutorial Guide Version 1.0505 1 Contents Chapter 1 System Requirements.................. 3 Chapter 2 Quick Start Installation.................. 4 System Requirements................

More information

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout

More information

Software Installation Guide

Software Installation Guide Software Installation Guide This manual explains how to install the software over a USB or network connection. Network connection is not available for models SP 200/200S/203S/203SF/204SF. To manually configure

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial

More information

CNW Re-Tooling Exercises

CNW Re-Tooling Exercises CNW Re-Tooling Exercises I Exercise 1: VPN... 1 Scenario... 1 Detail Steps to perform exercise:... 1 Exercise 2: Install and Configure a Certificate to Web Server... 4 Scenario... 4 Detail Steps to perform

More information

Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software

Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software 27 March 2015 Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software Introduction This guide will walk you through the process of transferring data from the FOCUS DL-15 to the computer

More information

REMOTE DESKTOP SETUP INSTRUCTIONS

REMOTE DESKTOP SETUP INSTRUCTIONS REMOTE DESKTOP SETUP INSTRUCTIONS 1. Setting up your work desktop to allow Remote Desktop connectivity Windows does not have this feature enabled by default, so we will go through the steps on how to enable

More information

Pre-lab and In-class Laboratory Exercise 10 (L10)

Pre-lab and In-class Laboratory Exercise 10 (L10) ECE/CS 4984: Wireless Networks and Mobile Systems Pre-lab and In-class Laboratory Exercise 10 (L10) Part I Objectives and Lab Materials Objective The objectives of this lab are to: Familiarize students

More information

Job Aid: Creating Additional Remote Access Logins

Job Aid: Creating Additional Remote Access Logins This job aid describes the steps required to add an additional remote access login to the Avaya S8300, S8500, and S8700 Series Media Servers. These logins may be used to establish a Point to Point Protocol

More information

1. Installing The Monitoring Software

1. Installing The Monitoring Software SD7000 Digital Microphone Monitor Software manual Table of Contents 1. Installing The Monitor Software 1.1 Setting Up Receivers For Monitoring 1.2 Running The Application 1.3 Shutdown 2. The Detail Monitoring

More information

CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC

CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC 1 Introduction Release date: 11/12/2003 This application note details the steps for creating an IKE IPSec VPN tunnel

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Configure SPLM 2012 on Windows 7 Laptop

Configure SPLM 2012 on Windows 7 Laptop Configure SPLM 2012 on Windows 7 Laptop 7/12/2012 SmartPlant License Manager (SPLM) requires a static IP Address on the license machine. To fulfill this requirement on laptops a virtual network adapter

More information

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Guide Microsoft Corporation Published: July 2009 Updated: September 2009 Abstract Remote Desktop Web Access (RD Web

More information

Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial

Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial Building an Embedded Processor System on a Xilinx Zync FPGA (Profiling): A Tutorial Embedded Processor Hardware Design January 29 th 2015. VIVADO TUTORIAL 1 Table of Contents Requirements... 3 Part 1:

More information

2010 Ing. Punzenberger COPA-DATA GmbH. All rights reserved.

2010 Ing. Punzenberger COPA-DATA GmbH. All rights reserved. 2010 Ing. Punzenberger COPA-DATA GmbH All rights reserved. Distribution and/or reproduction of this document or parts thereof in any form are permitted solely with the written permission of the company

More information

MFC8890DW Vista Network Connection Repair Instructions

MFC8890DW Vista Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

MFC7840W Windows Network Connection Repair Instructions

MFC7840W Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

Operating Instructions

Operating Instructions Operating Instructions (For Setting up the Printer Driver and the Panasonic Document Management System) Digital Imaging Systems Model No. DP-800P / 800E / 806P Installation Table of Contents Installation

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

Bluetooth Installation

Bluetooth Installation Overview Why Bluetooth? There were good reasons to use Bluetooth for this application. First, we've had customer requests for a way to locate the computer farther from the firearm, on the other side of

More information

64-Bit Compatibility with Micromeritics Applications

64-Bit Compatibility with Micromeritics Applications Tech Tip 7 64-Bit Compatibility with Micromeritics Applications Micromeritics products are designed to operate in most Microsoft Windows environments. However, more current versions of Microsoft Windows,

More information

HL2170W Windows Network Connection Repair Instructions

HL2170W Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

Chapter 1 Downloading Images to Your Computer (Windows)

Chapter 1 Downloading Images to Your Computer (Windows) Software User Guide For the safe use of your camera, be sure to read the Safety Precautions thoroughly before use. Types of software installed on your computer varies depending on the method of installation

More information

Managing Software Updates with System Center 2012 R2 Configuration Manager

Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Microsoft Updates with Configuration Manager 2012 R2 This document is for informational purposes only. MICROSOFT MAKES

More information

EASE Scan Tool Customers. SECTION I - Installation

EASE Scan Tool Customers. SECTION I - Installation Please Install Your EASE Scan Tool DVD Before Installing Any Other Software That Came With Your Package. SECTION I - Installation ATTENTION: Do NOT connect an EASE Vehicle Interface Device to your Computer

More information

Operating Instructions

Operating Instructions Operating Instructions (For Setting Up) Digital Imaging Systems Installation Overview Model No. DP-8060 / 8045 / 8035 Table of Contents Setting Your Machine Installation Overview General Installation Overview...

More information

Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements

Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements Tutorial: Configuring GOOSE in MiCOM S1 Studio 1. Requirements - Two (2) MiCOM Px4x IEDs with Version 2 implementation of IEC 61850 - Two (2) Cat 5E Ethernet cable - An Ethernet switch 10/100 Mbps - MiCOM

More information

Windows XP.. ELITE Firmware Update procedures.. v1.41

Windows XP.. ELITE Firmware Update procedures.. v1.41 Windows XP.. ELITE Firmware Update procedures.. v1.41 Download and Extract the ELITE update. Note.. Please ensure you are logged in to Windows as an Administrator before carrying out the instructions in

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

Schneider OS-Loader usage via Ethernet or USB.

Schneider OS-Loader usage via Ethernet or USB. LHC Gas Systems 28 th February, 2007 Schneider OS-Loader usage via Ethernet or USB. Jacques ROCHEZ - IT/CO/FE Abstract This document is a guideline on how to configure correctly a PC for the use of the

More information

CODESOFT Installation Scenarios

CODESOFT Installation Scenarios CODESOFT Installation Scenarios NOTES: CODESOFT is a separate install from existing versions of CODESOFT. You will need to make note of your current settings (default directories, etc.) so you can duplicate

More information

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

LDCDP 11999.GdW. L force Controls. Ä.GdWä. Software Manual. Industrial PC. WindowsR CE Thin Client. Operating system

LDCDP 11999.GdW. L force Controls. Ä.GdWä. Software Manual. Industrial PC. WindowsR CE Thin Client. Operating system L force Controls Ä.GdWä LDCDP 11999.GdW Software Manual Industrial PC WindowsR CE Thin Client Operating system l Please read these instructions before you start working! Follow the enclosed safety instructions.

More information

Microsoft Visual Studio 2010 Instructions For C Programs

Microsoft Visual Studio 2010 Instructions For C Programs Microsoft Visual Studio 2010 Instructions For C Programs Creating a NEW C Project After you open Visual Studio 2010, 1. Select File > New > Project from the main menu. This will open the New Project dialog

More information

Install Guide for Time Matters and Billing Matters 11.0

Install Guide for Time Matters and Billing Matters 11.0 Install Guide for Time Matters and Billing Matters 11.0 Copyright and Trademark Notice LexisNexis, the Knowledge Burst logo, Lexis, lexis.com, Shepard's, Shepardize, martindale.com and Martindale-Hubbell

More information

Federated Identity Service Certificate Download Requirements

Federated Identity Service Certificate Download Requirements Federated Identity Service Certificate Download Requirements Version 3.2 Exostar, LLC February 14, 2013 Table of Contents Introduction... 1 Purpose... 1 FIS System Requirements... 2 Adding Exostar as a

More information

Fiery E100 Color Server. Welcome

Fiery E100 Color Server. Welcome Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome

More information

Guide for Remote Control PDA

Guide for Remote Control PDA 030.0051.01.0 Guide for Remote Control PDA For Use with Bluetooth and a PC Running Windows 7 Table of Contents A. Required Parts... 3 B. PC Software Installation... 3 C. Configure PC Software... 4 D. Testing

More information

Intel Unite Solution. Standalone User Guide

Intel Unite Solution. Standalone User Guide Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

VirtualXP Users Guide

VirtualXP Users Guide VirtualXP Users Guide Contents Chapter 1: Introduction... 2 Chapter 2: Install and Uninstall VirtualXP... 3 2.1 System Requirement... 3 2.2 Installing VirtualXP... 3 2.3 Uninstalling VirtualXP... 3 Chapter

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Microsoft Dynamics GP. Business Analyzer

Microsoft Dynamics GP. Business Analyzer Microsoft Dynamics GP Business Analyzer April 5, 2013 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples Networking General networking Networking overview A network is a collection of devices such as computers, printers, Ethernet hubs, wireless access points, and routers connected together for communication

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1 EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014 Version 1 NEC EXPRESSCLUSTER X 3.x for Windows SQL Server 2014 Quick Start Guide Document Number ECX-MSSQL2014-QSG, Version

More information

DIRECT INTERNET DATA. User s Guide

DIRECT INTERNET DATA. User s Guide DIRECT INTERNET DATA User s Guide Iridium Satellite LLC Rev. 2; June 15, 2001 DIRECT INTERNET DATA ------------------------------------------------------------------------------------- TABLE OF CONTENTS

More information

BASLER ACE QUICK INSTALLATION GUIDE

BASLER ACE QUICK INSTALLATION GUIDE BASLER ACE QUICK INSTALLATION GUIDE Rev. 01 Quick installation Guide V1 1 Introduction The installation procedures in this guide assume that you want to get your camera operational and begin capturing

More information

Detective. Family. HPGe-Based Portable Nuclide Identifiers. Wireless Remote Operation With SOTI s Pocket Controller Software

Detective. Family. HPGe-Based Portable Nuclide Identifiers. Wireless Remote Operation With SOTI s Pocket Controller Software Detective Family HPGe-Based Portable Nuclide Identifiers Wireless Remote Operation With SOTI s Pocket Controller Software This document tells how to set up the Detective-EX/DX, Micro-Detective, Micro-trans-SPEC,

More information

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365 This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University

More information

Connecting to a Soundweb TM. London Network

Connecting to a Soundweb TM. London Network This guide will step you through the process of configuring your laptop and HiQnet TM London Architect TM to communicate with a network of Soundweb London devices. 1 Install London Architect Install the

More information

Tech Tips Helpful Tips for Pelco Products

Tech Tips Helpful Tips for Pelco Products DX4104 UPDATING FROM THE NETWORK SERVER October 29, 2009 DX4104 UPDATING FROM THE NETWORK SERVER The Operation/Configuration manual provides users an option for updating the server through the network

More information

Passport Installation. Windows XP + Internet Explorer 8

Passport Installation. Windows XP + Internet Explorer 8 Passport Installation Windows XP + Internet Explorer 8 OS Version Windows XP System Type 32bit or 64bit Browser & version Internet Explorer 8 Before you begin.. Make sure you have Anti Virus software installed

More information

Installation and Setup

Installation and Setup Installation and Setup Xoom INDEX Xoom Features/Pictures. Page 2 Accessories.. Page 2 Accessing Users Guides... Page 3 itap RDP mouse modes... Page 3 Setup for Xoom use in the office (Office wireless network)

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

More information

VRC 7900/8900 Avalanche Enabler User s Manual

VRC 7900/8900 Avalanche Enabler User s Manual VRC 7900/8900 Avalanche Enabler User s Manual WLE-VRC-20030702-02 Revised 7/2/03 ii Copyright 2003 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite

More information

Lab - Building an Internet of Things Application Hands-On Lab

Lab - Building an Internet of Things Application Hands-On Lab Lab - Building an Internet of Things Application Hands-On Lab Table of contents 1. Creating a Bluemix Application... 3 2. Create and add an Internet of Things Service... 4 2.Wire the connected device s

More information

E-Loader Operation Manual

E-Loader Operation Manual Multi-Function Tools for E-MU Instruments Revision A _ Before you Begin - Read and follow the instructions given in the READ BEFORE INSTALLING file that comes with the E-Loader installer program. E-Loader

More information

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it?

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it? SMART BOARD USER GUIDE FOR PC What is it? SMART Board is an interactive whiteboard available in an increasing number of classrooms at the University of Tennessee. While your laptop image is projected on

More information

Celluon Laserkey - User Guide for Microsoft Windows XP

Celluon Laserkey - User Guide for Microsoft Windows XP Celluon Laserkey - User Guide for Microsoft Windows XP INDEX 1. System Requirements... 2 2. Installation / Uninstalling the Driver... 2 3. Bluetooth dongle software settings... 3 4. Connection Method...4

More information

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information