Alarm Task Script Language

Size: px
Start display at page:

Download "Alarm Task Script Language"

Transcription

1 Alarm Task Scrpt Language Verson 5.51 en Scrpt Language

2

3 Alarm Task Scrpt Language Table of Contents 3 Table of contents 1 Introducton 4 2 Defntons Actons Events and states Alarm Task Engne 5 3 System ntegraton 6 4 Confguraton 7 5 Syntax Acton types AlarmMal JpegPostng Recordng Connecton ConnectonLst RcpCommand HttpCommand VCAConfguraton BcomCommand ControlCode MessageCheck OperatonMode Tmer Stoppng an acton State types I/O states Tamper states Acton states Condtons Boolean composton of condtons State condton State operaton mode Acton condton Comments 29 6 Startng the Alarm Task Engne 31 Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

4 4 Introducton Alarm Task Scrpt Language 1 Introducton The Alarm Task Engne s an extenson of the alarm I/O (Input/Output) matrx. It supports the defnton of actons, acton tmers, temporary states and I/O states. Furthermore, the Alarm Task Engne supports condtons when actons shall be trggered or states shall be set V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

5 Alarm Task Scrpt Language Defntons en Defntons Actons Each devce provdes varous actons. Actons could be sendng of an alarm e mal, JPEG postng, sendng of RCP commands or connectng to another devce and so on. Wth the scrpt language t s possble to defne and to confgure the dfferent actons and the accordng parameters lke IP address or password and more. Events and states The scrpt language provdes the Boolean evaluaton of varous knds of states. Each devce has a dfferent number of I/O states. These could be relays, alarm nputs, connecton state and so on. Such states are ether enabled or dsabled. The number of I/O states depends on the partcular devce. Furthermore, there are states whch depend on the partcularly defned actons. Wth these states t s possble to query whether the executon of the acton was successful or not. Another possblty s to query whether a partcular connecton s even actve or not to a decoder or encoder. All I/O states and acton states are dstngushed between: Readable (R) Readable/Wrtable (R/W) Confgurable (C) R state means, you can just query ts current value. If you use R/W states, you can change the value. C states are used to set t to a dfferent knd of operaton mode lke bstable, monostable or perodc. An event s always created when the I/O state s changng. Consequently, the event has the temporal nformaton about whch state has changed from dsabled to enabled or vce versa. Alarm Task Engne The Alarm Task Engne parses all events of the I/O Manager module and evaluates changes of the I/O states. The Alarm Task Engne receves the events from the I/O Manager and trggers the accordngly defned actons. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

6 6 en System ntegraton Alarm Task Scrpt Language 3 System ntegraton The followng fgure shows the archtecture whch s relevant for the Alarm Task Engne. The I/O Manager receves all types of events. Such events could be the changng of an alarm or an actvated vdeo nput and so on. Furthermore, f the IVA Task Engne s runnng, t can create events, too. All these created events are fed nto the I/O Manager. Consequently, the I/O Manager knows all I/O states and evaluates whether the state has been changed or not. Hence, t s guaranteed that the Alarm Task Engne s only runnng f a state has been changed. Fgure 3.1: Alarm Task Engne archtecture V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

7 Alarm Task Scrpt Language Confguraton en 7 4 Confguraton The Alarm Task Engne s confgured by a scrpt. There s the opton to create scrpts automatcally or you can enter the scrpt drectly. The scrpt s created automatcally based on the \Settngs.html browser page: Alarm > Alarm Connectons Alarm > Alarm E-Mal Network > FTP Postng Interfaces > Relay If you confgure these settngs, the scrpt s created and sent to the devce automatcally. The scrpt s shown n the edtor on the \Settngs.html browser page: Alarm > Alarm Task Edtor The followng fgure shows the user defned settngs for sendng an alarm e mal. Fgure 4.1: Alarm E-Mal dalog box The followng fgure dsplays the automatcally created scrpt. You see n the scrpt that an alarm e mal wll be sent to the entered mal server IP address f an alarm nput s actvated. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

8 8 en Confguraton Alarm Task Scrpt Language Fgure 4.2: Alarm Task Engne scrpt It s also possble to edt the automatcally created actons and condtons manually. But after that, you cannot confgure the current settngs n the browser wthout loosng your manual changes because the new automatcally generated scrpt wll replace the current manually changed scrpt. If you edt the scrpt manually and the scrpt contans syntax errors, each error wll be lsted n the message box above the scrpt edtor, ndcatng the correspondng lne as shown n the followng fgure: Fgure 4.3: Alarm Task Engne error message Possble syntax errors are: password or URL too long mssng bracket, semcolon, and so on The message box could also dsplay other warnngs. If the scrpt s free of syntax errors, the message Scrpt successfully parsed. s dsplayed. The maxmum sze of the zpped scrpt fle s about 4 KB. If the scrpt gets too bg, the scrpt cannot be saved on the devce and a wrte error occurs V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

9 Alarm Task Scrpt Language Syntax en Syntax Acton types The scrpt language supports the confguraton of varous acton types. Each acton s confgured by standard and optonal parameters. The general syntax of actons s: <acton name> <dentfer>:={<standard parameters> [<optonal parameters>]}; There are two dfferent types of actons, asynchronous actons and synchronous actons. It can take several seconds before asynchronous actons are fnshed or started. In contrast, the synchronous actons are executed mmedately. The followng lst shows the <acton name> and whether the acton s asynchronous or synchronous: Asynchronous: AlarmMal JpegPostng Recordng Connecton ConnectonLst RcpCommand HttpCommand VCAConfguraton BcomCommand ControlCode MessageCheck Synchronous: OperatonMode Tmer An <dentfer> begns wth a lower-case phrase that can be followed by ether: A captalzed phrase A lower-case phrase A dgt An underscore Examples: alarmmal_1 con_23 The maxmum length of an dentfer s 31 characters. Each acton has at least one parameter. All parameters have the same syntax whch s as follows: <parameter name>(<parameter>) Note that numbered parameters have to be entered n the correct order. Ths s the case for almost all standard parameters and only few optonal parameters. Parameters that come wth bullet ponts may be entered n random order AlarmMal Alarms can be documented by e mal. Ths allows notfcaton of clents whch do not have a vdeo recever. Thus you can defne an acton that automatcally sends an e mal to a prevously defned e mal address. Standard parameters: 1. IP(" ") Specfy the IP or URL address of an e mal server that operates on the SMTP standard here. The maxmum URL length s 127 characters. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

10 10 en Syntax Alarm Task Scrpt Language 2. Enter the e mal address for alarm e mals here. The maxmum e mal length s 127 characters. Optonal parameters: Layout(<format>) You can select the data format of the alarm message. The <format> can be: Standard: wth one or more JPEG mage fles attached. SMS: E mal s sent n SMS format to an e mal-to SMS gateway (for example to send an alarm to a cell phone) wthout an mage attachment. Ths value s the default format. From("test@vcs.com") Enter the sender e mal address here. The default address s vdeoserver. Subject("Alarm Mal") Enter the e mal subject here. The default subject s alarm. Password("anonymous") If the e mal server s password protected, you can enter the password here. Logn("anonymous") Enter the logn for the e mal server here. Camera(1,2,3,...) In order to select mage fles, you must lst the partcular cameras. To select all cameras, you can also use the word All. The default value s empty. That means, no mage fle wll be sent. FleName("Alarm_JPEG") You can specfy the fle name for the JPEG attachment. The default name s lve_'camname'_'date'.jpg. The maxmum length of the fle name s 63 characters. If the name s too long, t s cut off at the maxmum length. The fle name can contan a number of optonal parameters whch are automatcally flled n by the devce. These are %b for date/tme %c for camera name %f for fle number %l for lne number Format(<formats>) Select the resoluton of the JPEG mages. You can choose between varous <formats>: Small: /120 pxels (QCIF) Medum: /240 pxels (CIF) Large: /480 pxels (4CIF). Ths s the default value. 720P: pxels (only avalable for HD cameras) 1080P: pxels (only avalable for HD cameras) 5MP: pxels (only avalable for 5MP cameras) Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

11 Alarm Task Scrpt Language Syntax en 11 Example: AlarmMal Subject("test")Password("anonymous") Logn("anonymous")Camera(1,3)Name("alarm emal")}; JpegPostng You can defne an acton for ndvdually postng one or more JPEG mages on an FTP server. If you change the scrpt, all open FTP connectons are closed. Standard parameters: 1. IP(" ") Enter the IP or URL address of the FTP server on whch you wsh to save the JPEG mages here. The maxmum URL length s 127 characters. 2. Logn("anonymous") Enter the logn to the FTP server here; the maxmum length s 31 characters. 3. Password("anonymous") Enter the password of the FTP server here; the maxmum length s 31 characters. Optonal parameters: Format(<formats>) Select the resoluton of the JPEG mages. You can choose between varous <formats>: Small: /120 pxels (QCIF) Medum: /240 pxels (CIF) Large: /480 pxels (4CIF). Ths s the default value. 720P: pxels (only avalable for HD cameras) 1080P: pxels (only avalable for HD cameras) 5MP: pxels (only avalable for 5MP cameras) Path("root/") Enter the path on the FTP server here. The default path s an empty strng. FleName("jpegPostng") You can specfy the fle name for the fles whch are archved on the FTP server. The default name s snap. The maxmum length of the fle name s 31 characters mnus the suffx length and the extenson.jpg. If the name s too long, t s cut off at the maxmum length. The fle name can contan a number of optonal parameters whch are automatcally flled n by the devce. These are: %b for date/tme %c for camera name %f for fle number %l for lne number If one of these parameters s used, t s no longer possble to choose Date for the parameter <suffx>. Suffx(<suffx>) You can select how fle names wll be created for the ndvdual mages whch are transmtted. The <suffx> can be: Overwrte: The same fle name s always used. Some exstng fles wll be overwrtten wth the current fle name. Ths suffx s also the default value. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

12 12 en Syntax Alarm Task Scrpt Language Increment: A number from 000 to 255 s added to the fle name, for nstance snap_001_c1.jpg, and automatcally ncremented by one. When t reaches 255, the countng process restarts from 000. After you have modfed the scrpt, the suffx wll also start from 000. In case the server s not avalable the number wll be ncreased nevertheless, though the generated fles wll be lost. Ths causes a gap n the fle numbers when the connecton s re-establshed. Date: The date and tme are automatcally added to the fle name. When settng ths parameter, ensure that the unt's date and tme are always set correctly. Example: the fle snap_c1_011005_ jpg of camera 1 was stored on October 1, 2005 at 11:45:30 a.m. Camera(1,2,...) For selectng the JPEG fles you must lst the partcular cameras. To select all cameras, you can also use the word All. The default camera s 1. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: JpegPostng postng:={ip(" ") Logn("anonymous")Password("anonymous") Format(Small)Path("test")FleName("alarm_%b_%c") Suffx(Increment)Camera(All)Name("Jpeg postng")}; Recordng It s possble to defne an acton that sends a command for startng and stoppng the recordng. Ths acton has one standard parameter only. Precondtons for recordng are a storage medum and that the recordng scheduler s enabled. If you change the scrpt, the actvated recordng wll not be stopped because the recordng mght have been started from another clent. If you want to stop the recordng, you have to do t manually. Standard parameter: Camera(1,2,...) You can lst all cameras for whch the recordng should be started or stopped. To select all cameras, you can also use the word All. Example: Recordng recordng:={camera(1,2,3)}; See also Stoppng an acton, Connecton You can defne a vdeo and an audo connecton from an encoder to a decoder or vce versa. The devce of the \Settngs.html browser page where you enter the scrpt s the local devce, the other one s the remote devce. It s possble to start and stop a connecton V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

13 Alarm Task Scrpt Language Syntax en 13 If you change the scrpt, all open connectons wll be closed. Standard parameter: IP(" Enter the IP or URL address of the devce you would lke to connect here. The maxmum URL length s 127 characters. If you use a decoder, the optonal parameter LocalDrecton (see below) must be set. Optonal parameters: Protocol(<protocol>) Select one of these protocols: UDP: UDP protocol, the default value. It s recommended to use the UDP protocol. TCP: TCP protocol LocalLne(<lne>) Enter the local lne as nteger that should be connected to a remote staton. The default lne s 0. That means, the frst lne wth an actve vdeo wll be chosen. LocalCoder(<coder>) A coder s a montor or vew where you can see the vdeo. The default coder s 0. That means, the frst montor on whch a vdeo can dsplayed wll be chosen. LocalDrecton(<drecton>) Choose from the followng optons: Out (outgong): Use ths opton f the local devce s an encoder. Ths opton s the default value. In (ncomng): Use ths opton f the local devce s a decoder. B (bdrectonal): For devces whch support both outgong and ncomng drecton. RemoteLne(<lne>) Enter the remote lne as nteger where the connecton should be establshed. The default lne s 0. That means, the frst free lne of the remote staton wll be chosen. RemoteCoder(<coder>) A coder s a montor or vew where you can see the vdeo. The default coder s 0. That means, the frst free montor of the remote staton wll be chosen. RemotePort(<port>) Dependng on the network confguraton, you can set a browser port: HTTP: Ths value desgnates port number 80 (default value). HTTPS: Ths value desgnates port number 443 and enables the encrypton mode automatcally. Enter a vald port number manually. If you use port number 443, the SSL encrypton mode wll be set to true automatcally. SSL(<boolean>) You can set the encrypton mode <boolean> to true or false. If you want to use an HTTPS connecton, you must enable SSL mode. The default value for SSL mode s false. Audo(<boolean>) For <boolean>, enter true to enable and false to dsable the audo connecton; false s the default value. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

14 14 en Syntax Alarm Task Scrpt Language Password("anonymous") If the remote devce s password protected, enter the password here. The default password s an empty strng. The maxmum length s 31 characters. VdeoCodng(<codng>) Enter one of the codng types: MPEG2: MPEG-2 codng MPEG4: MPEG-4 codng H264: H.264 codng All: The best match wll be attempted for connecton. Ths s the default value. VdeoSubsttute(<boolean>) If a connecton already exsts, you dsconnect the old one wth the value true and replace t wth the new one. The default value s false. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: Fgure 5.1: Encoder/Decoder connectons V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

15 Alarm Task Scrpt Language Syntax en 15 In the fgure above you see the connecton from an encoder to a hardware decoder. In ths fgure the encoder s the local staton and the decoder the remote. A decoder devce has one or four vews per lne. They are called sngle or quad vew. You can set the coder per lne where you want to see the vdeo. In the followng example, the vdeo from the encoder, Lne 1 and Coder 1, should be connected to the decoder, Lne 3 and Coder 4: Connecton con_1:={ip(" ")locallne(1)localcoder(1) RemoteLne(3)RemoteCoder(4)}; See also Stoppng an acton, ConnectonLst Wth ths acton t s possble to defne the order n whch connectons should be actvated untl a connecton has been establshed. It s also possble to stop ths acton. Standard parameter: Connecton(con_1,con_2,...) Lst the connectons here. Before you enter the connectons you must defne all of them. The acton wll try to connect the frst one after about ten seconds and proceed wth the next one untl a connecton has been establshed. Optonal parameters: AutoConnect(<boolean>) You enable the AutoConnect property wth true or dsable t wth false (default). If the property s actvated, the connecton lst s restarted after one second delay untl a connecton has been establshed. If AutoConnect s dsabled, the connecton lst wll not be restarted. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: Connecton con_1:={ip(" ")}; Connecton con_2:={ip(" ")}; ConnectonLst autoconnect:={connecton(con_1,con_2)autoconnect(true) Name("Connecton Lst")}; See also Stoppng an acton, 23 Connecton, RcpCommand Wth ths acton you send RCP commands to the devce tself (local host) or to another devce. Standard parameter: Command("<rcp command>") The <rcp command> has the same structure as the CGI command. It s composed as follows: rcp.xml?command= Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

16 16 en Syntax Alarm Task Scrpt Language plus an RCP+ tag code and separated by ampersands (&) correspondng parameters lke for example: type (datatype) drecton protocol payload num (numercal descrptor) sessond (sesson ID) For further nformaton about RCP+ commands, please see the respectve RCP Plus Reference documentaton. Examples: rcp.xml?command=0x061c&type=p_octet&drecton=write &protocol=tcp&payload=0x &num=1 rcp.xml?command=0x028f&type=t_dword&drecton=write &protocol=tcp&payload=12&num=1 Optonal parameters: SSL(<boolean>) You enable the encrypton mode for sendng the RCP command wth true or dsable t wth false (default value). Port(<port>) Enter the <port> for sendng the RCP command here: HTTP: Ths value desgnates port number 80 (default value). HTTPS: Ths value desgnates port number 443 and enables the encrypton mode automatcally. Enter a vald port number manually. If you use port number 443, the SSL encrypton mode wll be set to true automatcally. Password("anonymous") If the remote devce s password protected, enter the password here. The default password s an empty strng. The maxmum length s 31 characters. UserName(<username>) Enter the correspondng user name for the password here. The user name defnes the authorzaton level. Possble levels for <username> are: Servce: Ths s the hghest authorzaton level (default value). After enterng the correct password, ths authorzaton level allows you to use all the functons of the devce and change all confguraton settngs. User: Ths s the mddle authorzaton level. Wth ths authorzaton level, you can operate the devce, but you cannot change the confguraton. Lve: Ths s the lowest authorzaton level. Wth ths authorzaton level, you can vew lve vdeo, but you cannot operate the devce or change the confguraton. IP(" ") Enter the IP or URL address here. The default IP address s (local host). The maxmum URL length s 127 characters. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

17 Alarm Task Scrpt Language Syntax en 17 Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: RcpCommand sendrcp:={ Command("rcp.xml?command=0x002f&type=P_STRING&drecton=WRITE&num=1") SSL(true)Port(HTTPS)IP(" ")Password("anonymous")UserName(User) Name("Rcp Command 0x002")}; HttpCommand Wth ths acton you send HTTP commands to the devce tself (local host) or to another devce. Standard parameter: Command("<http command>") The <http command> can be any knd of HTTP command whch shall be sent to an HTTP server usng GET/. Optonal parameters: SSL(<boolean>) You enable the encrypton mode for sendng the HTTP command wth true or dsable t wth false (default value). Port(<port>) Enter the <port> for sendng the HTTP command here: HTTP: Ths value desgnates port number 80 (default value). HTTPS: Ths value desgnates port number 443 and enables the encrypton mode automatcally. Enter a vald port number manually. If you use port number 443, the SSL encrypton mode wll be set to true automatcally. Password("anonymous") If the remote devce s password protected, enter the password here. The default password s an empty strng. The maxmum length s 31 characters. UserName(<username>) Enter the correspondng user name for the password here. The user name defnes the authorzaton level. Possble levels for <username> are: Servce: Ths s the hghest authorzaton level (default value). After enterng the correct password, ths authorzaton level allows you to use all the functons of the devce and change all confguraton settngs. User: Ths s the mddle authorzaton level. Wth ths authorzaton level, you can operate the devce, but you cannot change the confguraton. Lve: Ths s the lowest authorzaton level. Wth ths authorzaton level, you can vew lve vdeo, but you cannot operate the devce or change the confguraton. IP(" ") Enter the IP or URL address here. The default IP address s (local host). The maxmum URL length s 127 characters. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

18 18 en Syntax Alarm Task Scrpt Language Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: HttpCommand sendhttp:={ Command("HttpSrv.aspx?command=httpCommand1")SSL(true) Port(HTTPS)IP(" ") Password("anonymous")UserName(User)Name("Http Command 1")}; VCAConfguraton Wth ths acton you apply a certan VCA confguraton profle to a vdeo lne. Standard parameters: 1. Lne(<lne>) Enter the vdeo lne (startng from 1) for whch you would lke to set the confguraton. 2. Confguraton(<confg>) Enter the number of the confguraton profle whch you would lke to set. 0 means no confguraton. Optonal parameter: Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: VCAConfguraton setvcaconfg:={ Lne(1)Confguraton(1)Name("SetConfg 1")}; BcomCommand Wth ths acton you send BCom commands to the devce tself (local host). For further nformaton about BCom, please see the BCom-Blnx Command Interface documentaton. Standard parameters: 1. Server (<BcomServer>) Enter the <BcomServer> to whch the command should be sent here: DevceSrv: devce server CameraSrv: camera server PtzSrv: PTZ server CaSrv: content analyss server IoSrv: I/O server 2. ObjectId(<Id>) Enter the BCom object <Id> here. The ID can be ether decmal or hexadecmal. 3. Payload("0x1234") Enter the BCom command payload here. The payload must be hexadecmal and start wth 0x. The length of the payload must match the length specfed n the BCom documentaton for the correspondng object V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

19 Alarm Task Scrpt Language Syntax en 19 Optonal parameter: Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: BcomCommand sendbcom:={ Server(CameraSrv)ObjectId(0x0140)Payload("0x0001") Name("Bcom Command 0x0140")}; ControlCode Wth ths acton you send BCom control codes to the devce tself (local host). For further nformaton about BCom control codes please see the BCom-Blnx Command Interface documentaton. Standard parameters: 1. Operaton(<type>) Enter the <type> of operaton here: AuxOn AuxOff Shot Set 2. Number(<num>) Enter the control code number <num> here. Optonal parameter: Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: ControlCode commandlock:={ Operaton(AuxOn)Number(90)Name("ControlCode 90 on")}; MessageCheck Wth ths acton you check for receved messages from the devce tself (local host) or from another devce. The message check needs to be performed regularly and wthn a tme perod shorter than 20 seconds. Otherwse messages can be lost. Addtonally, a maxmum of 32 messages can be receved between two consecutve checks. If the specfed message has been receved, the acton state s set to actvated whch can be checked va IsActvated(). After a short tme the state s automatcally dsabled agan. Standard parameter: Message("<message>") Here you specfy whch messages you want to check. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

20 20 en Syntax Alarm Task Scrpt Language <message> has the same structure as the CGI command. It s composed as follows: rcp.xml?message= plus a message tag code or a lst of message tag codes Examples: rcp.xml?message=0x01c0 rcp.xml?message=0x01c0$01c1 Optonal parameters: Payload("0x1234") Here you specfy a certan payload. Ths s checked aganst the payload whch has been receved wthn the message. Only f the message has the same payload as specfed here, the MessageCheck acton state s actvated. Num(<ndex>) Here you specfy a certan numerc parameter. Ths s checked aganst the numerc parameter whch has been receved wthn the message. Only f the message has the same numerc parameter as specfed, the MessageCheck acton state s actvated. SSL (<boolean>) You enable the encrypton mode for sendng the message check wth true or dsable t wth false (default value). Port(<port>) Enter the <port> for sendng the message check here: HTTP: Ths value desgnates port number 80 (default value). HTTPS: Ths value desgnates port number 443 and enables the encrypton mode automatcally. Enter a vald port number manually. If you use port number 443, the SSL encrypton mode wll be set to true automatcally. Password("anonymous") If the remote devce s password protected, enter the password here. The default password s an empty strng. The maxmum length s 31 characters. UserName(<username>) Enter the correspondng user name for the password here. The user name defnes the authorzaton level. Possble levels for <username> are: Servce: Ths s the hghest authorzaton level (default value). After enterng the correct password, ths authorzaton level allows you to use all the functons of the devce and change all confguraton settngs. User: Ths s the mddle authorzaton level. Wth ths authorzaton level, you can operate the devce, but you cannot change the confguraton. Lve: Ths s the lowest authorzaton level. Wth ths authorzaton level, you can vew lve vdeo, but you cannot operate the devce or change the confguraton. IP(" ") Enter the IP or URL address here. The default IP address s (local host). The maxmum URL length s 127 characters. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

21 Alarm Task Scrpt Language Syntax en 21 Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Example: MessageCheck msg1:={ Message("rcp.xml?message=0x0a8b")Num(1) Payload("0x00")IP(" ")}; OperatonMode trgger5sec:={low(1)hgh(50)}; TempState(1):=trgger5sec; f(tempstate(1)) then msg1; f(isactvated(msg1)) then Relay(1):=true; See also Acton states, OperatonMode You can confgure the operaton mode of C states. C states have a normal behavor, but you can change the mode wth ths acton. You can confgure the operaton mode of C states only. You can set a bstable, monostable or perodc mode. If you change the scrpt, all used C states wll be set to the dle state open. Further, the C states whch were used n the monostable or perodc mode wll be dsabled. Bstable Wth bstable mode, you specfy whether the C state should be open or closed. Standard parameter: Idle(<dle state>) Confgure the <dle state> here. It can be open or closed. The default value for all states s open. Monostable In monostable mode, the C state wll return to dsabled after a defned tme. Standard parameter: Hgh(<tme>) Enter the duraton of <tme> n tenths of a second. Hgh means, the C state s enabled and after the specfed tme t wll be dsabled. The <tme> value must not be 0. Optonal parameter: Idle(<dle state>) Confgure the <dle state> here. It can be open or closed. The default value for all states s open. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

22 22 en Syntax Alarm Task Scrpt Language Perodc Wth perodc mode, you defne how long a C state should be enabled or dsabled. Standard parameters: 1. Low(<tme>) Enter the duraton of <tme> n tenths of a second. Low means, the C state s dsabled. The <tme> value must not be Hgh(<tme>) Enter the duraton of <tme> n tenths of a second. Hgh means, the C state s enabled. The <tme> value must not be 0. Optonal parameters: Idle(<dle state>) Confgure the <dle state> here. It can be open or closed. The default value for all states s open. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. Examples: OperatonMode bstable:={idle(closed)name("bstable mode")}; OperatonMode monostable:={hgh(20)}; OperatonMode perodc:={low(100)hgh(20)idle(closed)}; See also State operaton mode, Tmer Ths acton s used for settng the daly or weekly tmer. Thus, you defne actons that are executed at a partcular tme. A day s subdvded nto 24 tme slces. The defned tme s evaluated every mnute. Thus the tme can be defned from 00:00 to 23:59. The current state of the acton s nterpreted by the dentfer of the acton. Standard parameters: 1. TmeBegn(<tme>) Enter the start <tme> of the tmer acton, for nstance 11: TmeEnd(<tme>) Enter the end <tme> of the tmer acton, for nstance 23:01. If the end tme s set before the start tme, the tmer s dsabled from the end tme to the start tme. Example: TmeBegn(22:10)TmeEnd(10:10) The tmer s enabled from 00:00 to 10:10 and from 22:10 to 23:59 at the same day. From 10:11 to 22:09, the tmer s dsabled. If you use the optonal parameters, ths condton wll depend on the weekday V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

23 Alarm Task Scrpt Language Syntax en 23 Optonal parameters: 1. DayBegn(<weekday>) Here you enter the <weekday> n a short form (Mo, Tu, We, Th, Fr, Sa and Su) on whch the tmer should start. 2. DayEnd(<weekday>) Here you enter the <weekday> n a short form (Mo, Tu, We, Th, Fr, Sa and Su) on whch the tmer should end. Name("Acton Name") Enter a name for the acton here. Ths name s then recorded as metadata when the acton s processed. Thus, you can search for ths name n recordngs at a later date. Do not use any specal characters, for example &, n the name. Specal characters are not supported by the system s nternal management. If you want to defne a weekly tmer, you must set both parameters DayBegn and DayEnd. Examples: Tmer daly:={tmebegn(01:13)tmeend(14:30)}; The tmer s enabled from 01:13 to 14:30 every day. Tmer weekly:={tmebegn(01:13)tmeend(14:30)daybegn(mo) DayEnd(Th)Name("weekly tmer")}; The tmer s enabled from Monday, 01:13 to Thursday, 14:30. Note that start tme and day are lnked together as well as end tme and day. See also Acton states, Stoppng an acton Some actons have the partcular property of beng executed permanently once they have been actvated, for nstance the Recordng acton. The scrpt language enables you to defne a statement for stoppng such an acton, for example stoppng a recordng or dsconnectng an actvated connecton. The common syntax s: Stop(<dentfer>) The <dentfer> has to belong to a defned acton. In many cases, usng the Stop command s not obvous. The followng lst shows all actons where the Stop command can be used and explans the meanng: Recordng Stops the recordng. ConnectonLst If the AutoConnect parameter was set to true but no connecton could be establshed, ths acton wll keep runnng untl a connecton has been establshed. The acton can be termnated wth the Stop command at any tme. Connect Dsconnects the connecton. The operaton mode acton has a dfferent syntax. Here, you must allocate the Stop command to the C state as follows: Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

24 24 en Syntax Alarm Task Scrpt Language <C-state>:=Stop(<dentfer>) The <dentfer> has to belong to a defned acton operaton mode. If a C state s deactvated, the dle state s always set to open. Furthermore, the C states whch were used n the monostable and perodc mode wll be set to dsabled. Thus, after beng deactvated, C states always have a defned state. See also OperatonMode, State types There are dfferent state types. The scrpt language enables you to request the value of a state whch s a Boolean. The general syntax of the dfferent state types s: <state name> <state name>(<nteger>) <state name>(<dentfer>) <state name>(<nteger>,<nteger>) I/O states I/O states are R states or C states, whch are as follows: R states: HddError Trggered by an HDD defect. Connect Trggered whenever a connecton has been establshed. EthernetLnk(<ndex>) There are nternal and external lnks. The nternal lnk always has the ndex 0. If a devce has only one lnk, the nternal lnk s coevally the external lnk. If a devce addtonally has a fber lnk, t always has the hghest ndex of the lnks. An actvated lnk status s always 1 or true. Input(<ndex>) Trggered by an external alarm nput. VdeoAlarm(<camera>) Trggered by an nterrupton of the vdeo sgnal. Moton(<camera>) Trggered by moton alarm. Remote(<ndex>) Trggered by a remote staton's swtchng contact (only f a connecton exsts). VCARule(<camera>,<rule>,<confguraton(opt)>) Trggered by a certan VCA alarm (<rule>) from a vdeo lne (<camera>). The <confguraton> parameter s optonal and addtonally checks f the alarm was generated by the specfed VCA confguraton profle. See also the IVA Task Scrpt Language documentaton. Key(<ndex>) Trggered by a softkey (1 to 8) or the alarm key (0) of a connected IntuKey keyboard. NghtMode Trggered when the nght mode of the devce s actvated (only for devces supportng nght mode). AudoAlarm(<audo lne>) Trggered by an audo alarm on the correspondng audo lne V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

25 Alarm Task Scrpt Language Syntax en 25 VrtualAlarm(<ndex>) Trggered by a vrtual alarm nput. IsFrstPass Trggered once when the Alarm Task Engne s started and the scrpt s processed for the frst tme. For example, ths state s used to ntalze other states. VCATaskRunnng(<camera>) Trggered when the VCA task of a vdeo lne (<camera>) s runnng. For example, ths state s used to perform an acton or an alarm n case the VCA task s nterrupted. ManpulatonAlarm(<ndex>) C states: Trggered by an external manpulaton alarm (for example f the housng of the devce s opened). Only for devces whch support manpulaton alarms. Relay(<ndex>) The number of relays depends on the devce. TempState(<ndex>) There are 18 temporal states for savng. The number of cameras and ndces depends on the partcular devce except the temporal states. All numbers start wth 1 except the ndex of the Ethernet lnks whch starts wth Tamper states The MOTION+, IVMD (Intellgent Vdeo Moton Detecton) or IVA (Intellgent Vdeo Analyss) algorthms detect tamperng of a camera. The default algorthm s MOTION+. The dfferent knds of tamperng do not need to be enabled from the confguraton of the algorthms except the RefImageCheckFaled tamper state. Confgurng the tamper states s also possble on the browser page under SETTINGS > Advanced Mode > Alarm > VCA. You can dsable or enable all tamper states here. The output of possble tamper actons s accessble va Boolean states. For each state, the parameter s <camera>. Thus you have to enter the correspondng camera for the tamper state. The followng tamper states are avalable: SgnalTooNosy(<camera>) Ths state wll be enabled f the vdeo sgnal becomes too nosy, n such a way that automatc object detecton becomes mpossble. Ths can happen f an analog vdeo sgnal s transmtted over a large dstance. SgnalTooBrght(<camera>) Ths state wll be enabled f the vdeo sgnal becomes too brght, so that automatc object detecton becomes mpossble. Ths can happen f the camera s dazzled by a strong lght source. SgnalTooDark(<camera>) Ths state wll be enabled f the vdeo sgnal becomes too dark, so that automatc object detecton becomes mpossble. Ths can happen f the camera s covered by a sheet, n such a way that an almost black mage s recorded. SgnalLoss(<camera>) Ths state wll be enabled f the vdeo sgnal s lost. RefImageCheckFaled(<camera>) If a reference mage has been set durng the confguraton of the algorthms and the reference checkng of the algorthms has been enabled, manpulaton of the camera s detected by comparng the current vdeo sgnal wth the preset reference mage. Sgnfcant dfferences between the two mages are forwarded to the Alarm Task Engne. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

26 26 en Syntax Alarm Task Scrpt Language GlobalChange(<camera>) Ths state wll be enabled f most of the mage content has been changed. Ths can happen f the camera s moved or f an object comes too close to the camera Acton states Some actons have R- or R/W states. Therewth, you verfy whether a defned acton was successful or not. For nstance, f you have defned an e mal but the SMTP server does not work or the logn s wrong, the e mal wll not be sent. Such errors are evaluated wth the followng syntax: Error(<dentfer>) Ths error state s an R/W state and the <dentfer> has to belong to a confgured acton, for nstance Error(mal). Here, mal s the dentfer of the acton AlarmMal. But the type of the errors cannot be nterpreted. That means, you cannot specfy the source of falure. The followng lst shows the actons whch have an error state and some hnts why an acton could not be executed successfully: RcpCommand Sendng an RCP command has not been successful. Maybe you have entered a wrong IP address. Connecton The connecton has not been establshed, e.g. because the IP address s ncorrect. AlarmMal The mal could not be sent to an SMTP server, e.g. because the server s password protected. JpegPostng Postng to an FTP server has not been successful because the server could not be reached. VCAConfguraton Settng the VCA confguraton has not been successful. BcomCommand Sendng a BCom command has not been successful. Maybe the object ID s wrong or the payload length s ncorrect. ControlCode Sendng a control code has not been successful. Maybe the control code number s ncorrect or out of range. MessageCheck The message check has not been successful. Maybe the tme nterval between two checks was too long or the remote devce s not avalable. HttpCommand Sendng an HTTP command has not been successful. Maybe you have entered a wrong IP address or the HTTP server dd not send back 200 OK. Error states are not set back to dsabled. That means, f the acton, for example JPEG postng, was not successful, the error state Error(postng) wll not be set back to dsabled. Thus, f you execute the acton once more and the postng was not successful agan, you cannot evaluate the error. Therefore, you must set back the error state V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

27 Alarm Task Scrpt Language Syntax en 27 Example: JpegPostng postng:={ip(" ") Logn("anonymous")Password("anonymous")}; f(error(postng))then Error(postng):=false; Furthermore, you can verfy whether a defned acton s actvated or not, for nstance, wth the Connecton acton. The syntax of ths state s: IsActvated(<dentfer>) The <dentfer> has to belong to a confgured acton as follows: Connecton If there s a connecton to the IP address entered, the state s enabled, otherwse t s dsabled. ConnectonLst When tryng to connect an encoder or decoder, the state s enabled, otherwse t s dsabled. Tmer If the confgured tmer s actve, the state s enabled, otherwse t s dsabled. Example: Tmer dalyrelay:={tmebegn(08:00)tmeend(18:00)}; f(isactvated(dalyrelay))then Relay(1):=true else Relay(1):= false; MessageCheck If the defned message has been receved and f specfed the payload and numerc parameters are correct, the state s enabled. After a short tme the state s automatcally dsabled agan Condtons Boolean composton of condtons A Boolean condton s a condton that returns a Boolean value, that s true or false. In ths Boolean composton you can use: constants negaton conjuncton dsjuncton There are two constants whch have a value wth a fxed meanng. These constants are true (1) and false (0). The syntax of negaton, conjuncton and dsjuncton s: Negaton of condtons: <condton>:=!<condton> <condton>:=not <condton> Conjuncton of condtons: <condton>:=<condton> && <condton> <condton>:=<condton> and <condton> Dsjuncton of condtons: <condton>:=<condton> <condton> <condton>:=<condton> or <condton> Ambgutes n the evaluaton of expressons are resolved by prortes. Negatons have the hghest prorty, followed by conjunctons, and dsjunctons have the lowest prorty. Furthermore, the prorty can be controlled by puttng sub-expressons n parentheses: <condton>:=(<condton>) Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

28 28 en Syntax Alarm Task Scrpt Language Wth the help of the Boolean condtons you can combne all R-, R/W- and C states wth each other. Examples: (Relay(1) Moton(2)) && VdeoAlarm(1) IsActvated(con_1) and VCARule(2,3)!Connect or Error(sendRcp) State condton Wth a state condton t s possble to set an R/W state dependng on a Boolean condton. The general syntax s: <R/W-state>:=<condton>; Consequently, the <R/W-state> s defned by the <condton> on the rght. If the result of the condton s true, the R/W state s enabled. If the condton s false, the R/W state s dsabled. Note that the R/W state s only set f the condton has changed. Some examples for usng states: Examples: Relay(1):=Moton(2) && VdeoAlarm(1); TempState(2):=not Relay(2) and VCARule(2,3); Relay(2):=true; State operaton mode The TempState(<ndex>) and Relay(<ndex>) C states have a specal property. It s possble to allocate them a specfc operaton mode lke bstable, monostable or perodc. Before an operaton mode s allocated, t must be defned. Such statements are executed once each tme the Alarm Task Engne s ntalzed. The syntax s: <C-state>:=<dentfer>; The <dentfer> must be an OperatonMode acton. The followng example shows how to confgure a C state. In ths example a relay s dsabled for ten seconds and enabled for two seconds: OperatonMode perodc:={low(100)hgh(20)}; Relay(1):=perodc; Ths way, you only can actvate the operaton mode of a C state. It s not possble to stop or to deactvate the C state ths way. See also Acton condton, Acton condton Actons defned wth an acton condton are executed on a partcular condton. The syntax of an acton condton s: f(<condton>)then <statement lst> [else <statement lst>]; A <statement lst> s defned as: <statement lst>:= <statement> <statement>:= <dentfer> <state condton> <statement>,<statement lst> <state operaton mode> The <dentfer> must belong to a confgured acton V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

29 Alarm Task Scrpt Language Syntax en 29 Examples: You have confgured an acton for recordng and the recordng should start f the relay s enabled. Therefore, you must defne an acton condton as follows: Recordng recordng:={camera(1)}; f(relay(1))then recordng; After a moton alarm, an alarm e mal should be sent and a JPEG-fle should be posted. Frst, you have to confgure both actons, then you have to defne the acton condton as follows: JpegPostng postng:={ip(" ") Logn("anonymous")Password("anonymous")}; AlarmMal mal:={ip(" ")to("to@vcs.com")}; f(moton(1))then mal,postng; A relay should be set to monostable mode from 8:00 a.m. to 10:00 p.m., the remanng tme the relay should be set to normal mode. Therefore, you have to confgure an operaton mode, a tmer and a condton acton: OperatonMode monostable:={hgh(50)}; Tmer daly:={tmebegn(8:00)tmeend(22:00)}; f(isactvated(daly))then Relay(1):=monostable else Relay(1):=Stop(monostable); The statements wll be evaluated f the Boolean condton alternates from dsabled to enabled or from enabled to dsabled. If for securty reasons you want to send an alarm e mal each tme one of the relays Relay(1) or Relay(2) s enabled, you must defne the acton condton as follows: f(relay(1))then sendmal;f(relay(2))then sendmal; You cannot defne the acton condton n the followng way: f(relay(1) or Relay(2))then sendmal; In ths acton condton the alarm mal s only sent once even f both relays are enabled. See also State condton, 28 State operaton mode, Comments You can set comments wthn the scrpt so that you can descrbe your actons or states or comment these out. There are two types of comments. The frst one s the lne comment. It starts wth the characters // (double slash) followed by other characters and ends wth a new lne lke: //comment The other one s the multlne comment. Ths one begns wth /* (slash and astersk) and ends wth */ (astersk and slash): /*multlne comment*/ It s also possble to combne both types. Everythng wthn a comment s not evaluated. Snce the scrpt sze s restrcted, you should lmt the number of comments to the necessary extent. Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

30 30 en Syntax Alarm Task Scrpt Language See also Confguraton, V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

31 Alarm Task Scrpt Language Startng the Alarm Task Engne en 31 6 Startng the Alarm Task Engne If you have automatcally or manually created a scrpt, the scrpt wll be sent to the devce. It s recommended to send the scrpt va HTTPS. Otherwse, the passwords and logn nformaton are sent plan. Then the scrpt s parsed on the devce. If the scrpt s free of syntax errors, the message Scrpt successfully parsed. s dsplayed above the Alarm Task Edtor and a new Alarm Task Engne s created. The Alarm Task Engne wll run untl a new one s created. Before the new Alarm Task Engne starts to run, all prevously created events whch belong to an older Alarm Task Engne are deleted. Also, all actons are deleted except the one whch s beng executed at that moment and the temporal states wll be set to dsabled. Only after that the new Alarm Task Engne s ntalzed. For example, the operaton mode of a C state s actvated or actons are beng executed when the Boolean condton s true and so on. Example: For nstance, you have confgured the devce and t s gong to reset. After the restart, the devce can reconnect automatcally or mmedately send an alarm e mal: Connecton con_1:={ip(" ")}; AlarmMal restart:={ip(" To("test@vcs.com")Subject("restart")}; f(true)then restart,con_1; See also I/O states, 24 Bosch Scherhetssysteme GmbH Scrpt Language V5.51 DOC

32 32 en Glossary Alarm Task Scrpt Language Glossary 4CIF 5MP CGI CIF C-state FTP HD HDD HTTP HTTPS I/O 2*2 Common Intermedate Format 5 Megapxel Common Gateway Interface Common Intermedate Format Confgurable state Fle Transfer Protocol Hgh Defnton Hard Dsk Drve Hypertext Transfer Protocol Hypertext Transfer Protocol Secure Input/Output JPEG Jont Photographc Expert Group MPEG Movng Pcture Experts Group QCIF Quarter Common Intermedate Format R/W-state Readable/Wrtable state RCP Remote Control Protocol R-state Readable state SMS Short Message Servce SMTP Smple Mal Transfer Protocol SSL Secure Sockets Layer TCP Transmsson Control Protocol UDP User Datagram Protocol IP Internet Protocol URL Unform Resource Locator V5.51 DOC Scrpt Language Bosch Scherhetssysteme GmbH

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika.

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika. VRT012 User s gude V0.1 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

More information

Alarm Task Script Language

Alarm Task Script Language Alarm Task Script Language Version 5.92 en Script Language Alarm Task Script Language Table of Contents en 3 Table of contents 1 Introduction 4 2 Definitions 5 2.1 Actions 5 2.2 Events and states 5 2.3

More information

Alarm Task Script Language Version 4.2. Script Language

Alarm Task Script Language Version 4.2. Script Language Alarm Task Script Language Version 4.2 en Script Language Alarm Task Script Language Table of Contents en 3 Table of Contents 1 Introduction 4 2 Definitions 5 2.1 Actions 5 2.2 Events and States 5 2.3

More information

Alarm Task Script Language Version 4.1. Script Language

Alarm Task Script Language Version 4.1. Script Language Alarm Task Script Language Version 4.1 en Script Language Alarm Task Script Language Table of Contents en iii Table of Contents 1 Introduction 1 2 Definitions 1 2.1 Actions 1 2.2 Events and States 1 2.3

More information

Updating the E5810B firmware

Updating the E5810B firmware Updatng the E5810B frmware NOTE Do not update your E5810B frmware unless you have a specfc need to do so, such as defect repar or nstrument enhancements. If the frmware update fals, the E5810B wll revert

More information

VIP X1600 M4S Encoder module. Installation and Operating Manual

VIP X1600 M4S Encoder module. Installation and Operating Manual VIP X1600 M4S Encoder module en Installaton and Operatng Manual VIP X1600 XFM4 VIP X1600 Table of Contents en 3 Table of Contents 1 Preface 7 1.1 About ths Manual 7 1.2 Conventons n ths Manual 7 1.3 Intended

More information

Vembu StoreGrid Windows Client Installation Guide

Vembu StoreGrid Windows Client Installation Guide Ser v cepr ov dered t on Cl enti nst al l at ongu de W ndows Vembu StoreGrd Wndows Clent Installaton Gude Download the Wndows nstaller, VembuStoreGrd_4_2_0_SP_Clent_Only.exe To nstall StoreGrd clent on

More information

Canon NTSC Help Desk Documentation

Canon NTSC Help Desk Documentation Canon NTSC Help Desk Documentaton READ THIS BEFORE PROCEEDING Before revewng ths documentaton, Canon Busness Solutons, Inc. ( CBS ) hereby refers you, the customer or customer s representatve or agent

More information

VideoJet X20 Network Video Server. Installation and Operating Manual

VideoJet X20 Network Video Server. Installation and Operating Manual VdeoJet X20 Network Vdeo Server en Installaton and Operatng Manual VdeoJet X20 VdeoJet X20 Table of Contents en 3 Table of Contents 1 Preface 7 1.1 About ths Manual 7 1.2 Conventons n ths Manual 7 1.3

More information

CISCO SPA500G SERIES REFERENCE GUIDE

CISCO SPA500G SERIES REFERENCE GUIDE CISCO SPA500G SERIES REFERENCE GUIDE Part of the Csco Small Busness Pro Seres, the SIP based Csco SPA504G 4-Lne IP phone wth 2-port swtch has been tested to ensure comprehensve nteroperablty wth equpment

More information

Conferencing protocols and Petri net analysis

Conferencing protocols and Petri net analysis Conferencng protocols and Petr net analyss E. ANTONIDAKIS Department of Electroncs, Technologcal Educatonal Insttute of Crete, GREECE ena@chana.tecrete.gr Abstract: Durng a computer conference, users desre

More information

Hosted Voice Self Service Installation Guide

Hosted Voice Self Service Installation Guide Hosted Voce Self Servce Installaton Gude Contact us at 1-877-355-1501 learnmore@elnk.com www.earthlnk.com 2015 EarthLnk. Trademarks are property of ther respectve owners. All rghts reserved. 1071-07629

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

EE31 Series. Manual. Logger & Visualisation Software. BA_EE31_VisuLoggerSW_01_eng // Technical data are subject to change V1.0

EE31 Series. Manual. Logger & Visualisation Software. BA_EE31_VisuLoggerSW_01_eng // Technical data are subject to change V1.0 EE31 Seres Manual Logger & Vsualsaton Software BA_EE31_VsuLoggerSW_01_eng // Techncal data are subject to change V1.0 Logger & Vsualsaton Software - EE31 Seres GENERAL Ths software has been developed by

More information

GENESYS BUSINESS MANAGER

GENESYS BUSINESS MANAGER GENESYS BUSINESS MANAGER e-manager Onlne Conference User Account Admnstraton User Gude Ths User Gude contans the followng sectons: Mnmum Requrements...3 Gettng Started...4 Sgnng On to Genesys Busness Manager...7

More information

Setup Your Auto Attendant Menu Tree Service

Setup Your Auto Attendant Menu Tree Service Setup Your Auto Attendant Tree Servce You can confgure Auto Attendant to play a message, forward the call to a specfc number or allow callers to dal a party by name or by extenson. IMPORTANT: Your menu

More information

CISCO IP PHONE 7940/7960 REFERENCE GUIDE

CISCO IP PHONE 7940/7960 REFERENCE GUIDE CISCO IP PHONE 7940/7960 REFERENCE GUIDE The Csco IP Phone 7960G or 7940G s a full-feature telephone that provdes voce communcaton over the same data network. TABLE OF CONTENTS CISCO 7940/7960 PHONE OVERVIEW...........

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Traffic State Estimation in the Traffic Management Center of Berlin

Traffic State Estimation in the Traffic Management Center of Berlin Traffc State Estmaton n the Traffc Management Center of Berln Authors: Peter Vortsch, PTV AG, Stumpfstrasse, D-763 Karlsruhe, Germany phone ++49/72/965/35, emal peter.vortsch@ptv.de Peter Möhl, PTV AG,

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently.

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently. Corporate Polces & Procedures Human Resources - Document CPP216 Leave Management Frst Produced: Current Verson: Past Revsons: Revew Cycle: Apples From: 09/09/09 26/10/12 09/09/09 3 years Immedately Authorsaton:

More information

RequIn, a tool for fast web traffic inference

RequIn, a tool for fast web traffic inference RequIn, a tool for fast web traffc nference Olver aul, Jean Etenne Kba GET/INT, LOR Department 9 rue Charles Fourer 90 Evry, France Olver.aul@nt-evry.fr, Jean-Etenne.Kba@nt-evry.fr Abstract As networked

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

T3 Comfort connected to IP Office

T3 Comfort connected to IP Office elephony IP T Contact Centers Moblty Servces T3 Comfort connected to IP Offce Benutzerhandbuch User s gude Manual de usuaro Manuel utlsateur Manuale d uso Gebrukersdocumentate Contents Content Famlarse

More information

Nordea G10 Alpha Carry Index

Nordea G10 Alpha Carry Index Nordea G10 Alpha Carry Index Index Rules v1.1 Verson as of 10/10/2013 1 (6) Page 1 Index Descrpton The G10 Alpha Carry Index, the Index, follows the development of a rule based strategy whch nvests and

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Poltecnco d Torno Porto Insttutonal Repostory [Artcle] A cost-effectve cloud computng framework for acceleratng multmeda communcaton smulatons Orgnal Ctaton: D. Angel, E. Masala (2012). A cost-effectve

More information

QoS in the Linux Operating System. Technical Report

QoS in the Linux Operating System. Technical Report Unverstät Karlsruhe (H) Insttut für elematk QoS n the Lnux Operatng System echncal Report Marc Bechler and Hartmut Rtter Insttut für elematk Fakultät für Informatk Unverstät Karlsruhe (H) E-Mal: [mbechler

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

AT&T Small Business System Speakerphone with Digital Answering System and Caller ID/Call Waiting 984

AT&T Small Business System Speakerphone with Digital Answering System and Caller ID/Call Waiting 984 984CIB_(Rev9)ml_24.05.06 5/24/06 8:07 PM Page 1 USER S MANUAL Part 2 AT&T Small Busness System Speakerphone wth Dgtal Answerng System and Caller ID/Call Watng 984 For Customer Servce Or Product Informaton,

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

For example, you might want to capture security group membership changes. A quick web search may lead you to the 632 event.

For example, you might want to capture security group membership changes. A quick web search may lead you to the 632 event. Audtng Wndows & Actve Drectory Changes va Wndows Event Logs Ths document takes a lghtweght look at the steps and consderatons nvolved n settng up Wndows and/or Actve Drectory event log audtng. Settng up

More information

An Approach for Detecting a Flooding Attack Based on Entropy Measurement of Multiple E-Mail Protocols

An Approach for Detecting a Flooding Attack Based on Entropy Measurement of Multiple E-Mail Protocols Journal of Appled Scence and Engneerng, Vol. 18, No. 1, pp. 79 88 (2015) DOI: 10.6180/jase.2015.18.1.10 An Approach for Detectng a Floodng Attack Based on Entropy Measurement of Multple E-Mal Protocols

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

Bild in der Größe 215x70 mm einfügen

Bild in der Größe 215x70 mm einfügen Order No. 6515 6711 13 Part No. 171 584 30 82 USA Edton A 2006 COMAND Operator's Manual 171 Bld n der Größe 215x70 mm enfügen COMAND Operator's Manual Welcome to COMAND! Please make yourself famlar wth

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

Dynamic Fleet Management for Cybercars

Dynamic Fleet Management for Cybercars Proceedngs of the IEEE ITSC 2006 2006 IEEE Intellgent Transportaton Systems Conference Toronto, Canada, September 17-20, 2006 TC7.5 Dynamc Fleet Management for Cybercars Fenghu. Wang, Mng. Yang, Ruqng.

More information

HALL EFFECT SENSORS AND COMMUTATION

HALL EFFECT SENSORS AND COMMUTATION OEM770 5 Hall Effect ensors H P T E R 5 Hall Effect ensors The OEM770 works wth three-phase brushless motors equpped wth Hall effect sensors or equvalent feedback sgnals. In ths chapter we wll explan how

More information

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol

CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK. Sample Stability Protocol CHOLESTEROL REFERENCE METHOD LABORATORY NETWORK Sample Stablty Protocol Background The Cholesterol Reference Method Laboratory Network (CRMLN) developed certfcaton protocols for total cholesterol, HDL

More information

Service Provider SIP trunk Validation Detailed Test Plan

Service Provider SIP trunk Validation Detailed Test Plan E Document Number EDC-827327 Based on emplate EDC-206096 Rev 35 Create By Cecly Lu ervce Provder P trunk Valdaton Detaled Plan odfcatons Revson Name User d Date Comments 1 ony Banuelos tbanuelo 11/2/2009

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

Simple Interest Loans (Section 5.1) :

Simple Interest Loans (Section 5.1) : Chapter 5 Fnance The frst part of ths revew wll explan the dfferent nterest and nvestment equatons you learned n secton 5.1 through 5.4 of your textbook and go through several examples. The second part

More information

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop IWFMS: An Internal Workflow Management System/Optmzer for Hadoop Lan Lu, Yao Shen Department of Computer Scence and Engneerng Shangha JaoTong Unversty Shangha, Chna lustrve@gmal.com, yshen@cs.sjtu.edu.cn

More information

7.5. Present Value of an Annuity. Investigate

7.5. Present Value of an Annuity. Investigate 7.5 Present Value of an Annuty Owen and Anna are approachng retrement and are puttng ther fnances n order. They have worked hard and nvested ther earnngs so that they now have a large amount of money on

More information

Stochastic Protocol Modeling for Anomaly Based Network Intrusion Detection

Stochastic Protocol Modeling for Anomaly Based Network Intrusion Detection Stochastc Protocol Modelng for Anomaly Based Network Intruson Detecton Juan M. Estevez-Tapador, Pedro Garca-Teodoro, and Jesus E. Daz-Verdejo Department of Electroncs and Computer Technology Unversty of

More information

How To Detect An 802.11 Traffc From A Network With A Network Onlne Onlnet

How To Detect An 802.11 Traffc From A Network With A Network Onlne Onlnet IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. X, NO. X, XXX 2008 1 Passve Onlne Detecton of 802.11 Traffc Usng Sequental Hypothess Testng wth TCP ACK-Pars We We, Member, IEEE, Kyoungwon Suh, Member, IEEE,

More information

Warranty...i. Introduction... 1

Warranty...i. Introduction... 1 USER MANUAL Contents Warranty... Introducton... 1 Gettng Started... 1 Intal Inspecton... 1 Battery Installaton... 1 Setup... 2 Keypad... 9 Man Dsplay... 11 Menu Layout... 11 Alpha/Numerc Entry... 12 System

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Proactive Secret Sharing Or: How to Cope With Perpetual Leakage

Proactive Secret Sharing Or: How to Cope With Perpetual Leakage Proactve Secret Sharng Or: How to Cope Wth Perpetual Leakage Paper by Amr Herzberg Stanslaw Jareck Hugo Krawczyk Mot Yung Presentaton by Davd Zage What s Secret Sharng Basc Idea ((2, 2)-threshold scheme):

More information

Extending Probabilistic Dynamic Epistemic Logic

Extending Probabilistic Dynamic Epistemic Logic Extendng Probablstc Dynamc Epstemc Logc Joshua Sack May 29, 2008 Probablty Space Defnton A probablty space s a tuple (S, A, µ), where 1 S s a set called the sample space. 2 A P(S) s a σ-algebra: a set

More information

ABSTRACT This paper describes the Power Demand Control System installed at the Lufkin Mill of

ABSTRACT This paper describes the Power Demand Control System installed at the Lufkin Mill of ESL-E-79-04-122 A POWER CONTROL SYSTEM FOR A PAPER MLL George H. Rchter Delbert Keenon St. Regs Paper Company - Houston, Texas Automaton, nc. - Houston, Texas ABSTRACT Ths paper descrbes the Power Demand

More information

Pre-entry Review. Industry Applications. NESUG '96 Proceedings 330

Pre-entry Review. Industry Applications. NESUG '96 Proceedings 330 ndustry Applcatons THE ROLE OF SAS PROGRAMMERS N CLNCAL TRAL DATA ANALYSS Mng Wang ndependent SAS Consultant Abstract Ths artcle shows n-depth the role of SAS programmers n clncal tral data analyss. t

More information

Tuition Fee Loan application notes

Tuition Fee Loan application notes Tuton Fee Loan applcaton notes for new part-tme EU students 2012/13 About these notes These notes should be read along wth your Tuton Fee Loan applcaton form. The notes are splt nto three parts: Part 1

More information

ELM for Exchange version 5.5 Exchange Server Migration

ELM for Exchange version 5.5 Exchange Server Migration ELM for Exchange verson 5.5 Exchange Server Mgraton Copyrght 06 Lexmark. All rghts reserved. Lexmark s a trademark of Lexmark Internatonal, Inc., regstered n the U.S. and/or other countres. All other trademarks

More information

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application

Performance Analysis of Energy Consumption of Smartphone Running Mobile Hotspot Application Internatonal Journal of mart Grd and lean Energy Performance Analyss of Energy onsumpton of martphone Runnng Moble Hotspot Applcaton Yun on hung a chool of Electronc Engneerng, oongsl Unversty, 511 angdo-dong,

More information

Research of concurrency control protocol based on the main memory database

Research of concurrency control protocol based on the main memory database Research of concurrency control protocol based on the man memory database Abstract Yonghua Zhang * Shjazhuang Unversty of economcs, Shjazhuang, Shjazhuang, Chna Receved 1 October 2014, www.cmnt.lv The

More information

FIBARO DIMMER 2 OPERATING MANUAL FGD-212 ENG CONTENTS

FIBARO DIMMER 2 OPERATING MANUAL FGD-212 ENG CONTENTS OPERATING MANUAL ENG FIBARO DIMMER 2 FGD-212 CONTENTS #1: Descrpton and features 4 #2: Supported loads 5 #3: FIBARO Bypass 2 (FGB-002) 7 #4: Installaton 8 #5: Addng/removng the devce 11 #6: Operatng the

More information

Small pots lump sum payment instruction

Small pots lump sum payment instruction For customers Small pots lump sum payment nstructon Please read these notes before completng ths nstructon About ths nstructon Use ths nstructon f you re an ndvdual wth Aegon Retrement Choces Self Invested

More information

LiMoSense: live monitoring in dynamic sensor networks

LiMoSense: live monitoring in dynamic sensor networks Dstrb. Comput. DOI 10.1007/s00446-014-0213-8 LMoSense: lve montorng n dynamc sensor networks Ittay Eyal Idt Kedar Raphael Rom Receved: 7 Aprl 2013 / Accepted: 19 March 2014 Sprnger-Verlag Berln Hedelberg

More information

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages:

We assume your students are learning about self-regulation (how to change how alert they feel) through the Alert Program with its three stages: Welcome to ALERT BINGO, a fun-flled and educatonal way to learn the fve ways to change engnes levels (Put somethng n your Mouth, Move, Touch, Look, and Lsten) as descrbed n the How Does Your Engne Run?

More information

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP)

1. Fundamentals of probability theory 2. Emergence of communication traffic 3. Stochastic & Markovian Processes (SP & MP) 6.3 / -- Communcaton Networks II (Görg) SS20 -- www.comnets.un-bremen.de Communcaton Networks II Contents. Fundamentals of probablty theory 2. Emergence of communcaton traffc 3. Stochastc & Markovan Processes

More information

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES Zuzanna BRO EK-MUCHA, Grzegorz ZADORA, 2 Insttute of Forensc Research, Cracow, Poland 2 Faculty of Chemstry, Jagellonan

More information

IT09 - Identity Management Policy

IT09 - Identity Management Policy IT09 - Identty Management Polcy Introducton 1 The Unersty needs to manage dentty accounts for all users of the Unersty s electronc systems and ensure that users hae an approprate leel of access to these

More information

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW.

SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW. SUPPLIER FINANCING AND STOCK MANAGEMENT. A JOINT VIEW. Lucía Isabel García Cebrán Departamento de Economía y Dreccón de Empresas Unversdad de Zaragoza Gran Vía, 2 50.005 Zaragoza (Span) Phone: 976-76-10-00

More information

Traffic-light a stress test for life insurance provisions

Traffic-light a stress test for life insurance provisions MEMORANDUM Date 006-09-7 Authors Bengt von Bahr, Göran Ronge Traffc-lght a stress test for lfe nsurance provsons Fnansnspetonen P.O. Box 6750 SE-113 85 Stocholm [Sveavägen 167] Tel +46 8 787 80 00 Fax

More information

Types of Injuries. (20 minutes) LEARNING OBJECTIVES MATERIALS NEEDED

Types of Injuries. (20 minutes) LEARNING OBJECTIVES MATERIALS NEEDED U N I T 3 Types of Injures (20 mnutes) PURPOSE: To help coaches learn how to recognze the man types of acute and chronc njures. LEARNING OBJECTIVES In ths unt, coaches wll learn how most njures occur,

More information

www.olr.ccli.com Introducing Online Reporting Your step-by-step guide to the new online copy report Online Reporting

www.olr.ccli.com Introducing Online Reporting Your step-by-step guide to the new online copy report Online Reporting Onlne Reportng Introducng Onlne Reportng www.olr.ccl.com Your step-by-step gude to the new onlne copy report Important nformaton for all lcence holders No more software to download Reportng as you go...

More information

iphone/ipod Touch ipad

iphone/ipod Touch ipad omplete ontrol oble rogrammng anual for X- hone/od ouch ad omplete ontrol oble rogrammng anual for X- 2012 Unversal emote ontrol, nc. he nformaton n ths manual s copyrght protected. o part of ths manual

More information

Brigid Mullany, Ph.D University of North Carolina, Charlotte

Brigid Mullany, Ph.D University of North Carolina, Charlotte Evaluaton And Comparson Of The Dfferent Standards Used To Defne The Postonal Accuracy And Repeatablty Of Numercally Controlled Machnng Center Axes Brgd Mullany, Ph.D Unversty of North Carolna, Charlotte

More information

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures

Minimal Coding Network With Combinatorial Structure For Instantaneous Recovery From Edge Failures Mnmal Codng Network Wth Combnatoral Structure For Instantaneous Recovery From Edge Falures Ashly Joseph 1, Mr.M.Sadsh Sendl 2, Dr.S.Karthk 3 1 Fnal Year ME CSE Student Department of Computer Scence Engneerng

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

Faraday's Law of Induction

Faraday's Law of Induction Introducton Faraday's Law o Inducton In ths lab, you wll study Faraday's Law o nducton usng a wand wth col whch swngs through a magnetc eld. You wll also examne converson o mechanc energy nto electrc energy

More information

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT

Chapter 4 ECONOMIC DISPATCH AND UNIT COMMITMENT Chapter 4 ECOOMIC DISATCH AD UIT COMMITMET ITRODUCTIO A power system has several power plants. Each power plant has several generatng unts. At any pont of tme, the total load n the system s met by the

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package. *MR for LS160A and LS161A *SR for LS162A and LS163A

NOTE: The Flatpak version has the same pinouts (Connection Diagram) as the Dual In-Line Package. *MR for LS160A and LS161A *SR for LS162A and LS163A BCD DECADE COUNTERS/ 4-BIT BINARY COUNTERS The LS160A/ 161A/ 162A/ 163A are hgh-speed 4-bt synchronous counters. They are edge-trggered, synchronously presettable, and cascadable MSI buldng blocks for

More information

1 Example 1: Axis-aligned rectangles

1 Example 1: Axis-aligned rectangles COS 511: Theoretcal Machne Learnng Lecturer: Rob Schapre Lecture # 6 Scrbe: Aaron Schld February 21, 2013 Last class, we dscussed an analogue for Occam s Razor for nfnte hypothess spaces that, n conjuncton

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems

Application of Multi-Agents for Fault Detection and Reconfiguration of Power Distribution Systems 1 Applcaton of Mult-Agents for Fault Detecton and Reconfguraton of Power Dstrbuton Systems K. Nareshkumar, Member, IEEE, M. A. Choudhry, Senor Member, IEEE, J. La, A. Felach, Senor Member, IEEE Abstract--The

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

More information

Safety instructions VEGAVIB VB6*.GI*******

Safety instructions VEGAVIB VB6*.GI******* Safety nstructons VEGAVIB VB6*.GI******* Kosha 14-AV4BO-0107 Ex td A20, A20/21, A21 IP66 T** 0044 Document ID: 48578 Contents 1 Area of applcablty... 3 2 General nformaton... 3 3 Techncal data... 3 4 Applcaton

More information

Section 5.3 Annuities, Future Value, and Sinking Funds

Section 5.3 Annuities, Future Value, and Sinking Funds Secton 5.3 Annutes, Future Value, and Snkng Funds Ordnary Annutes A sequence of equal payments made at equal perods of tme s called an annuty. The tme between payments s the payment perod, and the tme

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

A Parallel Architecture for Stateful Intrusion Detection in High Traffic Networks

A Parallel Architecture for Stateful Intrusion Detection in High Traffic Networks A Parallel Archtecture for Stateful Intruson Detecton n Hgh Traffc Networks Mchele Colajann Mrco Marchett Dpartmento d Ingegnera dell Informazone Unversty of Modena {colajann, marchett.mrco}@unmore.t Abstract

More information

A role based access in a hierarchical sensor network architecture to provide multilevel security

A role based access in a hierarchical sensor network architecture to provide multilevel security 1 A role based access n a herarchcal sensor network archtecture to provde multlevel securty Bswajt Panja a Sanjay Kumar Madra b and Bharat Bhargava c a Department of Computer Scenc Morehead State Unversty

More information

Ensuring Secure Info-Communication Networks Based on the Special Filtering Mode

Ensuring Secure Info-Communication Networks Based on the Special Filtering Mode Ensurng Secure Info-Communcaton Networks Based on the Specal Flterng Mode Abstract In ths artcle was developed a method for calculatng the nvarant characterstcs of traffcs for a specal flterng mode wth

More information

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek HE DISRIBUION OF LOAN PORFOLIO VALUE * Oldrch Alfons Vascek he amount of captal necessary to support a portfolo of debt securtes depends on the probablty dstrbuton of the portfolo loss. Consder a portfolo

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Automated information technology for ionosphere monitoring of low-orbit navigation satellite signals

Automated information technology for ionosphere monitoring of low-orbit navigation satellite signals Automated nformaton technology for onosphere montorng of low-orbt navgaton satellte sgnals Alexander Romanov, Sergey Trusov and Alexey Romanov Federal State Untary Enterprse Russan Insttute of Space Devce

More information

Preparing network configurations for IPv6 renumbering

Preparing network configurations for IPv6 renumbering INTERNATIONAL JOURNAL OF NETWORK MANAGEMENT Int. J. Network Mgmt (2009) Publshed onlne n Wley InterScence (www.nterscence.wley.com).717 Preparng network confguratons for IPv6 renumberng Damen Leroy* and

More information

Real-Time Whiteboard Capture and Processing Using a Video Camera for Teleconferencing

Real-Time Whiteboard Capture and Processing Using a Video Camera for Teleconferencing Real-Tme Whteboard Capture and Processng Usng a Vdeo Camera for Teleconferencng L-We He & Zhengyou Zhang Mcrosoft Research, One Mcrosoft Way, Redmond, WA, USA {lhe,zhang}@mcrosoft.com Mcrosoft Research

More information

sscada: securing SCADA infrastructure communications

sscada: securing SCADA infrastructure communications Int. J. Communcaton Networks and Dstrbuted Systems, Vol. 6, No. 1, 2011 59 sscada: securng SCADA nfrastructure communcatons Yongge Wang Department of SIS, UNC Charlotte, 9201 Unversty Cty Blvd, Charlotte,

More information

A Crossplatform ECG Compression Library for Mobile HealthCare Services

A Crossplatform ECG Compression Library for Mobile HealthCare Services A Crossplatform ECG Compresson Lbrary for Moble HealthCare Servces Alexander Borodn, Yulya Zavyalova Department of Computer Scence Petrozavodsk State Unversty Petrozavodsk, Russa {aborod, yzavyalo}@cs.petrsu.ru

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

DISCLOSURES I. ELECTRONIC FUND TRANSFER DISCLOSURE (REGULATION E)... 2 ELECTRONIC DISCLOSURE AND ELECTRONIC SIGNATURE CONSENT... 7

DISCLOSURES I. ELECTRONIC FUND TRANSFER DISCLOSURE (REGULATION E)... 2 ELECTRONIC DISCLOSURE AND ELECTRONIC SIGNATURE CONSENT... 7 DISCLOSURES The Dsclosures set forth below may affect the accounts you have selected wth Bank Leum USA. Read these dsclosures carefully as they descrbe your rghts and oblgatons for the accounts and/or

More information