SAP Note Missing documentation on enhancement MDR10001

Size: px
Start display at page:

Download "SAP Note Missing documentation on enhancement MDR10001"

Transcription

1 SAP Nte Missing dcumentatin n enhancement Nte Language: English Versin: 2 Validity: Valid Since Summary Symptm Missing dcumentatin n SAP enhancement Additinal key wrds CMOD, rder quantity ptimizing Cause and prerequisites Yu want t use the user exits f enhancement fr custmer-specific enhancement f quantity ptimizing (runding). Slutin EXIT_SAPLMDR1_001 (user exit fr remving invalid Un decimal places) In the standard prcess, the runded quantity is truncated t the number f decimal places set in Custmizing. Using this user exit, yu have tw ptins t influence this: 1. Remving invalid decimal places individually (runding up r dwn t the nearest whle number, fr example).returning the runded quantity via parameter CH_VALID_QANTITY with maximum I_VALID_DECI decimal places. 2. If yu als want t determine the number f valid decimal places individually, this number must be returned in parameter CH_NEW_VALID_DECI. If nly the number f valid decimal places is t be changed and returned, then the standard methd is nt used anymre. This means that yu can 'deactivate' the standard methd by changing the number f decimal places even if n wn methd has been implemented. Descriptin f the parameters: I_QUANTITY: Imprt f the quantity befre remving the decimal places. I_UNIT: Imprt f the unit f measure (Un) f the quantity. I_VALID_DECI:Number f valid decimal places fr runding determined frm Custmizing fr the unit f measure (T006-ANDEC). CH_NEW_VALID_DECI: Changeable quantity, entered like I_QUANTITY. CH_VALID_QUANTITY:Changeable number f decimal places, entered like I_VALID_DECI. Als refer t Nte in cnnectin with this user exit! EXIT_SAPLMDR1_002 (user exit fr defining allwed units f measure) In the standard prcess, the valid units f measure fr a material and Page 1 f 12

2 SAP Nte Missing dcumentatin n enhancement applicatin are determined via functin mdule MD_ALLOWED_QUANTITY_UNIT. These units f measure are used t determine the crrect return unit f measure f the runding. Via this user exit, after the standard determinatin f the valid units f measure yu can influence them as fllws: 1. Creating additinal valid units f measure. 2. Remving determined valid units f measure. Descriptin f the parameters: I_S_GENERAL:Imprt f cntrl data that is als used fr mdule MD_ALLOWED_QUANTITY_UNIT. The fields are: - APPVIEW: Applicatin area, pssible values: '01' = Purchasing '02' = Sales '03' = Allcatin table (especially Retail applicatin in purchasing) - FLAGDEFQTUNIT:Cntrls the determinatin f the default unit f measure. - FLAGVENQTUNIT:Cntrls the evaluatin f the units f measure grup f the vendr. - FLAGBUYQTUNIT:Cntrls the evaluatin f the units f measure grup f the recipient. - FLAGALLQTUNIT:Cntrls the determinatin f the allwed lgistics unit f measure. - LIFNR: Vendr number (entry in purchasing nly). - INTVEND: Shws whether LIFNR is an internal vendr. - WERKS_KRED:Plant as internal vendr if n vendr master exists fr the plant. - EKORG: Purchasing rganizatin (entry in purchasing nly). - WERKS: Plant as recipient (entry in purchasing nly). - KUNNR: Custmer as recipient (entry in sales nly). - INTCUST: Shws whether KUNNR is an internal custmer. - VTWEG: Distributin channel f the vendr (entry in sales nly). - VKORG: Sales rganizatin f the vendr (entry in sales nly). - SPART: Divisin f the vendr (entry in sales nly) Page 2 f 12

3 SAP Nte Missing dcumentatin n enhancement - INFLS:Cntrls the cnsideratin f the sales inf recrd (entry in sales nly). - MATNR: Material number. - INFNR: Purchasing inf recrd number (entry in purchasing nly). - PSTYP:Item categry f the purchasing dcument (entry in purchasing nly). I_S_MARA: Imprt f already determined master data, table MARA. I_S_EINA: Imprt f already determined master data, table EINA. I_S_EINE: Imprt f already determined master data, table EINE. I_S_MARC: Imprt f already determined master data, table MARC. I_S_MARC_2:Imprt f already determined master data, table MARC fr supplying plant (nly if plant is the vendr). I_S_MVKE: Imprt f already determined master data, table MVKE. I_S_KNMT: Imprt f already determined master data, table KNMT. I_S_KNVV: Imprt f already determined master data, table KNVV. It depends n the applicatin which f the master data tables have already been imprted. O_T_QT_UNIT: Changeable table f the valid units f measure determined.if yu insert new units f measure, then make an entry in the fllwing fields: - MATNR: Material number. - MEINH: Unit f measure. - FLAGSIQTUNIT: Indicatr fr SI-ME. - ADDKO: Additive cnstant frm T DIMID: Dimensin f unit f measure frm T UMREZ: Cnversin numeratr fr cnversin t base unit f measure. - UMREN: Cnversin denminatr fr cnversin t base unit f measure. - MSSIE:Base unit f measure frm T006D with dimensin-dependent unit f measure. - ZAHL:Cnversin numeratr fr cnversin f dimensin-dependent unit f measure t base unit f measure f the dimensin Page 3 f 12

4 SAP Nte Missing dcumentatin n enhancement - NENNR:Cnversin denminatr fr cnversin f dimensin-dependent unit f measure t the base unit f measure f the dimensin. - FLAGDEFQTUNIT: Indicates the default unit f measure. - FLAGVENQTUNIT:Indicates allwed units f measure accrding t units f measure grup f the vendr. - FLAGBUYQTUNIT:Indicates allwed unit f measure accrding t unit f measure grup f the recipient. - FLAGALLQTUNIT:Indicates allwed lgistics unit f measure (nly set fr default unit f measure and allwed unit f measure accrding t units f measure grup f the vendr and f the recipient). - MSEHL: must nt be filled! The table f the allwed units f measure must at least cntain ne entry and exactly ne entry in which the unit f measure is indicated as default unit f measure. Please nte that Nte must be implemented in the system befre yu activate the enhancement (Releases 4.6A and 4.6B), since the nte enhances a structure that is used in the user exit! EXIT_SAPLMDR1_003 (user exit fr implementing custmer-specific methd f runding) In the standard prcess, runding by dynamic runding prfile is carried ut accrding t the runding methds defined in Custmizing. Using this user exit, yu can influence the result f the runding as fllws: 1. Yu can implement a custmer-specific runding methd fr dynamic runding prfiles with custmer-specific runding methds.the three custmer-specific methds 'X', 'Y' and 'Z' are available fr this. The system nly accesses the user exit if ne f these runding methds (that is,a runding methd ther than ne f the standard runding methds '0', '1', '2', '3' and '4') is defined in the runding prfile. Since a runding methd generally uses the runding rules maintained in Custmizing fr the runding prfile as a reference, the system pssibly needs t read the runding prfile in the user exit.functin mdule MD_RDPR_READ shuld be used fr this. After the call f the user exit, the fllwing functins are perfrmed n the runded quantities: a) Check f the lwer and upper limits; crrespnding adjustment f the runding quantity, if necessary, if the check shuld be carried ut (I_S_GENERAL-NO_MIN_MAX_CHECK <> 'X').This check is nly mitted fr special use in the sales rder (I_S_GENERAL OPCODE = '5'). b) User exit EXIT_SAPLMDR1_004 (see belw). c) Check whether the runding unit is an allwed unit f measure (unit Page 4 f 12

5 SAP Nte Missing dcumentatin n enhancement f measure must be entered in table CH_T_QT_UNITS with indicatr FLAGALLQTUNIT = 'X').If the unit f measure is a nt allwed lgistics unit f measure, then the runding quantity LMENGE is cnverted t the default unit f measure (entry in table CH_T_QT_UNITS with FLAGDEFQTUNIT = 'X') and the default unit f measure is filled in the runding unit (LOGME).Furthermre, the runded quantity in the entry unit f measure is adjusted crrespndingly t the new runding quantity. d) Remving invalid decimal places (T006-ANDEC). e) In the autmatic lad building applicatin the runding quantity (LMENGE) is cnverted t the entry unit f measure (LBQTUNIT). Descriptin f the parameters: I_S_GENERAL:Imprt f cntrl data that is als used fr mdule MD_SINGLE_ROUNDING.The fields are: - OPCODE:Applicatin area frm which quantity ptimizatin was called, pssible values: '1' = Quantity ptimizatin fr nrmal purchase rders - '2' = Quantity ptimizatin fr sales rders '3' = Quantity ptimizatin fr deliveries '4' = Quantity ptimizatin fr stck transprt rders '5' = Quantity ptimizatin fr a special case in the sales rder '6' = Quantity ptimizatin during simulatin in runding prfiles maintenance '7' = Quantity ptimizatin fr additinals 'L' = Quantity ptimizatin fr nrmal purchase rders in autmatic rder ptimizing - MATNR: Material number. - QUANTITY: Quantity nt runded (riginal quantity). - MEINH: Unit f measure f the quantity nt runded. - UMREZ:Cnversin numeratr fr cnverting unit f measure MEINH t base unit f measure (ptinal). - UMREN:Cnversin denminatr fr cnverting unit f measure MEINH t base unit f measure (ptinal). - NO_MIN_MAX_CHECK:Indicatr that maximum and minimum (rder)quantity shuld nt be taken int accunt fr runding. - KONNR:Cntract number t an rder dcument, can be filled fr all purchasing applicatins (OPCODE = '1', '4', '7', 'L') Page 5 f 12

6 SAP Nte Missing dcumentatin n enhancement - KMEINH: Cntract unit t the cntract, is entered if KONNR is filled. - KUMREZ:Cnversin numeratr fr cnverting unit f measure KMEINH t base unit f measure (ptinal). - KUMREN:Cnversin denminatr fr cnverting unit f measure KMEINH t base unit f measure (ptinal). - LIFNR:Vendr number, nly entered fr purchasing applicatins (OPCODE = '1', '4', '7', 'L'). - WERKS_KRED:Plant as internal vendr, entry in purchasing applicatins (OPCODE = '1', '4', '7', 'LITERS') alternatively t LIFNR nly if n vendr master is available fr an internal vendr (supplying plant). - EKORG:Purchasing rganizatin, entry in purchasing applicatins nly (OPCODE = '1', '4', '7', 'L'). - INFNR:Number f the purchasing inf recrd, may nly have an entry in purchasing applicatins (OPCODE = '1', '4', '7', 'L') (ptinal). - PSTYP:Order item categry, entry in purchasing applicatins nly (OPCODE = '1', '4', '7', 'L'). - WERKS:Plant as recipient, entry in purchasing applicatins nly (OPCODE = '1', '4', '7', 'L'). - VKORG:Sales rganizatin f the vendr, entry in sales applicatins nly (OPCODE = '2', '3', '5', '7'). - VTWEG:Distributin channel f the vendr, entry in sales applicatins nly (OPCODE = '2', '3', '5', '7'). - SPART:Divisin f the vendr, entry in sales applicatins nly (OPCODE = '2', '3', '5', '7'). - KUNNR:Custmer number f the recipient, entry in sales applicatins nly (OPCODE = '2', '3', '5', '7'). - INFLS:Indicatr defining that the system shuld use the sales inf recrd in sales applicatins (OPCODE = '2', '3', '5', '7'). Other runding parameters that can be transferred ptinally by the particular applicatin in I_S_GENERAL (if at least ne field f these runding parameters is filled thrugh the calling prgram, then runding mdule MD_SINGLE_ROUNDING des nt determine any ther runding parameters frm the database): - DEFQTUNIT:Default unit f measure which always displays an allwed lgistics unit f measure. - DEFUMREZ:Cnversin numeratr fr cnverting unit f measure DEFQTUNIT t base unit f measure, needs n entry if default Page 6 f 12

7 SAP Nte Missing dcumentatin n enhancement unit f measure is filled (ptinal). - DEFUMREN:Cnversin denminatr fr cnverting unit f measure DEFQTUNIT t base unit f measure, needs n entry if default unit f measure is filled (ptinal). - VENUNITGR:Unit f measure grup fr determinatin f the allwed unit f measure f the vendr. - BUYUNITGR:Unit f measure grup fr determinatin f the allwed unit f measure f the recipient. - RDPRF: Runding prfile. - RDPR: First entry fr runding prfile RDPRF in table RDPR. - MAXQT: Upper limit fr the runded quantity.if indicatr I_S_GENERAL-NO_MIN_MAX_CHECK is nt set (<> 'X'), the result f the runding is set t this upper limit if the limit is exceeded. - MINQT: Lwer limit fr the runded quantity.if indicatr I_S_GENERAL-NO_MIN_MAX_CHECK is nt set (<> 'X'), the result f the runding is set t this lwer limit if the value is belw the limit. - MAMIQTUNIT: Unit f measure t which MAXQT and MINQT refer. - MAMIUMREZ:Cnversin numeratr fr cnverting unit f measure MAMIQTUNIT t base unit f measure (ptinal). - MAMIUMREN:Cnversin denminatr fr cnverting unit f measure MAMIQTUNIT t base unit f measure (ptinal). - INTVEND:Indicatr stating that it is an internal vendr, entry in purchasing applicatins nly (OPCODE = '1', '4', '7', 'L'). - VABME:Indicatr stating that variable rder unit is allwed, entry in purchasing applicatins nly (OPCODE = '1', '4', '7', 'L'). - BSTRF:Runding value frm MARC, entry in purchasing applicatins nly (OPCODE = '1', '4', '7', 'L'). - VAVME:Indicatr stating that variable sales unit is allwed, entry in sales applicatins nly (OPCODE = '2', '3', '5', '7'). - SCMGN:Increment (delivery quantity), entry in sales applicatins nly (OPCODE = '2', '3', '5', '7'). - SCHME:Unit f measure f increment (delivery unit), entry in sales applicatins nly (OPCODE = '2', '3', '5', '7'). - SCHMEUMREZ:Cnversin numeratr fr cnverting unit f measure SCHME t base unit f measure (ptinal). - SCHMEUMREN:Cnversin denminatr fr cnverting unit f measure SCHME t base unit f measure (ptinal) Page 7 f 12

8 SAP Nte Missing dcumentatin n enhancement CH_S_RESULT:Changeable structure that is transferred with the fllwing data: - INQTMEINS:Quantity nt runded (= I_S_GENERAL-MENGE), in base unit f measure. - MEINS: Base unit f measure frm table MARA. - QUANTITY: Runded quantity, in entry unit f measure. - LMENGE: Runded quantity, in runding unit f measure. - LOGME: Runding unit f measure. - LBQT:Entry quantity nt runded, when using autmatic lad building (OPCODE = 'L'). - LBQTUNIT:Unit f measure t entry quantity nt runded when using autmatic lad building (OPCODE = 'L'). - LBUMREZ:Cnversin numeratr fr cnverting unit f measure LBQTUNIT t base unit f measure (ptinal). - LBUMREN:Cnversin denminatr fr cnverting unit f measure LBQTUNIT t base unit f measure (ptinal). - ROUNDQT: Internal runded value. - RQTUNIT: Unit f measure fr ROUNDQT. This structure additinally cntains all runding parameters that were described fr structure I_S_GENERAL. In the user exit, nly change fields MENGE, LMENGE and LOGME f structure CH_S_RESULTS. CH_T_QT_UNITS:Changeable table f the valid units f measure (see descriptin f parameter O_T_QT_UNITS fr EXIT_SAPLMDR1_002). CH_T_ROUND_REASONS: Changeable table cntaining the runding reasns: - KZGRUND: Runding reasn, pssible values: '1' = Runding because f a runding value in purchasing '2' = Runding because f a delivery unit (threshld value) in sales '3' = Runding because f a static runding prfile '4' = Runding because f a dynamic runding prfile with runding t default unit f measure (rder r sales unit). '5' = Runding because f a dynamic runding prfile with runding t a lgistics unit f measure Page 8 f 12

9 SAP Nte Missing dcumentatin n enhancement '6' = Runding because f an upper limit (maximum quantity exceeded) '7' = Runding because f a lwer limit (value belw minimum quantity) '8' = Runding because f unallwed decimal places (T006-ANDEC) '9' = Runding because f unallwed variable rder unit 'A' = Runding because f a runding prfile with markup and markdwn 'S' = Runding fr a special case in the sales rder 'K' = Runding because f a cntract (cnverting t the cntract unit f measure) If the runded quantity r the runding unit f measure has changed cmpared with the quantity nt runded r the related unit f measure, table CH_T_ROUND_REASONS shuld at least return ne runding reasn (KZGRUND). The values listed abve are available fr this. If yu use custmer-specific runding methds, refer t Nte which is a prerequisite fr the usage f the user exit! Please nte that Nte must be implemented i the system befre yu activate the enhancement (Release 4.6A and 4.6B), since it enhances a structure used in the user exit! EXIT_SAPLMDR1_004 (user exit fr custmer-specific crrectin f runding result) In the standard prcess, runding f the quantity and adjusting the unit f measure if necessary is carried ut in accrdance with parameters and master data transferred via the interface t mdule MD_SINGLE_ROUNDING and determined in the mdule. Using this user exit, yu can influence the results f the runding as fllws: 1. Changing the runded quantity in unit f measure f the quantity nt runded. 2. Changing the runded quantity in unit f measure f the runded quantity (can be identical). 3. Changing the unit f measure f the runded quantity. 4. Creating runding reasns fr the return t the calling applicatin (yu shuld d this if yu change the runded quantity r unit f measure). After the call f the user exit, the fllwing functins are carried ut n the pssibly adjusted quantities and unit f measure: a) Check whether the runding unit f measure is an allwed (lgistics) unit f measure, that is, table CH_T_QT_UNITS must cntain an entry fr the unit f measure with indicatr Page 9 f 12

10 SAP Nte Missing dcumentatin n enhancement FLAGALLQTUNIT = 'X'.If this is nt the case, the runded quantity is cnverted t the default unit f measure (entry in table CH_T_QT_UNITS with indicatr FLAGDEFQTUNIT = 'X') and the default unit f measure is entered fr the runding unit f measure.the runded quantity in entry unit f measure is als adjusted t the runding quantity calculated this way. b) Remving the invalid decimal places, see user exit EXIT_SAPLMDR1_001. c) If autmatic lad building is the calling applicatin, fr return the runding quantity is cnverted t the entry unit f measure. Descriptin f the parameters: I_S_GENERAL:Imprt f the cntrl parameters fr the runding (see descriptin f EXIT_SAPLMDR1_003). I_S_EINA: Imprt f determined master data (see EXIT_SAPLMDR1_002). I_S_EINE: Imprt f determined master data (see EXIT_SAPLMDR1_002). I_S_MARC_2: Imprt f determined master data (see EXIT_SAPLMDR1_002). I_S_MARC: Imprt f determined master data (see EXIT_SAPLMDR1_002). I_S_MVKE: Imprt f determined master data (see EXIT_SAPLMDR1_002). I_S_KNMT: Imprt f determined master data (see EXIT_SAPLMDR1_002). I_S_KNVV: Imprt f determined master data (see EXIT_SAPLMDR1_002). CH_T_QT_UNIT:Changeable table with the allwed lgistics units f measure already determined (shuld nt be changed here, see EXIT_SAPLMDR1_002). CH_T_ROUND_REASONS:Changeable table f the runding reasns fr which runding has already been carried ut.if the quantity r the unit f measure changes, a new entry shuld be generated (descriptin f the field and f the pssible values, see EXIT_SAPLMDR1_003). CH_S_RESULTS:Changeable structure f the results f quantity ptimizatin. Only change the fllwing fields here: - QUANTITY: Runded quantity in entry unit f measure. - LMENGE: Runded quantity in runding unit f measure. - LOGME: Runding unit f measure. Please nte that Nte must be implemented in the system befre yu activate the enhancement (Releases 4.6A and 4.6B), since the nte enhances a structure used in the user exit! EXIT_SAPLMDR1_005 (user exit fr the custmer-specific crrectin f runding parameters) Page 10 f 12

11 SAP Nte Missing dcumentatin n enhancement In the standard prcess,the parameters fr cntrl f the quantity ptimizatin are transferred by the applicatin t functin mdule MD_SINGLE_ROUNDING r determined frm the master data depending n the applicatin. Using this user exit, yu can influence the parameters that are used t carry ut the runding as fllws: 1. Changing the parameters fr the runding. Descriptin f the parameters: I_S_GENERAL:Imprt f the cntrl parameters fr the runding (see the descriptin fr EXIT_SAPLMDR1_003). I_S_MARA: Imprt f the material master data, table MARA. CH_T_QT_UNIT:Changeable table with the allwed lgistic units f measure already determined (shuld nt be changed here). CH_S_EINA:Changeable structure f master data determined already, table EINA. CH_S_EINE:Changeable structure f master data determined already, table EINE. CH_S_MARC_2:Changeable structure f master data determined already, table MARC fr the supplying plant (nly if plant is the vendr). CH_S_MARC:Changeable structure f master data determined already, table MARC. CH_S_MVKE:Changeable structure f master data determined already, table MVKE. CH_S_KNMT:Changeable structure f master data determined already, table KNMT. CH_S_KNVV:Changeable structure f master data determined already, table KNVV. It depends n the applicatin which f the master data tables have already been imprted. CH_S_RESULT:Changeable structure f the utput parameters f functin mdule MD_SINGLE_ROUNDING. Header Data Release Status: Released fr Custmer Released n: :00:00 Master Language: German Pririty: Recmmendatins/additinal inf Categry: Dcumentatin errr Primary Cmpnent: LO-MD-QO Quantity Optimizing Page 11 f 12

12 SAP Nte Missing dcumentatin n enhancement Valid Releases Sftware Cmpnent Release Frm Release SAP_APPL 46 46A 46B SAP_APPL 46C 46C 46C SAP_BASIS 46 46D 46D T Release and Subsequent Related Ntes Number Shrt Text Quantity ptimizatin: PReq and cntract in user exits Usage f custmer-specific runding ff methds EXIT_SAPLMDR1_001 sets quantity t Quantity runding: Cnsgmnt inf recrd nt fund Page 12 f 12

Purchase Order Workflow Processing

Purchase Order Workflow Processing P a g e 1 Purchase Order Wrkflw Prcessing P a g e 2 Table f Cntents PO Wrkflw Prcessing...3 Create a Purchase Order...3 Submit a Purchase Order...4 Review/Apprve the PO...4 Prcess the PO...6 P a g e 3

More information

Tutorial 3: Building a spectral library in Skyline

Tutorial 3: Building a spectral library in Skyline SRM Curse 2013 Tutrial 3 Spectral Library Tutrial 3: Building a spectral library in Skyline Spectral libraries fr SRM methd design and fr data analysis can be either directly added t a Skyline dcument

More information

DEFENSE OCCUPATIONAL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE

DEFENSE OCCUPATIONAL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE DEFENSE OCCUPATIOL AND ENVIRONMENTAL HEALTH READINESS SYSTEM (DOEHRS) ENVIRONMENTAL HEALTH SAMPLING ELECTRONIC DATA DELIVERABLE (EDD) GUIDE 20 JUNE 2017 V1.0 i TABLE OF CONTENTS 1 INTRODUCTION... 1 2 CONCEPT

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Supprted Mdules...

More information

User Guide: Operation of ActiveAhead Mobile Application

User Guide: Operation of ActiveAhead Mobile Application 1 (11) User Guide: Operatin f ActiveAhead Mbile Applicatin The ActiveAhead mbile applicatin allws yu t adjust the luminaire parameters f an ActiveAhead slutin. T use this applicatin yu must have an apprved

More information

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION

NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION NUROP Chinese Pinyin T Chinese Character Cnversin NUROP CONGRESS PAPER CHINESE PINYIN TO CHINESE CHARACTER CONVERSION CHIA LI SHI 1 AND LUA KIM TENG 2 Schl f Cmputing, Natinal University f Singapre 3 Science

More information

APPLICATION GUIDE (v4.1)

APPLICATION GUIDE (v4.1) 2.2.3 VitalSensrs VS-300 Sensr Management Statin Remte/Relay Guide Implementing Remte-IN/Relay-OUT Digital I/O Fieldbus Objective: Equipment: Becme familiar with the instrument wiring requirements fr the

More information

READING STATECHART DIAGRAMS

READING STATECHART DIAGRAMS READING STATECHART DIAGRAMS Figure 4.48 A Statechart diagram with events The diagram in Figure 4.48 shws all states that the bject plane can be in during the curse f its life. Furthermre, it shws the pssible

More information

GENESIS Structural Optimization for ANSYS Mechanical

GENESIS Structural Optimization for ANSYS Mechanical P3 STRUCTURAL OPTIMIZATION (Vl. II) GENESIS Structural Optimizatin fr ANSYS Mechanical An Integrated Extensin that adds Structural Optimizatin t ANSYS Envirnment New Features and Enhancements Release 2017.03

More information

Purpose: Use this reference guide to effectively communicate the new process customers will use for creating a TWC ID. Mobile Manager Call History

Purpose: Use this reference guide to effectively communicate the new process customers will use for creating a TWC ID. Mobile Manager Call History Purpse: Use this reference guide t effectively cmmunicate the new prcess custmers will use fr creating a TWC ID. Overview Beginning n January 28, 2014 (Refer t yur Knwledge Management System fr specific

More information

AC Switch with Meter Installation Guide Overview

AC Switch with Meter Installation Guide Overview AC Switch with Meter Installatin Guide AC Switch with Meter Installatin Guide Overview The SlarEdge Smart Energy Management slutins allw increasing the self-cnsumptin f a site. One methd used fr this purpse

More information

Dry-Contact switch Installation Guide

Dry-Contact switch Installation Guide Dry-Cntact switch Installatin Guide Overview The SlarEdge Smart Energy Management slutins allw increasing the self-cnsumptin f a site. One methd used fr this purpse is cntrlling the usage (cnsumptin) f

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

ECE 545 Project Deliverables

ECE 545 Project Deliverables ECE 545 Prject Deliverables Tp-level flder: _ Secnd-level flders: 1_assumptins 2_blck_diagrams 3_interface 4_ASM_charts 5_surce_cde 6_verificatin 7_timing_analysis 8_results

More information

Wagon Markings Guidelines

Wagon Markings Guidelines Versin / Status: V 3.0 / apprved Wagn Markings Guidelines 1. Intrductin Article 4, para 4 f the Safety Directive (2004/49/EG amended by 2008/110/EC) stipulates the respnsibility f each manufacturer, maintenance

More information

Group Color: Subgroup Number: How Science Works. Grade 5. Module 2. Class Question: Scientist (Your Name): Teacher s Name: SciTrek Volunteer s Name:

Group Color: Subgroup Number: How Science Works. Grade 5. Module 2. Class Question: Scientist (Your Name): Teacher s Name: SciTrek Volunteer s Name: Grup Clr: Subgrup Number: Hw Science Wrks Grade 5 Mdule 2 Class Questin: Scientist (Yur Name): Teacher s Name: SciTrek Vlunteer s Name: VOCABULARY Science: The study f the material wrld using human reasn.

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

Subject description processes

Subject description processes Subject representatin 6.1.2. Subject descriptin prcesses Overview Fur majr prcesses r areas f practice fr representing subjects are classificatin, subject catalging, indexing, and abstracting. The prcesses

More information

Physics 2010 Motion with Constant Acceleration Experiment 1

Physics 2010 Motion with Constant Acceleration Experiment 1 . Physics 00 Mtin with Cnstant Acceleratin Experiment In this lab, we will study the mtin f a glider as it accelerates dwnhill n a tilted air track. The glider is supprted ver the air track by a cushin

More information

Lab 1 The Scientific Method

Lab 1 The Scientific Method INTRODUCTION The fllwing labratry exercise is designed t give yu, the student, an pprtunity t explre unknwn systems, r universes, and hypthesize pssible rules which may gvern the behavir within them. Scientific

More information

LDS emarket. Section 11 - Catalog Load Process

LDS emarket. Section 11 - Catalog Load Process LDS emarket Sectin 11 - Catalg Lad Prcess Catalg Lad Prcess There are three types f catalgs in LDS emarket: Supplier Direct Web Site An nline catalg f items hsted by the supplier using HTML cding PRG A

More information

OpenPowerNet Release Notes Version 1.7.0

OpenPowerNet Release Notes Version 1.7.0 OpenPwerNet Release Ntes Versin 1.7.0 Institut für Bahntechnik GmbH Branch Office Dresden Dcument N. 1.7.0 l:\pn\10_dcuments\20_prgram_dcumentatin\30_release_ntes\rn_pn_01.07.00.dcx Authr Date Martin Jacb

More information

Cambridge Assessment International Education Cambridge Ordinary Level. Published

Cambridge Assessment International Education Cambridge Ordinary Level. Published Cambridge Assessment Internatinal Educatin Cambridge Ordinary Level ADDITIONAL MATHEMATICS 4037/1 Paper 1 Octber/Nvember 017 MARK SCHEME Maximum Mark: 80 Published This mark scheme is published as an aid

More information

Stage 6 PROMPT sheet. 2 > -2 We say 2 is bigger than -2-2 < 2 We say -2 is less than 2. 6/2 Negative numbers. l l l l l l l

Stage 6 PROMPT sheet. 2 > -2 We say 2 is bigger than -2-2 < 2 We say -2 is less than 2. 6/2 Negative numbers. l l l l l l l Stage 6 PROMPT sheet 6/ Place value in numbers t 0millin The psitin f the digit gives its size Ten millins Millins Hundred thusands Ten thusands thusands hundreds tens units 4 5 6 7 8 Example The value

More information

Mathematics and Computer Sciences Department. o Work Experience, General. o Open Entry/Exit. Distance (Hybrid Online) for online supported courses

Mathematics and Computer Sciences Department. o Work Experience, General. o Open Entry/Exit. Distance (Hybrid Online) for online supported courses SECTION A - Curse Infrmatin 1. Curse ID: 2. Curse Title: 3. Divisin: 4. Department: 5. Subject: 6. Shrt Curse Title: 7. Effective Term:: MATH 70S Integrated Intermediate Algebra Natural Sciences Divisin

More information

Unit 1 Study Guide Name Date Scientific Method Notes

Unit 1 Study Guide Name Date Scientific Method Notes Unit 1 Study Guide Name Date Scientific Methd Ntes 1) What is the difference between an bservatin and an inference? 2) What are the tw types f bservatins? Give examples f each type. 3) Define the fllwing:

More information

Dead-beat controller design

Dead-beat controller design J. Hetthéssy, A. Barta, R. Bars: Dead beat cntrller design Nvember, 4 Dead-beat cntrller design In sampled data cntrl systems the cntrller is realised by an intelligent device, typically by a PLC (Prgrammable

More information

The standards are taught in the following sequence.

The standards are taught in the following sequence. B L U E V A L L E Y D I S T R I C T C U R R I C U L U M MATHEMATICS Third Grade In grade 3, instructinal time shuld fcus n fur critical areas: (1) develping understanding f multiplicatin and divisin and

More information

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards:

MODULE FOUR. This module addresses functions. SC Academic Elementary Algebra Standards: MODULE FOUR This mdule addresses functins SC Academic Standards: EA-3.1 Classify a relatinship as being either a functin r nt a functin when given data as a table, set f rdered pairs, r graph. EA-3.2 Use

More information

Section 5.8 Notes Page Exponential Growth and Decay Models; Newton s Law

Section 5.8 Notes Page Exponential Growth and Decay Models; Newton s Law Sectin 5.8 Ntes Page 1 5.8 Expnential Grwth and Decay Mdels; Newtn s Law There are many applicatins t expnential functins that we will fcus n in this sectin. First let s lk at the expnential mdel. Expnential

More information

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b

MODULE 1. e x + c. [You can t separate a demominator, but you can divide a single denominator into each numerator term] a + b a(a + b)+1 = a + b . REVIEW OF SOME BASIC ALGEBRA MODULE () Slving Equatins Yu shuld be able t slve fr x: a + b = c a d + e x + c and get x = e(ba +) b(c a) d(ba +) c Cmmn mistakes and strategies:. a b + c a b + a c, but

More information

1 PreCalculus AP Unit G Rotational Trig (MCR) Name:

1 PreCalculus AP Unit G Rotational Trig (MCR) Name: 1 PreCalculus AP Unit G Rtatinal Trig (MCR) Name: Big idea In this unit yu will extend yur knwledge f SOH CAH TOA t wrk with btuse and reflex angles. This extensin will invlve the unit circle which will

More information

5 th grade Common Core Standards

5 th grade Common Core Standards 5 th grade Cmmn Cre Standards In Grade 5, instructinal time shuld fcus n three critical areas: (1) develping fluency with additin and subtractin f fractins, and develping understanding f the multiplicatin

More information

Department of Electrical Engineering, University of Waterloo. Introduction

Department of Electrical Engineering, University of Waterloo. Introduction Sectin 4: Sequential Circuits Majr Tpics Types f sequential circuits Flip-flps Analysis f clcked sequential circuits Mre and Mealy machines Design f clcked sequential circuits State transitin design methd

More information

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science

Weathering. Title: Chemical and Mechanical Weathering. Grade Level: Subject/Content: Earth and Space Science Weathering Title: Chemical and Mechanical Weathering Grade Level: 9-12 Subject/Cntent: Earth and Space Science Summary f Lessn: Students will test hw chemical and mechanical weathering can affect a rck

More information

- *Figure of chemical shift ranges for different types of P (see links)*

- *Figure of chemical shift ranges for different types of P (see links)* Intrductin Cnceptually the same as 1 H NMR 31 P nucleus istpic abundance 100% prevalent like 1 H Nuclear spin ½ relatively easy t interpret Excellent technique fr studying phsphrus cntaining cmpunds: rganic

More information

THE LIFE OF AN OBJECT IT SYSTEMS

THE LIFE OF AN OBJECT IT SYSTEMS THE LIFE OF AN OBJECT IT SYSTEMS Persns, bjects, r cncepts frm the real wrld, which we mdel as bjects in the IT system, have "lives". Actually, they have tw lives; the riginal in the real wrld has a life,

More information

Pipetting 101 Developed by BSU CityLab

Pipetting 101 Developed by BSU CityLab Discver the Micrbes Within: The Wlbachia Prject Pipetting 101 Develped by BSU CityLab Clr Cmparisns Pipetting Exercise #1 STUDENT OBJECTIVES Students will be able t: Chse the crrect size micrpipette fr

More information

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~

Section 6-2: Simplex Method: Maximization with Problem Constraints of the Form ~ Sectin 6-2: Simplex Methd: Maximizatin with Prblem Cnstraints f the Frm ~ Nte: This methd was develped by Gerge B. Dantzig in 1947 while n assignment t the U.S. Department f the Air Frce. Definitin: Standard

More information

Preparation work for A2 Mathematics [2017]

Preparation work for A2 Mathematics [2017] Preparatin wrk fr A2 Mathematics [2017] The wrk studied in Y12 after the return frm study leave is frm the Cre 3 mdule f the A2 Mathematics curse. This wrk will nly be reviewed during Year 13, it will

More information

MODULE ONE. This module addresses the foundational concepts and skills that support all of the Elementary Algebra academic standards.

MODULE ONE. This module addresses the foundational concepts and skills that support all of the Elementary Algebra academic standards. Mdule Fundatinal Tpics MODULE ONE This mdule addresses the fundatinal cncepts and skills that supprt all f the Elementary Algebra academic standards. SC Academic Elementary Algebra Indicatrs included in

More information

IAML: Support Vector Machines

IAML: Support Vector Machines 1 / 22 IAML: Supprt Vectr Machines Charles Suttn and Victr Lavrenk Schl f Infrmatics Semester 1 2 / 22 Outline Separating hyperplane with maimum margin Nn-separable training data Epanding the input int

More information

Physical Layer: Outline

Physical Layer: Outline 18-: Intrductin t Telecmmunicatin Netwrks Lectures : Physical Layer Peter Steenkiste Spring 01 www.cs.cmu.edu/~prs/nets-ece Physical Layer: Outline Digital Representatin f Infrmatin Characterizatin f Cmmunicatin

More information

CONSTRUCTING STATECHART DIAGRAMS

CONSTRUCTING STATECHART DIAGRAMS CONSTRUCTING STATECHART DIAGRAMS The fllwing checklist shws the necessary steps fr cnstructing the statechart diagrams f a class. Subsequently, we will explain the individual steps further. Checklist 4.6

More information

Tutorial 4: Parameter optimization

Tutorial 4: Parameter optimization SRM Curse 2013 Tutrial 4 Parameters Tutrial 4: Parameter ptimizatin The aim f this tutrial is t prvide yu with a feeling f hw a few f the parameters that can be set n a QQQ instrument affect SRM results.

More information

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification

COMP 551 Applied Machine Learning Lecture 5: Generative models for linear classification COMP 551 Applied Machine Learning Lecture 5: Generative mdels fr linear classificatin Instructr: Herke van Hf (herke.vanhf@mail.mcgill.ca) Slides mstly by: Jelle Pineau Class web page: www.cs.mcgill.ca/~hvanh2/cmp551

More information

CHM112 Lab Graphing with Excel Grading Rubric

CHM112 Lab Graphing with Excel Grading Rubric Name CHM112 Lab Graphing with Excel Grading Rubric Criteria Pints pssible Pints earned Graphs crrectly pltted and adhere t all guidelines (including descriptive title, prperly frmatted axes, trendline

More information

Experiment #3. Graphing with Excel

Experiment #3. Graphing with Excel Experiment #3. Graphing with Excel Study the "Graphing with Excel" instructins that have been prvided. Additinal help with learning t use Excel can be fund n several web sites, including http://www.ncsu.edu/labwrite/res/gt/gt-

More information

/ / Chemistry. Chapter 1 Chemical Foundations

/ / Chemistry. Chapter 1 Chemical Foundations Name Chapter 1 Chemical Fundatins Advanced Chemistry / / Metric Cnversins All measurements in chemistry are made using the metric system. In using the metric system yu must be able t cnvert between ne

More information

MATHEMATICS Higher Grade - Paper I

MATHEMATICS Higher Grade - Paper I Higher Mathematics - Practice Eaminatin B Please nte the frmat f this practice eaminatin is different frm the current frmat. The paper timings are different and calculatrs can be used thrughut. MATHEMATICS

More information

Name AP CHEM / / Chapter 1 Chemical Foundations

Name AP CHEM / / Chapter 1 Chemical Foundations Name AP CHEM / / Chapter 1 Chemical Fundatins Metric Cnversins All measurements in chemistry are made using the metric system. In using the metric system yu must be able t cnvert between ne value and anther.

More information

Chapter 3: Cluster Analysis

Chapter 3: Cluster Analysis Chapter 3: Cluster Analysis } 3.1 Basic Cncepts f Clustering 3.1.1 Cluster Analysis 3.1. Clustering Categries } 3. Partitining Methds 3..1 The principle 3.. K-Means Methd 3..3 K-Medids Methd 3..4 CLARA

More information

AIP Logic Chapter 4 Notes

AIP Logic Chapter 4 Notes AIP Lgic Chapter 4 Ntes Sectin 4.1 Sectin 4.2 Sectin 4.3 Sectin 4.4 Sectin 4.5 Sectin 4.6 Sectin 4.7 4.1 The Cmpnents f Categrical Prpsitins There are fur types f categrical prpsitins. Prpsitin Letter

More information

E-Waybill in Tally.ERP9. V e r s i o n : 1. 0 g s a n t r a w e b. c o m w w w. t a l l y h e l p. c o m

E-Waybill in Tally.ERP9. V e r s i o n : 1. 0 g s a n t r a w e b. c o m w w w. t a l l y h e l p. c o m E-Waybill in Tally.ERP9 V e r s i n : 1. 0 g s t @ a n t r a w e b. c m w w w. t a l l y h e l p. c m 022-4 0 8 6 4 0 8 6 Cntents Electrnic Way Bill... 3 E-Way Bill under GST... 3 Wh shuld generate the

More information

Interoperability/ Conformance Test dpmr Mode 1

Interoperability/ Conformance Test dpmr Mode 1 Interperability/ Cnfrance Test dpmr Mde 1 IOP test Mde 1 Cpyright 2012 dpmr MU All Rights Reserved Draft Versin 1.1 0 Revisin Histry Versin Date Change By 0v1 21 Nv 2011 First draft derived fr ISF/CSF

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

Part a: Writing the nodal equations and solving for v o gives the magnitude and phase response: tan ( 0.25 )

Part a: Writing the nodal equations and solving for v o gives the magnitude and phase response: tan ( 0.25 ) + - Hmewrk 0 Slutin ) In the circuit belw: a. Find the magnitude and phase respnse. b. What kind f filter is it? c. At what frequency is the respnse 0.707 if the generatr has a ltage f? d. What is the

More information

Applying Kirchoff s law on the primary circuit. V = - e1 V+ e1 = 0 V.D. e.m.f. From the secondary circuit e2 = v2. K e. Equivalent circuit :

Applying Kirchoff s law on the primary circuit. V = - e1 V+ e1 = 0 V.D. e.m.f. From the secondary circuit e2 = v2. K e. Equivalent circuit : TRANSFORMERS Definitin : Transfrmers can be defined as a static electric machine which cnverts electric energy frm ne ptential t anther at the same frequency. It can als be defined as cnsists f tw electric

More information

SPH3U1 Lesson 06 Kinematics

SPH3U1 Lesson 06 Kinematics PROJECTILE MOTION LEARNING GOALS Students will: Describe the mtin f an bject thrwn at arbitrary angles thrugh the air. Describe the hrizntal and vertical mtins f a prjectile. Slve prjectile mtin prblems.

More information

Materials o o o o o o o o o

Materials o o o o o o o o o Experiment 3: Measurements, the Metric System & Density Objective The purpse f experiment is t becme familiar with the metric system by taking measurements using metric. Additinally, the purpse f this

More information

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern

Methods for Determination of Mean Speckle Size in Simulated Speckle Pattern 0.478/msr-04-004 MEASUREMENT SCENCE REVEW, Vlume 4, N. 3, 04 Methds fr Determinatin f Mean Speckle Size in Simulated Speckle Pattern. Hamarvá, P. Šmíd, P. Hrváth, M. Hrabvský nstitute f Physics f the Academy

More information

SMART TESTING BOMBARDIER THOUGHTS

SMART TESTING BOMBARDIER THOUGHTS Bmbardier Inc. u ses filiales. Tus drits réservés. BOMBARDIER THOUGHTS FAA Bmbardier Wrkshp Mntreal 15-18 th September 2015 Bmbardier Inc. u ses filiales. Tus drits réservés. LEVERAGING ANALYSIS METHODS

More information

Biochemistry Summer Packet

Biochemistry Summer Packet Bichemistry Summer Packet Science Basics Metric Cnversins All measurements in chemistry are made using the metric system. In using the metric system yu must be able t cnvert between ne value and anther.

More information

How do scientists measure trees? What is DBH?

How do scientists measure trees? What is DBH? Hw d scientists measure trees? What is DBH? Purpse Students develp an understanding f tree size and hw scientists measure trees. Students bserve and measure tree ckies and explre the relatinship between

More information

Web-based GIS Systems for Radionuclides Monitoring. Dr. Todd Pierce Locus Technologies

Web-based GIS Systems for Radionuclides Monitoring. Dr. Todd Pierce Locus Technologies Web-based GIS Systems fr Radinuclides Mnitring Dr. Tdd Pierce Lcus Technlgies Lcus Technlgies 2014 Overview What is the prblem? Nuclear pwer plant peratrs need t mnitr radinuclides t safeguard the envirnment

More information

Chapter 3 Kinematics in Two Dimensions; Vectors

Chapter 3 Kinematics in Two Dimensions; Vectors Chapter 3 Kinematics in Tw Dimensins; Vectrs Vectrs and Scalars Additin f Vectrs Graphical Methds (One and Tw- Dimensin) Multiplicatin f a Vectr b a Scalar Subtractin f Vectrs Graphical Methds Adding Vectrs

More information

FIZIKA ANGOL NYELVEN JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ

FIZIKA ANGOL NYELVEN JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ Fizika angl nyelven emelt szint 0804 ÉRETTSÉGI VIZSGA 010. május 18. FIZIKA ANGOL NYELVEN EMELT SZINTŰ ÍRÁSBELI ÉRETTSÉGI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ OKTATÁSI ÉS KULTURÁLIS MINISZTÉRIUM In marking

More information

Verification of NIMs Baseline Data Reports and Methodology Reports

Verification of NIMs Baseline Data Reports and Methodology Reports hzkwekdd/^^/ke /ZdKZd 'EZ> >/Ddd/KE / D ' d h d^ dddd Verificatin f NIMs Baseline Data Reprts and Methdlgy Reprts & dd dddd d d /EdZKhd/KE d > Z d / d K d d ZK'E/d/KEK&sZ/&/Z^ d d e d d,sz/&/d/kewzk^^

More information

INTERNAL AUDITING PROCEDURE

INTERNAL AUDITING PROCEDURE Yur Cmpany Name INTERNAL AUDITING PROCEDURE Originatin Date: XXXX Dcument Identifier: Date: Prject: Dcument Status: Dcument Link: Internal Auditing Prcedure Latest Revisin Date Custmer, Unique ID, Part

More information

Review Problems 3. Four FIR Filter Types

Review Problems 3. Four FIR Filter Types Review Prblems 3 Fur FIR Filter Types Fur types f FIR linear phase digital filters have cefficients h(n fr 0 n M. They are defined as fllws: Type I: h(n = h(m-n and M even. Type II: h(n = h(m-n and M dd.

More information

Temperature sensor / Dual Temp+Humidity

Temperature sensor / Dual Temp+Humidity www.akcp.cm Temperature sensr / Dual Temp+Humidity Intrductin Temperature sensrs are imprtant where ptimum temperature cntrl is paramunt. If there is an air cnditining malfunctin r abnrmal weather cnditins,

More information

Heat Management Methodology for Successful UV Processing on Heat Sensitive Substrates

Heat Management Methodology for Successful UV Processing on Heat Sensitive Substrates Heat Management Methdlgy fr Successful UV Prcessing n Heat Sensitive Substrates Juliet Midlik Prime UV Systems Abstract: Nw in 2005, UV systems pssess heat management cntrls that fine tune the exthermic

More information

Relativity Integration Points Guide. July 3, 2018 Version

Relativity Integration Points Guide. July 3, 2018 Version Relativity Integratin Pints Guide July 3, 2018 Versin 9.6.50.31 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Table f Cntents 1 Relativity Integratin Pints 4 1.1 Integratin Pints

More information

CLASS. Fractions and Angles. Teacher Report. No. of test takers: 25. School Name: EI School. City: Ahmedabad CLASS 6 B 8709

CLASS. Fractions and Angles. Teacher Report. No. of test takers: 25. School Name: EI School. City: Ahmedabad CLASS 6 B 8709 SEPTEMBER 07 Math Fractins and Angles CLASS 6 Teacher Reprt Test Taken 4 5 6 7 8 Schl Name: EI Schl City: Ahmedabad CLASS SECTION EXAM CODE 6 B 8709 N. f test takers: 5 6.5 Average.5 9.0 Range (Scres are

More information

Temperature sensor / Dual Temp+Humidity

Temperature sensor / Dual Temp+Humidity www.akcp.cm Temperature sensr / Dual Temp+Humidity Intrductin Temperature sensrs are imprtant where ptimum temperature cntrl is paramunt. If there is an air cnditining malfunctin r abnrmal weather cnditins,

More information

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10]

Medium Scale Integrated (MSI) devices [Sections 2.9 and 2.10] EECS 270, Winter 2017, Lecture 3 Page 1 f 6 Medium Scale Integrated (MSI) devices [Sectins 2.9 and 2.10] As we ve seen, it s smetimes nt reasnable t d all the design wrk at the gate-level smetimes we just

More information

Bicycle Generator Dump Load Control Circuit: An Op Amp Comparator with Hysteresis

Bicycle Generator Dump Load Control Circuit: An Op Amp Comparator with Hysteresis Bicycle Generatr Dump Lad Cntrl Circuit: An Op Amp Cmparatr with Hysteresis Sustainable Technlgy Educatin Prject University f Waterl http://www.step.uwaterl.ca December 1, 2009 1 Summary This dcument describes

More information

Guide to Using the Rubric to Score the Klf4 PREBUILD Model for Science Olympiad National Competitions

Guide to Using the Rubric to Score the Klf4 PREBUILD Model for Science Olympiad National Competitions Guide t Using the Rubric t Scre the Klf4 PREBUILD Mdel fr Science Olympiad 2010-2011 Natinal Cmpetitins These instructins are t help the event supervisr and scring judges use the rubric develped by the

More information

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System

Simulation of Line Outage Distribution Factors (L.O.D.F) Calculation for N-Buses System Simulatin f Line Outage Distributin Factrs (L.O.D.F) Calculatin fr N-Buses System Rashid H. AL-Rubayi Department f Electrical Engineering, University f Technlgy Afaneen A. Abd Department f Electrical Engineering,

More information

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS

CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS CHAPTER 4 DIAGNOSTICS FOR INFLUENTIAL OBSERVATIONS 1 Influential bservatins are bservatins whse presence in the data can have a distrting effect n the parameter estimates and pssibly the entire analysis,

More information

Rangely RE 4 Curriculum Development 5 th Grade Mathematics

Rangely RE 4 Curriculum Development 5 th Grade Mathematics Unit Title Dctr We Still Need t Operate... Length f Unit 12 weeks Fcusing Lens(es) Inquiry Questins (Engaging Debatable): Structure Systems Standards and Grade Level Expectatins Addressed in this Unit

More information

Lecture 13: Electrochemical Equilibria

Lecture 13: Electrochemical Equilibria 3.012 Fundamentals f Materials Science Fall 2005 Lecture 13: 10.21.05 Electrchemical Equilibria Tday: LAST TIME...2 An example calculatin...3 THE ELECTROCHEMICAL POTENTIAL...4 Electrstatic energy cntributins

More information

Faculty of Engineering and Department of Physics Engineering Physics 131 Midterm Examination February 27, 2006; 7:00 pm 8:30 pm

Faculty of Engineering and Department of Physics Engineering Physics 131 Midterm Examination February 27, 2006; 7:00 pm 8:30 pm Faculty f Engineering and Department f Physics Engineering Physics 131 Midterm Examinatin February 27, 2006; 7:00 pm 8:30 pm N ntes r textbks allwed. Frmula sheet is n the last page (may be remved). Calculatrs

More information

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y=

making triangle (ie same reference angle) ). This is a standard form that will allow us all to have the X= y= Intrductin t Vectrs I 21 Intrductin t Vectrs I 22 I. Determine the hrizntal and vertical cmpnents f the resultant vectr by cunting n the grid. X= y= J. Draw a mangle with hrizntal and vertical cmpnents

More information

Preparation work for A2 Mathematics [2018]

Preparation work for A2 Mathematics [2018] Preparatin wrk fr A Mathematics [018] The wrk studied in Y1 will frm the fundatins n which will build upn in Year 13. It will nly be reviewed during Year 13, it will nt be retaught. This is t allw time

More information

Supporting information

Supporting information Electrnic Supplementary Material (ESI) fr Physical Chemistry Chemical Physics This jurnal is The wner Scieties 01 ydrgen perxide electrchemistry n platinum: twards understanding the xygen reductin reactin

More information

ENSC Discrete Time Systems. Project Outline. Semester

ENSC Discrete Time Systems. Project Outline. Semester ENSC 49 - iscrete Time Systems Prject Outline Semester 006-1. Objectives The gal f the prject is t design a channel fading simulatr. Upn successful cmpletin f the prject, yu will reinfrce yur understanding

More information

N C R S I L V E R Q U A N T U M F A Q

N C R S I L V E R Q U A N T U M F A Q N C R S I L V E R Q U A N T U M F A Q V 2 Cntents NCR Silver Quantum Overview... 2 What is NCR Silver Quantum?... 2 Hw is it different than Silver n ios r the Silver Andrid?... 2 Pwer Related Questins...

More information

, which yields. where z1. and z2

, which yields. where z1. and z2 The Gaussian r Nrmal PDF, Page 1 The Gaussian r Nrmal Prbability Density Functin Authr: Jhn M Cimbala, Penn State University Latest revisin: 11 September 13 The Gaussian r Nrmal Prbability Density Functin

More information

Application Note - Energy Metering at a Medium Voltage Connection Point using a Voltage Transformer

Application Note - Energy Metering at a Medium Voltage Connection Point using a Voltage Transformer Applicatin Nte - Energy Metering at a Medium Vltage Cnnectin Pint using a Vltage Transfrmer This dcument describes the cnnectin and cnfiguratin f a Janitza meter at a medium vltage (MV) cnnectin pint t

More information

We can see from the graph above that the intersection is, i.e., [ ).

We can see from the graph above that the intersection is, i.e., [ ). MTH 111 Cllege Algebra Lecture Ntes July 2, 2014 Functin Arithmetic: With nt t much difficulty, we ntice that inputs f functins are numbers, and utputs f functins are numbers. S whatever we can d with

More information

EREC G5 Stage 2 Sub-group. Meeting No. 1

EREC G5 Stage 2 Sub-group. Meeting No. 1 EREC G5 Stage 2 Sub-grup Meeting N. 1 Held at William Gilbert Meeting Rm, REEC Building, Sir William Siemens Huse, Princess Rad, Manchester, M20 2UR On Mnday 13th June 2016 10:30-14:30 Meeting Ntes Attendee

More information

Synchronous Motor V-Curves

Synchronous Motor V-Curves Synchrnus Mtr V-Curves 1 Synchrnus Mtr V-Curves Intrductin Synchrnus mtrs are used in applicatins such as textile mills where cnstant speed peratin is critical. Mst small synchrnus mtrs cntain squirrel

More information

It is compulsory to submit the assignment before filling in the exam form.

It is compulsory to submit the assignment before filling in the exam form. OMT-101 ASSIGNMENT BOOKLET Bachelr's Preparatry Prgramme PREPARATORY COURSE IN GENERAL MATHEMATICS (This assignment is valid nly upt: 1 st December, 01 And Valid fr bth Jan 01 cycle and July 01 cycle)

More information

Higher Mathematics Booklet CONTENTS

Higher Mathematics Booklet CONTENTS Higher Mathematics Bklet CONTENTS Frmula List Item Pages The Straight Line Hmewrk The Straight Line Hmewrk Functins Hmewrk 3 Functins Hmewrk 4 Recurrence Relatins Hmewrk 5 Differentiatin Hmewrk 6 Differentiatin

More information

A water level indicator or other measuring device to determine the current depth to the water.

A water level indicator or other measuring device to determine the current depth to the water. Fr Aqua4Plus 1.9.7 and later r Aqua4Plus Lite 2.1.1 r later. (Fr earlier versins r if using a PT2X with firmware lwer than 1.5, see Applicatin Nte 9C0152) Intrductin Purpse f this dcument is t prvide a

More information

Document for ENES5 meeting

Document for ENES5 meeting HARMONISATION OF EXPOSURE SCENARIO SHORT TITLES Dcument fr ENES5 meeting Paper jintly prepared by ECHA Cefic DUCC ESCOM ES Shrt Titles Grup 13 Nvember 2013 OBJECTIVES FOR ENES5 The bjective f this dcument

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 2100 Circuit Analysis Lessn 25 Chapter 9 & App B: Passive circuit elements in the phasr representatin Daniel M. Litynski, Ph.D. http://hmepages.wmich.edu/~dlitynsk/ ECE 2100 Circuit Analysis Lessn

More information

Chapter 3 Digital Transmission Fundamentals

Chapter 3 Digital Transmission Fundamentals Chapter 3 Digital Transmissin Fundamentals Errr Detectin and Crrectin Errr Cntrl Digital transmissin systems intrduce errrs, BER ranges frm 10-3 fr wireless t 10-9 fr ptical fiber Applicatins require certain

More information