2009 Winton 1 Using ExtendSim

Similar documents
Asset Track Getting Started Guide. An Introduction to Asset Track

Twido Simulator - Online Help Scope What's in this Part? Twido Simulator Overview What's in this Chapter? How to Use Twido Simulator

Using Your Data Projector as a Second Monitor

Job Scheduler User Guide IGSS Version 11.0

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

Task Card #2 SMART Board: Notebook

INDUSTRIAL AUTOMATION Interactive Graphical SCADA System INSIGHT AND OVERVIEW. IGSS Online Training. Exercise 8: Creating Templates

Introduction to the TI-Nspire CX

Introduction to LogixPro - Lab

Windows XP Pro: Basics 1

EET 310 Programming Tools

Executive Dashboard Updated December 2015

Statgraphics Getting started

Content Author's Reference and Cookbook

Excel 2007 Basic knowledge

If you know exactly how you want your business forms to look and don t mind

Excel 2007: Basics Learning Guide

Introduction to Simulink

Introduction to Microsoft Access 2003

Using GitHub for Rally Apps (Mac Version)

Microsoft PowerPoint 2010

Microsoft Excel 2010 Part 3: Advanced Excel

TabletWorks Help Index 1

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number

USER GUIDE Version 2.0

Arena Tutorial 1. Installation STUDENT 2. Overall Features of Arena

DSI File Server Client Documentation

Getting Started Guide

Delivery Fleet Optimization with GIS Functionality Webinar

Introduction. - Please be sure to read and understand Precautions and Introductions in CX-Simulator Operation Manual and

IT Quick Reference Guides Using Windows 7

Copyright 2006 TechSmith Corporation. All Rights Reserved.

Using Microsoft Project 2000

edgebooks Quick Start Guide 4

Interactive Excel Spreadsheets:

Creating forms in Microsoft Access 2007

Configuring the SST DeviceNet OPC Server

ClickView Digital Signage User Manual

CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL

idisplay v.2.0 User Guide

ΤΕΙ Κρήτης, Παράρτηµα Χανίων

GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders

Advantage Cloud Access: Microsoft Remote Desktop for Android

Using Avaya Flare Experience for Windows

Easy Scan Complete. Administrator User Guide. HealthStream Competency Cent. HealthStream, Inc th Ave. South Suite 450 Nashville, TN 37203

13-1. This chapter explains how to use different objects.

warpct.com Basic Computer Skills MS Windows XP Workbook courseware by WARP! Computer Training

Pro/ENGINEER Wildfire 4.0 Basic Design

Microsoft Windows Overview Desktop Parts

Software User's Guide

Power Point 2003 Table of Contents

IP Office Phone Manager Users Guide

User s Manual. Transcend JetFlash SecureDrive. Contents

Auto Clicker Tutorial

Migrating to Excel 2010 from Excel Excel - Microsoft Office 1 of 1

UF Health SharePoint 2010 Introduction to Content Administration

Intelli-M Access Quick Start Guide

Outlook 2010 Setup Guide (POP3)

SnagIt Add-Ins User Guide

The data between TC Monitor and remote devices is exchanged using HTTP protocol. Monitored devices operate either as server or client mode.

Formatting & Styles Word 2010

Creating Hyperlinks & Buttons InDesign CS6

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

Excel 2010: Create your first spreadsheet

Viewing and Troubleshooting Perfmon Logs

CREATING FORMAL REPORT. using MICROSOFT WORD. and EXCEL

Menus and Toolbars: Using and customizing those common to all OpenOffice.org components

Zoom Participant Guide

Writer Guide. Chapter 15 Using Forms in Writer

Formulas, Functions and Charts

How to Program a Commander or Scout to Connect to Pilot Software

How to create labels using a Microsoft Access data file?

Working with SQL Server Integration Services

2 SYSTEM DESCRIPTION TECHNIQUES

PowerPoint 2013: Basic Skills

Virtual Office Remote Installation Guide

DP-313 Wireless Print Server

Microsoft Word Quick Reference Guide. Union Institute & University

Vodafone PC SMS (Software version 4.7.1) User Manual

Produced by Flinders University Centre for Educational ICT. PivotTables Excel 2010

Outlook . User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA

Inking in MS Office 2013

BIGPOND ONLINE STORAGE USER GUIDE Issue August 2005

Chapter 15 Using Forms in Writer

Kepware Technologies KEPServerEX Client Connectivity Guide for GE's Proficy ifix

TestManager Administration Guide

ERserver. iseries. Work management

Lync Online Meeting & Conference Call Guide

This is simple but it does involve a reboot so be sure to save and close any work first. Then run R:\Public\CS\Enable Remote Desktop

Introduction to Microsoft PowerPoint

Microsoft Migrating to Word 2010 from Word 2003

MS830 / MS833 Barcode Reader v1.0 9-December-2014

Microsoft PowerPoint 2011

C-more Remote Access, Data Log, FTP File Transfer, and Tutorial

How To Use An Easymp Network Projector On A Computer Or Network Projection On A Network Or Network On A Pc Or Mac Or Ipnet On A Laptop Or Ipro Or Ipo On A Powerbook On A Microsoft Computer On A Mini

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

Microsoft Access 2010 handout

Excel 2003 A Beginners Guide

Microsoft PowerPoint Exercises 4

Using Impatica for Power Point

Transcription:

1 Using ExtendSim

2 ExtendSim Environment ExtendSim is a complete simulation i environment that runs under Windows Supports both continuous and discrete simulation Employs a multi-window graphical user interface for assembling model structure The primary technique for laying in a model is "drag and drop" using blocks from supplied libraries Block elements include a dialogue, iconics, and procedural routines Double-clicking on a block opens its dialogue window The procedural routines are written in a "C-like" language called ModL Library blocks, including their procedural routines are fully accessible and can be copied and modified for special purposes

3 Single Server Queue Basic graphical layout for a single-server queue model "Executive" block (in the Item.lix library) configurable Create" block (in the Item.lix library) for bringing items into the model "Queue" block (in the Item.lix library) for receiving items in the model flow default protocol is FIFO Random Number" block (in the Value.lixlix library) for sampling from probability distributions (use in this manner is optional) "Exit" block (in the Item.lix library) for removing items from the model Configurable "Activity"block(inthe the Item.lix library) for modeling activities such as a server action

4 Setup for Building a Model Clicking File New Model in the ExtendSim interface opens a new model window Blocks for a model are obtained from library files The most commonly used libraries of blocks for discrete event simulation are named Item.lix and Value.lix Clicking Library Open Library is used to access the library files Once a library is open, it will appear in a list under the Library tab, from which a library access window can be opened for drag & drop of library blocks to the model ExtendSim can be configured to automatically open libraries (and access windows) on launch via Edit Options Libraries

5 ExtendSim Elements Items are simply the basic discrete event units that are passed between blocks Values are actual data generated or used in the model as it operates Block connections Connect tfrom item output tto item input E.g., the item output of a Generator Block to the item input of a Queue Block Connect from value output to value input E.g., connect the value output from a Random Number block to the delay value input of an Activity block

6 Connecting Blocks There are two basic types of connectors for blocks in ExtendSim: item input and output connectors Activity block (Item.lix) value input and output connectors A connector with a small triangle is a multiple connector click & drag on the triangle produces the additional connections There are other, less commonly used types of connectors

7 Making Connections On the model this is done using the drawing pen Appears when the block/text layer tool is placed over a connector Use standard click and drag from one connector to another of opposite type causes a tentative connection line which darkens when a connection match is made Releasing the mouse button causes the connection line to affix between the two points. Different types of connection lines can be configured by use of the Model Connection Lines tb tab

8 Running an ExtendSim Model The simulation i is started by clicking the run icon on the task bar or by executing "run" from the run tab a simulation, even in its initial set up will almost always run, but until configuration details and output display are in place it will not do anything particularly l meaningful The "Show 2D Animation" section under the run tab provides means for configuring gthe simulation graphics to show simulation progress as the simulation executes Useful in initial stages of simulation construction 2DSi Simulation lti effects can be toggled ld on/off /fffrom the task kbar

9 Block Dialogue To bring up a block's dialogue, just double-click on it The dialogue is where any permitted configuration i values are set (in some cases, configuration values can be adjusted "on the fly" by use of prescribed "block inputs")

10 About the Blocks in the Basic Single Server Queue Model

11 Executive Block The Executive block (Item.lix) is required for discrete event models in ExtendSim It must be placed to the left of all other blocks in the model It can be configured for a stop criteria other than simulation run length

12 Create Block The Create block (Item.lix) is used to bring items into the model A Create block is configured via its dialogue window (obtained by double-clicking the block) The distribution governing item generation (including empirical) is selected just by clicking on the distribution input box Any parameters required by the distribution can then be set Note that for animation, the animation figure can be any one of a number of different representations

13 Queue Block The Queue block (Item.lix) is used as a bin for holding items (temporarily) blocked from proceeding For example, items waiting for a server The queuing protocol to be used for releasing items is specified in the Queue block s dialogue Default is first in, first out (FIFO) Others include last in, first out (LIFO the protocol used by a stack), priority, and by attribute

14 Activity Block The Activity Block is used to delay one or more items from progressing in the model Typically, a server is represented by an activity delay The maximum number of items allowed in the block (set in the block s dialogue window) corresponds to the number of servers the block represents The delay amount for each item can be input through the D connector The block allows a variety of modeling capabilities (via its dialogue), including dynamically changing the maximum number of items and item pre-emption emption (exiting an item before completing its prescribed delay)

15 Random Number Block As for the Create Block, double-click on a Random Number block boc (Value.lix) to bring up its dialog and set the distribution (including empirical) to be sampled from

16 Exit Block Items are exited from the model using an Exit block The total number exited is displayed and output by the block The block can be configured to have more than one exit Useful for counting items of differing characteristics as they exit the model

17 Additional Model Considerations

18 Timed Simulation Model The overall simulation can be set up as a "timed" simulation via the Run Simulation i Setup Setup tab. If the setup is configured for "hours" and the Create blocks (Item.lix) and Activity blocks (Item.lix) are configured for "minutes", ExtendSim will automatically take care of the time conversions.

19 Simulation Time Units TheSetup tab under the Simulation Setup provides the means for changing how time conversions are done (e.g., to have 8 hour days, rather than 24 hour days)

20 Untimed dsimulation Setting up a simulation to be untimed is one of the options in the dialogue of the Executive block (Item.lix) Permits the stop criteria to be a value input through the count connector Selecting the count connector option causes an input value connector for the count to appear on the Executive

21 Generating a Stop Signal A Pulse (Item.lix) block can be used to send a signal to the Executive Block to stop a simulation

22 The ExtendSim Display A display or I/O box in a block's dialogue can be "cloned" onto the model display (actually residing in the "Clone" layer) by using the clone tool to drag a copy from the dialogue onto the model display. There are actually three "layers" on the display, each with its own tool: Block/Text layer Draw layer Clone layer There is also an "all layers" tool for positioning items for best line-up across layers

23 Cloned Item Behavior Once a dialogue box is cloned onto the display, the all layers tool can be used to resize and position it appropriately p As the simulation executes, the values in the cloned display box change dynamically Same is true if the dialogue is left open

24 Built-in Controls Under the Model Controls tab there are 3 controls: Slider a graphical display for producing a value in a (min, max) range Switch a graphical display for producing a 0 or 1 value (true or false) Meter a graphical display for exhibiting a value Useful for public display ypurposesp

25 Some Useful Data Value Blocks The Constant block (Value.lix) outputs a set value that can be used in computations or for input parameters The Simulation Variable block (Value.lix) outputs the value of the system variable selected in its dialogue (e.g., current simulation time) The Display Value block (Value.lix) lix) displays the value of an input value Warning: if this block is attached to a Random Number block also being used by some other block, it will pull its own random value rather than displaying the one provided to the other block

26 Mean & Variance Block The Mean & Variance block (Value.lix) is used to produce running statistical information on values input to the block The mean is placed at tthe output tlbldm labeled The variance is placed at the output labeled V A t t t ith ll t i l i lti l An output connector with a small triangle is a multiple output; click & drag on the triangle produces the additional outputs

27 Information Block Used to gather information about items Can be set up to gather and output various item statistics Signal an item passing through Count of number of items Interarrival time between items Time in activity (via a specified attribute)

28 Arithmetic Calculations The Math Block (Value.lix) can be used to perform a number of standard operations on the values input Add, subract, multiply, divide, exponentiate, logarithm And, or, not Trigonometric functions and a number of others

29 Equation Blocks There is a general "Equation" block (Value.lix) for calculating expressions of the form result = formula; Can be configured via its block dialogue for as many inputs as needed ExtendSim's operators are: +, -, *, / ^ (exponentiation), MOD or % (modulus) AND or &&, OR or, NOT or! == (equals),!= or <> (not equal) <, <=, >, >= There salsoan Equation(I) an block (Item.lix) for use with discrete event objects Can access use item attributes as well as input values

30 Simulation Reporting g( (1) ExtendSim provides a crude report generator under the Run tab Report information is generated block by block for those blocks the user has selected to select multiple blocks at once, click on them while holding the shift key under the Run tab click on "Add Selected to Report " Reporting only gives final values There is a (voluminous) model tracing capability under Run.. Debugging if intermediate values are of interest