Model 5-1: Simple Call Center

Size: px
Start display at page:

Download "Model 5-1: Simple Call Center"

Transcription

1 As you gain experience in modeling, and as your models become bigger, more complex, and more detailed, you might find that you d like to be able to control or model things at a lower level with much details. Call center system provides a central number that customer call for : Technical support Sales Information Order status

2 One phone number for customers to call in to: The central feeds 26 trunk lines, one needed for each call (incoming or outgoing, talking or on hold) If all 26 lines are in use, arriving calls get a busy signal and are lost. Calls arrive with inter-arrivals ~ EXPO (0.857) min. First call arrives at time 0,three incoming call types Initial recording to decide ~ UNIF (0.1, 0.6) min. Tech support (76%), sales (16%), order status (8%)

3 If caller chooses Tech-support calls, a second recording requests asking which of the product type he is using : For product type 1 (25%), 2 (34%), or 3 (41%) Recording/select time ~ UNIF (0.1, 0.5) min There are eight technical support employees to answer tech-support calls: Two for product type 1, three for type 2, three for type 3 Separate FIFO queues for each type Conversation time ~ TRIA (3, 6, 18) min for all product types.

4 Then leaves system, if none of the employees is currently available,the customer is placed in an electronic queue where he is subjected to annoying rock music until support person is available. Sales calls Four sales staff, all have the same skills. One FIFO queue feeding all sales staff Conversation time ~ TRIA (4, 15, 45) min Then leaves system, if none of the sales staff is available the customer is placed in an electronic queue where he is subjected to soothing new -age space music because after all we re hoping for a sale until support person is available. 4

5 Order-status calls All the same Handled automatically by phone system No limit on number in process at a time, except for trunk-line limit. Conversation time ~ TRIA (2, 3, 4) min After conversation, 15% of callers opt to talk to a person Routed to sales staff, conversation lasts an additional TRIA (2, 3, 4) min Sales calls have higher priority (non-preemptive) that means if an order call is in queue waiting and a new arriving sales call enters the sale call will be given priority and answered first.

6 The call Center receives calls from 8am 6pm Must terminate arrival process at 6pm Although the system closes to new arriving calls at 6 pm, all calls that enter the system by that time are answered and served. To 6

7 Arrivals, Direct to Service 1)Create call arrivals Entity type Incoming Call Max Arrivals = MaxCalls, Variable initialized to which means that the arrival process will be terminated after arriving calls

8 Arrivals, Direct to Service -We also define the variable CallsPerArrival and initialize it to a value of 1. -We want to Record the number of attempted call Add 1 to Counter Name Attempted Calls using a record module. 8

9 Arrivals, Direct to Service 2)Entity data module Incoming Call Entity Type already there For Initial Picture, select Picture.Blue Ball 3)Decide module Trunk Line Available? Type = 2-way by Condition Select (logical) Expression for If NR() is number of units of that resource that are busy now MR() is number of units scheduled for the resource Expression : NR(Trunk Line)< MR(Trunk Line)

10 Steps for Decide Module: Define a resource call it trunk line give it capacity 26. Fill the entries for the decide module. 10

11 Decide Module : If False Record rejected call counter, Dispose If True: Seize a unit of Trunk Line Resource Release later 11

12 Arrivals, Direct to Service 12

13 Use the Delay module to account for initial recording time. 13

14 Decide module Determine Call Type Three-sided coin flip Type = N-way by Chance Note that probabilities are entered as percentages (0-100, not 0-1) Last entry is else Direct call to one of tech support, sales, or order-status areas

15 Tech-Support Calls Assign module Change Entity Type for separating out in results Add delay module for Tech Call delay UNIF(0.1,0.5) min

16 Tech-Support Calls Decide module for product type Different three-sided coin flip Direct to appropriate Process module for that product type Process modules for tech-support service Seize-Delay-Release Seize a unit from appropriate multi-unit Resource Use Tech Time defined in Expression data module 16

17 Tech-Support Calls 17

18 Sales Calls Assign module change Entity Type Process module Seize-Delay-Release Seize a unit of Sales Resource Sales calls priority over order-status calls that seek a person? Queue data module, Process Sales Call.Queue Type = Lowest Attribute Value Attribute Name = Sales Call Priority Undefined for sales calls, so has value 0... will set to 1 for order-status calls that seek a person, putting sales calls ahead in the queue

19 Sales Calls 19

20 Order-Status Calls Assign module change Entity Type Delay Use Decide Module No sales person required (15%) go directly to system-exit logic If Sales person required: Assign module set Sales Call Priority Attribute to 1 so these will have lower priority than real sales calls

21 Order-Status Calls Seize module for a unit of Sales resource Define Queue Name = Process Sales Call.Queue shared with sales calls Process module does not allow for specifying a shared queue, so can t use here Delay for conversation with sales person TRIA(2,3,4) minutes. Release the unit of Sales resource using release module. 21

22 Order-Status Calls 22

23 System Exit All calls of all types come here when finished Release module release the unit of Trunk Line resource seized upstream Record module increment Completed Calls counter Dispose of call

24 Final Model 5-1 c re a te c a l l a rri v a l s 0 Re c o rd Attem pted Call 0 Tr ue Se i z e Tru n k L i n e Tru n k L i n e Av a i la b l e? Initial rec ording De l a y 0 False Calls Arrive Record Rjec ted Ca l ls Di s p o s e Re j e c te d Ca l l s 0 As s i g n T e c h n i c a l Ca l l e n ti ty ty p e Technic al Call Recording Delay Determ ine Produc t Ty p e Proc es s Produc t T y p e 1 T e c h Ca l l De te rm i n e Ca l l Ty p e Else Else Proc es s Produc t T y p e 2 T e c h Ca l l Tech Support Calls 0 Proc es s Produc t T y p e 3 T e c h Ca l l 0 As s i g n Sa l e Ca l l En ti ty T y p e Sales Calls Pro c e s s Sa l e Ca l l 0 Releas e Trunk L i n e Re c o rd Com pleted Calls Di s p o s e o f c a l l e n ti ty 0 As s i g n Ord e r Sta tu s e n ti ty T y p e delay for order s ta tu s c a ll 0 No s a l e s p e rs o n Tr ue re q u i re d? 0 False Se t o rd e r Sta tu s Ca l l Pri o ri ty Order Status Calls Ca l l s i e z e s Sales person order s tatus c o n v e rs a ti o n wi th s ales person o rd e r s ta u s c a l l s releas es s ales person 24

25 Arrival-Cutoff Logic In our model we indicated that the system closes to new calls after 6 pm, but all calls that entered the system before that time are answered and processed. This means that we allow calls to enter the system from 8 am to 6 pm,a total of 600 minutes need to shutoff the arrivals after 600 minutes. making sure just one is created Time Between Arrivals = min

26 Arrival-Cutoff Logic Assign module to set Variable MaxCalls to 1(shutting off our arrival stream) Also after 600 minutes Arena schedules the next creation as long as the Max Arrivals is not reached.so as time 600 is approached,there will be a last illegal call. To cut off this illegal call also set in Assign module CallsPerArrival to 0 26

27 Arrival-Cutoff Logic 27

28 Run > Setup Replication Parameters tab (other tabs as usual) Base Time Units = Minutes Replication Length = Infinite (the default) Terminating Condition field: TNOW >= && Total WIP == 0 Arena clock Variable Greater than or equal to 600 minutes, (6pm) Base Time Units Logical and Variable we maintained in model Equality test for zero It s 6pm or later and there are no calls in the system.

29 Run > Setup Terminating Time frame of interest for each replication Terminating specific starting, stopping conditions (this model)stopping conditions could be of several forms fixed time, count, condition. 29

30 Output performance measures As a point of interest will be counting the Number of calls attempted, rejected(busy signals), and completed By call type total time in system Resource utilization of personnel, trunk lines..

31 Viewing Reports of Model 5-1 (one replication) Number of calls attempted, rejected(busy signals), and completed:

32 Viewing Reports of Model 5-1 By call type total time in system Resource utilization of personnel, trunk lines.. 32

LAB 2 ISEN 424: SYSTEMS SIMULATION. Dr. Eduardo Perez-Roman Dept. of Industrial & Systems Engineering Texas A&M University

LAB 2 ISEN 424: SYSTEMS SIMULATION. Dr. Eduardo Perez-Roman Dept. of Industrial & Systems Engineering Texas A&M University LAB 2 ISEN 424: SYSTEMS SIMULATION Dr. Eduardo Perez-Roman Dept. of Industrial & Systems Engineering Texas A&M University Email: eduardopr@tamu.edu E. Perez-Roman ISEN 424 TAMU 2 Basics of Simulation:

More information

Queuing Theory Systems Analysis in Wireless Networks Mobile Stations with Non-Preemptive Priority

Queuing Theory Systems Analysis in Wireless Networks Mobile Stations with Non-Preemptive Priority Queuing Theory Systems Analysis in Wireless Networks Mobile Stations with Non-Preemptive Priority Bakary Sylla Senior Systems Design Engineer Radio Access Network T-Mobile Inc. USA & Southern Methodist

More information

bus waveforms transport delta and simulation

bus waveforms transport delta and simulation bus waveforms transport delta and simulation Time Modelling and Data Flow Descriptions Modeling time in VHDL Different models of time delay Specify timing requirement Data flow descriptions Signal resolution

More information

How to become a proactive developer?

How to become a proactive developer? How to become a proactive developer? True stories to become a proactive developer! PRESENTED BY Eduardo Telaya Software arquitect What s Inside What does it mean to be proactive developer? 7 How to find

More information

Circuit Switching: Traffic Engineering References Chapter 1, Telecommunication System Engineering, Roger L. Freeman, Wiley. J.1

Circuit Switching: Traffic Engineering References Chapter 1, Telecommunication System Engineering, Roger L. Freeman, Wiley. J.1 Circuit Switching: Traffic Engineering References Chapter 1, Telecommunication System Engineering, Roger L. Freeman, Wiley. J.1 Introduction Example: mesh connection (full mesh) for an eight-subscriber

More information

CS445: Modeling Complex Systems

CS445: Modeling Complex Systems CS445: Modeling Complex Systems Travis Desell! Averill M. Law, Simulation Modeling & Analysis, Chapter 2!! Time-Shared Computer Model Time Shared Computer Model Terminals Computer Unfinished s 2 2... Active

More information

EDACS SYSTEM MANAGER. User s Guide. Mobile Communications. User s Guide For Version 3.XX (Group 3) LBI-38984

EDACS SYSTEM MANAGER. User s Guide. Mobile Communications. User s Guide For Version 3.XX (Group 3) LBI-38984 Mobile Communications EDACS SYSTEM MANAGER (Enhanced Digital Access Communications System) User s Guide For Version 3.XX (Group 3) User s Guide TABLE OF CONTENTS Page Section/Paragraph INTRODUCTION..................................................

More information

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" A624 Feature / Programming Overview The A624 has many new and changed features compared with the 30810 / 61610 This Guide is intended to assist installers

More information

AT&T AT&T. MERLIN LEGEND Communications System. Release 2.0. System Planning Forms

AT&T AT&T. MERLIN LEGEND Communications System. Release 2.0. System Planning Forms AT&T AT&T 555-620-113 MERLIN LEGEND Communications System Release 2.0 System Planning Forms Copyright 1992 AT&T All Rights Reserved Printed in U.S.A. AT&T 555-620-113 Issue 1 August 1992 Notice Every effort

More information

Baseball must plan ahead for the following contingencies:

Baseball must plan ahead for the following contingencies: This document is primarily intended for those operators who already have experience programming a Smartcaster. If Breaklogs, clocks and Timed Events are new to you, please start there before proceeding

More information

Digital Electronics. Functions of Combinational Logic

Digital Electronics. Functions of Combinational Logic Digital Electronics Functions of Combinational Logic Half-dder Basic rules of binary addition are performed by a half adder, which has two binary inputs ( and B) and two binary outputs (Carry out and Sum).

More information

1. MAINTENANCE MANUAL FOR GAMBLING MACHINES WITH MULTI GAME PROGRAM...2

1. MAINTENANCE MANUAL FOR GAMBLING MACHINES WITH MULTI GAME PROGRAM...2 XXL14 IN 1 Page 1 CONTENTS 1. MAINTENANCE MANUAL FOR GAMBLING MACHINES WITH MULTI GAME PROGRAM......2 2 MULTI GAME PROGRAM GAMBLING MACHINE OWNER'S MANUAL....4 3. MULTI GAME RULES...10 4. APPENDIX 1: CONNECTOR

More information

Timing Issues in FPGA Synchronous Circuit Design

Timing Issues in FPGA Synchronous Circuit Design ECE 428 Programmable ASIC Design Timing Issues in FPGA Synchronous Circuit Design Haibo Wang ECE Department Southern Illinois University Carbondale, IL 62901 1-1 FPGA Design Flow Schematic capture HDL

More information

IEOR 130 Methods of Manufacturing Improvement Fall, 2018, Prof. Leachman Homework Assignment 8, Due Tuesday Nov. 13

IEOR 130 Methods of Manufacturing Improvement Fall, 2018, Prof. Leachman Homework Assignment 8, Due Tuesday Nov. 13 IEOR 130 Methods of Manufacturing Improvement Fall, 2018, Prof. Leachman Homework Assignment 8, Due Tuesday Nov. 13 1. Consider a factory operating at a steady production rate. Suppose the target WIP level

More information

Basic Scripting So. Riverfront Pkwy, Ste. 525 So. Jordan, UT WORKFORCE MANAGEMENT

Basic Scripting So. Riverfront Pkwy, Ste. 525 So. Jordan, UT WORKFORCE MANAGEMENT Basic Scripting WORKFORCE MANAGEMENT 10813 So. Riverfront Pkwy, Ste. 525 So. Jordan, UT 84095 888-223-3450 www.swipeclock.com 1. What are scripts? A Script is a proprietary (SP) language based on C and

More information

Event-Driven Scheduling. (closely following Jane Liu s Book)

Event-Driven Scheduling. (closely following Jane Liu s Book) Event-Driven Scheduling (closely following Jane Liu s Book) Real-Time Systems, 2009 Event-Driven Systems, 1 Principles Admission: Assign priorities to Jobs At events, jobs are scheduled according to their

More information

Phone:

Phone: Email: Support@signalforge.com Phone: 512.275.3733 Web: www.signalforge.com Customer Service Email: Sales@signalforge.com Phone: 512.275.3733 Fax: 512.275.3735 Address: Signal Forge, LLC 2115 Saratoga

More information

Thanks for selecting PREMIER QUANTUM Series for your requirement of Voice Communication Quantum series comes in four models expandable up to

Thanks for selecting PREMIER QUANTUM Series for your requirement of Voice Communication Quantum series comes in four models expandable up to Thanks for selecting PREMIER QUANTUM Series for your requirement of Voice Communication Quantum series comes in four models. 1. 416 expandable up to 816 2. 416 expandable up to 424 3. 424 expandable up

More information

Rev a. Single-Area OSPF. c cnac o okbook.com

Rev a. Single-Area OSPF. c cnac o okbook.com Rev. 00.00 a. Single-Area OSPF c cnac o okbook.com C O N F I G U R A T I O N Technically, we're using OSPFv for IPv, but that only matters because IPv uses OSPFv. Wildcard a bitmask controlling address

More information

2018 JLPT Test Site Information Ann Arbor, MI

2018 JLPT Test Site Information Ann Arbor, MI 2018 JLPT Test Site Information Ann Arbor, MI Test Date: Sunday, December 2, 2018 Test Location: Mason Hall Classrooms University of Michigan, Ann Arbor, Central Campus 419 South State Street, Ann Arbor,

More information

Call Count by Call Types

Call Count by Call Types Summary Information Call Category Call Origin Call Service (Incoming Only) Trunk Line Total Calls Emergency Non- Emergency Other Incoming Internal Outgoing Unknown Wire-line Wireless VoIP Unknown Total

More information

AN AMUSEMENT/REDEMPTION VIDEO GAME (Revision: ) STANDARD VERSION

AN AMUSEMENT/REDEMPTION VIDEO GAME (Revision: ) STANDARD VERSION AN AMUSEMENT/REDEMPTION VIDEO GAME (Revision: 09-10-12) STANDARD VERSION COASTAL AMUSEMENTS, INC. 1950 SWARTHMORE AVE LAKEWOOD, NJ 08701 (USA) TEL: 01-732-905-6662 FAX: 01-732-905-6815 E-MAIL: sales@coastalamusements.com

More information

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta

Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Web-Enabled Speaker and Equalizer Final Project Report December 9, 2016 E155 Josh Lam and Tommy Berrueta Abstract IoT devices are often hailed as the future of technology, where everything is connected.

More information

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package.

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package. DECADE COUNTER; 4-BIT BINARY COUNTER The SN54/ and SN54/ are high-speed 4-bit ripple type counters partitioned into two sectio. Each counter has a divide-by-two section and either a divide-by-five () or

More information

Prepared For Avaya telephone system name 01/26/09 09:11:16 on Roscoe-PC

Prepared For Avaya telephone system name 01/26/09 09:11:16 on Roscoe-PC Flowcharts illustrating your callers' experience Drawn directly from the vector programs in your Avaya telephone system Prepared For Avaya telephone system name Prepared ccfcd01 01/26/09 09:11:16 on Roscoe-PC

More information

LMD8000 PROGRAMMING GUIDE

LMD8000 PROGRAMMING GUIDE LMD8 PROGRAMMING GUIDE Electrical Engineering Centre Volume 1 June 1999 LMD 8 PROGRAMMING GUIDE VOL.1.TABLE OF CONTENTS LMD8 PROGRAMMING GUIDE INTRODUCTION...vii 1 PROGRAMMING DATA ACCESS FROM LM-SYSTEM...

More information

The Communiqué Digital Telephone Station

The Communiqué Digital Telephone Station The Communiqué Digital Telephone Station Press the Security* and 1 Automation* keys to access your security system and any home automation features, respectively (optional: see below). Press and hold the

More information

The Perfect Week. (continued on next page) Ed Howat, Jr., CLU, ChFC, LUTCF, RCC Addie Woods Consulting Co. LLC

The Perfect Week. (continued on next page) Ed Howat, Jr., CLU, ChFC, LUTCF, RCC Addie Woods Consulting Co. LLC The Perfect Week (continued on next page) When you have an effective scheduling system, you and your team are in charge of managing client flow. Client flow should not manage the team. Think of your schedule

More information

MC-E Installation Instructions & Programming Guide

MC-E Installation Instructions & Programming Guide VALVE MC-E Installation Instructions & Programming Guide 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48 YEL VALVE

More information

Chapter 4. Multicom Administrative Communication System. Operating Instructions

Chapter 4. Multicom Administrative Communication System. Operating Instructions Chapter 4 Multicom 2000 Administrative Communication System Operating Instructions 4-1 4-2 Compliance Warning: Changes or modifications to this unit not expressly approved by the party responsible for

More information

Model 305 Synchronous Countdown System

Model 305 Synchronous Countdown System Model 305 Synchronous Countdown System Introduction: The Model 305 pre-settable countdown electronics is a high-speed synchronous divider that generates an electronic trigger pulse, locked in time with

More information

M-16DX 16-Channel Digital Mixer

M-16DX 16-Channel Digital Mixer M-6DX 6-Channel Digital Mixer Workshop Live Mixing with the M-6DX 007 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the written permission

More information

PRIORITY QUEUES AND HEAPS. Lecture 19 CS2110 Spring 2014

PRIORITY QUEUES AND HEAPS. Lecture 19 CS2110 Spring 2014 1 PRIORITY QUEUES AND HEAPS Lecture 19 CS2110 Spring 2014 Readings and Homework 2 Read Chapter 2 to learn about heaps Salespeople often make matrices that show all the great features of their product that

More information

UNIVERSITY OF CALIFORNIA Department of Electrical Engineering and Computer Sciences Computer Science Division. P. N. Hilfinger. Project #3: Checkers

UNIVERSITY OF CALIFORNIA Department of Electrical Engineering and Computer Sciences Computer Science Division. P. N. Hilfinger. Project #3: Checkers UNIVERSITY OF CALIFORNIA Department of Electrical Engineering and Computer Sciences Computer Science Division CS61B Fall 2004 P. N. Hilfinger Project #3: Checkers Due: 8 December 2004 1 Introduction Checkers

More information

Multi-Channel FIR Filters

Multi-Channel FIR Filters Chapter 7 Multi-Channel FIR Filters This chapter illustrates the use of the advanced Virtex -4 DSP features when implementing a widely used DSP function known as multi-channel FIR filtering. Multi-channel

More information

micro KEYER and N1MM Logger+ Setup

micro KEYER and N1MM Logger+ Setup micro KEYER and N1MM Logger+ Setup Router setup: Note: The specific port numbers are not important. The key is consistency - the same port number must be used for a specific function in both Router and

More information

Avenue & Cherry Street Walk to Newark Pavilion (6430 Thornton Avenue) Total Walking Time: About 2 Minutes

Avenue & Cherry Street Walk to Newark Pavilion (6430 Thornton Avenue) Total Walking Time: About 2 Minutes CALNORTH YOUTH CHESS AGE LEVEL COMPETITION INFORMATION I HAVE REGISTERED MY CHILD, NOW WHAT? Check http://calnorthyouthchess.org/agelevel2014/entries.html to be sure your child is on the entry list. If

More information

DigiKeyer and N1MM Logger+ Setup

DigiKeyer and N1MM Logger+ Setup DigiKeyer and N1MM Logger+ Setup Router setup: Note: The specific port numbers are not important. The key is consistency - the same port number must be used for a specific function in both Router and the

More information

Diffracting Trees and Layout

Diffracting Trees and Layout Chapter 9 Diffracting Trees and Layout 9.1 Overview A distributed parallel technique for shared counting that is constructed, in a manner similar to counting network, from simple one-input two-output computing

More information

Introduction. How are games similar/different from other software engineering projects? Common software engineering models & game development

Introduction. How are games similar/different from other software engineering projects? Common software engineering models & game development SOFTWARE TECHNIQUES Introduction How are games similar/different from other software engineering projects? Game Design & Art Common software engineering models & game development Waterfall, spiral, etc.

More information

CS/EE Homework 9 Solutions

CS/EE Homework 9 Solutions S/EE 260 - Homework 9 Solutions ue 4/6/2000 1. onsider the synchronous ripple carry counter on page 5-8 of the notes. Assume that the flip flops have a setup time requirement of 2 ns and that the gates

More information

RFID Anti-Collision System Using the Spread Spectrum Technique

RFID Anti-Collision System Using the Spread Spectrum Technique Using the Spread Spectrum Technique Document ID: PG-TR-050426-AR Date: 26 April 2005 Anil Rohatgi 777 Atlantic Ave. Atlanta GA 30332-0250 Voice: (404)894-8169 Fax: (404)894-5935 http://www.propagation.gatech.edu

More information

The Lutron Quick Reference Guide

The Lutron Quick Reference Guide Introduction How do I make my install and project a success? By looking at lessons learned from projects of all sizes, we have learned that a successful install comes down to a few key factors. In this

More information

DIGITAL DESIGN WITH SM CHARTS

DIGITAL DESIGN WITH SM CHARTS DIGITAL DESIGN WITH SM CHARTS By: Dr K S Gurumurthy, UVCE, Bangalore e-notes for the lectures VTU EDUSAT Programme Dr. K S Gurumurthy, UVCE, Blore Page 1 19/04/2005 DIGITAL DESIGN WITH SM CHARTS The utility

More information

Message Greeter Installation and User Manual

Message Greeter Installation and User Manual Message Greeter Installation and User Manual Model 614 www.marshproducts.com Message Greeter Installation and User Manual (2009-04-15) 1 Model 614 Message Greeter Installation Connecting to the Audio Base

More information

You can also access your time and expenses from anywhere with just a Web browser with a Cube Anywhere subscription, at

You can also access your time and expenses from anywhere with just a Web browser with a Cube Anywhere subscription, at What is Cube? Cube is a cloud-based time and expense management solution that makes it easy to track your time and expenses across different tasks, projects and clients. Cube also keeps track of your work

More information

Hosted Web-Access Control

Hosted Web-Access Control Hosted Web-Access Control 1 P a g e Table of Contents Introduction... 3 Loading Cards and Keyfobs... 4 Adding a New Employee/Card Holder... 5 Employee Has Lost/Broken Their Card... 6 Changing a Timezone

More information

Live Agent for Administrators

Live Agent for Administrators Live Agent for Administrators Salesforce, Summer 16 @salesforcedocs Last updated: July 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Select datum Page backward in. parameter list

Select datum Page backward in. parameter list HEIDENHAIN Working with the measured value display unit ND Actual value and input display (7-segment LED, 9 decades and sign) Select datum Page backward in parameter list Confirm entry value Set display

More information

PROGRAMMING AND OPERATING INSTRUCTIONS CRC-8A, CRC-6A, CRC-4A

PROGRAMMING AND OPERATING INSTRUCTIONS CRC-8A, CRC-6A, CRC-4A MING ND OPERTING INSTRUCTIONS CRC-8, CRC-6, CRC-4 The CRC- Controller has some imptant features you should be aware of befe you begin programming. Details on how to implement these features will be described

More information

Needham Bank Business Online Banking

Needham Bank Business Online Banking Needham Bank Business Online Banking Wire Transfers Published December 2017 Contents Wire Transfers... 2 Requirements... 2 Daily Wire Limits... 2 Wire Processing Daily Cutoff Time... 2 Wire Handling Requirements...

More information

Mimer Option 3046 RadioCalls

Mimer Option 3046 RadioCalls Connecting radios all over the world Mimer Option 3046 RadioCalls Tetra - DMR - 5-tone Systems Release date Jan 23, 2019 This guide will help with the use and setup of your Mimer option 3046 RadioCalls

More information

SAMPLE KYRIE. Dm (Em) Dm (Bm) (Bm) (G) (Em) (Bm) (D) Chri ste. ri e e. son. ri e e lé. Gm7 F (G) Gm7. (Bm) (Em7) (D) (Em7) (D) son. Chri ste.

SAMPLE KYRIE. Dm (Em) Dm (Bm) (Bm) (G) (Em) (Bm) (D) Chri ste. ri e e. son. ri e e lé. Gm7 F (G) Gm7. (Bm) (Em7) (D) (Em7) (D) son. Chri ste. KYRIE Capo 3: () m () m () m () m () m () () B e e (7) m7 lé () m () m lé son. Ky r e e () son. Chr ste SMPLE Text: raduale Romanum, 1974. Musc: Chant Mass; raduale Romanum, 1974; gutar acc. 1995, OCP.

More information

STAUNING Traditional Internet Sales Process with /Voic Templates to Non-Responsive Prospects 2018 Edition

STAUNING Traditional Internet Sales Process with  /Voic Templates to Non-Responsive Prospects 2018 Edition STAUNING Traditional Internet Sales Process with Email/Voicemail Templates to Non-Responsive Prospects 2018 Edition Contents 45-DAY INTERNET SALES PROCESS... 2 DAY 1 2018 AUTO-RESPONSE (GENERIC)... 4 DAY

More information

Data Flow Modelling. Fault Tolerant Systems Research Group. Budapest University of Technology and Economics

Data Flow Modelling. Fault Tolerant Systems Research Group. Budapest University of Technology and Economics Data Flow Modelling Budapest University of Technology and Economics Fault Tolerant Systems Research Group Budapest University of Technology and Economics Department of Measurement and Information Systems

More information

EDA Challenges for Low Power Design. Anand Iyer, Cadence Design Systems

EDA Challenges for Low Power Design. Anand Iyer, Cadence Design Systems EDA Challenges for Low Power Design Anand Iyer, Cadence Design Systems Agenda Introduction ti LP techniques in detail Challenges to low power techniques Guidelines for choosing various techniques Why is

More information

Single-Server Queue. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

Single-Server Queue. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 Single-Server Queue Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806 1/13/2016 CSCI 570 - Spring 2016 1 Outline Discussion on project and paper proposal

More information

Single-Server Queue. Hui Chen, Ph.D. Computer Science Dept. of Math & Computer Science Virginia State University Petersburg, VA 23806

Single-Server Queue. Hui Chen, Ph.D. Computer Science Dept. of Math & Computer Science Virginia State University Petersburg, VA 23806 Single-Server Queue Hui Chen, Ph.D. Computer Science Dept. of Math & Computer Science Virginia State University Petersburg, VA 23806 1/15/2015 CSCI 570 - Spring 2015 1 Single-Server Queue A single-server

More information

TABLE OF CONTENTS...2 SAM VIBE - OVERVIEW...3 WORKING WITH THE SAM VIBE SCHEDULE...3 PLAYBLOCKS...4 CREATING A PLAYBLOCK...4 EXAMPLE PLAYBLOCKS...

TABLE OF CONTENTS...2 SAM VIBE - OVERVIEW...3 WORKING WITH THE SAM VIBE SCHEDULE...3 PLAYBLOCKS...4 CREATING A PLAYBLOCK...4 EXAMPLE PLAYBLOCKS... SAM VIBE Scheduling Table of Contents TABLE OF CONTENTS...2 SAM VIBE - OVERVIEW...3 WORKING WITH THE SAM VIBE SCHEDULE...3 PLAYBLOCKS...4 CREATING A PLAYBLOCK...4 EXAMPLE PLAYBLOCKS...6 STATION ID AFTER

More information

RS-232 Specification RS-232 IMPLEMENTATION OVERVIEW

RS-232 Specification RS-232 IMPLEMENTATION OVERVIEW 322 RS-232 Specification RS-232 IMPLEMENTATION OVERVIEW TASCAM's 322 cassette deck has a standard RS- 232C port, capable of receiving commands and sending status information. Commands are included for

More information

High Point Communications Authorized dealer for USA Fleet Services

High Point Communications Authorized dealer for USA Fleet Services Summary of Display Features Idle Alert - Idle alerts can be sent every 10 minutes (up to 60 minutes) Stop Duration Alert Stop Duration alerts can be sent every 10 minutes (up to 60 minutes), after 24 hours,

More information

Gage Repeatability and Reproducibility (R&R) Studies. An Introduction to Measurement System Analysis (MSA)

Gage Repeatability and Reproducibility (R&R) Studies. An Introduction to Measurement System Analysis (MSA) Gage Repeatability and Reproducibility (R&R) Studies An Introduction to Measurement System Analysis (MSA) Agenda Importance of data What is MSA? Measurement Error Sources of Variation Precision (Resolution,

More information

HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM

HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM RAM Mapping 48 16 LCD Controller for I/O µc LCD Controller Product Line Selection Table HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM 4 4 8 8 8 81 16 16 16 SEG 32 32 32 32

More information

WARNING: Adapters not designed for the GeoSafari can cause permanent damage to the machine s electronics. Use of any adapter other than the adapter

WARNING: Adapters not designed for the GeoSafari can cause permanent damage to the machine s electronics. Use of any adapter other than the adapter Instruction Guide WARNING: Adapters not designed for the GeoSafari can cause permanent damage to the machine s electronics. Use of any adapter other than the adapter especially designed for GeoSafari will

More information

CHW 261: Logic Design

CHW 261: Logic Design CHW 6: Logic Design Instructors: Prof. Hala Zayed Dr. Ahmed Shalaby http://www.bu.edu.eg/staff/halazayed4 http://bu.edu.eg/staff/ahmedshalaby4# Slide Copyright 6 by Pearson Education, Inc. Upper Saddle

More information

Embedded Systems 10 BF - ES - 1 -

Embedded Systems 10 BF - ES - 1 - Embedded Systems 10-1 - REVIEW: VHDL HDL = hardware description language VHDL = VHSIC hardware description language VHSIC = very high speed integrated circuit Initiated by US Department of Defense 1987

More information

POWER GATING. Power-gating parameters

POWER GATING. Power-gating parameters POWER GATING Power Gating is effective for reducing leakage power [3]. Power gating is the technique wherein circuit blocks that are not in use are temporarily turned off to reduce the overall leakage

More information

Utilization-Aware Adaptive Back-Pressure Traffic Signal Control

Utilization-Aware Adaptive Back-Pressure Traffic Signal Control Utilization-Aware Adaptive Back-Pressure Traffic Signal Control Wanli Chang, Samarjit Chakraborty and Anuradha Annaswamy Abstract Back-pressure control of traffic signal, which computes the control phase

More information

45. Management Data Input/Output (MDIO) Interface

45. Management Data Input/Output (MDIO) Interface Text and Tables in dark red font is for ref only, not to be included in the draft Text in dark green font will need to be updated by the Editor (links & cross-references). 45. Management Data Input/Output

More information

Networked Radar Capability for Adapt MFR Adapt MFR V Experiment results and software debug updates

Networked Radar Capability for Adapt MFR Adapt MFR V Experiment results and software debug updates Networked Radar Capability for Adapt MFR Adapt MFR V 3.2.8 Experiment results and software debug updates c Her Majesty the Queen in Right of Canada as represented by the Minister of National Defence, 2014

More information

Tomasulo s Algorithm. Tomasulo s Algorithm

Tomasulo s Algorithm. Tomasulo s Algorithm Tomasulo s Algorithm Load and store buffers Contain data and addresses, act like reservation stations Branch Prediction Top-level design: 56 Tomasulo s Algorithm Three Steps: Issue Get next instruction

More information

Relationship to theory: This activity involves the motion of bodies under constant velocity.

Relationship to theory: This activity involves the motion of bodies under constant velocity. UNIFORM MOTION Lab format: this lab is a remote lab activity Relationship to theory: This activity involves the motion of bodies under constant velocity. LEARNING OBJECTIVES Read and understand these instructions

More information

COSEM. Identification System EXCERPT FROM. Companion Specification for Energy Metering. DLMS User Association

COSEM. Identification System EXCERPT FROM. Companion Specification for Energy Metering. DLMS User Association EXCERPT FROM Companion Specification for Energy Metering COSEM Identification System DLMS User Association device language message specification Reference number: EXCERPT FROM DLMS UA -:999, First Edition

More information

1/3 Duty General Purpose LCD Driver IC PT6523

1/3 Duty General Purpose LCD Driver IC PT6523 DESCRIPTION PT6523 is an LCD Driver IC which can drive up to 156 segments. It can be used for frequency display in microprocessor-controlled radio receiver and in other display applications. PT6523 supports

More information

Chief Architect X3 Training Series. Layers and Layer Sets

Chief Architect X3 Training Series. Layers and Layer Sets Chief Architect X3 Training Series Layers and Layer Sets Save time while creating more detailed plans Why do you need Layers? Setting up Layer Lets Adding items to layers Layers and Layout Pages Layer

More information

QuiltCAD will be used to create an entire quilt layout. It can be used for single patterns, pantographs, borders, or sashings. There are some options

QuiltCAD will be used to create an entire quilt layout. It can be used for single patterns, pantographs, borders, or sashings. There are some options QuiltCAD will be used to create an entire quilt layout. It can be used for single patterns, pantographs, borders, or sashings. There are some options that only QuiltCAD can do when compared to other portions

More information

How to Structure (and Land!) Profitable Retainer Agreements Summary Handout

How to Structure (and Land!) Profitable Retainer Agreements Summary Handout Introduction How to Structure (and Land!) Profitable Retainer Agreements Summary Handout A retainer agreement, in its most basic form, is simply an agreement whereby a client pays you a fixed sum of money

More information

Network VP TM Satellite User s Guide

Network VP TM Satellite User s Guide Network VP TM 2.00 Satellite User s Guide 16 to 64 stations in eight-station increments Field programmable for future upgrades Does not require EPROM(s) replacement Operates as a stand-alone controller

More information

Virtual Measurements & Control. Packaging Controller 7/8/99

Virtual Measurements & Control. Packaging Controller 7/8/99 Virtual Measurements & Control Packaging Controller 7/8/99 OVERVIEW... 2 HARDWARE... 2 CONTROL... 3 OPERATIONAL SEQUENCE SINGLE FILL MODE... 6 OPERATIONAL SEQUENCE BATCH FILL MODE... 8 EXITING SMARTS...

More information

DS1021 Programmable 8-Bit Silicon Delay Line

DS1021 Programmable 8-Bit Silicon Delay Line www.dalsemi.com FEATURES All-silicon time delay Models with 0.25 ns and 0.5 ns steps Programmable using 3-wire serial port or 8- bit parallel port Leading and trailing edge accuracy Economical Auto-insertable,

More information

ET2000e IRRIGATION CONTROLLER

ET2000e IRRIGATION CONTROLLER ET2000e PROGRAMMING GUIDE ET2000e IRRIGATION CONTROLLER PROGRAMMING GUIDE For use with ET2000e irrigation controllers running on firmware version 605.a and above. CHANGE 1 INCORPORATED 30 March 2007 TABLE

More information

DX020. Tachometer and Frequency Counter. Operating Instructions. control motion interface

DX020. Tachometer and Frequency Counter. Operating Instructions. control motion interface control motion interface ELEKTRO-TRADING sp. z o.o Tel. +48 (0-32) 734-55-72 Tel/Fax +48 (0-32) 734-55-70 E-Mail et@elektro-trading.com.pl http://www.elektro-trading.com.pl DX020 Tachometer and Frequency

More information

Chapter. F0-04AD-1, 4-Channel Analog Current Input. In This Chapter...

Chapter. F0-04AD-1, 4-Channel Analog Current Input. In This Chapter... F0-0-, -hannel nalog urrent Input hapter In This hapter... Module Specifications... Setting the Module Jumper... onnecting and isconnecting the Field Wiring... Wiring iagram... Module Operation... Special

More information

AM

AM Us e rmanual Di gi t almul t i me t e r AM1109 EN 61010-1 CAT III 1000V Pollution Degree 2 Definition of Symbols: Caution: Refer to Accompanying Documents Caution: Risk of Electric Shock Double Insulation

More information

Partner: Denon Model: AVR-3313CI Device Type: Receiver

Partner: Denon Model: AVR-3313CI Device Type: Receiver Partner: enon evice Type: Receiver GENERAL INFORMATION SIMPLWINOWS NAME: enon AVR-3313CI v1.1 CATEGORY: Receiver VERSION: 1.1 SUMMARY: Controls all of the standard functions and provides true feedback.

More information

CS/ENGRD 2110 Object-Oriented Programming and Data Structures Spring 2012 Thorsten Joachims. Lecture 17: Heaps and Priority Queues

CS/ENGRD 2110 Object-Oriented Programming and Data Structures Spring 2012 Thorsten Joachims. Lecture 17: Heaps and Priority Queues CS/ENGRD 2110 Object-Oriented Programming and Data Structures Spring 2012 Thorsten Joachims Lecture 17: Heaps and Priority Queues Stacks and Queues as Lists Stack (LIFO) implemented as list insert (i.e.

More information

Device/PLC Connection Manuals

Device/PLC Connection Manuals Device/PLC Connection Manuals About the Device/PLC Connection Manuals Prior to reading these manuals and setting up your device, be sure to read the "Important: Prior to reading the Device/PLC Connection

More information

A chamberlarp by Edland, Falch &

A chamberlarp by Edland, Falch & NEW VOICES IN ART A chamberlarp by Edland, Falch & Rognli New Voices in Art is 2007, Tor Kjetil Edland, Arvid Falch and Erling Rognli. Distributed under Creative Commons Attribution-Noncommercial- Share

More information

Operator Menus Guide Incredible Technologies, Inc. All Rights Reserved

Operator Menus Guide Incredible Technologies, Inc. All Rights Reserved Operator Menus Guide 2014 Incredible Technologies, Inc. All Rights Reserved Operator Menus Guide OPERATOR MENUS NAVIGATING THE MENU SYSTEM The Operator Menus allow you to adjust the machine for your specific

More information

Instruction Sheet UPS SERIES. Serial Control Protocol. I Rev E

Instruction Sheet UPS SERIES. Serial Control Protocol. I Rev E Instruction Sheet UPS SERIES Serial Control Protocol I-00341 Rev E (THIS PAGE INTENTIONALLY LEFT BLANK) Page 1 TABLE OF CONTENTS 1 Protocol Overview...3 1.1 Signal characteristics...3 1.2 Primary DB9 Pin

More information

Partner: Yealink Model: VC Series Device Type: Video Conference Codec

Partner: Yealink Model: VC Series Device Type: Video Conference Codec GENERAL INFORMATION SIMPLWINOWS NAME: Yealink VC Series RS232 v1.0 CATEGORY: Conferencing VERSION: 1.0 SUMMARY: GENERAL NOTES: CRESTRON HARWARE REQUIRE: SETUP OF CRESTRON HARWARE: This module controls

More information

Logical Trunked. Radio (LTR) Theory of Operation

Logical Trunked. Radio (LTR) Theory of Operation Logical Trunked Radio (LTR) Theory of Operation An Introduction to the Logical Trunking Radio Protocol on the Motorola Commercial and Professional Series Radios Contents 1. Introduction...2 1.1 Logical

More information

Multiplication and Probability

Multiplication and Probability Problem Solving: Multiplication and Probability Problem Solving: Multiplication and Probability What is an efficient way to figure out probability? In the last lesson, we used a table to show the probability

More information

Select datum Page backward in parameter list

Select datum Page backward in parameter list HEIDENHAIN Working with the measured value display unit ND Actual value and input display (7-segment LED, 9 decades and sign) Select datum Page backward in parameter list Confirm entry value Set display

More information

NX8R D I G I T A L M E S SA G E P L A Y ER P A G E 1 O F

NX8R D I G I T A L M E S SA G E P L A Y ER P A G E 1 O F Installation Operation Maintenance Instructions NX8R DIGITAL MESSAGE PLAYER PAGE 1 OF 28 NX8R Digital Message Player Instruction Manual Copyright 1983-2015 - Information Station Specialists, Inc. - All

More information

Precision Delay Your Station In Sync and On Time

Precision Delay Your Station In Sync and On Time Precision Delay Your Station In Sync and On Time OVERVIEW Saving Time, Managing Time For nearly a decade, 25-Seven Systems has been helping you solve your station s time management problems. Now we ve

More information

RayStar Microelectronics Technology Inc. Ver: 1.4

RayStar Microelectronics Technology Inc. Ver: 1.4 Features Description Product Datasheet Using external 32.768kHz quartz crystal Supports I 2 C-Bus's high speed mode (400 khz) The serial real-time clock is a low-power clock/calendar with a programmable

More information

Schedule of Charges. Aruba. Corporate. Effective: September 19, 2017

Schedule of Charges. Aruba. Corporate. Effective: September 19, 2017 Aruba Corporate Effective: September 19, 2017 1 CONTENTS 1 CORPORATE DEPOSIT AND TRANSACTION ACCOUNTS - LOCAL CURRENCY 2 CORPORATE DEPOSIT AND TRANSACTION ACCOUNTS - FOREIGN CURRENCY 3 SUNDRY SERVICES

More information

GICAA Chess Coach and Referee Summaries

GICAA Chess Coach and Referee Summaries GICAA Chess Coach and Referee Summaries Event: Rounds 1-5 COACH 1 2 3 4 Student: Doe, John School: My Awesome School Number: 14 Each team may have more than 4 players, but only 4 will play in any round.

More information

Types of Control. Programmed Non-programmed. Program Counter Hardwired

Types of Control. Programmed Non-programmed. Program Counter Hardwired Lecture #5 In this lecture we will introduce the sequential circuits. We will overview various Latches and Flip Flops (30 min) Give Sequential Circuits design concept Go over several examples as time permits

More information