Tag Processor Exercise

Size: px
Start display at page:

Download "Tag Processor Exercise"

Transcription

1 Hands-On RTAC Session Tag Processor Exercise Figure 1 Connection Diagram Tag Processor in the RTAC In the DNP3 Server and Introduction to the Tag Processor Exercise, the Tag Processor was introduced as a simple mapping tool to move tag data between intelligent electronic devices (IEDs). The Tag Processor can also be used to perform simple calculations, such as analog scaling and complex IEC calculations. It can be used to perform conditional statements using IEC logic expressions. It also can log and alarm changes in the states of tag values. In addition, there are a number of special Tag Processor functions that can be found in Section 3 of the ACSELERATOR RTAC SEL-5033 Software Instruction Manual. This exercise will explore some of these functions. Exercise Step 1. Scale the value of Control_Center_DNP.AI_0008 that references a phase-to-phase voltage by dividing by 1000 to report it in kv. To perform this calculation, you must use the real value in the magnitude portion of the tag type measured value (MV). Figure 2 Perform Simple Calculation Tag Processor Exercise Page 1 of

2 Step 2. Perform the same scaling operation on the other two voltages, but this time, use the SCALE_MV Tag Processor function. Use a ceiling of and a floor of 0, with no offset in the function. The SCALE_MV function scales the instmag using the following input parameters: IN : MV SCALE : REAL OFFSET : REAL CEILING : REAL FLOOR : REAL The output returns the following modified MV tags: instmag is the result of (* Calculate the scaling *) SCALE_MV.instCVal.mag:= IN.instMag * SCALE + OFFSET; (* Check for ceiling and floor *) IF SCALE_MV.instMag > CEILING THEN SCALE_MV.instMag := CEILING; END_IF IF SCALE_MV.instMag < FLOOR THEN SCALE_MV.instMag := FLOOR; END_IF t is the time of IN q is the quality of IN Figure 3 SCALE_MV Function Tag Processor Exercise Page 2 of

3 Step 3. Use the SCALE_MV function to report Feeder_1 kw, kvar, and kva to Control_Center_DNP.AI_0004, Control_Center_DNP.AI_0006, and Control_Center_DNP.AI_0007. Step 4. Figure 4 SCALE_MV Function Use Control_Center_DNP.AI_0012 as the destination tag to provide total power factor, using P and Q. Calculate power factor with the formula COS(ATAN(VAR/W)): COS(ATAN(Feeder_1_SEL.FM_INST_Q.instMag/Feeder_1_SEL.FM_INST_P.instMag)) Figure 5 Power Factor Calculation Tag Processor Exercise Page 3 of

4 Step 5. Use Control_Center_DNP.BI_0029 as the destination tag to provide the results of an OR expression of Feeder_1_SEL.FM_INST_PB5A_LED and Feeder_1_SEL.FM_INST_PB6A_LED. The OR function must be performed on the stval attribute of the tag, not on the entire SPS structure. Step 6. Figure 6 Tag Processor OR Statement Use Control_Center_DNP.BI_0030 as the destination tag to provide the results of an OR expression of Feeder_1_SEL.FM_INST_PB7A_LED and Feeder_1_SEL.FM_INST_PB8A_LED. This time, use the OR_SPS function in the Tag Processor. The OR_SPS function performs a logical OR on the stval of two SPS tags using the following inputs: IN1, IN2 : SPS. The output returns a modified SPS tag as follows: stval is the result of IN1.stVal OR IN2.stVal time is the most recent time between the two input SPS tags q is the result of an OR operation on each quality bit between the two SPS tags to reflect the worst case Figure 7 Tag Processor OR_SPS Function Tag Processor Exercise Page 4 of

5 Step 7. The Tag Processor can also be used to log the status point changes. Change the view by right-clicking on Drag a column header here to group by that column (shown near the top of Figure 8) and selecting the Logging view. You can also change the Tag Processor view from the Options button on the top right-hand corner of the Tag Processor window. Append a few more lines, creating a logger function for the 52A status from Feeder 1. Insert a Destination Tag Name, and change the Logging Alarm Enable parameter to True. Create a Logging Category called 'Feeder 1', and create a Logging On Message and Logging Off Message. Step 8. Figure 8 Tag Processor Logging Layout Create an alarm logger to log communications failures of all your devices. Log them to a group called 'Communications'. Figure 9 Create Alarm Logger Tag Processor Exercise Page 5 of

6 Step 9. Save and send your settings to the RTAC. View the Control_Center_DNP analog tags, and confirm that your scaling is working as expected. Figure 10 Control Center Scaled Analogs Tag Processor Exercise Page 6 of

7 Step 10. Check your calculation for power factor to ensure it is correct. Confirm that the validity is good for the point as well. Then disconnect the serial cable between the RTAC and the SEL-751 Feeder Protection Relay. What happens to the validity of the power factor calculation point compared with the other points? Figure 11 Online Power Factor Calculation The simple calculations made on the instantaneous magnitudes do not take into account the quality. When communication goes offline for a device, the quality becomes invalid. The scaling functions pass the quality on from the source data to the destination tag, so the quality of the source data is reflected in the DNP3 server tag. Tag Processor Exercise Page 7 of

8 Step 11. Check the results of your OR and OR_SPS statements for BI_0029 and BI_0030. The OR_SPS function addresses the quality and time attributes in the tag structure, so it is a better choice to use in a DNP3 server application. Shown in Figure 12 with the cable disconnected to the feeder relay, BI_0029 is still showing good quality and BI_0030 is invalid. Figure 12 Tag Processor OR_SPS Function More details regarding logic and how to perform these operations will be provided in the IEC Logic Exercise. Step 12. Reconnect the serial cable, and perform some operations on the breaker. Log in to the RTAC web server, and view the event changes and communications alarms that you created. Figure 13 Sequence of Events (SOE) Report in RTAC Web Server Tag Processor Exercise Page 8 of

Generation Interconnection System Impact Study Report. For. PJM Generation Interconnection Request Queue Position X1-114.

Generation Interconnection System Impact Study Report. For. PJM Generation Interconnection Request Queue Position X1-114. Generation Interconnection System Impact Study Report For PJM Generation Interconnection Request Queue Position X1-114 Sandyston January 2012 Preface The intent of the System Impact Study is to determine

More information

How To Choose A Transformer

How To Choose A Transformer Consider open loop MV network as an example source 1 source 2 NC NC NC or NO main MV switchboard A B Detail design of substation NC NC NC NO NC NC switchboard 1 switchboard 2 switchboard 3 MV MV MV LV

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

ReportByEmail Notification Examples

ReportByEmail Notification Examples ReportByEmail Notification Examples Page 2 of 36 Content RBE Examples... 3 RBE Example 1 RBE Example 1 test with subject field tagging... 3 RBE Example 2 - Notification with Excel sheet... 6 Setup basic

More information

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor

Oracle Business Intelligence Publisher: Create Reports and Data Models. Part 1 - Layout Editor Oracle Business Intelligence Publisher: Create Reports and Data Models Part 1 - Layout Editor Pradeep Kumar Sharma Senior Principal Product Manager, Oracle Business Intelligence Kasturi Shekhar Director,

More information

Energy Depot GmbH PRODUCT AND APPLICATION GUIDE. Total Monitoring Solution for PV. Delivering Solutions for Energy Management

Energy Depot GmbH PRODUCT AND APPLICATION GUIDE. Total Monitoring Solution for PV. Delivering Solutions for Energy Management Energy Depot GmbH Delivering Solutions for Energy Management PRODUCT AND APPLICATION GUIDE Total Monitoring Solution for PV SOLAR LOGGER & ANALYSIS DC STRING MONITORING Residential Comprehensive Solar

More information

SCADA Controlled Multi-Step Automatic Controlled Capacitor Banks & Filter Banks

SCADA Controlled Multi-Step Automatic Controlled Capacitor Banks & Filter Banks SCADA Controlled Multi-Step Automatic Controlled Capacitor Banks & Filter Banks Introduction SCADA (Supervisory Controlled and Data Acquisition) controlled multi-step metalenclosed automatic capacitor

More information

DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide

DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide User s Manual DTAP3000 DTSX3000 Control Visualization Software LAS2.0 Data Conversion Guide 1st Edition Blank Page < Introduction > i Introduction About this Manual Thank you for purchasing the DTSX3000

More information

Monitoring Underground Power Networks

Monitoring Underground Power Networks Monitoring Underground Power Networks By Mark Stiles Merve Cankaya ABSTRACT Underground electric distribution systems are common in large cities throughout the United States. Power usage for the entire

More information

Internet-Accessible Power Monitoring & Control Systems

Internet-Accessible Power Monitoring & Control Systems Internet-Accessible Power Monitoring & Control Systems By GE Specification Engineers Keith B. Brock, P.E. Robert P. Hansen, PhD, P.E. Introduction Accessing electrical system information from any location

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

28 What s New in IGSS V9. Speaker Notes INSIGHT AND OVERVIEW

28 What s New in IGSS V9. Speaker Notes INSIGHT AND OVERVIEW 28 What s New in IGSS V9 Speaker Notes INSIGHT AND OVERVIEW Contents of this lesson Topics: New IGSS Control Center Consolidated report system Redesigned Maintenance module Enhancement highlights Online

More information

Before You Start 1 Overview 2 Supported Devices 4 Public (User LAN) and Private (APC LAN) Networks 5. Initial Configuration Requirements 6

Before You Start 1 Overview 2 Supported Devices 4 Public (User LAN) and Private (APC LAN) Networks 5. Initial Configuration Requirements 6 Contents Introduction 1 Before You Start 1 Overview 2 Supported Devices 4 Public (User LAN) and Private (APC LAN) Networks 5 Initial Configuration Requirements 6 Overview 6 Setup Wizard 7 Status, Alarm,

More information

PowerLogic ION Enterprise 6.0

PowerLogic ION Enterprise 6.0 70002-0298-00 06/2009 PowerLogic ION Enterprise 6.0 Power management software User guide Notices This section describes the symbols used in this guide. Danger This alerts you to things that may cause

More information

Power Factor The Basics

Power Factor The Basics Power Factor The Basics OK. I ve heard a lot about this power factor stuff. What exactly is it? We hope to give you an easy explanation of what power factor is, and to answer the following most asked questions:

More information

User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS

User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS User Manual for the SAP Business Objects BI Platform 4.1 System (BI Suite) CONTENTS Section 1: Getting Started with BI Suite In this section you will learn how to log in to BI Suite, find, open and view

More information

Daker DK 1, 2, 3 kva. Manuel d installation Installation manual. Part. LE05334AC-07/13-01 GF

Daker DK 1, 2, 3 kva. Manuel d installation Installation manual. Part. LE05334AC-07/13-01 GF Daker DK 1, 2, 3 kva Manuel d installation Installation manual Part. LE05334AC-07/13-01 GF Daker DK 1, 2, 3 kva Index 1 Introduction 24 2 Conditions of use 24 3 LCD Panel 25 4 Installation 28 5 UPS communicator

More information

Section 3. Sensor to ADC Design Example

Section 3. Sensor to ADC Design Example Section 3 Sensor to ADC Design Example 3-1 This section describes the design of a sensor to ADC system. The sensor measures temperature, and the measurement is interfaced into an ADC selected by the systems

More information

GE Sensing. SiCalPro. Monitor and control software. User manual - K0452

GE Sensing. SiCalPro. Monitor and control software. User manual - K0452 GE Sensing SiCalPro Monitor and control software User manual - K0452 Safety Before you use the SiCalPro software program, make sure that you read and understand all the related data. This includes: the

More information

Cod. Documento: RT2014-0515a Title: Fimer Plant Controller Description. Rev. Data Redatto Approvato. 00 15-9-2014 S.Sidoti A.

Cod. Documento: RT2014-0515a Title: Fimer Plant Controller Description. Rev. Data Redatto Approvato. 00 15-9-2014 S.Sidoti A. Pag 1 di 19 SCOPE The main purpose of the Fimer Plant Controller is make possible to the Grid Operator both remote and local control capability over an entire PV plant from a single control point The Fimer

More information

NortechCommander Software Operating Manual MAN-00004 R6

NortechCommander Software Operating Manual MAN-00004 R6 NortechCommander Software Operating Manual MAN-00004 R6 If the equipment described herein bears the symbol, the said equipment complies with the applicable European Union Directive and Standards mentioned

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

IP Link Device Interface Communication Sheet

IP Link Device Interface Communication Sheet This document provides additional assistance with wiring your Extron IP Link enabled product to your device. Different components may require a different wiring scheme than those listed below. For complete

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 9 Server and Network Monitoring Objectives Understand the importance of server monitoring Monitor server services and solve problems with services Use Task

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

More information

EGCP-3 LS 8406-113 Revision L. Explanation of Software Changes Made for the EGCP-3 LS Control. Application Note 51294

EGCP-3 LS 8406-113 Revision L. Explanation of Software Changes Made for the EGCP-3 LS Control. Application Note 51294 EGCP-3 LS 8406-113 Revision L Explanation of Software Changes Made for the EGCP-3 LS Control Application Note 51294 WARNING DANGER OF DEATH OR PERSONAL INJURY WARNING FOLLOW INSTRUCTIONS Read this entire

More information

Wash Select II to WashPay Integration Field Retrofit Installation Guide

Wash Select II to WashPay Integration Field Retrofit Installation Guide Wash Select II to WashPay Integration Field Retrofit Installation Guide Wash Select II Software Version 6.00 and above POS4000 Software Version 8.25 Unitec www.startwithunitec.com WASH SELECT II TO WASHPAY

More information

Size template. Grid Connection Masterclass Energex John Lansley Senior Network Solutions Engineer

Size template. Grid Connection Masterclass Energex John Lansley Senior Network Solutions Engineer Size template Grid Connection Masterclass Energex John Lansley Senior Network Solutions Engineer The average system size has doubled since 2010 Key Network Issues Reverse power on up to 12 off 11 kv feeders

More information

Workshop 7 PC Software - Tracker

Workshop 7 PC Software - Tracker Workshop 7 PC Software - Tracker Goal: You will startup and perform advanced setup functions using Tracker PC software. You will also setup equations to control MP503 binary outputs. The Binary Output

More information

Remote monitoring of Crouzet Millenium 3 Using Netbiter EasyConnect EC220 & Netbiter Argos

Remote monitoring of Crouzet Millenium 3 Using Netbiter EasyConnect EC220 & Netbiter Argos Remote monitoring of Crouzet Millenium 3 Using Netbiter EasyConnect EC220 & Netbiter Argos HMS Industrial Networks AB Page 1 (37) History Revision Date Description Responsible 1.11 2012-09-26 Typos SDA

More information

Remote monitoring of Millenium 3 Logic Controller using Netbiter EasyConnect EC-220 & Netbiter Argos

Remote monitoring of Millenium 3 Logic Controller using Netbiter EasyConnect EC-220 & Netbiter Argos Remote monitoring of Millenium 3 Logic Controller using Netbiter EasyConnect EC-220 & Netbiter Argos (Remote monitoring of data in the Millenium 3 using SL-In/SL-Out function blocks) Your partner for industrial

More information

Departmental User Dashboard

Departmental User Dashboard WEBFOCUS Departmental User Dashboard Contents Dashboard Login... 2 Tab Selection... 4 Run Report... 4 Saving output in Excel 2000 format... 6 Excel 2007 Formatting Tips... 7 Dashboard Logoff... 9 Academic

More information

Maximum Demand Control

Maximum Demand Control Maximum Demand Control There are three terms that appear on the majority of electric company bills: Active energy consumption (kwh) Reactive energy consumption (kvarh) Maximum Demand Traditionally, utility

More information

User s Guide for version 5 Page

User s Guide for version 5 Page Network Management Interface Catalog VPi 32.15E For use with these ATS products: 7000 & 4000 Series (Group 5 Controller) Series 300 (Group 1 Controller), and 940, 962, 436, 434, 447, 448 (Group 6A/7A Control

More information

Network Management Card. User Manual

Network Management Card. User Manual User Manual 1 Contents Contents 2 Chapter 1 Overview 3 1.1 NMC package contents 4 1.2 NMC CD Resources 4 1.3 Features 4 1.4 NMC Applications 5 Chapter 2 NMC parameters setting via serial COM port 6 2.1

More information

Sophos Reporting Interface Creating Reports using Crystal Reports 2008

Sophos Reporting Interface Creating Reports using Crystal Reports 2008 Sophos Reporting Interface Creating Reports using Crystal Reports 2008 Creating Reports using Crystal Reports 2008 This document describes how to use Crystal Reports to create reports from data provided

More information

Configure your ewon using FTP

Configure your ewon using FTP Configure your ewon using FTP When you need to configure several ewons at the same time or make a repeated action you can use the ewon web interface. But you can also make changes on your ewon using FTP.

More information

RHINO TRACKS STANDARD GPS VEHICLE TRACKER

RHINO TRACKS STANDARD GPS VEHICLE TRACKER RHINO TRACKS STANDARD GPS VEHICLE TRACKER Product Code: RHINO TRACKS STS ABOUT YOUR RHINO TRACKS STS This user guide covers the installation and operation of your RHINO TRACKS STS. The latest version of

More information

DUKANE Intelligent Assembly Solutions

DUKANE Intelligent Assembly Solutions PC Configuration Requirements: Configuration Requirements for ipc Operation The hardware and operating system of the PC must comply with a list of minimum requirements for proper operation with the ipc

More information

ROC Protocol Specifications Manual

ROC Protocol Specifications Manual Part Number D301053X012 June 2015 ROC Protocol Specifications Manual Remote Automation Solutions ROC Protocol Specifications Manual Revision Tracking Sheet June 2015 This manual may be revised periodically

More information

Product Data. Thermal Comfort Data Logger Type 1221. Including Application Software Type 7301

Product Data. Thermal Comfort Data Logger Type 1221. Including Application Software Type 7301 Product Data Thermal Comfort Data Logger Type 1221 Including Application Software Type 7301 USES: For measuring all physical parameters necessary to evaluate heat stress and thermal comfort For evaluating

More information

Create an Excel BI report and share on SharePoint 2013

Create an Excel BI report and share on SharePoint 2013 2013 Create an Excel BI report and share on SharePoint 2013 Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web

More information

Inverter / Charger Installation General Operations and AC and DC Connections

Inverter / Charger Installation General Operations and AC and DC Connections Inverter / Charger Installation General Operations and AC and DC Connections The Inverter is just one piece. Sometimes, a tendency is to mount the inverter and batteries, and make it work It is better

More information

UPS System Capacity Management Configuration Utility

UPS System Capacity Management Configuration Utility StruxureWare Power Monitoring 7.0 UPS System Capacity Management Configuration Utility User Guide UPS System Capacity Management Configuration Utility This document provides an overview of the StruxureWare

More information

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

3. USB DRIVER. 3-1. Installation of USB driver. 3-1-1. Driver for Infinity SD Data Logger. INFINITY Series Acquisition Tools Manual

3. USB DRIVER. 3-1. Installation of USB driver. 3-1-1. Driver for Infinity SD Data Logger. INFINITY Series Acquisition Tools Manual 3. USB DRIVER 3-1. Installation of USB driver Before you launch this software, the driver should be once surely registered. Access between the instrument and a PC through the USB cable supplied by us as

More information

PMCS. Integrated Energy Management Solution. Unlock the Full Potential of Power Networks Through Integration. Complete Solution. Informed Decisions

PMCS. Integrated Energy Management Solution. Unlock the Full Potential of Power Networks Through Integration. Complete Solution. Informed Decisions PMCS Integrated Energy Management Solution Unlock the Full Potential of Power Networks Through Integration Power Management Control System (PMCS) is a highly customizable, fully integrated end-to-end Energy

More information

New Remote Intelligent Gateway and Secure Socket Layer Validation Procedure

New Remote Intelligent Gateway and Secure Socket Layer Validation Procedure New Remote Intelligent Gateway and Secure Socket Layer Validation Procedure Page 1 of 29 REVISION HISTORY REVCAISON NO. DATE DESCRIPTION 1.0 12/5/2001 Initial release of document 2.0 5/25/2007 Revised

More information

VERSION NINE. Be A Better Auditor. You Have The Knowledge. We Have The Tools. INSTALLATION GUIDE

VERSION NINE. Be A Better Auditor. You Have The Knowledge. We Have The Tools. INSTALLATION GUIDE VERSION NINE Be A Better Auditor. You Have The Knowledge. We Have The Tools. INSTALLATION GUIDE Copyright October 2012 (v9.0) CaseWare IDEA Inc. All rights reserved. This manual and the data files are

More information

GENERATOR SELECTION. a. Three phase - 120/208V, 3 phase, 4W wye; 277/408, 3 phase, 4W wye; * 120/240V 3 phase, 4W Delta

GENERATOR SELECTION. a. Three phase - 120/208V, 3 phase, 4W wye; 277/408, 3 phase, 4W wye; * 120/240V 3 phase, 4W Delta GENERATOR SELECTION Generators must be sized to handle their load based on the continuous KW, kilowatt load, and KVA, kilovoltamp load, and the worst case starting load KW + KVA. They must be derated for

More information

Distribution System Automation

Distribution System Automation ES 586b Course Project Report Distribution System Automation Prepared By Palak Parikh Ph.D. Scholar, Electrical and Computer Engineering Department, University of Western Ontario. Abstract Electric power

More information

SPTO Configuration Tool

SPTO Configuration Tool 1MRS751906-MEN Issued: 15.12.2000 Version: B Program revision: 1.0.2 We reserve the right to change data without prior notice. Notice 1 The information in this document is subject to change without notice

More information

TWIN-TURBINE CENTRIFUGAL COMPRESSOR

TWIN-TURBINE CENTRIFUGAL COMPRESSOR TWIN-TURBINE CENTRIFUGAL COMPRESSOR SERVICE MONITORING TOOLS QUICK START GUIDE October 2013 This Page Left Intentionally Blank Table of Contents 1 Service Monitoring Tools Quick Start... 4 1.1 Compatibility

More information

Deploying Crystal Reports on Top of a SAP BI Query

Deploying Crystal Reports on Top of a SAP BI Query Deploying Crystal Reports on Top of a SAP BI Query Applies to: SAP BI NetWeaver 2004s, Crystal Reports 2008. For more information, visit the Business Intelligence homepage. Summary The objective of the

More information

Simple Methods for Calculating Short Circuit Current Without a Computer By Dennis McKeown, PE GE Senior System Application Engineer

Simple Methods for Calculating Short Circuit Current Without a Computer By Dennis McKeown, PE GE Senior System Application Engineer Simple Methods for Calculating Short Circuit Current Without a Computer By Dennis McKeown, PE GE Senior System Application Engineer A Short Circuit analysis is used to determine the magnitude of short

More information

Simplify Data Acquisition with a Built-in LXI Web Server

Simplify Data Acquisition with a Built-in LXI Web Server M E A S U R E M E N T T I P S Volume 9, Number 3 Simplify Data Acquisition with a Built-in LXI Web Server Snapshot: Make temperature measurements quickly and easily There are many applications in which

More information

A L ERT. Quick Start With

A L ERT. Quick Start With A L ERT Quick Start With I NSTAL L ATION To launch the installation of Micromedia Solution, insert the installation CD-ROM in the CD/DVD drive. If the installation program does not start automatically

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

Use Case 29: Data Acquisition from External DMS Network Monitoring Subsystem

Use Case 29: Data Acquisition from External DMS Network Monitoring Subsystem Use Case Description DMS (T. Berry, Data Acquisition)-03 Use Case 29: Data Acquisition from External DMS Network Monitoring Subsystem Summary: This use case describes how an Energy Management System (EMS)

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

Decision Support AITS University Administration. EDDIE 4.1 User Guide

Decision Support AITS University Administration. EDDIE 4.1 User Guide Decision Support AITS University Administration EDDIE 4.1 User Guide 2 P a g e EDDIE (BI Launch Pad) 4.1 User Guide Contents Introduction to EDDIE... 4 Log into EDDIE... 4 Overview of EDDIE Homepage...

More information

Accessing vlabs using the VMware Horizon View Client for OSX

Accessing vlabs using the VMware Horizon View Client for OSX Accessing vlabs using the VMware Horizon View Client for OSX This document will demonstrate how to download, install, and connect to a virtual lab desktop from a personal Mac OSX computer using the VMware

More information

Sage Intelligence Sage 100 ERP Intelligence Reporting Release Notes

Sage Intelligence Sage 100 ERP Intelligence Reporting Release Notes Sage Intelligence Sage 100 ERP Intelligence Reporting Table of contents 3 Introduction 3 New Features 3 Support for Citrix and Terminal Services Load Balanced Environments 3 New Switches Now Supported

More information

AEI RAIL NETWORK SERVER User Manual

AEI RAIL NETWORK SERVER User Manual AEI RAIL NETWORK SERVER User Manual Copyright 2000 Signal Computer Consultants All rights reserved Signal Computer Consultants P.O. Box 18445 Pittsburgh, PA 15236 Tel. 888 872-4612 (toll free US and Canada

More information

Argus Technologies Pathfinder10kW to Cordex3.6kW Shelf Replacement Procedure

Argus Technologies Pathfinder10kW to Cordex3.6kW Shelf Replacement Procedure Summary Argus Technologies Pathfinder10kW to Cordex3.6kW Shelf Replacement Procedure This is a general procedure on how to replace Pathfinder 48-10kW shelf with a Cordex 3.6kW shelf. Part Numbers 010-567-20

More information

Getting started with M-Files Client Software

Getting started with M-Files Client Software Getting started with M-Files Client Software This guide helps you to get up to speed with M-Files Client software. You can use the client software to access onpremise and cloud based M-Files servers. Getting

More information

Power Monitoring for Modern Data Centers

Power Monitoring for Modern Data Centers Power Monitoring for Modern Data Centers December 2010/AT304 by Reza Tajali, P.E. Square D Power Systems Engineering Make the most of your energy SM Revision #1 12/10 By their nature, mission critical

More information

Working together with Word, Excel and PowerPoint

Working together with Word, Excel and PowerPoint Working together with Word, Excel and PowerPoint Have you ever wanted your Word document to include data from an Excel spreadsheet, or diagrams you ve created in PowerPoint? This note shows you how to

More information

WebMeter Internal Web Server Feature

WebMeter Internal Web Server Feature 70072-0116-10 TECHNICAL 12/2007 WebMeter Internal Web Server Feature Several Ethernet equipped PowerLogic ION meters offer WebMeter capability, allowing you to view meter data and perform basic meter configuration

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

PhoneCrypt Desktop. Phone Encryption Software. PhoneCrypt Manual Mobile phone encryption for Windows Platforms

PhoneCrypt Desktop. Phone Encryption Software. PhoneCrypt Manual Mobile phone encryption for Windows Platforms PhoneCrypt Desktop Phone Encryption Software PhoneCrypt Manual Mobile phone encryption for Windows Platforms Introduction Contents http:// www. securstar.com [email protected] 2009 by SecurStar GmbH,

More information

Telecommunications Switching Systems (TC-485) PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC)

Telecommunications Switching Systems (TC-485) PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC) PRACTICAL WORKBOOK FOR ACADEMIC SESSION 2011 TELECOMMUNICATIONS SWITCHING SYSTEMS (TC-485) FOR BE (TC) Department of Electronic Engineering NED University of Engineering and Technology, Karachi LABORATORY

More information

Avigilon Control Center 5 System Integration Guide. for Software House C Cure 9000

Avigilon Control Center 5 System Integration Guide. for Software House C Cure 9000 Avigilon Control Center 5 System Integration Guide for Software House C Cure 9000 2011-2015 Avigilon Corporation. All rights reserved. Unless expressly granted in writing, no license is granted with respect

More information

Fusion RV Demo Program: Enterprise Management Platform. User Guide Crestron Electronics, Inc.

Fusion RV Demo Program: Enterprise Management Platform. User Guide Crestron Electronics, Inc. Fusion RV Demo Program: Enterprise Management Platform User Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron Service Providers (CSPs)

More information

EGCP-3 MC 8406-114 Revision H Software 5448-145 Revision F. Explanation of Software Changes Made for the EGCP-3 MC Control. Application Note 51298

EGCP-3 MC 8406-114 Revision H Software 5448-145 Revision F. Explanation of Software Changes Made for the EGCP-3 MC Control. Application Note 51298 EGCP-3 MC 8406-114 Revision H Software 5448-145 Revision F Explanation of Software Changes Made for the EGCP-3 MC Control Application Note 51298 WARNING DANGER OF DEATH OR PERSONAL INJURY WARNING FOLLOW

More information

CRE Monitor Instructions Manual

CRE Monitor Instructions Manual CRE Monitor Instructions Manual CRE TECHNOLOGY believes that all information provided herein is correct and reliable and reserves the right to update at anytime. CRE TECHNOLOGY does not assume any responsibility

More information

MAJORSINE Power Inverter

MAJORSINE Power Inverter MAJORSINE Power Inverter Product Features: 24, 48, 130 V 1 KVA/800 Watts Output 2 KVA/1600 Watts Output 100-120 VAC Range 208-240 VAC Range Standard 19 /23, Pure Sine Wave Output High Low EMI/RFI Emissions

More information

OfficeServ Link. User Guide. Version 2.1 June 2005

OfficeServ Link. User Guide. Version 2.1 June 2005 OfficeServ Link User Guide Version 2.1 June 2005 OfficeServ Link Version 2.1 User Guide This manual should be read before the installation and operation of the OfficeServ Link Software. COPYRIGHT This

More information

PLCs and SCADA Systems

PLCs and SCADA Systems Hands-On Programmable Logic Controllers and Supervisory Control / Data Acquisition Course Description This extensive course covers the essentials of SCADA and PLC systems, which are often used in close

More information

Medium Voltage Products. ZN1 12 kv arc-proof air-insulated switchgear for primary distribution

Medium Voltage Products. ZN1 12 kv arc-proof air-insulated switchgear for primary distribution Medium Voltage Products ZN1 12 kv arc-proof air-insulated switchgear for primary distribution ZN1 an innovative switchgear for power distribution requirements ABB ZN1 primary distribution switchgear is

More information

Programmable Logic Controllers

Programmable Logic Controllers Programmable Logic Controllers PLC Basics Dr. D. J. Jackson Lecture 2-1 Operating systems and application programs A PLC contains a basic operating system that allows for: Downloading and executing user

More information

Power Log PC Application Software

Power Log PC Application Software Power Log PC Application Software Users Manual May 2007 Rev. 1, 5/08 2007-2008 Fluke Corporation. All rights reserved. Specifications are subject to change without notice. All product names are trademarks

More information

Internet Access: Wireless WVU.Encrypted Network Connecting a Windows 7 Device

Internet Access: Wireless WVU.Encrypted Network Connecting a Windows 7 Device Internet Access: Wireless WVU.Encrypted Network Connecting a Windows 7 Device Prerequisites An activated MyID account is required to use ResNet s wireless network. If you have not activated your MyID account,

More information

Insulation Resistance Monitoring System (IRMS) Operator Manual 96A0257 Rev. D

Insulation Resistance Monitoring System (IRMS) Operator Manual 96A0257 Rev. D Airfield Solutions Insulation Resistance Monitoring System (IRMS) Operator Manual 96A0257 Rev. D Table of Contents Table of Contents... i 1. INTRODUCTION... 1-1 1.1 FINDING YOUR WAY AROUND... 1-2 1.2 SUPPORT

More information

SWITCHGEAR. EGP Switchgear

SWITCHGEAR. EGP Switchgear SWITCHEA EP Switchgear Cat generator set paralleling switchgear has been designed to integrate with Cat EMCP3 generator set controls. Now you can get greater efficiency, reliability and dependability all

More information

Electrical Shore Connections / Cold Ironing

Electrical Shore Connections / Cold Ironing STANDARD FOR CERTIFICATION No. 2.25 Electrical Shore Connections / Cold Ironing JULY 2014 The electronic pdf version of this document found through http://www.dnv.com is the officially binding version

More information

MICROSOFT EXCEL 2010 ANALYZE DATA

MICROSOFT EXCEL 2010 ANALYZE DATA MICROSOFT EXCEL 2010 ANALYZE DATA Microsoft Excel 2010 Essential Analyze data Last Edited: 2012-07-09 1 Basic analyze data... 4 Use diagram to audit formulas... 4 Use Error Checking feature... 4 Use Evaluate

More information

Instruction manual. testo easyheat Configuration and Analysis software

Instruction manual. testo easyheat Configuration and Analysis software Instruction manual testo easyheat Configuration and Analysis software en 2 General Information General Information This documentation includes important information about the features and application of

More information

Addendum #2 Contract UK-11-13

Addendum #2 Contract UK-11-13 Addendum #2 Contract UK-11-13 Utilities Kingston Purchase and Replacement of Switchgear at Kingston Hydro Substation MS11 March 25, 2011 Delivered to: All RFP recipients Total number of pages: Nine (9)

More information

Secure your electrical network. PACiS The Safety Solution for Healthcare Institutions

Secure your electrical network. PACiS The Safety Solution for Healthcare Institutions Secure your electrical network The Safety Solution for Healthcare Institutions Fast Secure : the solution for fault isolation and electrical network restoration in less than 500 ms 03 A Real Time System

More information

ivms-4200 Client Software Quick Start Guide V1.02

ivms-4200 Client Software Quick Start Guide V1.02 ivms-4200 Client Software Quick Start Guide V1.02 Contents 1 Description... 2 1.1 Running Environment... 2 1.2 Surveillance System Architecture with an Performance of ivms-4200... 3 2 Starting ivms-4200...

More information

S m a r t M a s t e B T E C O R P O R A T I O N USER MANUAL

S m a r t M a s t e B T E C O R P O R A T I O N USER MANUAL S m a r t M a s t e rtm 2014 B T E C O R P O R A T I O N USER MANUAL S m a r t M a s t e r T M 2 0 1 4 U s e r M a n u a l P a g e 1 o f 2 3 Contents Contents...1 Introduction...2 Audience...2 SmartMaster

More information

G650. Protection, control and monitoring for generator interconnection. Digital Energy Multilin. Communications

G650. Protection, control and monitoring for generator interconnection. Digital Energy Multilin. Communications G650 & ontrol System Protection, control and monitoring for generator interconnection Key Benefits omplete distributed generator interconnection protection with two protection options, Basic Protection

More information

PRODUCT LIST Facility DDC Access WebXL DDC

PRODUCT LIST Facility DDC Access WebXL DDC PRODUCT LIST Facility DDC Access WebXL DDC Effective from 01/10/2014 Sphere Systems Pty Ltd Unit 6 / 9 Mirra Crt Bundoora Victoria Australia 3083 ABN 98 006 579 004 Phone +61 3 9470 8844 Fax +61 3 9470

More information

Low Cost Automatic Transmission Line Sectionalizing

Low Cost Automatic Transmission Line Sectionalizing Low Cost Automatic Transmission Line Sectionalizing The Ohio State University Distinction Project Autumn 2009 Andrew Dulmage EXECUTIVE SUMMARY This report contains detailed information about the design,

More information

Status Monitoring. Using Drivers by Seagull to Display Printer Status Information WHITE PAPER

Status Monitoring. Using Drivers by Seagull to Display Printer Status Information WHITE PAPER Status Monitoring Using Drivers by Seagull to Display Printer Status Information WHITE PAPER Contents Printer Communications 3 Drivers by Seagull 3 The Seagull Status Monitor 4 Important Benefits 4 Viewing

More information

Auditing manual. Archive Manager. Publication Date: November, 2015

Auditing manual. Archive Manager. Publication Date: November, 2015 Archive Manager Publication Date: November, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this software,

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

How To Use A Water Quality Monitor (Wqmsw)

How To Use A Water Quality Monitor (Wqmsw) Water Quality Monitor WQM Host Software User s Guide The user s guide is an evolving document. If you find sections that are unclear, or missing information, please let us know. Please check our website

More information