PT-100 Temperature Measurement

Size: px
Start display at page:

Download "PT-100 Temperature Measurement"

Transcription

1 Fakultet for teknologiske fag Bachelor i ingeniørfag PT-100 Temperature Measurement Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon , Bachelorutdanning - Masterutdanning Ph.D. utdanning

2 Table of contents TABLE OF CONTENTS 1 Introduction Program Step 1: Creating a new database Step 2: Creating a new area Step 3: Connecting I/O to Analog Input block Step 4: Scaling Step 5: Activate I/O Step 6: Download HMI Step 1: Open a new picture Step 2: Creating interface Operate

3 1 Introduction 1 INTRODUCTION In this task, you will learn how to create a program and a human machine interface (HMI) in DeltaV to measure temperature. The equipment we are using is a PT-100 temperature device. In order to get temperature data, we need to use a transmitter with an output signal 4-20 ma that reflects a temperature range of 0-50 C. We use a 250-ohm resistor to get a 1-5V signal. The scaling formula is y = ax + b In this case we get y = 12.5x

4 2 Program 2 PROGRAM In this chapter, you will learn how to create the program to measure the environment temperature. 2.1 Step 1: Creating a new database Before we start to program in DeltaV we would like to start on an empty program where no inputs or outputs are used. This is easily done with the use of a database. To avoid adding all the hardware configurations each time, we have premade a database that is empty, but contains the hardware configurations we need. The First thing you need to do is log on to the DeltaV station with username: Administrator and password: deltav. When this is done choose Windows Desktop. Click on the start-menu and open Database Administration. Double click on Copy Database, choose Student1 from the drop down menu and write your name in the Copy To field. Figure 2-1 is showing you what it should look like. Press copy Yes OK Close. Figure 2-1 How to set up your database After you close the Copy Database window, you want to set the database you just made active. To do this double click Set Active Database, this is found in the Database Administration window. Click change (If warning press OK) and select the database you just made and press OK. Your database is now created and active. Close database window to continue. 5

5 2 Program 2.2 Step 2: Creating a new area Go to the start menu and run DeltaV Explorer. Right click on Control Strategies and select New Area. Name it PT-100. Figure 2-2 shows you what it should look like. Figure 2-2 Creating a new area 2.3 Step 3: Connecting I/O to Analog Input block Choose Applications from the top menu and click Control Studio as shown in Figure 2-3. Figure 2-3 Applications A new window will pop up. 6

6 2 Program To measure the temperature you will need an Analog In signal. Click on IO on the right hand side of the window and choose Analog Input. Drag and drop the Analog Input icon as shown in Figure 2-4. Figure 2-4 IO Palette We need to connect the analog input signal to the block. Right click on the AI block you just placed and choose Assign I/O To Signal Tag. On the Device Signal Tag click the Browse button as shown in Figure 2-5. Open CTLR-1-HIT Select TLR-1-HITC01CH01 OK OK Figure 2-5 Assign I/O 7

7 2 Program To change the name of the block. Right-click on the block, choose rename and type: TT and press enter. The block will now look like Figure 2-6. Figure 2-6 Temperature transmitter TT 2.4 Step 4: Scaling To get the program to show the right temperature value, we need to scale the values. In our case we use y = 12.5x -12.5, as described in the introduction. Start by selecting the TT block. Under Categorized open I/O and double click on OUT_SCALE as shown in Figure 2-7. Figure 2-7 OUT_SCALE The property box shown in Figure 2-8 will appear. Change the Engineering unit to V, and set 0% of scale to 1 and 100% scale to 5 OK. Figure 2-8 OUT_SCALE Properties 8

8 2 Program Next, choose a multiply block from the Math palette in the right menu. Drag and drop. Connect the TT OUT to the multiply block s IN1 by dragging a line from OUT to IN1. Figure 2-9 shows what it should look like. Figure 2-9 Connection from AI to MLTY Next, you need to set a value to IN2. Select the multiply block, down to the left, there is a property window showing. Choose Categorized and double click on IN2. The IN2 Properties window as shown in Figure 2-10 pops up. Set the value to 12.5 OK. Figure 2-10 IN2 Properties Now you need a similar block, but this time a subtract block. Find the Subtract block in the math palette. Drag a line from the MLTY OUT to the SUB IN_1 and repeat the procedure from the multiply block where IN_2 is also When you are done, it should look like Figure Figure 2-11 blocks Finish off by clicking the save button and open the PT-100 folder. Type: TEMPERATURE in the object name field and save. Close Control Studio. 9

9 2 Program 2.5 Step 5: Activate I/O Now we need to activate the I/O. Go to Exploring DeltaV. Choose applications I/O configuration as shown in Figure Figure 2-12 Exploring DeltaV The list of modules that are connected to the station is shown in Figure Right click on CH01 in C01 and enable it. Figure 2-13 I/O Configuration Close I/O Configuration. 10

10 2 Program 2.6 Step 6: Download The last thing that needs to be done before we start making the human user interface (HMI), is to make sure everything is downloaded. Right click on Physical network and choose Download physical network as show in Figure Press yes, then close. Figure 2-14 Download Physical Network Before we make our interface, we need to download the program in Control Studio. Right click on TEMPERATURE and choose Open Open with Control Studio as shown in Figure Figure 2-15 Open Control Studio Click the download button as shown in Figure Press yes on pop-up. Figure 2-16 Download Open CTLR-1-HIT Yes/OK until the download is complete Close Close Control Studio. 11

11 3 HMI 3 HMI To be able to read the measurements from the temperature transmitter we need to create a HMI. 3.1 Step 1: Open a new picture In Exploring DeltaV, choose Applications DeltaV operate Configure as shown in Figure 3-1. Figure 3-1 Exploring DeltaV Press the + sign on the folder Pictures, then templates and double click on main. You will then get a standard picture as shown in Figure 3-2. Figure 3-2 Main Picture 12

12 3 HMI Delete all the text in the picture so you get a blank picture as shown in Figure 3-3. Figure 3-3 Blank Picture 3.2 Step 2: Creating interface Start by adding a text that says Temperature. Select A in the toolbar, click somewhere in the drawing area and start writing. Now we need to add the temperature variable. Click on the ABC100 button from toolbar and change Data Entry Type to In-Place and Formatting Type to Numeric. Check Figure 3-4 to see if your values are matching. Figure 3-4 ABC

13 3 HMI Next click. Choose Browse DeltaV Control Parameters. PT-100 TEMPERATURE SUB1 OUT CV OK OK Figure 3-5 Expression builder Stamp the Datalink on the drawing area. Your picture will look like Figure 3-6. Figure 3-6 Main You are now going to make a simple thermometer. Open Dynamo sets from the left window and double click on Basic Shapes. Basic Shapes shown in Figure 3-7. Figure 3-7 Basic Shapes 14

14 3 HMI Choose the shape Polygon162, and drag it into your page. Right-click on the shape and click rotate. Use the corners to turn the Polygon vertically. You can also adjust the size by dragging the corners. Your HMI should now look like Figure 3-8. Figure 3-8 Thermometer Next, double click on the shape. Basic Animation Dialog will now open as shown in Figure 3-9. Figure 3-9 Basic Animation Dialog Under Fill, click the checkbox Fill Percentage. Fill Expert will now open. Click and Browse DeltaV Control Parameters. TEMPERATURE SUB1 OUT CV OK In Fill Expert, change Lowest Input Value to 0 and Highest to 50 as shown in Figure OK Figure 3-10 Fill Expert 15

15 3 HMI You are now back in Basic Animation Dialog. Click Configure, Polygon162 Animations window (Figure 3-11) will appear. Go to Color and click next to ForegroundColor. Choose the color blue, this color will show the temperature. Then click on BackgroundColor and and pick grey for the thermometer color. OK OK Figure 3-11 Polygon162 Animations Click save and type your name Save You are now finished with the HMI. 16

16 4 Operate 4 OPERATE Connect the PT-100 temperature device to TEMP IN connection points as shown in Figure 4-1. Figure 4-1 Connection You are now ready to open Operate (run), click CTRL +W. Your finished program should now look something like Figure 4-2 Figure 4-2 Operate run NB! If the temperature is too high, try pulling the PT-100 device power out, and then put it back again. This should fix the problem. 17

Level Control with DeltaV

Level Control with DeltaV Fakultet for teknologiske fag Bachelor i ingeniørfag Level Control with DeltaV Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning

More information

Temperature Control of Air Heater with DeltaV

Temperature Control of Air Heater with DeltaV Fakultet for teknologiske fag Bachelor i ingeniørfag Temperature Control of Air Heater with DeltaV Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no

More information

Level control with DeltaV

Level control with DeltaV Fakultet for teknologiske fag Bachelor i ingeniørfag Level control with DeltaV Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning

More information

Temperature Control with DeltaV

Temperature Control with DeltaV Fakultet for teknologiske fag Bachelor i ingeniørfag Temperature Control with DeltaV Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning

More information

Two-Tank Alarm Management

Two-Tank Alarm Management Fakultet for teknologiske fag Bachelor i ingeniørfag Two-Tank Alarm Management Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning

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

Passport Installation. Windows 8 + Internet Explorer 10

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

More information

Check current version of Remote Desktop Connection for Mac.. Page 2. Remove Old Version Remote Desktop Connection..Page 8

Check current version of Remote Desktop Connection for Mac.. Page 2. Remove Old Version Remote Desktop Connection..Page 8 CONTENTS SECTION 1 Check current version of Remote Desktop Connection for Mac.. Page 2 SECTION 2 Remove Old Version Remote Desktop Connection..Page 8 SECTION 3 Download and Install Remote Desktop Connection

More information

Remote Storage Area (RSA) Basics

Remote Storage Area (RSA) Basics Remote Storage Area (RSA) Basics Table of Contents Remote Storage Area Overview... 3 What is Remote Storage Area?... 3 Who has access to RSA?... 3 How much space is available?... 3 Basic RSA Use... 4 How

More information

The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department.

The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department. The Reprographics E-Copy Process The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department. FTP Site Submission For Print Job Files FTP Print Job Submissions

More information

Passport installation Windows 8 + Firefox

Passport installation Windows 8 + Firefox Passport installation Windows 8 + Firefox OS Version Windows 8 System Type 32-bit and 64-bit Browser name & version Firefox 23 Before you begin Check you have Anti Virus software installed on your computer

More information

SQLBackupAndFTP User Instructions (Rev 0.3) 9/14/10

SQLBackupAndFTP User Instructions (Rev 0.3) 9/14/10 SQLBackupAndFTP User Instructions (Rev 0.3) 9/14/10 SQLBackupAndFTP Installation Website: www.sqlbackupandftp.com Download the installation executable from: http://downloads.minntech.com/medivators Advantage

More information

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client Disabling Microsoft SharePoint in order to install the OneDrive for Business Client If you try to setup and sync your OneDrive online documents with the client software and Microsoft SharePoint opens,

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions What is Xythos? Xythos is a secure web-based file storage system that allows you to place files in a central location so they can be accessed via the internet. You can upload,

More information

Make Voice Calls and Share Documents using Skype*

Make Voice Calls and Share Documents using Skype* Make Voice Calls and Share Documents using Skype* Intel Easy Steps 1 2012 Intel Corporation Using Skype for making Voice Calls and Sharing Documents In the previous activity Using Skype to Communicate

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

Access your directories (home directory and shared directories) outside Tilburg University

Access your directories (home directory and shared directories) outside Tilburg University Access your directories (home directory and shared directories) outside Tilburg University FileZilla offers you the possibility to access your personal M-drive or other network locations through a secure

More information

NAS 225 Introduction to FTP Explorer

NAS 225 Introduction to FTP Explorer NAS 225 Introduction to FTP Explorer Connect to FTP sites and transfer files A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use FTP Explorer to connect

More information

File Manager Pro User Guide. Version 3.0

File Manager Pro User Guide. Version 3.0 File Manager Pro User Guide Version 3.0 Contents Introduction... 3 1.1. Navigation... 3 2. File Manager Pro... 5 2.1. Changing directories... 5 2.2. Deleting files... 5 2.3. Renaming files... 6 2.4. Copying

More information

16.4.3 Optional Lab: Data Backup and Recovery in Windows 7

16.4.3 Optional Lab: Data Backup and Recovery in Windows 7 16.4.3 Optional Lab: Data Backup and Recovery in Windows 7 Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Canterbury Maps Quick Start - Drawing and Printing Tools

Canterbury Maps Quick Start - Drawing and Printing Tools Canterbury Maps Canterbury Maps Quick Start - Drawing and Printing Tools Quick Start Guide Standard GIS Viewer 2 Canterbury Maps Quick Start - Drawing and Printing Tools Introduction This document will

More information

NVMS-1200. User Manual

NVMS-1200. User Manual NVMS-1200 User Manual Contents 1 Software Introduction... 1 1.1 Summary... 1 1.2 Install and Uninstall... 1 1.2.1 Install the Software... 1 2 Login Software... 3 2.1 Login... 3 2.2 Control Panel Instruction...

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

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

Installing Remote Desktop Connection

Installing Remote Desktop Connection SETTING UP YOUR REMOTE DESKTOP This section will assist you in setting you Remote Desktop Connection. This will allow you to create an icon for easy access to your virtual desktop. DISCLAIMER: All images

More information

Internet Setup Manual for Windows 95/98

Internet Setup Manual for Windows 95/98 Step 1 On your Windows 95/ 98 desktop, click on Start, then click on Settings, then click on Control Panel. Step 2 Inside of the Control Panel, find the icon labeled Network. Now double-click on the Network

More information

Configure Your Computer to Work With Microsoft Word - Windows Vista

Configure Your Computer to Work With Microsoft Word - Windows Vista COMPUTER CONFIGURATION INSTRUCTIONS CENTER FOR THE DEVELOPMENT OF SECURITY EXCELLENCE May 2013 The purpose of this document is to provide step-by-step instructions to students on how to configure their

More information

10.3.1.4 Lab - Data Backup and Recovery in Windows 7

10.3.1.4 Lab - Data Backup and Recovery in Windows 7 5.0 10.3.1.4 Lab - Data Backup and Recovery in Windows 7 Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint

Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint Maximizing the Use of Slide Masters to Make Global Changes in PowerPoint This document provides instructions for using slide masters in Microsoft PowerPoint. Slide masters allow you to make a change just

More information

Exercise 10: Basic LabVIEW Programming

Exercise 10: Basic LabVIEW Programming Exercise 10: Basic LabVIEW Programming In this exercise we will learn the basic principles in LabVIEW. LabVIEW will be used in later exercises and in the project part, as well in other courses later, so

More information

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5 SIMATIC WinCC V7.0 SIMATIC WinCC V7.0 Printout of the Online Help 1 Welcome 2 Icons 3 Creating a project 4 Configure communication 5 Configuring the Process Screens 6 Archiving and displaying values 7

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

HOW TO USE OIT EMAIL VIA THE WEB

HOW TO USE OIT EMAIL VIA THE WEB HOW TO USE OIT EMAIL VIA THE WEB A) Logging into your MyOIT account which includes your email account 1) Open a browser such as Firefox, Chrome or Safari. Please do not use Internet Explorer. 2) In the

More information

SSL VPN Setup for Windows

SSL VPN Setup for Windows SSL VPN Setup for Windows SSL VPN allows you to connect from off campus to access campus resources such as Outlook email client, file sharing and remote desktop. These instructions will guide you through

More information

This page left blank intentionally.

This page left blank intentionally. OWA 2010 This page left blank intentionally. Table of Contents What is OWA?... 5 Sending Mail... 5 How do I compose a message?... 5 How do add a signature to my outgoing mail?... 5 How do I check spelling

More information

Mahara: MyPortfolio. Create content Build pages Share. A user guide for beginners. What is Mahara?

Mahara: MyPortfolio. Create content Build pages Share. A user guide for beginners. What is Mahara? Mahara: MyPortfolio A user guide for beginners What is Mahara? MyPortfolio is a web application that allows users to build a personal electronic portfolio. It can be used to create and store online content

More information

E-Map Application CHAPTER. The E-Map Editor

E-Map Application CHAPTER. The E-Map Editor CHAPTER 7 E-Map Application E-Map displays the monitoring area on an electronic map, by which the operator can easily locate the cameras, sensors and alarms triggered by motion or I/O devices. Topics discussed

More information

1 Introduction. 2 Project Browser. 3 FlowStone Editor

1 Introduction. 2 Project Browser. 3 FlowStone Editor USER GUIDE C O N T E N T S CHAPTER 1 1 Introduction 3 OVERVIEW... 4 ABOUT THIS GUIDE...4 CHAPTER 2 2 Project Browser 5 OVERVIEW... 6 NAVIGATOR... 6 TOOLBAR...7 PROJECT LIST... 7 PROJECT ACTIONS... 9 OPENING

More information

Outlook Web Access. PRECEDED by v\

Outlook Web Access. PRECEDED by v\ Outlook Web Access Logging in to OWA (Outlook Web Access) from Home 1. Login page http://mail.vernonct.org/exchange 2. To avoid these steps each time you login, you can add the login page to your favorites.

More information

ICP Data Entry Module Training document. HHC Data Entry Module Training Document

ICP Data Entry Module Training document. HHC Data Entry Module Training Document HHC Data Entry Module Training Document Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Scope... 4 2. Step for testing HHC Data Entry Module.. Error! Bookmark not defined. STEP 1 : ICP HHC

More information

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business

Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business 2015 Managing your Joomla! 3 Content Management System (CMS) Website Websites For Small Business This manual will take you through all the areas that you are likely to use in order to maintain, update

More information

What is File Management. Methods for Categorizing Data. Viewing Data on a Computer

What is File Management. Methods for Categorizing Data. Viewing Data on a Computer What is File Management As described earlier, file management is basically the process of designing new folders and assigning files to those folders. The main goal in file management is to have a system

More information

16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista

16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista 16.4.3 Optional Lab: Data Backup and Recovery in Windows Vista Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

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

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

BushSoft Accounts - Installation manual

BushSoft Accounts - Installation manual BushSoft Accounts - Installation manual You should have received a license file from BushSoft to be able to complete the installation. You will be prompted for this file at the end of the installation

More information

What is My Teamwork? What s new in this release? MY TEAMWORK 5.0 QUICK START GUIDE

What is My Teamwork? What s new in this release? MY TEAMWORK 5.0 QUICK START GUIDE MY TEAMWORK 5.0 QUICK START GUIDE What is My Teamwork? My Teamwork is a converged communications solution that combines presence-aware instant messaging with the ability to make phone calls, conference

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Advanced Client Phone Training

Advanced Client Phone Training Advanced Client Phone Training Interaction Client Last Updated December 19, 2008 This document outlines advanced features and configuration of the Interaction Client. DVS, Inc. 60 Revere Dr., Suite 201

More information

Lesson 3 - Processing a Multi-Layer Yield History. Exercise 3-4

Lesson 3 - Processing a Multi-Layer Yield History. Exercise 3-4 Lesson 3 - Processing a Multi-Layer Yield History Exercise 3-4 Objective: Develop yield-based management zones. 1. File-Open Project_3-3.map. 2. Double click the Average Yield surface component in the

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

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

Open a PDF document using Adobe Reader, then click on the Tools menu on the upper left hand corner.

Open a PDF document using Adobe Reader, then click on the Tools menu on the upper left hand corner. This document illustrates how to digitally sign PDF documents using Acrobat Reader 11. The illustrations assume that the user already has a digital certificate. You will need the latest version of Adobe

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

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

User s Manual. Management Software for ATS

User s Manual. Management Software for ATS ATS Monitor User s Manual Management Software for ATS Table of Contents 1. ATS Monitor Overview... 2 2. ATS Monitor Install and Uninstall... 2 2.1. System Requirement... 2 2.2. Software Install... 2 2.3.

More information

McAfee Endpoint Encryption Reporting Tool

McAfee Endpoint Encryption Reporting Tool McAfee Endpoint Encryption Reporting Tool User Guide Version 5.2.13 McAfee, Inc. McAfee, Inc. 3965 Freedom Circle, Santa Clara, CA 95054, USA Tel: (+1) 888.847.8766 For more information regarding local

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

O UTLOOK 2003 HELP SHEET MAIL. Opening the program. Mail

O UTLOOK 2003 HELP SHEET MAIL. Opening the program. Mail O UTLOOK 2003 HELP SHEET MAIL Opening the program At Work Double-click the icon on your desktop. Or click the Start button. If this icon is displayed, click on it. If it is not displayed, click Start,

More information

MICROSOFT OUTLOOK 2011 ORGANIZE E-MAIL MESSAGES

MICROSOFT OUTLOOK 2011 ORGANIZE E-MAIL MESSAGES MICROSOFT OUTLOOK 2011 ORGANIZE E-MAIL MESSAGES Lasted Edited: 2012-07-10 1 Mark Message as Read... 4 Categorize Messages... 5 Categorize an incoming e-mail... 5 Rename a category... 6 Place an e-mail

More information

1. Right click using your mouse on the desktop and select New Shortcut.

1. Right click using your mouse on the desktop and select New Shortcut. offers 3 login page styles: Standard Login, List Login or Quick Time Punch. Each login page can be saved as a shortcut to your desktop or as a bookmark for easy fast login access. For quicker access to

More information

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions As your financial institution completes its system conversion, you will need to modify your QuickBooks settings

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

Using Remote Web Workplace Version 1.01

Using Remote Web Workplace Version 1.01 Using Remote Web Workplace Version 1.01 Remote web workplace allows you to access your Windows XP desktop through Small Business Server 2003 from a web browser. 1. Connect to the Internet in your remote

More information

BID2WIN Workshop. Advanced Report Writing

BID2WIN Workshop. Advanced Report Writing BID2WIN Workshop Advanced Report Writing Please Note: Please feel free to take this workbook home with you! Electronic copies of all lab documentation are available for download at http://www.bid2win.com/userconf/2011/labs/

More information

How to Use JCWHosting Reseller Cloud Storage Solution

How to Use JCWHosting Reseller Cloud Storage Solution How to Use JCWHosting Reseller Cloud Storage Solution Go to https://www.internetspace.co.za and log in with your Cloud Reseller account username and password. How to Use create a cloud account for your

More information

1. Open the preferences screen by opening the Mail menu and selecting Preferences...

1. Open the preferences screen by opening the Mail menu and selecting Preferences... Using TLS encryption with OS X Mail This guide assumes that you have already created an account in Mail. If you have not, you can use the new account wizard. The new account wizard is in the Accounts window

More information

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1

Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 Transitioning from TurningPoint 5 to TurningPoint Cloud - LMS 1 A Turning Account is a unique identifier that is used to tie together all software accounts and response devices. A Turning Account is required

More information

Instructions for Connecting to PACS outside of a Regional Facility

Instructions for Connecting to PACS outside of a Regional Facility Instructions for Connecting to PACS outside of a Regional Facility For support, please contact the ehealth Saskatchewan Helpdesk at 1-888-316-7446 Recommended options provide optimal performance 1 The

More information

NVMS - 1000 USER MANUAL. Version 2.1.0

NVMS - 1000 USER MANUAL. Version 2.1.0 NVMS - 1000 USER MANUAL Version 2.1.0 Contents 1 Software Introduction... 1 1.1 Summary... 1 1.2 Operation Environment... 1 1.3 Install and Uninstall... 2 1.3.1 Install the Software... 2 1.3.2 Uninstall

More information

Mitigation Planning Portal MPP Reporting System

Mitigation Planning Portal MPP Reporting System Mitigation Planning Portal MPP Reporting System Updated: 7/13/2015 Introduction Access the MPP Reporting System by clicking on the Reports tab and clicking the Launch button. Within the system, you can

More information

USC Aiken CMS Manual. A manual on using the basic functions of the dotcms system. Office of Marketing and Community Relations-USC Aiken

USC Aiken CMS Manual. A manual on using the basic functions of the dotcms system. Office of Marketing and Community Relations-USC Aiken USC Aiken CMS Manual A manual on using the basic functions of the dotcms system Office of Marketing and Community Relations-USC Aiken Table Of Contents Introduction/How to Use Manual... 2 Logging In...

More information

6 USING WINDOWS XP 6.1 INTRODUCTION

6 USING WINDOWS XP 6.1 INTRODUCTION 6 USING WINDOWS XP 6.1 INTRODUCTION The windows operating system started with the introduction of Windows OS and Windows for work group for networking. Since then it has come a long way and Windows 95,

More information

Centurion PLUS CPC4 Download Guide

Centurion PLUS CPC4 Download Guide Centurion PLUS CPC4 Download Guide using C4 File Transfer Utility. 1010537 03 01 10 Section 50 1.0 Background: 1.1 The Centurion PLUS Control system consists of a Centurion PLUS Core (CPC4 1) and Color

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

SMS Database System Quick Start. [Version 1.0.3]

SMS Database System Quick Start. [Version 1.0.3] SMS Database System Quick Start [Version 1.0.3] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to change this manual

More information

INSTALLING MÜSE UPDATES FOR ISTAN

INSTALLING MÜSE UPDATES FOR ISTAN INSTALLING MÜSE UPDATES FOR ISTAN System updates are available periodically and can be downloaded using any computer with an Internet connection. CAE Healthcare Instructor Workstations should NOT be connected

More information

Google Sites. How to create a site using Google Sites

Google Sites. How to create a site using Google Sites Contents How to create a site using Google Sites... 2 Creating a Google Site... 2 Choose a Template... 2 Name Your Site... 3 Choose A Theme... 3 Add Site Categories and Descriptions... 3 Launch Your Google

More information

Introduction to RefWorks

Introduction to RefWorks University of Malta Library Introduction to RefWorks A Guide to Prepare & Submit your Personal Academic Publication List Stefania Cassar Outreach Librarian Email: refworks.lib@um.edu.mt Last updated: 3

More information

How to start creating a VoIP solution with Ozeki VoIP SIP SDK

How to start creating a VoIP solution with Ozeki VoIP SIP SDK Lesson 2 How to start creating a VoIP solution with Ozeki VoIP SIP SDK Abstract 2012. 01. 12. The second lesson of will show you all the basic steps of starting VoIP application programming with Ozeki

More information

Installing S500 Power Monitor Software and LabVIEW Run-time Engine

Installing S500 Power Monitor Software and LabVIEW Run-time Engine EigenLight S500 Power Monitor Software Manual Software Installation... 1 Installing S500 Power Monitor Software and LabVIEW Run-time Engine... 1 Install Drivers for Windows XP... 4 Install VISA run-time...

More information

Sirona SIDEXIS Installation

Sirona SIDEXIS Installation Sirona SIDEXIS Installation The installation and configuration of Sopro inter-oral cameras with SIDEXIS version 2.3 is a three step process. The first step is to install the USB 2.0 driver and test the

More information

Appendix A How to create a data-sharing lab

Appendix A How to create a data-sharing lab Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,

More information

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email

MS Outlook 2002/2003. V1.0 BullsEye Telecom Email IMAP Settings Manual Our application allows you to access your email in many different ways. For those of you who do not wish to use the Webmail interface, you may also manage your email and custom folder

More information

Solution domain. Cloud PC Backup Startingkit for users. Date 26/05/2015 Sensitivity Unrestricted Our reference V1.0 Contact E-mail

Solution domain. Cloud PC Backup Startingkit for users. Date 26/05/2015 Sensitivity Unrestricted Our reference V1.0 Contact E-mail Solution domain Cloud PC Backup Startingkit for users Date 26/05/2015 Sensitivity Unrestricted Our reference V1.0 Contact E-mail Table of contents Table of contents... 2 1. What is Cloud PC Backup?...

More information

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions

This manual provides information and instructions for Mac SharePoint Users at Fermilab. Using Sharepoint from a Mac: Terminal Server Instructions Using SharePoint from a Mac: Terminal Server Instructions This manual provides information and instructions for Mac SharePoint Users at Fermilab. Page 0 Contents Fermilab Terminal Server Introduction...2

More information

CITY OF BURLINGTON PUBLIC SCHOOLS MICROSOFT EXCHANGE 2010 OUTLOOK WEB APP USERS GUIDE

CITY OF BURLINGTON PUBLIC SCHOOLS MICROSOFT EXCHANGE 2010 OUTLOOK WEB APP USERS GUIDE CITY OF BURLINGTON PUBLIC SCHOOLS MICROSOFT EXCHANGE 2010 OUTLOOK WEB APP USERS GUIDE INTRODUCTION You can access your email account from any workstation at your school using Outlook Web Access (OWA),

More information

Using Outlook Web Access

Using Outlook Web Access Using Outlook Web Access Log on JTSA Outlook Web Access 1. Enter the following URL into the address bar on your web browser (Internet Explorer recommended) and press enter http://exweb.jtsa.edu 2. The

More information

How to make a line graph using Excel 2007

How to make a line graph using Excel 2007 How to make a line graph using Excel 2007 Format your data sheet Make sure you have a title and each column of data has a title. If you are entering data by hand, use time or the independent variable in

More information

USING MS OUTLOOK. Microsoft Outlook

USING MS OUTLOOK. Microsoft Outlook USING MS OUTLOOK In this tutorial you will learn how to use Microsoft Outlook with your EmailHosting.com account. You will learn how to setup an IMAP account, and also how to move your emails and contacts

More information

Quick Start Guide for SAXTAX 2010 Programs

Quick Start Guide for SAXTAX 2010 Programs Quick Start Guide for SAXTAX 2010 Programs 1. Installation: Installing from a Link: Please click on the link provided in the setup email received. You will automatically be prompted with a download window.

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information

Sitecore InDesign Connector 1.1

Sitecore InDesign Connector 1.1 Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

More information

10.3.1.5 Lab - Data Backup and Recovery in Windows Vista

10.3.1.5 Lab - Data Backup and Recovery in Windows Vista 5.0 10.3.1.5 Lab - Data Backup and Recovery in Windows Vista Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents Table of Contents What is a mail merge?... 2 What do I need to start?... 2 Step 1: How to create a PDF document?...

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Guide to using Cumulus software (a.k.a., the Cumulus "client")

Guide to using Cumulus software (a.k.a., the Cumulus client) Guide to using Cumulus software (a.k.a., the Cumulus "client") January 2012 Stanford Law School s images database is in Cumulus a digital asset manager made by Canto Software http://www.canto.com. Stanford

More information

Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders

Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders Part 1 Install the Personal Folder Backup Utility Note: You should close Outlook and any other applications before installing

More information