Manual. Global Drive. PLC Developer Studio. Global Drive. Lenze9300Servo.lib. Function library

Size: px
Start display at page:

Download "Manual. Global Drive. PLC Developer Studio. Global Drive. Lenze9300Servo.lib. Function library"

Transcription

1 L Manual Global Drive PLC Developer Sudio Global Drive Funcion library Lenze9300Servo.lib

2 The funcion library Lenze9300Servo.lib can be used for he following Lenze PLCs: Type from hardware version from sofware version 9300 Servo PLC EVS93XX xi 2K Servo PLC EVS93XX xt 2K 10 ECSxA ECSxAxxx 1C 7.0 Imporan Noe: The sofware is made available o he user in he currenly exising form. All risks wih regard o he qualiy and he resuls arising from is use remain he responsibiliy of he user. The user mus implemen he appropriae securiy precauions agains possible erroneous applicaion. We do no accep any responsibily for direc or consequenial damages, such as loss of profis, loss of orders, or effecs on he course of business of any kind Lenze GmbH & Co KG No par of his documenaion may be copied or made available o hird paries wihou he express wrien permission of Lenze GmbH & Co KG. We have ake grea care in assembling he informaion in his documenaion, and checked ha i corresponds o he hardware and sofware ha is described. Neverheless, we canno guaranee ha here are no discrepancies. We do no accep any legal responsibiliy or liabiliy for damage ha may hereby ensue. Any necessary correcions will be implemened in subsequen versions. Windows, Windows NT and MS DOS are eiher regisered rademarks or rademarks of Microsof Corporaion in he Unied Saes and/or oher counries. IBM and VGA are regisered rademarks of Inernaional Business Machines, Inc. All oher designaions are rade names of heir owners. Version /2000 TD22

3 Conens 1 Preface and general informaion Abou his Manual Convenions in his Manual Picograms in his Manual Terminology used Lenze sofware guidelines for variable names Hungarian Noaion Recommendaion for designaing variable ypes Designaion of he signal ype in he variable name Special handling of sysem variables Version idenifiers of he funcion library Funcion blocks Special funcions Holding brake (L_BRK) Supply failure conrol (L_MFAIL) Appendix Code able L_BRK L_MFAIL Index l Lenze9300Servo.lib EN 1.1 i

4 Conens ii Lenze9300Servo.lib EN 1.1 l

5 Preface and general informaion 1 Preface and general informaion 1.1 Abou his Manual This Manual conains informaion on he funcion blocks ha are included in he funcion block library Lenze9300Servo.lib for he Drive PLC Developer Sudio. These funcion blocks can be used, for insance, in he 9300 Servo PLC auomaion sysem. The funcion blocks are based on he funcions ha are available in he 9300 servo conroller( V2.0). In Drive PLC Developer Sudio (DDS) you make he basic seings for your drive applicaion offline, by using variables (in accordance wih he IEC sandard) as aids for parameerizing he appropriae funcion blocks. Using Global Drive Conrol (GDC) or keypad you can hen Online se he parameers for he required funcionaliy of your drive applicaion, by accessing he code posiions for he various insances of he funcion blocks Convenions in his Manual This Manual uses he following convenions o disinguish beween differen ypes of informaion: Variable names are shown in he explanaory exs in ialics: The signal a nin_a..." can be recognized by he names. They always begin wih L_": The FB L_ARIT can..." Insances For funcion blocks ha have one or more firs insances, here are ables ha describe he corresponding codes: Variable name L_ARIT1 L_ARIT2 Seing range Lenze byfuncion C0338 C You can access hese codes Online is linked o Global Drive Conrol (GDC) or keypad. Tip! You can use he Parameer Manager o assign he same codes o hese insances ha are assigned in he 9300 servo conroller( V2.0) Picograms in his Manual Warning of maerial damage Use of Picographs Signal words Sop! Warns of poenial damage o maerial. Possible consequences if disregarded: Damage of he conroller/drive sysem or is environmen. Oher noes Tip! This noe designaes general, useful noes. If you observe i, handling of he conroller/drive sysem is made easier. l Lenze9300Servo.lib EN

6 Preface and general informaion Terminology used Term FB SB Parameer codes GDC In he following ex used for Funcion block Sysem block Codes for seing he funcionaliy of a funcion block Global Drive Conrol (parameerizaion program from Lenze) 1 2 Lenze9300Servo.lib EN 1.1 l

7 Preface and general informaion 1.2 Lenze sofware guidelines for variable names The previous conceps for Lenze conrollers were based on codes ha represened he inpu and oupu signals, and he parameers of funcion blocks. For he sake of clariy, names were defined for he codes in he documenaion. In addiion, he signal ypes were defined by graphical symbols. The user could see a a glance which kind of signal (analog, phase angle ec.) had o be presen a he paricular inerface. The concep for he new auomaion sysem does no use direc codes in he programming. The IEC sandard is used insead. This sandard is based on a srucure of variable names. If he user applies variables in his projec, hen he can name he variables as he chooses. In order o avoid he growh of a muliude of differen convenions for naming variables in exising and fuure projecs and funcion libraries ha are programmed by Lenze personnel, we have se up sofware guidelines ha mus be followed by all Lenze saff. In his convenion for creaing variable names, Lenze keeps o he Hungarian Noaion ha has been specifically expanded by Lenze. If you make use of Lenze specific funcions or funcion blocks, you will immediaely be able o see, for insance, which daa ype you mus ransfer o a funcion block, and which ype of daa you will receive as an oupu value Hungarian Noaion These convenions are used so ha he mos significan characerisics of a program variable can insanly be recognized from is name. Variable names consis of a prefix (opional) a daa ype enry and an idenifier The prefix and daa ype enry are usually formed by one or wo characers. The idenifier (he "proper" name) should indicae he applicaion, and is herefore usually somewha longer. Prefix examples prefix a p Meaning Array (combined ype), field Poiner l Lenze9300Servo.lib EN

8 Preface and general informaion Examples of he daa ype enry Examples of a daa ype b by n w dn dw s f sn un udn usn Meaning Bool Bye Ineger Word Double ineger Double word Sring Real (floa) Shor ineger Time Unsigned ineger Unsigned double ineger Unsigned shor ineger Idenifier (he proper variable name) An idenifier begins wih a capial leer. If an idenifier is assembled from several "words", hen each "word" mus sar wih a capial leer. All oher leers are wrien in lower case. Examples: Array of inegers anjogvalue[10] ; Bool bisempy ; Word wnumberofvalues ; Ineger nloop ; Bye bycurrenselecedjogvalue ; Recommendaion for designaing variable ypes In order o be able o recognize he ype of variable in a program according o he name, i makes sense o use he following designaions, which are placed in fron of he proper variable name and separaed from i by an underline sroke: I_<Variablename> Q_<Variablename> IQ_<Variablename> R_<Variablename> C_<Variablename> CR_<Variablename> g_<variablename> gr_<variablename> gc_<variablename> gcr_<variablename> VAR_INPUT VAR_OUTPUT VAR_IN_OUT VAR RETAIN VAR CONSTANT VAR CONSTANT RETAIN VAR_GLOBAL VAR_GLOBAL RETAIN VAR_GLOBAL CONSTANT VAR_GLOBAL CONSTANT RETAIN Example for a global array of ype ineger ha includes fixed sepoins (analog) for a speed seing: g_anfixsespeedvalue_a 1 4 Lenze9300Servo.lib EN 1.1 l

9 Preface and general informaion Designaion of he signal ype in he variable name The inpus and oupus of he Lenze funcion blocks each have a specific signal ype assigned. These may be: digial, analog, posiion, or speed signals. For his reason, each variable name has an ending aached ha provides informaion on he ype of signal. Signal ype Ending Previous designaion analog _a (analog) digial _b (binary) Phase angle difference or speed _v (velociy) Phase angle or posiion _p (posiion) Tip! Normalizing o signal ype phase angle difference/speed: (INT) rpm Normalizing o signal ype analog: % value under [C0011] = n max Normalizing o signal ype angle or posiion: moor revoluion Examples: Variable name Signal ype Type of variable nin_a Analog inpu value Ineger dnphise_p Phase signals Double ineger bload_b Binary value (TRUE/FALSE) Bool ndigialfrequencyin_v Speed inpu value Ineger Special handling of sysem variables Sysem variables require special handling, since he sysem funcions are only available for he user as I/O connecions in he conrol configuraion. In order o be able o access a sysem variable quickly during programming, he variable name mus include a label for he sysem funcion. For his reason, he name of he corresponding sysem block is placed before he name of he variable. Examples: AIN1_nIn_a CAN1_bCrlTripSe_b DIGIN_bIn3_b l Lenze9300Servo.lib EN

10 Preface and general informaion 1.3 Version idenifiers of he funcion library The version of he funcion library can be found under he global consan C_w[Funcion library name]version. Version idenifiers as of PLC sofware version 7.x: Consan Meaning Example value C_w[FuncionLibraryName]VersionER Exernal Release 01 C_w[FuncionLibraryName]VersionEL Exernal Level 05 C_w[FuncionLibraryName]VersionIR Inernal Release 00 C_w[FuncionLibraryName]VersionBN Build No. 00 Version: The value of his consan is a hexadecimal code. In he example, " " sands for version "1.05". 1 6 Lenze9300Servo.lib EN 1.1 l

11 Special funcions Holding brake (L_BRK) 2 Funcion blocks 2.1 Special funcions Holding brake (L_BRK) This FB conrols a holding brake. You can use i, for insance, for hoiss and raversing drives, as well as for acive loads. wreleasetime L_BRK nnx_a bqsp_b J bou_b DCTRL_bCInh_b MCTRL_nNAc_a MCTRL_nNSe2_a MCTRL_nMAc_a CTRL wacivaiontime bmsore_b bse_b bcinh_b J nmse nsign_a SIGN nmseou_a Abb. 2 1 Holding brake (L_BRK) VariableName DaaType SignalType VariableType Noe bse_b Bool binary VAR_INPUT nnx_a Ineger analog VAR_INPUT Speed hreshold from which he drive can oupu he signal "close brake". The signal source for his inpu can be a conrol code, a fixed value or any oher analog oupu of a FB. nsign_a Ineger analog VAR_INPUT Direcion of he orque which he drive has o build up agains he brake. The signal source for his inpu can be a conrol code, a fixed value or any oher analog oupu of a FB. bqsp_b Bool binary VAR_OUTPUT QSP can be riggered in conjuncion wih MCTRL. bou_b Bool binary VAR_OUTPUT Se he brake bmsore_b Bool binary VAR_OUTPUT provide a defined holding orque bcinh_b Bool binary VAR_OUTPUT A conroller inhibi can be se in conjuncion wih DCTRL. nmseou_a Ineger analog VAR_OUTPUT Holding orque of he DC injecion brake = value of C0057 (max. possible orque for he drive configuraion) wreleasetime Word VAR CONSTANT RETAIN Brake disengaging ime wacivaiontime Word VAR CONSTANT RETAIN Brake engaging ime nmse Ineger VAR CONSTANT RETAIN Holding orque DCTRL_bCInh_b Bool These signals are processed as quaniies wihin he MCTRL_nNAc_a Ineger FB. MCTRL_nNSe2_a Ineger MCTRL_nMAc_a Ineger Parameer codes of he insances VariableName L_BRK1 SeingRange Lenze wreleasetime C s 0.0 wacivaiontime C s 99.9 nmse C % 0.00 L Lenze9300Servo.lib EN

12 Special funcions Holding brake (L_BRK) Range of funcions Close brake Open he brake (release) Se conroller inhibi Close brake bse_b bqsp_b MCTRL_nNSe2_a nnx_a bou_b bcinh_b wacivaiontime Abb. 2 2 Signal sequence when he brake is closed Funcional sequence 1. Selec he consan FIXED0% (selecion number 1000) using bse_b = TRUE, he funcion close brake" is acivaed. A he same ime, bqsp_b swiches immediaely = TRUE. You can use his signal o seer he drive down o zero speed along a deceleraion ramp. 2. If he speed sepoin goes below he value a nnx_a, hen bou_b swiches = TRUE (operaion of he brake by a digial oupu). Inver he signal a he digial oupu, if you require a version ha is safe agains cable breakage (e.g. hrough C0118). 3. Selec he consan FIXED0% (selecion number 1000) using bou_b = TRUE, a imer is sared. Afer he ime defined by wacivaiontime has elapsed, hen bcinh_b swiches immediaely = TRUE. Wih his signal you can, for insance, swich he conroller inhibi (device inernal). In general, he brake closing ime is se here. This is necessary, because he brake does no engage immediaely wih bou_b = TRUE, and so he drive mus provide a holding momen during his prese period. 2 2 Lenze9300Servo.lib EN 1.1 L

13 Special funcions Holding brake (L_BRK) Open he brake (release) bse_b bcinh_b bqsp_b bmsore_b MCTRL_MAc_a MCTRL_MAc_a = nmse bou_b MCTRL_nNSe2_a wrelease Time Abb. 2 3 Signal sequence when he brake is opened (released) Funcional sequence 1. Selec he consan FIXED0% (selecion number 1000) using bse_b = FALSE, hen bcinh_b swiches = FALSE immediaely. A he same ime, bmsore_b swiches immediaely = TRUE. You can use his signal o make he drive build up a defined orque agains he brake. The drive hus akes up he orque while he brake opens. The signal is rese only afer he ime se by wreleasetime has elapsed. 2. As soon as he orque se by nmse has been reached (holding orque), hen bou_b = FALSE, immediaely. 3. When he inpu is rese, a ime elemen is riggered. Afer he ime defined by wreleasetime has elapsed, hen bqsp_b = FALSE, immediaely. Wih his signal you can, for insance, enable he sepoin inegraor afer he brake opening period. Noe! If, before he end of he brake opening period, ( wreleasetime) an acual speed is deeced, ha is greaer han he value a bnx_a, hen bqsp_b swiches = FALSE and bmsore_b = FALSE, immediaely. The drive can immediaely operae speed or phase conrolled. If bqsp_b has an influence on he conrol word QSP, hen he drive synchronises iself o he momenary speed and follows is sepoin. L Lenze9300Servo.lib EN

14 Special funcions Holding brake (L_BRK) Se conroller inhibi The conroller inhhibi can, for insance, be se in he even of a faul (LU, OU). DCTRL_bCInh_b MCTRL_nNAc_a nnx_a bou_b bqsp_b BMSore_b MCTRL_MAc_a wrelease Time MCTRL_MAc_a = nmse Abb. 2 4 Operae brake by conroller inhibi Funcional sequence 1. By seing he conroller inhibi (DCTRL_bCInh_b = TRUE) bou_b swiches immediaely = TRUE. The drive is hen braked by is mechanical brake. 2. If he conroller inhibi (DCTRL_bCInh_b = FALSE) before he acual speed falls below he hreshold a nnx_a, hen bou_b = FALSE, immediaely. The drive synchronizes iself o he momenary speed and follows is sepoin. If he value falls below he hreshold, he drive sars. ( 2 3) 2 4 Lenze9300Servo.lib EN 1.1 L

15 Special funcions Holding brake (L_BRK) bse_b bqsp_b wreleasetime bm Sore_b MCTRL_MAc_a MCTRL_MAc_a = nmse bou_b bcinh_b wacivaion Time MCTRL_nNSe2_a nnx_a Abb. 2 5 Swiching cycle when braking L Lenze9300Servo.lib EN

16 Special funcions Supply failure conrol (L_MFAIL) Supply failure conrol (L_MFAIL) If he supply volage via L1, L2, L3 or +UG, UG fails, hen he drive (drive nework) can be deceleraed (braked) in a conrolled manner. Wihou his funcion, he drive (drive nework) would coas down. nadap_a nvp L_MFAIL ncons_a ndcse_a nti MCTRL_nDCVol_a 1 nnou_a 0 nnse_a ntn bfaul_b wreriggertime brese_b nthreshold_a nnac_a nse_a CTRL bsaus_b birese_b Abb. 2 6 Supply failure conrol (L_MFAIL) VariableName DaaType SignalType VariableType Noe nadap_a Ineger analog VAR_INPUT Dynamic adjusmen of he proporional gain of he U Gsep conrol in [%] of nvp. ( %) ncons_a Ineger analog VAR_INPUT Proporional gain of he U Gsep conroller in [%] from nvp. ( %) ndcse_a Ineger analog VAR_INPUT Volage sepoin a which he DC bus volage is o be mainained. (1000 V 100 %) nnse_a Ineger analog VAR_INPUT Speed sepoin in [%] of C0011 (C % 16384) bfaul_b Bool binary VAR_INPUT TRUE = acivaes he supply failure conrol brese_b Bool binary VAR_INPUT TRUE = rese nthreshold_a Ineger analog VAR_INPUT Resar hreshold in [%] of C0011 (C % 16384) nnac_a Ineger analog VAR_INPUT Comparison value for he resar hreshold in [%] of C0011 nse_a Ineger analog VAR_INPUT Speed saring poin for run down/deceleraion in [%] of C0011 (C % 16384) nnou_a Ineger analog VAR_OUTPUT Speed sepoin in [%] of C0011 (C % 16384) bsaus_b Bool binary VAR_OUTPUT TRUE = supply failure conrol is acive birese_b Bool binary VAR_OUTPUT TRUE = supply failure conrol acive, he drive is braking nvp Ineger VAR CONSTANT RETAIN Gain ntn Ineger VAR CONSTANT RETAIN Inegral acion ime T nti Ineger VAR CONSTANT RETAIN Acceleraion ime wreriggertime Unsigned Ineger VAR CONSTANT RETAIN Rerigger ime Parameer codes of he insances VariableName L_MFAIL1 SeingRange Lenze nvp C ntn C ms 100 nti C s wreriggertime C s Lenze9300Servo.lib EN 1.1 L

17 Special funcions Supply failure conrol (L_MFAIL) Range of funcions Supply failure deecion Supply failure conrol Resar proecion Rese of he supply failure conrol Dynamic adapaion of he conrol parameers Fas supply recovery (KU) Applicaion example Supply failure deecion The ype of he supply failure deecion o be used depends on he drive sysem used. A failure of he volage supply of he power sage is deeced: by he level of he DC bus volage by an exernal sysem (e.g. supply module 934X or volage deecion relay). Differen sysems can be combined. Supply failure deeced by he level of he DC bus volage Use wih single drives or muli axis drives, which do no use exernal monioring sysems. For his, you can use a comparaor (e.g. L_CMP). nadap_a ncons_a L_MFAIL1 L_MFAIL nnou_a bsaus_b L_CMP2 ndcse_a birese_b L_CMP nnse_a FCODE_nC472_20_a nin1_a bou_b bfaul_b MCTRL_nDCVol_a nin2_a brese_b nthreshold_a nac_a nse_a Abb. 2 7 Example of a supply failure deecion wih inernal funcion blocks (secion) Programming he example in Abb. 2 7: 1. Se he signal links according o Abb In FB L_CMP, se byfuncion = 3 (nin1 < nin2) L Lenze9300Servo.lib EN

18 Special funcions Supply failure conrol (L_MFAIL) Supply failure deecion of he supply module A digial oupu of he supply module 934x is swiched o he funcion block L_MFAIL via he digial inpus DIGIN of he 93XX conroller. In he example, inpu X5/E4 is used. L_MFAIL1 L_MFAIL nadap_a ncons_a ndcse_a nnou_a bsaus_b birese_b nnse_a DIGIN_bIn5_b bfaul_b brese_b nthreshold_a nac_a nse_a Abb. 2 8 Example of a supply failure deecion by an exernal monioring sysem Programming he example in Abb. 2 8: 1. Se he signal links according o Abb Selec he inpu level (TRUE or FALSE acive) for X5/E4 wih C0114/4 Combinaion of hese mehods These mehods are combined via an OR link. L_MFAIL1 L_MFAIL nadap_a nnou_a ncons_a bsaus_b L_OR5 L_OR ndcse_a nnse_a birese_b DIGIN_bIn5_b bin1_b bou_b bfaul_b FALSE bin2_b brese_b L_CMP2 bin3_b nthreshold_a L_CMP nac_a FCODE_nC472_20_a nin1_a bou_b nse_a MCTRL_nDCVol_a nin2_a Abb. 2 9 Example of a supply failure deeced by differen sources Programming he example in Abb. 2 9: 1. Se he signal links according o Abb In FB L_CMP, se byfuncion = 3 (nin1 < nin2) 2 8 Lenze9300Servo.lib EN 1.1 L

19 Special funcions Supply failure conrol (L_MFAIL) Supply failure conrol Inegraion of he FB ino he signal flow of he conroller L_MFAIL1 L_MFAIL nadap_a nnou_a MCTRL_nNSe_a 0 ncons_a bsaus_b FCODE_nC472_19_a ndcse_a birese_b MCTRL_bILoad_b L_NSET1 L_NSET ncinhval_a nou_a brfgsop_b brfgieqo_b brfg0_b bninv_b nn_a bjog1_b bjog2_b bjog4_b bjog8_b bti1_b bti2_b bti4_b bti8_b nse_a bload_b bnaddinv_b nnadd_a L_CMP2 L_CMP nin1_a bou_b nin2_a DIGIN_bIn5_b FCODE_nC472_18_a MCTRL_nNAc_a MCTRL_nDCVol_a FCODE_nC472_20_a nnse_a bfaul_b brese_b nthreshold_a nac_a nse_a Abb Links for he configuraion CFG1000.lpc Programming he example (SpeedModeInernal24VSupply.lpc) in Abb. 2 10: 1. Se he signal links according o Abb (see he following able for explanaion). Funcion Inpus/oupus of L_MFAIL Noe Speed sepoin pah nnse_a, nnou_a Sar value for deceleraion nse_a Here, he acual speed value Source for he sepoin of he DC bus volage ndcse_a Here, from he freely linkable code FCODE_nC472_19_a Source for he acivaion of he supply failure b_faul_b 2 7: Supply failure deecion conrol: Proporional gain and adapaion of he n_adap_a, ncons_a DC bus volage conroller: Resar proecion nthreshold_a, nnac_a In FCODE_nC472_18_a firs, ener approx. 2% (reference: n max, C0011) Rese inpu brese_b Here, wih erminal DIGIN_bIn5_b Noe! Use C0003 o save all seings in he parameer se, if hey are o be reained on power off. L Lenze9300Servo.lib EN

20 Special funcions Supply failure conrol (L_MFAIL) Acivaion of he supply failure conrol bfaul_b TRUE = acivaes he supply failure conrol bfaul_b = FALSE riggers a iming elemen. Afer elapse of he prese ime in wreriggertime he supply failure conrol is ended/cancelled. ( 2 15: fas reurn of supply power) The drive is acceleraed o he speed sepoin if he resar proecion is no acive. The drive is sill braked o zero speed, if he resar proecion is acive. ( 2 14: Resar proecion) When resar proecion is acive, he drive can only be rese by brese_b = TRUE. Funcion of he supply failure conrol The drive conroller gains he required energy from he roaional energy of he driven machine. The drive is braked hrough he power loss of he conroller and he moor. The speed deceleraion ramp is hus shorer han for an unconrolled sysem (coasing drive). Afer acivaion of he supply failure conrol: 1. The DC bus volage is conrolled o he value a ndcse_a 2. A nnou_a an inernally generaed speed sepoin is oupu. The drive can hus be braked o zero speed (via he speed sepoin). The sar value for he conrolled deceleraion is he value a nse_a. This inpu is usually conneced o MCTRL_nNAc_a (acual speed), MCTRL_nNIn_a or L_MFAIL_nNOu_a (se speed). The speed deceleraion ramp (and hus he brake orque) resuls from he momen of ineria of he driven machine(s), he power loss of he drive (group), and he parameer seings. Sop! If a conneced brake uni is acivaed, he drive is braked wih he maximum possible orque (I max ). In his case, i may be necessary o adap he parameerizaion (see folowing page). If he power sage is no supplied, he drive canno generae a sandsill orque (imporan for acive loads such as hoiss) Lenze9300Servo.lib EN 1.1 L

21 Special funcions Supply failure conrol (L_MFAIL) Parameerizaion of he supply failure conrol The parameers o be se are srongly dependen on he moor used, he ineria of he driven machine and he drive configuraion (single drive, drive nework, maser slave operaion, ec.). This funcion mus herefore be adaped o he individual applicaion in every case. The following specificaions refer o Chaper Imporan seings prior o he iniial commissioning: Sop! Wih inernal volage supply o he erminals, erminal X6/63 is used as a volage source for exernal poeniomeers. In his case, measure across erminals +U G, U G. Noe! To perform he measuremens, a new download ha includes he changes mus be made. 1. Measure he DC bus volage wih an oscilloscope (channel 1) wih a suiable volage divider across he erminals +U G, U G or by providing he DC bus volage a erminal X6/62, for insance. To do his, connec he sysem variable MCTRL_nDCVol_a wih he sysem variable AOUT2_nOu_a. 2. Measure he speed wih an oscilloscope (channel 2) by supplying he speed on erminal X6/62, for insance, (sandard seing). To do his, connec he sysem variable MCTRL_nNAc_a wih he sysem variable AOUT1_nOu_a. 3. Ener, in C0472/20 ( FCODE_nC0472_20_a ) he hreshold for he supply failure deecion. The enry depends on he seing in C0173 (adjsumen of he U G hreshold). Se he hreshold approx. 50 V above he swich off hreshold LU (example for C0173 = 0.1; C0472/20 = 48 % = 480 V). Supply volage range C0173 = Swich off hreshold LU Swich on hreshold LU Swich off hreshold OU < 400 V V 430 V 770 V 755 V 400 V V 430 V 770 V 755 V 400 V V V 473 V 770 V 755 V 480 V wihou brake chopper V 487 V 770 V 755 V Operaion wih brake chopper (up o 480 V) V 487 V 800 V 785 V Swich on hreshold OU 4. Se he sepoin o which he DC bus volage is o be conrolled: Se he sepoin o approx. 700 V (C0472/18 = 70%). Sop! This sepoin mus be below he hreshold of any brake uni which may be conneced.if a conneced brake uni is acivaed, he drive is braked wih he maximum possible orque (I max ). The desired operaing behaviour is los. L Lenze9300Servo.lib EN

22 Special funcions Supply failure conrol (L_MFAIL) Commissioning of he supply failure conrol The commissioning should be carried ou wih moors wihou any load. 1. Sar he drive wih a FALSE TRUE rasnsiion a X5/E5 (when DIGIN_bIn5_b is conneced o brese_b ). 2. Seing he acceleraion ime nti : Se speed sepoin o 100%, operae conroller wih maximum speed. Inhibi conroller via erminal X5/28 (you can also use any oher source for he conroller inhibi, CINH) and measure he deceleraion ime o sandsill. Se approx. 1/10 of he deceleraion ime in nti. 3. Seing he rerigger ime For supply failure deecion by deecing he DC bus volage level: In wreriggertime se he run down/deceleraion ime measured under poin 2.. For supply failure deecion via an exernal sysem (e.g. supply module 934X): In wreriggertime se he ime for which he drive coninues o be braked in a conrolled way in he even of shor erm supply recovery. 4. Swich off he supply volage (supply or DC bus). The oscilloscope should display he following sequence 7 /,? 5 A J = Q R J + 2 > K J > S T J J J Abb Schemaic represenaion wih acivaed supply failure conrol (ideal characerisic) Swich off hreshold OU Swich on hreshold for brake uni Threshold Threshold LU n Speed of he drive 1 Supply failure 2 Zero speed reached 2 12 Lenze9300Servo.lib EN 1.1 L

23 Special funcions Supply failure conrol (L_MFAIL) Fine seing of he supply failure conrol For he fine seing, you will have o repea he following poins several imes. 1. Obain a very low final speed wihou he conroller reaching he undervolage hreshold LU: Increase he proporional gain nvp. Reduce he inegral acion ime ntn. 2. Avoid acivaion of he brake uni or he overvolage hreshold: Increase he inegral acion ime ntn unil he characerisic in Abb is almos reached. If necessary, also reduce he sepoin of he DC bus volage a ndcse_a (in he example C0472/19 ( FCODE_nC472_19_a )). 3. An increase of he run down/deceleraion ime or reducion of he brake orque (see Abb. 2 12) is only possible wih resricions: Increasing he acceleraion ime nti reduces he iniial brake orque and simulaneously increases he deceleraion ime. Increasing he inergral acion ime ntn reduces he iniial brake orque and simulaneously increases he deceleraion ime. If he inegral acion imes are oo long, he conroller reaches he LU hreshold before zero speed is reached. The drive is hus no longer under conrol. 4. Re esablish any signal connecions which may be required o he oupus of he drive conroller (erminals X6). Noe! Use C0003 o save all seings im a parameer se, if hey are o be reained on power off. J 7 / Q R,? 5 A J = + 2 > K J > S T J J J! J Abb Schemaic represenaion wih differen brake orques n = 1 = 2 = 3 > 3 Swich off hreshold OU Swich on hreshold for brake uni Threshold Threshold LU Speed of he drive Supply failure Zero speed wih higher brake orque (shor adjusmen ime) Drive reaches he LU swich off hreshold wih lower brake orque (high adjusmen ime), wihou reaching zero speed Drive is no longer under conrol (is braked by fricion) L Lenze9300Servo.lib EN

24 Special funcions Supply failure conrol (L_MFAIL) Rese of he supply failure conrol The supply failure conrol is rese wih brese_b = TRUE (in he example, hrough X5/E5 (when DIGIN_bIn5_b is conneced o brese_b ). The rese pulse is always required if: The resar proecion is acive. The resar proecion is used and he supply (supply or DC supply) was swiched on Resar proecion The inegraed resar proecion is o avoid a resar in he lower speed range, afer he supply volage was inerruped for a shor ime only (supply recovery before he drive has come o sandsill). Esablish he resar proecion ( 2 9: Parameerizaion of he example in Abb. 2 10) In C0472/18 ( FCODE_nC472_18_a ), ener he hreshold in [%] of n max (C0011) below which no auomaic sar is waned afer supply recovery. If he speed a supply recovery < hreshold in C0472/18 ( FCODE_nC472_18_a ): he drive will sill be braked under conrol. This funcion can only be ended by brese_b = TRUE. If he speed a supply recovery > hreshold in C0472/18 ( FCODE_nC472_18_a ): he drive acceleraes o is sepoin along he se ramps. The funcion is deacivaed by: nthreshold_a = 0%. A rese is made by brese_b = TRUE This is required afer every supply (re)connecion, and is shown by bsaus_b = HIGH, when bfaul_b = FALSE. Noe! To be able o make he seings hrough he sysem block (SB) FCODE, you mus also have used he free codes of he SB FCODE Dynamic adapaion of he conrol parameers In special cases, a dynamic modificaion of he proporional gain may be useful. Two inpus are available for his purpose a FB L_MFAIL ( ncons_a and nadap_a ). The resuling proporional gain resuls from: ncons_a nadap_a V p nvp 100% (100 % 16384) 2 14 Lenze9300Servo.lib EN 1.1 L

25 Special funcions Supply failure conrol (L_MFAIL) Fas supply power recovery (KU) The fas supply recovery causes a resar of he conroller, unless he resar proecion is acive. The drive acceleraes o is sepoin. If his is no waned, you can delay he resar by wreriggertime or preven i in combinaion wih he resar proecion. A fas supply recovery occurs: Due o he sysem, he supply recovery is indicaed by he supply failure deecion via he level of he DC bus volage. ( 2 7) because of a "shor inerrupion" (KU) of he uiliy company (e.g. in a hundersorm). Because of fauly componens in he supply cables (e.g. slip rings) So se wreriggertime > he measured deceleraion ime ha can be achieved in braking operaion Applicaion example Drive nework wih digial frequency coupling Sop! Für drive neworks which are conneced via digial frequency (a maser and one or more slaves): he supply failure deecion and conrol mus only be acivaed for he maser. You mus link he supply failure conrol ino he signal flow o mee his requiremen. You mus operae all he conrollers hrough he erminals +U G, U G in a DC bus configuraion. Observe he specificaions in he Sysem Manual Servo conroller 9300", Par F. L Lenze9300Servo.lib EN

26 Special funcions Supply failure conrol (L_MFAIL) 2 16 Lenze9300Servo.lib EN 1.1 L

27 Appendix 3 Appendix 3.1 Code able How o read he code able: Column Abbreviaion Meaning Code LCD C [C0156] Code C0039 Subcode 1 of code C0039 Subcode 2 of code C0039 Subcode 14 of code C0039 Subcode 15 of code C0039 Parameer value of he code can only be modified when he conroller is inhibied Keypad LCD DIS:... display only all ohers are parameer values Facory seing of he code Lenze * The column "Imporan" conains furher informaion Choice 1 {1 %} 99 Minimum value {smalles sep/uni} maximum value IMPORTAN Addiional, imporan explanaion of he code T L_BRK FB descripion: ( 2 1) Code LCD Possible seings IMPORTANT Lenze Choice C0195 wacivaiontime {0.1 s} s infinie Brake closing ime of L_BRK1 Engaging ime of he mechanical holding brake (see echnical daa of he brake). Afer he ime under C0195 has elapsed, he saus "mechanical brake closed" is reached C0196 wreleasetime {0.1 s} 60.0 Brake opening ime of L_BRK1 Disengaging ime of he mechanical holding brake (see echnical daa of he brake). Afer he ime under C0196 has elapsed, he saus "mechanical brake opened" is reached C0244 nmse {0.01 %} Holding momen of he DC brake of L_BRK1 100 % = value of C L_MFAIL FB descripion: ( 2 6) Code LCD Possible seings IMPORTANT Lenze Choice C0980 nvp {0.001} Gain Vp of L_MFAIL1 C0981 ntn {1 msec} 2000 Time consan of L_MFAIL1 C0982 ntir {0.001 sec} Acceleraion ime Tir of L_MFAIL1 C0983 wreriggertime {0.001 sec} Rerigger ime of L_MFAIL1 L Lenze9300Servo.lib EN

28 Appendix 3 2 Lenze9300Servo.lib EN 1.1 L

29 Index 4 Index A Appendix, 3 1 C Code able, 3 1 Codes Holding brake (L_BRK), 3 1 Supply failure conrol (L_MFAIL), 3 1 D daa ype enry, Explanaion of, 1 4 Definiions, 1 2 F Fas supply recovery (KU), 2 15 Funcion blocks Holding brake (L_BRK), 2 1 Close brake, 2 2 Open he brake, 2 3 Seing conroller inhibi, 2 4 Supply failure conrol (L_MFAIL), 2 6 H Holding brake (L_BRK), 2 1 I idenifier, Explanaion of, 1 4 L L_BRK, 2 1 L_MFAIL, 2 6 Lenze sofware guidelines, Hungarian Noaion, 1 3 P prefix, Explanaion of, 1 3 R Resar proecion, 2 14 S Safey informaion, Layou Oher noes, 1 1 Warning of damage o maerial, 1 1 Signal ype, Explanaion of, 1 5 Supply failure conrol, 2 9 Supply failure conrol (L_MFAIL), 2 6 Fas supply recovery (KU), 2 15 Resar proecion, 2 14 Supply failure conrol, 2 9 Supply failure deecion, 2 7 Supply failure deecion, 2 7 Sysem variables, Explanaion of, 1 5 T Type of variable, Idenificaion, 1 4 V Variable names Convenions, Hungarian Noaion, 1 3 Lenze sofware guidelines, Explanaion of, 1 3 Version idenifiers of he funcion library, 1 6 l Lenze9300Servo.lib EN

PROCESS AUTOMATION MANUAL TIMER RELAY KF**-DU-EX1.D ISO9001

PROCESS AUTOMATION MANUAL TIMER RELAY KF**-DU-EX1.D ISO9001 PROCESS AUTOMATION MANUAL TIMER RELAY KF**-DU-EX1.D ISO9001 Wih regard o he supply of producs, he curren issue of he following documen is applicable: The general erms of delivery for producs and services

More information

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch

MIC2569. Features. General Description. Applications. Typical Application. CableCARD Power Switch CableCARD Power Swich General Descripion is designed o supply power o OpenCable sysems and CableCARD hoss. These CableCARDs are also known as Poin of Disribuion (POD) cards. suppors boh Single and Muliple

More information

1. Function 1. Push-button interface 4g.plus. Push-button interface 4-gang plus. 2. Installation. Table of Contents

1. Function 1. Push-button interface 4g.plus. Push-button interface 4-gang plus. 2. Installation. Table of Contents Chaper 4: Binary inpus 4.6 Push-buon inerfaces Push-buon inerface Ar. no. 6708xx Push-buon inerface 2-gang plus Push-buon inerfacechaper 4:Binary inpusar. no.6708xxversion 08/054.6Push-buon inerfaces.

More information

Dimmer time switch AlphaLux³ D / 27

Dimmer time switch AlphaLux³ D / 27 Dimmer ime swich AlphaLux³ D2 426 26 / 27! Safey noes This produc should be insalled in line wih insallaion rules, preferably by a qualified elecrician. Incorrec insallaion and use can lead o risk of elecric

More information

Voltair Version 2.5 Release Notes (January, 2018)

Voltair Version 2.5 Release Notes (January, 2018) Volair Version 2.5 Release Noes (January, 2018) Inroducion 25-Seven s new Firmware Updae 2.5 for he Volair processor is par of our coninuing effors o improve Volair wih new feaures and capabiliies. For

More information

Connections, displays and operating elements. Status LEDs (next to the keys)

Connections, displays and operating elements. Status LEDs (next to the keys) GB Connecions, displays and operaing elemens A Push-buon plus Sysem M Operaing insrucions 1 2 1 2 3 4 5 6 7 8 C B A 4 Inser he bus erminal ino he connecion of pushbuon A. 5 Inser he push-buon ino he frame.

More information

Connections, displays and operating elements. 3 aux. 5 aux.

Connections, displays and operating elements. 3 aux. 5 aux. Taser PlusKapiel3:Taser3.1Taser Plus Meren2005V6280-561-0001/08 GB Connecions, displays and operaing elemens Taser Plus Arec/Anik/Trancen Operaing insrucions A 1 2 1 2 3 4 5 6 C B A B 3 aux. 7 8 9 aux.

More information

Timers CT Range. CT-D Range. Electronic timers. CT-D Range. Phone: Fax: Web: -

Timers CT Range. CT-D Range. Electronic timers. CT-D Range. Phone: Fax: Web:  - CT-D Range Timers CT-D Range Elecronic imers Characerisics Diversiy: mulifuncion imers 0 single-funcion imers Conrol supply volages: Wide range: -0 V AC/DC Muli range: -8 V DC, 7 ime ranges from 0.0s o

More information

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471

Location. Electrical. Loads. 2-wire mains-rated. 0.5 mm² to 1.5 mm² Max. length 300 m (with 1.5 mm² cable). Example: Belden 8471 Produc Descripion Insallaion and User Guide Transiser Dimmer (454) The DIN rail mouned 454 is a 4channel ransisor dimmer. I can operae in one of wo modes; leading edge or railing edge. All 4 channels operae

More information

WORKSHOP SAFETY IN MOBILE APPLICATION

WORKSHOP SAFETY IN MOBILE APPLICATION WORKSHOP SAFETY IN MOBILE APPLICATION Renaa Mondelaers Seven Bellens SICK SEW Cerified Funcional Safey Applicaion Exper Technology Leader Smar Facory CFSAE by SGS/TÜV Saar MOBILE APPLICATION AVAILABLE

More information

PLCopen for efficiency in automation

PLCopen for efficiency in automation Technical Paper PLCopen Technical Commiee 2 Funcion Blocks for Moion Conrol Par 6 Fluid Power Exensions Version 2.0, Published DISCLAIMER OF WARRANTIES THIS DOCUMENT IS PROVIDED ON AN AS IS BASIS AND MAY

More information

Chapter 4 Sequential Instructions

Chapter 4 Sequential Instructions Chaper 4 Sequenial Insrucions The sequenial insrucions of FBs-PLC shown in his chaper are also lised in secion 3.. Please refer o Chaper, "PLC Ladder diagram and he Coding rules of Mnemonic insrucion",

More information

Motor Control. 5. Control. Motor Control. Motor Control

Motor Control. 5. Control. Motor Control. Motor Control 5. Conrol In his chaper we will do: Feedback Conrol On/Off Conroller PID Conroller Moor Conrol Why use conrol a all? Correc or wrong? Supplying a cerain volage / pulsewidh will make he moor spin a a cerain

More information

ENDA ETM742 DIGITAL TIMER

ENDA ETM742 DIGITAL TIMER Read his documen carefully before using his device. The guaranee will be expired by damaging of he device if you don' aend o he direcions in he user manual. Also we don' accep any compensaions for personal

More information

3RP20, 3RP15 solid-state time relays

3RP20, 3RP15 solid-state time relays 7 3RP20, 3RP15 solid-sae ime relays Secion Subjec Page 7.1 Specificaions/regulaions/approvals 7-2 7.2 Device descripion 7-3 7.2.1 Device ypes 7-3 7.2.2 Insallaion 7-5 7.2.3 Special feaures 7-5 7.2.4 Noes

More information

Simple Network Management Based on PHP and SNMP

Simple Network Management Based on PHP and SNMP Simple Nework Managemen Based on PHP and SNMP Krasimir Trichkov, Elisavea Trichkova bsrac: This paper aims o presen simple mehod for nework managemen based on SNMP - managemen of Cisco rouer. The paper

More information

Ins Net2 plus control unit

Ins Net2 plus control unit S ns 0 Server Link 00 0/00 Eherne End of Line Terminaion RS485 Nework xi -4V. Ins-30080 Ne plus conrol uni C auion: For DC readers y Inruder Ne plus O u pus r Powe DC Only Relay C onac E Buo n P SU/ Page

More information

ENDA ETM442 DIGITAL TIMER

ENDA ETM442 DIGITAL TIMER Read his documen carefully before using his device. The guaranee will be expired by damaging of he device if you don' aend o he direcions in he user manual. Also we don' accep any compensaions for personal

More information

ETD-BL-1T-OFF-CC-... Timer relay with off delay (with control contact) and adjustable time. INTERFACE Data sheet _en_01. 1 Description.

ETD-BL-1T-OFF-CC-... Timer relay with off delay (with control contact) and adjustable time. INTERFACE Data sheet _en_01. 1 Description. Timer relay wih off delay (wih conrol conac) and adjusable ime INTERFACE Daa shee 103617_en_01 1 Descripion PHOENIX CONTACT - 09/2009 Feaures Compac ime relay in he 6.2 mm housing in order o conrol ime

More information

User Manual. RINS Software Revision >V9.26

User Manual. RINS Software Revision >V9.26 User Manual INTERNAL SIREN WARNING The Enforcer 32-WE conrol panel conains a 100 dba siren, please be aware of his when in use. RINS1503-2 Sofware Revision >V9.26 Conens Page A: Inroducion 3 B: Keypads

More information

Troubleshooting PLCopen Block Behavior

Troubleshooting PLCopen Block Behavior Troubleshooing PLCopen Block Behavior Deailed Troubleshooing of he PLCopen Block Behavior General informaion Copyrigh Siemens AG 2 All righs reserved Subjec o change wihou prior noice. Copyrigh The disribuion

More information

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report)

Implementing Ray Casting in Tetrahedral Meshes with Programmable Graphics Hardware (Technical Report) Implemening Ray Casing in Terahedral Meshes wih Programmable Graphics Hardware (Technical Repor) Marin Kraus, Thomas Erl March 28, 2002 1 Inroducion Alhough cell-projecion, e.g., [3, 2], and resampling,

More information

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR

PART 1 REFERENCE INFORMATION CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONITOR . ~ PART 1 c 0 \,).,,.,, REFERENCE NFORMATON CONTROL DATA 6400 SYSTEMS CENTRAL PROCESSOR MONTOR n CONTROL DATA 6400 Compuer Sysems, sysem funcions are normally handled by he Monior locaed in a Peripheral

More information

LD7832A 4/17/2013. High Power Factor LED Controller with HV Start-up. General Description. Features. Applications. Typical Application REV: 00

LD7832A 4/17/2013. High Power Factor LED Controller with HV Start-up. General Description. Features. Applications. Typical Application REV: 00 4/17/2013 High Power Facor LED Conroller wih HV Sar-up REV: 00 General Descripion The is a buck soluion wih high PFC conrol for LED lighing. I feaures HV sar-up, easy o design wih minimum cos and PCB size.

More information

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version

Test - Accredited Configuration Engineer (ACE) Exam - PAN-OS 6.0 Version Tes - Accredied Configuraion Engineer (ACE) Exam - PAN-OS 6.0 Version ACE Exam Quesion 1 of 50. Which of he following saemens is NOT abou Palo Alo Neworks firewalls? Sysem defauls may be resored by performing

More information

Bulletin 700-HA Plug-in Style Relays

Bulletin 700-HA Plug-in Style Relays Bullein 00-HA Bullein 00-HA or Changeover s Tube Base Socke Mouning Muli-Range Time and Surge Suppressor Modules Table of Conens Descripion Page Descripion Page Overview...........................................

More information

Order code M F Type of relay

Order code M F Type of relay elay niversal MF for Curren Monioring elay niversal MF2 for Curren Monioring Sandard ype Large conac gap, swiching volage herefore 400 VAC Monioring of DC and AC currens Order Code Order code M F 2 0 40

More information

Safety Integrated for drive technology and motion control siemens.com/safety-drives

Safety Integrated for drive technology and motion control siemens.com/safety-drives Simply safe wice he efficiency! Safey Inegraed for drive echnology and moion conrol siemens.com/safey-drives Focused approach for more safey As machine builder and company operaing machines, your opmos

More information

Using CANopen Slave Driver

Using CANopen Slave Driver CAN Bus User Manual Using CANopen Slave Driver V1. Table of Conens 1. SDO Communicaion... 1 2. PDO Communicaion... 1 3. TPDO Reading and RPDO Wriing... 2 4. RPDO Reading... 3 5. CANopen Communicaion Parameer

More information

USBFC (USB Function Controller)

USBFC (USB Function Controller) USBFC () EIFUFAL501 User s Manual Doc #: 88-02-E01 Revision: 2.0 Dae: 03/24/98 (USBFC) 1. Highlighs... 4 1.1 Feaures... 4 1.2 Overview... 4 1.3 USBFC Block Diagram... 5 1.4 USBFC Typical Sysem Block Diagram...

More information

MB86297A Carmine Timing Analysis of the DDR Interface

MB86297A Carmine Timing Analysis of the DDR Interface Applicaion Noe MB86297A Carmine Timing Analysis of he DDR Inerface Fujisu Microelecronics Europe GmbH Hisory Dae Auhor Version Commen 05.02.2008 Anders Ramdahl 0.01 Firs draf 06.02.2008 Anders Ramdahl

More information

NEWTON S SECOND LAW OF MOTION

NEWTON S SECOND LAW OF MOTION Course and Secion Dae Names NEWTON S SECOND LAW OF MOTION The acceleraion of an objec is defined as he rae of change of elociy. If he elociy changes by an amoun in a ime, hen he aerage acceleraion during

More information

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters

Michiel Helder and Marielle C.T.A Geurts. Hoofdkantoor PTT Post / Dutch Postal Services Headquarters SHORT TERM PREDICTIONS A MONITORING SYSTEM by Michiel Helder and Marielle C.T.A Geurs Hoofdkanoor PTT Pos / Duch Posal Services Headquarers Keywords macro ime series shor erm predicions ARIMA-models faciliy

More information

Manual. Global Drive. PLC Developer Studio. Global Drive. LenzeElectricalShaft.lib. Function library

Manual. Global Drive. PLC Developer Studio. Global Drive. LenzeElectricalShaft.lib. Function library L Manual Global Drive PLC Developer Studio Global Drive Function library LenzeElectricalShaft.lib The function library LenzeElectricalShaft.lib can be used for the following Lenze PLCs: Type from hardware

More information

High Speed CAN Transceiver with Wake and Failure Detection

High Speed CAN Transceiver with Wake and Failure Detection 1 Overview Feaures HS CAN Transceiver wih daa ransmission rae up o 1 MBaud Complian o ISO 11898-5 Very low power consumpion in Sleep mode Bus Wake-Up and local Wake-Up Inhibi oupu o conrol exernal circuiry

More information

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS

FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS FIELD PROGRAMMABLE GATE ARRAY (FPGA) AS A NEW APPROACH TO IMPLEMENT THE CHAOTIC GENERATORS Mohammed A. Aseeri and M. I. Sobhy Deparmen of Elecronics, The Universiy of Ken a Canerbury Canerbury, Ken, CT2

More information

Multifunctional time delay relay MFT U11S, MFT U21S, MFT U22S, MFT U31S, MFT U21P, MFT U22P, MFT U41SE

Multifunctional time delay relay MFT U11S, MFT U21S, MFT U22S, MFT U31S, MFT U21P, MFT U22P, MFT U41SE Mulifuncional ime delay relay MFT U11, MFT U21, MFT U22, MFT U31, MFT U21, MFT U22, MFT U41E 8 Funcions, 8 ime ranges Mulivolage: 24 Vac / dc 110... 240 Vac 12... 240 Vdc 24... 240 Vac 2 oupu conacs MFT

More information

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes.

Sam knows that his MP3 player has 40% of its battery life left and that the battery charges by an additional 12 percentage points every 15 minutes. 8.F Baery Charging Task Sam wans o ake his MP3 player and his video game player on a car rip. An hour before hey plan o leave, he realized ha he forgo o charge he baeries las nigh. A ha poin, he plugged

More information

Saturday from 09:00-13:00 (GMT) Documentation on all Paxton Access products can be found on our website -

Saturday from 09:00-13:00 (GMT) Documentation on all Paxton Access products can be found on our website - 9/3/9 Ins-38 Ne plus conrol uni Paxon Access Technical Suppor +44 ()173 81111 suppor@paxon.co.uk Technical help is available: Monday - Friday from 7: - 19: (GMT) Saurday from 9: - 13: (GMT) Documenaion

More information

IDEF3 Process Description Capture Method

IDEF3 Process Description Capture Method IDEF3 Process Descripion Capure Mehod IDEF3 is par of he IDEF family of mehods developmen funded by he US Air Force o provide modelling suppor for sysems engineering and enerprise inegraion 2 IDEF3 Mehod

More information

Temperature Controller EXPERT-VT212 USER'S MANUAL

Temperature Controller EXPERT-VT212 USER'S MANUAL Temperaure Conroller USER'S MANUAL TABLE OF CONTENTS Page 1. PRECAUTIONS... 6 2. FEATURES... 7 3. LOCATION OF THE CONTROLS... 9 4. MOUNTING INSTRUCTIONS...12 4.1 CONNECTIONS... 12 5. CONTROLLER SETUP...14

More information

Saturday from 09:00-13:00 (GMT) Documentation on all Paxton products can be found on our website -

Saturday from 09:00-13:00 (GMT) Documentation on all Paxton products can be found on our website - 4/05/0 Ins-30080 Ne plus conrol uni Paxon Technical Suppor 073 80 suppor@paxon.co.uk Technical help is available: Monday - Friday from 07:00-9:00 (GMT) Saurday from 09:00-3:00 (GMT) Documenaion on all

More information

TLE6251-3G. Data Sheet. Automotive Power. High Speed CAN-Transceiver with Wake and Failure Detection. Rev. 1.1,

TLE6251-3G. Data Sheet. Automotive Power. High Speed CAN-Transceiver with Wake and Failure Detection. Rev. 1.1, High Speed CAN-Transceiver wih Wake and Failure Deecion Daa Shee Rev. 1.1, 2011-06-06 Auomoive Power Table of Conens 1 Overview....................................................................... 3

More information

V103 TRIPLE 10-BIT LVDS TRANSMITTER FOR VIDEO. General Description. Features. Block Diagram

V103 TRIPLE 10-BIT LVDS TRANSMITTER FOR VIDEO. General Description. Features. Block Diagram General Descripion The V103 LVDS display inerface ransmier is primarily designed o suppor pixel daa ransmission beween a video processing engine and a digial video display. The daa rae suppors up o SXGA+

More information

Assignment 2. Due Monday Feb. 12, 10:00pm.

Assignment 2. Due Monday Feb. 12, 10:00pm. Faculy of rs and Science Universiy of Torono CSC 358 - Inroducion o Compuer Neworks, Winer 218, LEC11 ssignmen 2 Due Monday Feb. 12, 1:pm. 1 Quesion 1 (2 Poins): Go-ack n RQ In his quesion, we review how

More information

Y. Tsiatouhas. VLSI Systems and Computer Architecture Lab

Y. Tsiatouhas. VLSI Systems and Computer Architecture Lab CMOS INEGRAED CIRCUI DESIGN ECHNIQUES Universiy of Ioannina Clocking Schemes Dep. of Compuer Science and Engineering Y. siaouhas CMOS Inegraed Circui Design echniques Overview 1. Jier Skew hroughpu Laency

More information

COSC 3213: Computer Networks I Chapter 6 Handout # 7

COSC 3213: Computer Networks I Chapter 6 Handout # 7 COSC 3213: Compuer Neworks I Chaper 6 Handou # 7 Insrucor: Dr. Marvin Mandelbaum Deparmen of Compuer Science York Universiy F05 Secion A Medium Access Conrol (MAC) Topics: 1. Muliple Access Communicaions:

More information

Elite Acoustics Engineering A4-8 Live-Performance Studio Monitor with 4 Channels, Mixer, Effects, and Bluetooth Quick Start Guide

Elite Acoustics Engineering A4-8 Live-Performance Studio Monitor with 4 Channels, Mixer, Effects, and Bluetooth Quick Start Guide Elie Acousics Engineering A4-8 Live-Performance Sudio Monior wih 4 Channels, Mixer, Effecs, and Blueooh Quick Sar Guide WHAT IS IN THE BOX Your A4-8 package conains he following: (1) Speaker (1) 12V AC

More information

Chapter 8 LOCATION SERVICES

Chapter 8 LOCATION SERVICES Disribued Compuing Group Chaper 8 LOCATION SERVICES Mobile Compuing Winer 2005 / 2006 Overview Mobile IP Moivaion Daa ransfer Encapsulaion Locaion Services & Rouing Classificaion of locaion services Home

More information

4 Error Control. 4.1 Issues with Reliable Protocols

4 Error Control. 4.1 Issues with Reliable Protocols 4 Error Conrol Jus abou all communicaion sysems aemp o ensure ha he daa ges o he oher end of he link wihou errors. Since i s impossible o build an error-free physical layer (alhough some shor links can

More information

Electric Ephemeris PCA Argus v 3.1 for Windows. Sales & CD development. Electric Ephemeris/PCA Argus Programming: Laurids Pedersen

Electric Ephemeris PCA Argus v 3.1 for Windows. Sales & CD development. Electric Ephemeris/PCA Argus Programming: Laurids Pedersen Elecric Ephemeris PCA Argus v 3.1 for Windows MSP Soluions: Sales & CD developmen Elecric Ephemeris/PCA Argus Programming: Laurids Pedersen CD Design: Web Design: Magic Space MSP Soluions Technical suppor

More information

Announcements. TCP Congestion Control. Goals of Today s Lecture. State Diagrams. TCP State Diagram

Announcements. TCP Congestion Control. Goals of Today s Lecture. State Diagrams. TCP State Diagram nnouncemens TCP Congesion Conrol Projec #3 should be ou onigh Can do individual or in a eam of 2 people Firs phase due November 16 - no slip days Exercise good (beer) ime managemen EE 122: Inro o Communicaion

More information

DATASHEET X80120, X Features. Applications. Pinout. Ordering Information

DATASHEET X80120, X Features. Applications. Pinout. Ordering Information DTSHEET X80120, X80121 Volage Supervisor/Sequencer Dual Programmable Time Delay wih Local/Remoe Volage Moniors FN8151 Rev 0.00 The X80120 is a volage supervisor/sequencer wih wo buil in volage moniors.

More information

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008

MATH Differential Equations September 15, 2008 Project 1, Fall 2008 Due: September 24, 2008 MATH 5 - Differenial Equaions Sepember 15, 8 Projec 1, Fall 8 Due: Sepember 4, 8 Lab 1.3 - Logisics Populaion Models wih Harvesing For his projec we consider lab 1.3 of Differenial Equaions pages 146 o

More information

Sartorius Cubis Series

Sartorius Cubis Series Brief Insrucions Sarorius Cubis Series Elecronic Precision and Analical Balances MSU Models 98648-017-12 Informaion for he User Conens Noes on using his manual....................... 3 Safe Insrucions.............................

More information

Timers CT Range. CT-S Range. Electronic timers. CT-S Range. Phone: Fax: Web: -

Timers CT Range. CT-S Range. Electronic timers. CT-S Range. Phone: Fax: Web:  - CT-S Range Timers CT-S Range Elecronic imers Characerisics J Diversiy: J 8 mulifuncion imers J 13 single-funcion imers J 8 swiching relays J Conrol supply volages: J Muli range: 24-48 V DC, J Wide range:

More information

A Matching Algorithm for Content-Based Image Retrieval

A Matching Algorithm for Content-Based Image Retrieval A Maching Algorihm for Conen-Based Image Rerieval Sue J. Cho Deparmen of Compuer Science Seoul Naional Universiy Seoul, Korea Absrac Conen-based image rerieval sysem rerieves an image from a daabase using

More information

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS

MOTION DETECTORS GRAPH MATCHING LAB PRE-LAB QUESTIONS NME: TE: LOK: MOTION ETETORS GRPH MTHING L PRE-L QUESTIONS 1. Read he insrucions, and answer he following quesions. Make sure you resae he quesion so I don hae o read he quesion o undersand he answer..

More information

MOBILE COMPUTING 3/18/18. Wi-Fi IEEE. CSE 40814/60814 Spring 2018

MOBILE COMPUTING 3/18/18. Wi-Fi IEEE. CSE 40814/60814 Spring 2018 MOBILE COMPUTING CSE 40814/60814 Spring 2018 Wi-Fi Wi-Fi: name is NOT an abbreviaion play on Hi-Fi (high fideliy) Wireless Local Area Nework (WLAN) echnology WLAN and Wi-Fi ofen used synonymous Typically

More information

MOBILE COMPUTING. Wi-Fi 9/20/15. CSE 40814/60814 Fall Wi-Fi:

MOBILE COMPUTING. Wi-Fi 9/20/15. CSE 40814/60814 Fall Wi-Fi: MOBILE COMPUTING CSE 40814/60814 Fall 2015 Wi-Fi Wi-Fi: name is NOT an abbreviaion play on Hi-Fi (high fideliy) Wireless Local Area Nework (WLAN) echnology WLAN and Wi-Fi ofen used synonymous Typically

More information

Data Structures and Algorithms. The material for this lecture is drawn, in part, from The Practice of Programming (Kernighan & Pike) Chapter 2

Data Structures and Algorithms. The material for this lecture is drawn, in part, from The Practice of Programming (Kernighan & Pike) Chapter 2 Daa Srucures and Algorihms The maerial for his lecure is drawn, in par, from The Pracice of Programming (Kernighan & Pike) Chaper 2 1 Moivaing Quoaion Every program depends on algorihms and daa srucures,

More information

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012

Scheduling. Scheduling. EDA421/DIT171 - Parallel and Distributed Real-Time Systems, Chalmers/GU, 2011/2012 Lecture #4 Updated March 16, 2012 EDA421/DIT171 - Parallel and Disribued Real-Time Sysems, Chalmers/GU, 2011/2012 Lecure #4 Updaed March 16, 2012 Aemps o mee applicaion consrains should be done in a proacive way hrough scheduling. Schedule

More information

The Impact of Product Development on the Lifecycle of Defects

The Impact of Product Development on the Lifecycle of Defects The Impac of Produc Developmen on he Lifecycle of Rudolf Ramler Sofware Compeence Cener Hagenberg Sofware Park 21 A-4232 Hagenberg, Ausria +43 7236 3343 872 rudolf.ramler@scch.a ABSTRACT This paper invesigaes

More information

MUX 1. GENERAL DESCRIPTION

MUX 1. GENERAL DESCRIPTION 256Mb Async./Burs/Sync./A/D MUX 1. GENERAL DESCRIPTION Winbond x16 ADMUX producs are high-speed, CMOS pseudo-saic random access memory developed for lowpower, porable applicaions. The device has a DRAM

More information

Point Cloud Representation of 3D Shape for Laser- Plasma Scanning 3D Display

Point Cloud Representation of 3D Shape for Laser- Plasma Scanning 3D Display Poin Cloud Represenaion of 3D Shape for Laser- Plasma Scanning 3D Displa Hiroo Ishikawa and Hideo Saio Keio Universi E-mail {hiroo, saio}@ozawa.ics.keio.ac.jp Absrac- In his paper, a mehod of represening

More information

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding

Analysis of Various Types of Bugs in the Object Oriented Java Script Language Coding Indian Journal of Science and Technology, Vol 8(21), DOI: 10.17485/ijs/2015/v8i21/69958, Sepember 2015 ISSN (Prin) : 0974-6846 ISSN (Online) : 0974-5645 Analysis of Various Types of Bugs in he Objec Oriened

More information

PCMCIA / JEIDA SRAM Card

PCMCIA / JEIDA SRAM Card Daashee PCMCIA / JEIDA SRAM Card Version 10 Preliminary Version 10 Page1 Documen Version Version Descripion Dae Edior Approved by 8 Updae 2, April, 2002 Greg Lin Greg Lin 9 Updae 10, Aug., 2010 Amos Chung

More information

Web System for the Remote Control and Execution of an IEC Application

Web System for the Remote Control and Execution of an IEC Application Web Sysem for he Remoe Conrol and Execuion of an IEC 61499 Applicaion Oana ROHAT, Dan POPESCU Faculy of Auomaion and Compuer Science, Poliehnica Universiy, Splaiul Independenței 313, Bucureși, 060042,

More information

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding

Image segmentation. Motivation. Objective. Definitions. A classification of segmentation techniques. Assumptions for thresholding Moivaion Image segmenaion Which pixels belong o he same objec in an image/video sequence? (spaial segmenaion) Which frames belong o he same video sho? (emporal segmenaion) Which frames belong o he same

More information

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services

Improving the Efficiency of Dynamic Service Provisioning in Transport Networks with Scheduled Services Improving he Efficiency of Dynamic Service Provisioning in Transpor Neworks wih Scheduled Services Ralf Hülsermann, Monika Jäger and Andreas Gladisch Technologiezenrum, T-Sysems, Goslarer Ufer 35, D-1585

More information

Functional Differences Between the DSP56311 and DSP56321

Functional Differences Between the DSP56311 and DSP56321 Freescale Semiconducor Engineering Bullein EB365 Rev 5, 10/2005 Funcional Differences Beween he DSP56311 and DSP56321 The DSP56311 and DSP56321, wo members of he Freescale DSP56300 family of programmable

More information

Po,,ll. I Appll I APP2 I I App3 I. Illll Illlllll II Illlll Illll Illll Illll Illll Illll Illll Illll Illll Illll Illll Illlll Illl Illl Illl

Po,,ll. I Appll I APP2 I I App3 I. Illll Illlllll II Illlll Illll Illll Illll Illll Illll Illll Illll Illll Illll Illll Illlll Illl Illl Illl Illll Illlllll II Illlll Illll Illll Illll Illll Illll Illll Illll Illll Illll Illll Illlll Illl Illl Illl US 20110153728A1 (19) nied Saes (12) Paen Applicaion Publicaion (10) Pub. No.: S 2011/0153728

More information

Video Content Description Using Fuzzy Spatio-Temporal Relations

Video Content Description Using Fuzzy Spatio-Temporal Relations Proceedings of he 4s Hawaii Inernaional Conference on Sysem Sciences - 008 Video Conen Descripion Using Fuzzy Spaio-Temporal Relaions rchana M. Rajurkar *, R.C. Joshi and Sananu Chaudhary 3 Dep of Compuer

More information

Chapter 3 MEDIA ACCESS CONTROL

Chapter 3 MEDIA ACCESS CONTROL Chaper 3 MEDIA ACCESS CONTROL Overview Moivaion SDMA, FDMA, TDMA Aloha Adapive Aloha Backoff proocols Reservaion schemes Polling Disribued Compuing Group Mobile Compuing Summer 2003 Disribued Compuing

More information

1.4 Application Separable Equations and the Logistic Equation

1.4 Application Separable Equations and the Logistic Equation 1.4 Applicaion Separable Equaions and he Logisic Equaion If a separable differenial equaion is wrien in he form f ( y) dy= g( x) dx, hen is general soluion can be wrien in he form f ( y ) dy = g ( x )

More information

PCMCIA / JEIDA SRAM Card

PCMCIA / JEIDA SRAM Card Daashee PCMCIA / JEIDA SRAM Card Version 12 Preliminary Version 12 Page1 Documen Version Version Descripion Dae Edior Approved by 8 Updae 2,Apr. 2002 Greg Lin Greg Lin 9 Updae 10,Aug. 2010 Amos Chung Ken

More information

TLE9250V. 1 Overview. High Speed CAN FD Transceiver. Qualified for Automotive Applications according to AEC-Q100

TLE9250V. 1 Overview. High Speed CAN FD Transceiver. Qualified for Automotive Applications according to AEC-Q100 High Speed CAN FD Transceiver 1 Overview Qualified for Auomoive Applicaions according o AEC-Q100 Feaures Fully complian o ISO 11898-2 (2016) and SAE J2284-4/-5 Reference device and par of Ineroperabiliy

More information

An Adaptive Spatial Depth Filter for 3D Rendering IP

An Adaptive Spatial Depth Filter for 3D Rendering IP JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.3, NO. 4, DECEMBER, 23 175 An Adapive Spaial Deph Filer for 3D Rendering IP Chang-Hyo Yu and Lee-Sup Kim Absrac In his paper, we presen a new mehod

More information

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional);

Network management and QoS provisioning - QoS in Frame Relay. . packet switching with virtual circuit service (virtual circuits are bidirectional); QoS in Frame Relay Frame relay characerisics are:. packe swiching wih virual circui service (virual circuis are bidirecional);. labels are called DLCI (Daa Link Connecion Idenifier);. for connecion is

More information

Overview of Board Revisions

Overview of Board Revisions s Sysem Overview MicroAuoBox Embedded PC MicroAuoBox II can be enhanced wih he MicroAuoBox Embedded PC. The MicroAuoBox EmbeddedPC is powered via he MicroAuoBox II power inpu connecor. Wih he common power

More information

STRING DESCRIPTIONS OF DATA FOR DISPLAY*

STRING DESCRIPTIONS OF DATA FOR DISPLAY* SLAC-PUB-383 January 1968 STRING DESCRIPTIONS OF DATA FOR DISPLAY* J. E. George and W. F. Miller Compuer Science Deparmen and Sanford Linear Acceleraor Cener Sanford Universiy Sanford, California Absrac

More information

BETA Switching Timers

BETA Switching Timers Siemens AG 2008 BETA Swiching /2 Produc overview /3 7LF4 digial ime swiches /11 7LF5 mechanical ime swiches /16 7LF6, 5TT1 3 imers for buildings /21 5TT3 18 imers for indusrial applicaions Siemens ET B1

More information

Timers CT Range. Electronic timers. Electronic timers. Phone: Fax: Web: -

Timers CT Range. Electronic timers. Electronic timers. Phone: Fax: Web:  - Elecronic imers Timers Elecronic imers General informaion Elecronic imers Overview CT-D range CT-E range CT-S range Timing funcion mulifuncional single-funcional mulifuncional single-funcional mulifuncional

More information

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL

CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL CAMERA CALIBRATION BY REGISTRATION STEREO RECONSTRUCTION TO 3D MODEL Klečka Jan Docoral Degree Programme (1), FEEC BUT E-mail: xkleck01@sud.feec.vubr.cz Supervised by: Horák Karel E-mail: horak@feec.vubr.cz

More information

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks

Less Pessimistic Worst-Case Delay Analysis for Packet-Switched Networks Less Pessimisic Wors-Case Delay Analysis for Packe-Swiched Neworks Maias Wecksén Cenre for Research on Embedded Sysems P O Box 823 SE-31 18 Halmsad maias.wecksen@hh.se Magnus Jonsson Cenre for Research

More information

4. Minimax and planning problems

4. Minimax and planning problems CS/ECE/ISyE 524 Inroducion o Opimizaion Spring 2017 18 4. Minima and planning problems ˆ Opimizing piecewise linear funcions ˆ Minima problems ˆ Eample: Chebyshev cener ˆ Muli-period planning problems

More information

Operating Instructions. Classic Light Balances AL/PL/PL-S Models

Operating Instructions. Classic Light Balances AL/PL/PL-S Models Operaing Insrucions Classic Ligh Balances AL/PL/PL-S Models Operaing insrucions in a nushell Press key briefly Press and hold key down unil he desired display appears auomaic sequence Swiching on On Swiching

More information

PLASTIC MACHINERY AUTOMATION

PLASTIC MACHINERY AUTOMATION PLASTIC MACHINERY AUTOMATION HELPING BUILD BETTER MACHINES CONTENTS CONTROLS Indusrial PCs 6 COMBIVIS Sudio 6 7 HMI 8 COMBIVIS Sudio HMI 9 VPN Rouer 10 DRIVES Funcional Safey 13 Technology 14 EXTRUDERS

More information

4.1 3D GEOMETRIC TRANSFORMATIONS

4.1 3D GEOMETRIC TRANSFORMATIONS MODULE IV MCA - 3 COMPUTER GRAPHICS ADMN 29- Dep. of Compuer Science And Applicaions, SJCET, Palai 94 4. 3D GEOMETRIC TRANSFORMATIONS Mehods for geomeric ransformaions and objec modeling in hree dimensions

More information

1 œ DRUM SET KEY. 8 Odd Meter Clave Conor Guilfoyle. Cowbell (neck) Cymbal. Hi-hat. Floor tom (shell) Clave block. Cowbell (mouth) Hi tom.

1 œ DRUM SET KEY. 8 Odd Meter Clave Conor Guilfoyle. Cowbell (neck) Cymbal. Hi-hat. Floor tom (shell) Clave block. Cowbell (mouth) Hi tom. DRUM SET KEY Hi-ha Cmbal Clave block Cowbell (mouh) 0 Cowbell (neck) Floor om (shell) Hi om Mid om Snare Floor om Snare cross sick or clave block Bass drum Hi-ha wih foo 8 Odd Meer Clave Conor Guilfole

More information

Lecture 4. Programming with Message Passing: Applications and Performance

Lecture 4. Programming with Message Passing: Applications and Performance Lecure 4 Programming wih Message Passing: Applicaions and Performance Announcemens Quiz #1 in secion on 10/13 Miderm: evening of 10/30, 7:00 o 8:20 PM Wednesday s office hours sar a 1.30 (res of he quarer)

More information

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves

AML710 CAD LECTURE 11 SPACE CURVES. Space Curves Intrinsic properties Synthetic curves AML7 CAD LECTURE Space Curves Inrinsic properies Synheic curves A curve which may pass hrough any region of hreedimensional space, as conrased o a plane curve which mus lie on a single plane. Space curves

More information

STEREO PLANE MATCHING TECHNIQUE

STEREO PLANE MATCHING TECHNIQUE STEREO PLANE MATCHING TECHNIQUE Commission III KEY WORDS: Sereo Maching, Surface Modeling, Projecive Transformaion, Homography ABSTRACT: This paper presens a new ype of sereo maching algorihm called Sereo

More information

Outline. EECS Components and Design Techniques for Digital Systems. Lec 06 Using FSMs Review: Typical Controller: state

Outline. EECS Components and Design Techniques for Digital Systems. Lec 06 Using FSMs Review: Typical Controller: state Ouline EECS 5 - Componens and Design Techniques for Digial Sysems Lec 6 Using FSMs 9-3-7 Review FSMs Mapping o FPGAs Typical uses of FSMs Synchronous Seq. Circuis safe composiion Timing FSMs in verilog

More information

TLE9845QX P/N Application Note

TLE9845QX P/N Application Note TLE9845QX P/N Applicaion Noe Moor Drive wih P/N-channel Power MOSFET Half Bridge Applicaion Abou his documen Scope and purpose This applicaion noe describes he MOSFET drive funcionaliies of he TLE984xQX

More information

Service Oriented Solution Modeling and Variation Propagation Analysis based on Architectural Building Blocks

Service Oriented Solution Modeling and Variation Propagation Analysis based on Architectural Building Blocks Carnegie Mellon Universiy From he SelecedWorks of Jia Zhang Ocober, 203 Service Oriened Soluion Modeling and Variaion Propagaion Analysis based on Archiecural uilding locks Liang-Jie Zhang Jia Zhang Available

More information

EECS 487: Interactive Computer Graphics

EECS 487: Interactive Computer Graphics EECS 487: Ineracive Compuer Graphics Lecure 7: B-splines curves Raional Bézier and NURBS Cubic Splines A represenaion of cubic spline consiss of: four conrol poins (why four?) hese are compleely user specified

More information

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley.

Shortest Path Algorithms. Lecture I: Shortest Path Algorithms. Example. Graphs and Matrices. Setting: Dr Kieran T. Herley. Shores Pah Algorihms Background Seing: Lecure I: Shores Pah Algorihms Dr Kieran T. Herle Deparmen of Compuer Science Universi College Cork Ocober 201 direced graph, real edge weighs Le he lengh of a pah

More information

Optimal Crane Scheduling

Optimal Crane Scheduling Opimal Crane Scheduling Samid Hoda, John Hooker Laife Genc Kaya, Ben Peerson Carnegie Mellon Universiy Iiro Harjunkoski ABB Corporae Research EWO - 13 November 2007 1/16 Problem Track-mouned cranes move

More information

(10) Patent No.: US 6,931,558 Bl (57) ABSTRACT ~ :!j 304 ; OS. BMR. & TSM files needed at restore time. Boot ~II backed-up ~ 106

(10) Patent No.: US 6,931,558 Bl (57) ABSTRACT ~ :!j 304 ; OS. BMR. & TSM files needed at restore time. Boot ~II backed-up ~ 106 111111 1111111111111111111111111111111111111111111111111111111111111 US006931558Bl (12) Unied Saes Paen Jeffe e ai. (10) Paen No.: US 6,931,558 Bl (45) Dae of Paen: Aug. 16,2005 (54) COMPUTER RESTORATION

More information