Areas of Difficulty Requiring Help or Assistance in the Ejs User Interface

Size: px
Start display at page:

Download "Areas of Difficulty Requiring Help or Assistance in the Ejs User Interface"

Transcription

1 Areas of Difficulty Requiring Help or Assistance in the Ejs User Interface The following describes the basic Ejs UI behavior and areas needing help. It is necessary to understand a bit about the Ejs UI in order to comprehend some of the learning issues users experience. This file lists all the Ejs UI elements (some 120) and assigns an ID code to each as given below. The Ejs UI is organized into four major pieces: 1. Menus of fairly simple functionality (File, Run, Font, and Help) (The Help menu is not currently implemented except for an About item.) 2. Control icon list which simply provides single-click short-cuts to menu equivalents. 3. Main UI (see description below). 4. One or more separate windows which show the UI of the current simulation. Main User Interface The Main UI occupies the great bulk of the program's main window and is organized into four main Tabs (Model, Control,, and Connections). Each of these Tabs has a number of sub-tabs (STabs) as listed below. (As a convention, "Tab" (capitalized) refers to the major tab headings, and "STab" to a sub-tab.) Each STab has its own particular UI (i.e., buttons, sub-sub-tabs, working area, sliders, etc.). The differences between STab UI's is sometimes very subtle and sometimes very obvious. The four main Tabs are always visible and selectable. However, STabs (and their particular UI) are only visible when the associated Tab is selected. In particular, each STab has its own set of buttons; selecting one or another button can change the set of panels and other UI elements displayed for the STab. Ejs UI Organization - 1-7/24/00

2 Criticalness and Difficulty of Ejs User Interface Features Based upon our user studies, we generated the following table to characterize the difficulty of learning various Ejs UI features. The tables below lists, for each UI feature, how critical the feature is to creating a basic simulation, and how difficult we felt it was to learn to use the feature. Features are rated 1-5 for criticality (1=absolutely essential, 5=irrelevant), and 1-5 for Learning Difficulty (1=very difficult, 5=very easy). Codes: Each UI feature has been assigned a code as follows: Single numbers indicate a Tab (i.e., 1=Model, 2=Control, 3=, 4=Connections); Capital letters indicate a STab within the Tab (i.e., 1A=Variables, 2A=Initialization, etc.) Succeeding digits and lower case letters indicate buttons and other user interface elements. A name in italics indicates the name has been repeated from earlier in the table for clarity. Crit = Criticalness relative to accomplishing a basic simulation (1=critical, 5=not relevant) Diff = Difficulty to figuring out or gaining access to (1=basically impossible without outside help, 5=very easy) Wt = Weight of importance (Criticalness X Difficulty - lower numbers are bad). Other ID Crit Diff Wt Tab STab Buttons Panels UI Elements Notes Model 1A Model Variables Create a table of indep. vars & params used in Model 1A Add Table Creates new Variables Table panel 1A1a 1-10 Variables Table Panel Table for entering Model's Java variables 1A1b Variable name, Type, Dim 1, Dim 2, Value, Internal checkbox 1A1c Var Tbl Tabs One created for each new Variable Table 1A Rename to Allows current Variable Table to be renamed. 1A Left Select Variables Table to left of cur one 1A Right Select Variables Table to right of cur one 1A Remove Delete current Variable Table 1B Model Initialization 1B Add Page Creates a panel for entering Java initialization code 1B1a Code Panel Text area for Java initialization code 1B Rename to Renames current initialization code page 1B Left Select Code Page to left of cur one 1B Right Select Code Page to right of cur one 1B Remove Delete current Code Page 1C Model Evolution 1C Add Code Adds page of code executed during Evolution calcs 1C1a Code Panel Page of Java code 1C Add Equation Adds a table of differential equations for Evol. calcs 1C2a Equation Table Panel Table of differential equations (DE's) 1C2b Eqtn Left Side Identify differential function 1C2c Eqtn Right Side Define the DE in terms of the indep var & params 1C2d Indep. Var Identifies which var is the indep. var in the DE's 1C2e Incr By Identifies evol. increment of the indep. var 1C2f Solv Method Three radio buttons for numerical solving method 1C2g Variable List Panel List of variables entered in Variables STab Ejs UI Organization - 2-7/24/00

3 (Selecting one applies it to current DE) 1C2h Delay slider Sets initial time of independent var (???) 1C2i FPS Sets number of frames per second for simulation 1C2j Start On Checkbox which does??? 1C Rename to Renames cur Code Page or cur Equation Table 1C Left Selects Code Page/Eqtn Tbl to left of cur one 1C Right Selects Code Page/Eqtn Tbl to right of cur one 1C Remove Delete current Code Page or Equation Table 1D Model Constraints Allows setting constraints between Model params 1D Add Page 1D1a Code Panel Java code giving constraint relationships 1D Rename to 1D Left 1D Right 1D Remove 1E Model Java Code Arbitrary Java code (executed when???) "1E1" Add Page 1E1a Code Panel Java code (???) "1E2" Rename to "1E3" Left "1E4" Right "1E5" Remove Control Defines "Actions": Code which stops/starts simul., etc. 2A Add Action Creates a new Action 2A1a Action List Panel List of currently defined actions 2A1b Code Panel Java code which defines the action (Usually just calls a method, such as ejsstart();) 2A1c Rename action Must click/enter on name 2A Move Up Move Action up in Action List 2A Move Down Move Action down in Action List 2A Remove Action Delete current action Creates simulation's UI 3A1a Component Tree (CT) A hierarchical list of Java AWT view components (User should be familiar with Java AWT libraries.) Clicking an item in the CT makes it the current one 3A Create Creates a new component in the Component Tree 3A Do It Clicking this button actually creates a new component 3A1b miscellany Note: Each component has misc. info to enter for it 3A (CreateContainers These components "hold" or "contain" other components 3A2a panel Sub-panel within a window 3A2b frame Creates a new window Ejs UI Organization - 3-7/24/00

4 (Create) 3A Menus 3A3a popupmenu 3A3b menuitem 3A3c checkboxmenuitem (Create) 3A I/O 3A4a label 3A4b button 3A4c checkbox 3A4d scrollbar 3A4e doublescrollbar 3A4f textfield 3A4g integerfield 3A4h doublefield (Create) 3A Display Difficulty values include difficulty of linking 3A5a world For displaying systems of moving particles or objects 3A5b world3d 3D version of world 3A5c sgraph 2D plotting graph 3A5d list List of items 3A5e textarea Free form text area 3B Edit Properties Allows editing of a component's "properties" 3B1a Prop List Panel List of properties for current component 3B1b Property Name 3B1c Class 3B1d Value 3B Edit Allows editing of property values 3B Set to default Resets property values of cur component 3C Initialization Java code to initialize component (if needed???) 3C Add Page 3C1a Code Page Panel 3C Rename to 3C Left 3C Right 3C Remove 3D Utilities Allows editing of a component's various settings 3D1a Current Values Panel 3D Rename to 3D Reparent to 3D Move up 3D Move down 3D New position 3D New layout 3D New (h,v) 3D Clone in 3D Remove This button is the only way to delete a component Ejs UI Organization - 4-7/24/00

5 Connections 4A1a Conn Component Tree (CT) A hierarchical list of Java AWT view components (User should be familiar with Java AWT libraries.) This is the same list as for the Tab 4A Conn Links to Variables 4A1a Property List Panel List of props and which vars they are linked to 4A <clear> Clears link for selected property 4A1b Variable List Panel List of vars from Variable List STab 4A1c Property name 4A1d Class 4A1e Linked to Select this and make selection from Var List Panel 4B Conn Update 4B Add Page 4B1a Code Panel Code to update??? 4B Rename to 4B Left 4B Right 4B Remove Ejs UI Organization - 5-7/24/00

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Fall 2014 Exam 1 Name: Total of 109 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. Router A Router B Router C Router D Network Next Hop Next Hop Next Hop Next

More information

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1

CIS-331 Fall 2013 Exam 1 Name: Total of 120 Points Version 1 Version 1 1. (24 Points) Show the routing tables for routers A, B, C, and D. Make sure you account for traffic to the Internet. NOTE: Router E should only be used for Internet traffic. Router A Router

More information

2-Type Series Pressurized Closures

2-Type Series Pressurized Closures 2-Type Series Pressurized Closures A complete pressure tight reenterable closure system for enclosing spliced connections of communications cables in a wide variety of applications. The 2-type Closure

More information

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1

CIS-331 Exam 2 Fall 2015 Total of 105 Points Version 1 Version 1 1. (20 Points) Given the class A network address 117.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 4,000 subnets? b. (5 Points) What is

More information

4. Specifications and Additional Information

4. Specifications and Additional Information 4. Specifications and Additional Information AGX52004-1.0 8B/10B Code This section provides information about the data and control codes for Arria GX devices. Code Notation The 8B/10B data and control

More information

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN

SPAREPARTSCATALOG: CONNECTORS SPARE CONNECTORS KTM ART.-NR.: 3CM EN SPAREPARTSCATALOG: CONNECTORS ART.-NR.: 3CM3208201EN CONTENT SPARE CONNECTORS AA-AN SPARE CONNECTORS AO-BC SPARE CONNECTORS BD-BQ SPARE CONNECTORS BR-CD 3 4 5 6 SPARE CONNECTORS CE-CR SPARE CONNECTORS

More information

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1

CIS-331 Spring 2016 Exam 1 Name: Total of 109 Points Version 1 Version 1 Instructions Write your name on the exam paper. Write your name and version number on the top of the yellow paper. Answer Question 1 on the exam paper. Answer Questions 2-4 on the yellow paper.

More information

22ND CENTURY_J1.xls Government Site Hourly Rate

22ND CENTURY_J1.xls Government Site Hourly Rate Escalation rate 000 AA0 Administrative Assistant Level I 000 AA0 Administrative Assistant Level II 000 AB0 Application Engineer Level I 000 AB0 Application Engineer Level II 000 AC0 Application Programmer

More information

SPARE CONNECTORS KTM 2014

SPARE CONNECTORS KTM 2014 SPAREPARTSCATALOG: // ENGINE ART.-NR.: 3208201EN CONTENT CONNECTORS FOR WIRING HARNESS AA-AN CONNECTORS FOR WIRING HARNESS AO-BC CONNECTORS FOR WIRING HARNESS BD-BQ CONNECTORS FOR WIRING HARNESS BR-CD

More information

Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site

Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site Appendix 5-1: Attachment J.1 Pricing Table -1: IMS Ceiling Loaded Rates at Contractor Site Escalation rate 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 4.6% 0001 AA01 Administrative Assistant Level I $51.00

More information

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC

APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC APPLESHARE PC UPDATE INTERNATIONAL SUPPORT IN APPLESHARE PC This update to the AppleShare PC User's Guide discusses AppleShare PC support for the use of international character sets, paper sizes, and date

More information

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1

CIS-331 Exam 2 Fall 2014 Total of 105 Points. Version 1 Version 1 1. (20 Points) Given the class A network address 119.0.0.0 will be divided into a maximum of 15,900 subnets. a. (5 Points) How many bits will be necessary to address the 15,900 subnets? b. (5

More information

6.1 Font Types. Font Types

6.1 Font Types. Font Types 6 Font This chapter explains basic features of GP-Pro EX's "Font" and basic ways of placing text with each font. Please start by reading "6.1 Font Types" (page 6-2) and then turn to the corresponding page.

More information

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1

CIS-331 Final Exam Spring 2015 Total of 115 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

Oaktree School Assessment. Computing P4

Oaktree School Assessment. Computing P4 dd Computing P4 With help can use device for simple functions With support show simple cause and effect i.e. click mouse on object With support make simple closed choices With support be able to take turns

More information

)- -% *)&%! $%!" (!*.-1 %,-+% --)+(!1 $!& *. &% '!!-%(# 000 $! )''.(%-1 )%! )' +!!%/!+ $+%, 1&)+ ' ()$ +! +%.-! 1 ).%,/%&&! +! ) %)(!!+, '*%(#!

)- -% *)&%! $%! (!*.-1 %,-+% --)+(!1 $!& *. &% '!!-%(# 000 $! )''.(%-1 )%! )' +!!%/!+ $+%, 1&)+ ' ()$ +! +%.-! 1 ).%,/%&&! +! ) %)(!!+, '*%(#! + 1 1 -)(, + ) )(+, (& (,)( (& +1 )(, /0 (& 000 ).(-1 ) ) ( ) )- - ))&5, &,, ) 2 3 ) 0(-14 + 5,3-0// 5. 207/ 4&/& 043 0)// 2830/ () )00-2&0(/9& / 12&3&/4& :4)&3& 47&/48 345&/43 74) )&-8 &/3& 30/ 04&-/(

More information

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1

CIS-331 Exam 2 Spring 2016 Total of 110 Points Version 1 Version 1 1. (20 Points) Given the class A network address 121.0.0.0 will be divided into multiple subnets. a. (5 Points) How many bits will be necessary to address 8,100 subnets? b. (5 Points) What is

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines

The cache is 4-way set associative, with 4-byte blocks, and 16 total lines Sample Problem 1 Assume the following memory setup: Virtual addresses are 20 bits wide Physical addresses are 15 bits wide The page size if 1KB (2 10 bytes) The TLB is 2-way set associative, with 8 total

More information

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out.

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. RS 232 PINOUTS 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. 2. A DB9 Female to RJ12 Female Serial/Terminal Modular Adaptor

More information

July Registration of a Cyrillic Character Set. Status of this Memo

July Registration of a Cyrillic Character Set. Status of this Memo Network Working Group Request for Comments: 1489 A. Chernov RELCOM Development Team July 1993 Status of this Memo Registration of a Cyrillic Character Set This memo provides information for the Internet

More information

Trio Application Control System Instruction Sheet

Trio Application Control System Instruction Sheet Trio Application Control System Instruction Sheet P/N 7580708_01 CAUTION The procedures detailed within this guide should only be performed by trained Nordson personnel or by persons cleared to do so by

More information

DETAIL SPECIFICATION SHEET

DETAIL SPECIFICATION SHEET INCH-POUND MIL-DTL-55302/128D 18 April 2013 SUPERSEDING MIL-DTL-55302/128D 4 June 2004 DETAIL SPECIFICATION SHEET CONNECTORS, PRINTED CIRCUIT SUBASSEMBLY AND ACCESSORIES: RECEPTACLE, DOUBLE ROW, 4 THROUGH

More information

ZN-DN312XE-M Quick User Guide

ZN-DN312XE-M Quick User Guide ZN-DN312XE-M Quick User Guide This manual provides instructions for quick installation and basic configuration of your IP device. Step1. Connect cables to IP device Connect required cables to the device

More information

Digital Lighting Systems, Inc. CD400-DMX DMX512 Four Channel Dimmer and Switch module

Digital Lighting Systems, Inc. CD400-DMX DMX512 Four Channel Dimmer and Switch module , Inc. DMX512 Four Channel Dimmer and Switch module Input: 5 Amps @ 6-24 VDC Outputs: 5 Amps Maximum each, total 4 outputs 8 Amps Maximum. FRONT BACK USER'S MANUAL -UM User's Manual - Page 1 GENERAL DESCRIPTION

More information

10. RS-232C communication

10. RS-232C communication 10. RS-232C communication PB9200(P5XMLA) Connecting the cable (1) Turn off the projector and the computer power supplies. (2) Connect the CONTROL port of the projector with a RS-232C port of the computer

More information

Triple DES and AES 192/256 Implementation Notes

Triple DES and AES 192/256 Implementation Notes Triple DES and AES 192/256 Implementation Notes Sample Password-to-Key and KeyChange results of Triple DES and AES 192/256 implementation For InterWorking Labs customers who require detailed information

More information

EDITION : 02/01/07 DN

EDITION : 02/01/07 DN USER'S MANUAL DIGI 6 VERSION 1-2 USITT DMX ACCORDED W I R I N G D A T A EDITION : 02/01/07 DN40729601 Robert Juliat S.A.S. 2, rue de Beaumont, F 600 Fresnoy-en-Thelle - phone : + (0) 44 26 1 89 - fax :

More information

Maryland Standards Alignment Grades One through Six

Maryland Standards Alignment Grades One through Six Maryland Standards Alignment Grades One through Six Trademark of Renaissance Learning, Inc., and its subsidiaries, registered, common law, or pending registration in the United States and other countries.

More information

C E R T I F I C A T E O F C O M P L I A N C E

C E R T I F I C A T E O F C O M P L I A N C E Issued to: SIEMENS AG LOW VOLTAGE SIEMENSSTRASSE 10 93055 REGENSBURG, GERMANY This is to certify that representative samples of Motor Controllers, Manual See following pages for list of models Have been

More information

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2016 Total of 120 Points. Version 1 Version 1 1. (25 Points) Given that a frame is formatted as follows: And given that a datagram is formatted as follows: And given that a TCP segment is formatted as follows: Assuming no options are present

More information

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010

ECHO Process Instrumentation, Inc. Modbus RS485 Module. Operating Instructions. Version 1.0 June 2010 ECHO Process Instrumentation, Inc. Modbus RS485 Module Operating Instructions Version 1.0 June 2010 ECHO Process Instrumentation, Inc. PO Box 800 Shalimar, FL 32579 PH: 850-609-1300 FX: 850-651-4777 EM:

More information

Digital Lighting Systems, Inc.

Digital Lighting Systems, Inc. Digital Lighting Systems, Inc. Four Channel Dry Contacts Relays Switch Pack DMX512 compatible USER'S MANUAL -UM User's Manual - Page 1 GENERAL DESCRIPTION The is a 4-channel DMX-512 compatible electro-mechanical

More information

6.1 Combinational Circuits. George Boole ( ) Claude Shannon ( )

6.1 Combinational Circuits. George Boole ( ) Claude Shannon ( ) 6. Combinational Circuits George Boole (85 864) Claude Shannon (96 2) Signals and Wires Digital signals Binary (or logical ) values: or, on or off, high or low voltage Wires. Propagate digital signals

More information

How Computers Work. Processor and Main Memory. Roger Young

How Computers Work. Processor and Main Memory. Roger Young How Computers Work Processor and Main Memory Roger Young Copyright 2001, Roger Stephen Young All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted by

More information

$%&#!#$!!!#'((#!)*+"!!,!#*+- ) %() (. %( ) //. 0 1 ) (2.

$%&#!#$!!!#'((#!)*+!!,!#*+- ) %() (. %( ) //. 0 1 ) (2. !!"##! $%&#!#$!!!#'((#!)*+"!!,!#*+- ) %() (. %( ) //. 0 1 ) (2. / 3 /!. 4 5 5.. 0 )67 )" ) +-889:+ 5 7777777777 77777777 * )67* )" ).0; ((, ((

More information

One subset of FEAL, called FEAL-NX, is N round FEAL using a 128-bit key without key parity.

One subset of FEAL, called FEAL-NX, is N round FEAL using a 128-bit key without key parity. FEAL-NX SPECIFICATIONS 1 Introduction 1.1 Outline of the FEAL-NX cipher FEAL, the Fast Data Encipherment Algorithm, is a 64-bit block cipher algorithm that enciphers 64-bit plaintexts into 64-bit ciphertexts

More information

Condensed Technology Application TEKS K-8. Technology Applications TEKS Foundations 126.2b1A Use appropriate technology terminology

Condensed Technology Application TEKS K-8. Technology Applications TEKS Foundations 126.2b1A Use appropriate technology terminology Complete text of TEKS at http://www.tea.state.tx.us/rules/tac/ch126toc.html Grade K-2 TEK # Foundations 126.2b1 Use of hardware, software, and their connections Technology Applications TEKS Foundations

More information

Gateway Ascii Command Protocol

Gateway Ascii Command Protocol Gateway Ascii Command Protocol Table Of Contents Introduction....2 Ascii Commands.....3 Messages Received From The Gateway....3 Button Down Message.....3 Button Up Message....3 Button Maintain Message....4

More information

Parts List, Charging Chart, Wiring Diagrams

Parts List, Charging Chart, Wiring Diagrams Parts List, Charging Chart, Wiring Diagrams PHH150, PHH180 3 Phase PACKAGE HEAT PUMP UNITS TABLE OF CONTENTS PARTS LIST------------ 2-5 PARTS DRAWING - - - - - - -6-16 CHARGING CHARTS - - - - - - - 17

More information

DBK24. Isolated Digital Output Chassis. Overview

DBK24. Isolated Digital Output Chassis. Overview DBK24 Isolated Digital Output Chassis Overview 1 Power Requirements 2 Hardware Setup 2 Card Connection 2 Card Configuration 3 DaqBook and DaqBoard Connection 4 DaqBoard/2000 Series Board Connection 5 DaqBook

More information

Digital Lighting Systems, Inc. PD405-DMX. Four Channel Dimmer and Switch Packs. DMX512 compatible. PD405-DMX-24DC DMX512 4 x 5 Amps Dimmer Pack

Digital Lighting Systems, Inc. PD405-DMX. Four Channel Dimmer and Switch Packs. DMX512 compatible. PD405-DMX-24DC DMX512 4 x 5 Amps Dimmer Pack Digital Lighting Systems, Inc. PD405DMX Four Channel Dimmer and Switch Packs DMX52 compatible PD405DMX24DC DMX52 4 x 5 Amps Dimmer Pack C UL US LISTED www.digitallighting.com Digital Lighting Systems,

More information

https://support.industry.siemens.com/cs/ww/en/view/

https://support.industry.siemens.com/cs/ww/en/view/ Support Packages for TIA Portal V14 February 2018 https://support.industry.siemens.com/cs/ww/en/view/72341852 Siemens Industry Online Support This entry is from the Siemens Industry Online Support. The

More information

Overview of Compiler. A. Introduction

Overview of Compiler. A. Introduction CMPSC 470 Lecture 01 Topics: Overview of compiler Compiling process Structure of compiler Programming language basics Overview of Compiler A. Introduction What is compiler? What is interpreter? A very

More information

Loop Qualification Bulk Loader

Loop Qualification Bulk Loader Loop Qualification Bulk Loader Carrier Services Frontier Communications Rochester, NY Effective: 06/18/2017 Revised: 10/26/2017 Contents Overview... 3 Bulk Loader Window... 4 Bulk Loader File Status...

More information

OPAL-RT FIU User Guide.

OPAL-RT FIU User Guide. OPAL-RT FIU User Guide www.opal-rt.com Published by Opal-RT Technologies, Inc. 1751 Richardson, suite 2525 Montreal, Quebec, Canada H3K 1G6 www.opal-rt.com 2013 Opal-RT Technologies, Inc. All rights reserved

More information

6. Specifications & Additional Information

6. Specifications & Additional Information 6. Specifications & Additional Information SIIGX52004-3.1 Transceier Blocks Table 6 1 shows the transceier blocks for Stratix II GX and Stratix GX deices and compares their features. Table 6 1. Stratix

More information

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1

CIS-331 Final Exam Spring 2018 Total of 120 Points. Version 1 Version 1 Instructions 1. Write your name and version number on the top of the yellow paper and the routing tables sheet. 2. Answer Question 2 on the routing tables sheet. 3. Answer Questions 1, 3, 4,

More information

Geometry Ch 4 Practice Exam

Geometry Ch 4 Practice Exam Name: Class: Date: Geometry Ch 4 Practice Exam Multiple Choice Identify the choice that best completes the statement or answers the question. 1. If BCDE is congruent to OPQR, then BC is congruent to?.

More information

Condensed Technology Application TEKS K-8

Condensed Technology Application TEKS K-8 Complete text of TEKS at http://www.tea.state.tx.us/rules/tac/ch126toc.html Grade K-2 TEK # 126.2b1 Use of hardware, software, and their connections 126.2b1A Use appropriate technology terminology 126.2b1B

More information

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page

Communications guide. Line Distance Protection System * F1* GE Digital Energy. Title page Title page GE Digital Energy D90 Plus Line Distance Protection System Communications guide D90 Plus firmware revision:.9x GE publication code: 60-9070-F (GEK-3469) GE Digital Energy 650 Markland Street

More information

Digital Lighting Systems, Inc.

Digital Lighting Systems, Inc. , Inc. PD402-DMX Four Channel Dimmer and Switch Packs 4 x 2.5 Amps @ 6VDC to 24 VDC DMX52 compatible DMX52 4 x 2.5 Amps Dimmer Pack C UL US LISTED Digital Lighting Systems, Inc. USER'S MANUAL User's Manual

More information

!!!"#$%&%#'"()*+!,&()*,

!!!#$%&%#'()*+!,&()*, -,.%'/,012)301#0)43(/15641.,/1'3##)0/15/!!!"#$%&%#'"()*+!,&()*, 78881',0%,'19*50/1:;?8@A:7B8B?B@A:7B8B?B@A:7B7B !"#$%&'()$ 1 1.1 1.2 1.3 1.4 1.5 *'+'," %'-"./ 3!"#$%&#' (')'*#+,-% 3.$(%&,*/% 7 0&,"/#

More information

SUMMARY OF CHANGES LIST OF DUAL-USE GOODS & TECHNOLOGIES AND MUNITIONS LIST. as of 25 March 2015

SUMMARY OF CHANGES LIST OF DUAL-USE GOODS & TECHNOLOGIES AND MUNITIONS LIST. as of 25 March 2015 SUMMARY OF CHANGES LIST OF DUAL-USE GOODS & TECHNOLOGIES AND MUNITIONS LIST as of 25 March 2015 The following table outlines the changes made to the 2013 List of Dual-Use Goods & Technologies and Munitions

More information

W52P1J-15-D-0060 [ ] Honeywell CN70GQ5KN00G1A40

W52P1J-15-D-0060 [   ] Honeywell CN70GQ5KN00G1A40 AMIS AIT-V Contract Products Snapshot This AIT-V Contract Products Snapshot is an abbreviated presentation of the product offerings by the three contractors providing their products and services. All CLINS

More information

UNH-IOL MIPI Alliance Test Program

UNH-IOL MIPI Alliance Test Program DSI Receiver Protocol Conformance Test Report UNH-IOL 121 Technology Drive, Suite 2 Durham, NH 03824 +1-603-862-0090 mipilab@iol.unh.edu +1-603-862-0701 Engineer Name engineer@company.com Panel Company

More information

1. When a password is available, the. 29 October 2003 INSTALLATION INSTRUCTIONS FOR READ AND SPEAK GREEK / CDROM ver. 4.2

1. When a password is available, the. 29 October 2003 INSTALLATION INSTRUCTIONS FOR READ AND SPEAK GREEK / CDROM ver. 4.2 29 October 2003 INSTALLATION INSTRUCTIONS FOR READ AND SPEAK GREEK / CDROM ver. 4.2 1 You need to install the Ö Read and Speak Program The installation for WIN95/WIN98/NT/ME/2000/XP systems is described

More information

CDR File Information. Comments Direct PCM

CDR File Information. Comments Direct PCM IMPORTANT NOTICE: Robert Bosch LLC and the manufacturers whose vehicles are accessible using the CDR System urge end users to use the latest production release of the Crash Data Retrieval system software

More information

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview

D-Optimal Designs. Chapter 888. Introduction. D-Optimal Design Overview Chapter 888 Introduction This procedure generates D-optimal designs for multi-factor experiments with both quantitative and qualitative factors. The factors can have a mixed number of levels. For example,

More information

Medium Term Plan Year 4

Medium Term Plan Year 4 Wk Unit Strands Objectives 1 Block B2.c: Classify and sketch 2D shapes according to the concept of symmetry Rehearse the concept of line symmetry Classify polygons according to their lines of symmetry

More information

[Y2] Counting and understanding number. [Y2] Counting and understanding number. [Y2] Counting and understanding number

[Y2] Counting and understanding number. [Y2] Counting and understanding number. [Y2] Counting and understanding number Medium Term Plan : Year 2 Autumn Term Block A1.a: Count on and back in 1s or 10s from a 2- digit number; write figures up to 100 Block A1.b: Begin to count up to 100 objects by grouping in 5s or 10s; estimate

More information

Release 0.8. Multi-Purpose Light Unit Technical Reference Manual

Release 0.8. Multi-Purpose Light Unit Technical Reference Manual Release 0.8 Multi-Purpose Light Unit Technical Reference Manual INTRODUCTION Introduction The Multi-Purpose Light unit is a multi-function DCC decoder that supports the following: DCC Characteristics 14

More information

PCL ISO 8859/5 Latin/Cyrillic

PCL ISO 8859/5 Latin/Cyrillic Page 1 of 5 PCL Symbol Se t: 10N Unicode gly ph correspondence tables. Contact:help@redtitan.com http://pcl.to $20 U0020 Space -- -- -- -- $21 U0021 Ê Exclamation mark -- -- -- -- $22 U0022 Ë Quotation

More information

S5-115U. Application

S5-115U. Application S5-115U S5-115U Design Central configuration Distributed configuration Note General technical specifications S5-115U Principle of operation Program memory Processor Programming S5-115U Cyclic program execution

More information

UYM-UOM-UOY-UOD- UOS-UOB-UOR

UYM-UOM-UOY-UOD- UOS-UOB-UOR UY-UO-UOY-UOD- UOS-UOB-UOR Indexable date stamps at.: Acier inoxydable 5-55 HRC :15 Remove inner insert from the outer insert using a screwdriver REF* REF REF REF REF REF REF D F 1 UY 4/2* UO 4 UOY 4/2*

More information

DNP3 Communication User's manual

DNP3 Communication User's manual MV Network Management Fault tracking Monitoring and Control Merlin Gerin Easergy Range T200 P, T200 I DNP3 Communication User's manual Summary General...2 Functionnalities...2 Characteristics...2 Connection

More information

STAT 5200 Handout #28: Fractional Factorial Design (Ch. 18)

STAT 5200 Handout #28: Fractional Factorial Design (Ch. 18) STAT 5200 Handout #28: Fractional Factorial Design (Ch. 18) For factorial designs where all factors have 2 levels, it is possible to systematically exclude certain factor level combinations and still make

More information

ETSI TS V ( )

ETSI TS V ( ) TS 135 233 V12.1.0 (2014-10) TECHNICAL SPECIFICATION Universal Mobile Telecommunications System (UMTS); LTE; Specification of the TUAK algorithm set: A second example algorithm set for the 3GPP authentication

More information

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier. P/N: Rev 1

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier. P/N: Rev 1 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VA-8xl 8-Channel Balanced Stereo Audio Amplifier P/N: 2900-300151 Rev 1 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 3

More information

INSTALLATION INSTRUCTIONS FOR READ AND SPEAK GREEK / CDROM ver. 4.1

INSTALLATION INSTRUCTIONS FOR READ AND SPEAK GREEK / CDROM ver. 4.1 18 February 2002 1 INSTALLATION INSTRUCTIONS FOR READ AND SPEAK GREEK / CDROM ver. 4.1 You need to install the Ö Read and Speak Program The installation for WIN95/WIN98/NT/2000/ME/XP systems is described

More information

LynX-10 Legacy Protocol Specification Version 1.01

LynX-10 Legacy Protocol Specification Version 1.01 LynX-10 Legacy Protocol Specification Version 1.01 Marrick Limited LynX-10 TM Legacy Protocol Specification Manual revision 1.01 Marrick Limited, Incorporated P.O. Box 950940 Lake Mary, FL 32795 (407)

More information

LP-WU9100B User's Manual (detailed) Operating Guide Technical

LP-WU9100B User's Manual (detailed) Operating Guide Technical DLP Projector LP-WU9100B User's Manual (detailed) Operating Guide Technical Supported Signal Input Modes Signal Format PC Apple MAC SDTV EDTV Resolution H Freq. KHz Frame Rate Hz PCLK MHz 5 B N C VGA RGB

More information

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979)

Parallax Serial LCD 2 rows x 16 characters Non-backlit (#27976) 2 rows x 16 characters Backlit (#27977) 4 rows x 20 characters Backlit (#27979) 599 Menlo Drive, Suite 100 Rocklin, California 95765, USA Office: (916) 624-8333 Fax: (916) 624-8003 General: info@parallax.com Technical: support@parallax.com Web Site: www.parallax.com Educational: www.stampsinclass.com

More information

BOOK-IT 8.0. SIP2 implementation in the Z39.70 server

BOOK-IT 8.0. SIP2 implementation in the Z39.70 server BOOK-IT 8.0 2015-07-29 Axiell Sverige AB, Box 24014, 224 21 LUND. Besöksadress: Fältspatsvägen 4, 224 78 LUND Tel 046-270 04 00, e-post: axiellsverige@axiell.com, www.axiell.se Table of contents 1 Introduction...

More information

Jason Manley. Internal presentation: Operation overview and drill-down October 2007

Jason Manley. Internal presentation: Operation overview and drill-down October 2007 Jason Manley Internal presentation: Operation overview and drill-down October 2007 System overview Achievements to date ibob F Engine in detail BEE2 X Engine in detail Backend System in detail Future developments

More information

First Data Dual Interface EMV Test Card Set. Version 1.20

First Data Dual Interface EMV Test Card Set. Version 1.20 First Data Dual Interface EMV Test Card Set August, 2016 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

BACKUP APP V7 MICROSOFT EXCHANGE DATABASE BACKUP AND RESTORE GUIDE

BACKUP APP V7 MICROSOFT EXCHANGE DATABASE BACKUP AND RESTORE GUIDE V7 MICROSOFT EXCHANGE DATABASE BACKUP AND RESTORE GUIDE Revision History Date Descriptions Type of modification 15 July 2016 First Draft New 3 February 2017 Added instructions and screen shots for Encryption

More information

Building Blocks of Geometry

Building Blocks of Geometry Practice A Building Blocks of Geometry Name each geometric figure. 1. 2. 3. 4. 5. 6. Use the diagram to choose the correct answer. 7. Which of the following does not name a line on the diagram? A Line

More information

First Data EMV Test Card Set. Version 1.30

First Data EMV Test Card Set. Version 1.30 First Data EMV Test Card Set.30 January, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes

CMSC 313 Lecture 03 Multiple-byte data big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes Multiple-byte data CMSC 313 Lecture 03 big-endian vs little-endian sign extension Multiplication and division Floating point formats Character Codes UMBC, CMSC313, Richard Chang 4-5 Chapter

More information

CHAPTER-2 STRUCTURE OF BOOLEAN FUNCTION USING GATES, K-Map and Quine-McCluskey

CHAPTER-2 STRUCTURE OF BOOLEAN FUNCTION USING GATES, K-Map and Quine-McCluskey CHAPTER-2 STRUCTURE OF BOOLEAN FUNCTION USING GATES, K-Map and Quine-McCluskey 2. Introduction Logic gates are connected together to produce a specified output for certain specified combinations of input

More information

First Data EMV Test Card Set. Version 2.00

First Data EMV Test Card Set. Version 2.00 First Data EMV Test Card Set.00 February, 2018 Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available from industry

More information

Getting Started With Excel

Getting Started With Excel Chapter 1 Getting Started With Excel This chapter will familiarize you with various basic features of Excel. Specific features which you need to solve a problem will be introduced as the need arises. When

More information

THE UNIVERSITY OF AUCKLAND

THE UNIVERSITY OF AUCKLAND THE UNIVERSITY OF AUCKLAND FIRST SEMESTER, 2002 Campus: Tamaki COMPUTER SCIENCE Intelligent Active Vision (Time allowed: TWO hours) NOTE: Attempt questions A, B, C, D, E, and F. This is an open book examination.

More information

================== CEDRIC VERSION 2.1 By M.J.RANDALL ================== INTRODUCTION

================== CEDRIC VERSION 2.1 By M.J.RANDALL ================== INTRODUCTION ================== CEDRIC VERSION 2.1 By M.J.RANDALL ================== INTRODUCTION CEDRIC is a screen-oriented text editor specifically designed for software development, rather than word-processing.

More information

BEAWebLogic Server. Using the WebLogic Diagnostic Framework Console Extension

BEAWebLogic Server. Using the WebLogic Diagnostic Framework Console Extension BEAWebLogic Server Using the WebLogic Diagnostic Framework Console Extension Version 10.0 Revised: March 30, 2007 Contents 1. Introduction and Roadmap What Is the WebLogic Diagnostic Framework Console

More information

JUBILEE HOW-TO HANDBOOK

JUBILEE HOW-TO HANDBOOK O T W O H E E L I B U J HANDBOOK TABLE OF CONTENTS ACCOUNT SETTINGS INSIDE A CASE Adding My Attorney Bar Number Adding an Office Adding Users Entering Your ECF Login & Password FILING CASES Adding Creditors

More information

Acquirer JCB EMV Test Card Set

Acquirer JCB EMV Test Card Set Acquirer JCB EMV Test Card Set July, 2017 Powered by Disclaimer Information provided in this document describes capabilities available at the time of developing this document and information available

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

More information

PowerPrism16 Light Controllers Instruction Guide

PowerPrism16 Light Controllers Instruction Guide Part No. ELD16 (light controller in enclosure) and Part No. BLD16 (light controller only) PowerPrism16 Light Controllers Instruction Guide Animated Lighting, L.C. 7304 West 130th Street, Suite 100 Overland

More information

TECHNICAL CP-SX1350. User's Manual - Operating Guide. Dimensions. Projector. [unit: mm]

TECHNICAL CP-SX1350. User's Manual - Operating Guide. Dimensions. Projector. [unit: mm] INTER M1-D INPUT LENS SHIFT FOCUS ZOOM RESET COMPONENT VIDEO STANDBY/ON TEMP LAMP MENU Projector CP-SX1350 User's Manual - Operating Guide TECHNICAL KEYSTONE SEARCH RGB BNG S-VIDEO Dimensions [unit: mm]

More information

4. Tierra knows that right angles are congruent. To prove this she would need to use which important axiom below?

4. Tierra knows that right angles are congruent. To prove this she would need to use which important axiom below? Name: Date: The following set of exercises serves to review the important skills and ideas we have developed in this unit. Multiple Choice Practice suur 1. In the following diagram, it is known that ABC

More information

AIT 682: Network and Systems Security

AIT 682: Network and Systems Security AIT 682: Network and Systems Security Topic 3.1 Secret Key Cryptography Algorithms Instructor: Dr. Kun Sun Outline Introductory Remarks Feistel Cipher DES AES 2 Introduction Secret Keys or Secret Algorithms?

More information

IEC Contactors. Auxiliary Contact Blocks GENERAL

IEC Contactors. Auxiliary Contact Blocks GENERAL IEC Contactors Auxiliary Contact Blocks GENERAL Description 3RH19 Auxiliary contact blocks The 3RH19 auxiliary contact blocks are available in 1, 2, 3 and 4-pole front mount versions and 2-pole side mount

More information

Microsoft Excel Level 2

Microsoft Excel Level 2 Microsoft Excel Level 2 Table of Contents Chapter 1 Working with Excel Templates... 5 What is a Template?... 5 I. Opening a Template... 5 II. Using a Template... 5 III. Creating a Template... 6 Chapter

More information

VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL

VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL VM7000A PAPERLESS RECORDER COMMUNICATION FUNCTION OPERATION MANUAL WXPVM70mnA0002E March, 2014(Rev.5) Copyright 2009-2014, Ohkura Electric Co.,Ltd. All Rights Reserved. To use this equipment safely Thank

More information

FieldServer Driver FS Heatcraft-Smart Controller II

FieldServer Driver FS Heatcraft-Smart Controller II Description FieldServer Driver FS-8700-100 Heatcraft-Smart Controller II The FieldServer Heatcraft Smart Controller II (HCSCII) driver has the following functionality: 1) Status monitoring of Heatcraft

More information

!"#$%&'#(!)*+(!,(*-+.'!/0-!$#'!&+,,*('!/'!!!"#$%&%#'"()*+!,&()*,

!#$%&'#(!)*+(!,(*-+.'!/0-!$#'!&+,,*('!/'!!!#$%&%#'()*+!,&()*, !"#$%&'#(!)*+(!,(*-+.'!/0-!$#'!&+,,*('!/'!!!"#$%&%#'"()*+!,&()*, - - !"#$% 7 7.1 7.2 #76-57 Q*?%")9,?%= 57 A?%9 >" =3"@); ',(F?%",5+, 57 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 2 2.1 2.2 2.3 2.4 2.5

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management Configuring Web Portlets for Microsoft Project Server 2007 Copyright 1999-2014, Oracle and/or its affiliates. The Programs (which include both the software and documentation)

More information

CPSC213/2014W1 Midterm EXTRA Practice

CPSC213/2014W1 Midterm EXTRA Practice CPSC213/2014W1 Midterm EXTRA Practice DEC/HEX/BIN NUMERACY 1. Convert into decimal: 1a. 0x33 1b. 0x57 1c. 0xaf 1d. 0x7a 1e. 0x1234 1f. 0x69bd 1g. 0x1a64 1h. 0xdead 2. Convert into hex numbers of the specified

More information