CS5530 Mobile/Wireless Systems Medium Access Control (MAC)

Size: px
Start display at page:

Download "CS5530 Mobile/Wireless Systems Medium Access Control (MAC)"

Transcription

1 CS5530 Mbile/Wireless Systems Medium Access Cntrl (MAC) Yanyan Zhuang Department f Cmputer Science CS5530 UC. Clrad Springs Ref. CN5E, NT@UW, WUSTL

2 Outline Access links Access cntrl Channel allcatin Static allcatin Dynamic allcatin Carrier sense prtcls CS Ref. CN5E, NT@UW, WUSTL

3 Access Links Pint-t-pint links Easy crdinatin Bradcast links Mre than tw statins transmit at the same time: cllisin Challenge: determine wh gets t use the channel when there is cmpetitin CS Ref. CN5E, NT@UW, WUSTL

4 Access Cntrl Access cntrl Ensure nly ne statin transmits Ensure n cllisin ccur MAC (Medium Access Cntrl) The prtcls used t determine wh ges next n a bradcast channel Abve physical layer, belw IP layer CS Ref. CN5E, NT@UW, WUSTL

5 Channel Allcatin Prblem Hw t allcate a single bradcast channel amng cmpeting users Static Channel Allcatin FDM (Frequency Divisin Multiplexing) } Divides spectrum int frequency bands, with each user having exclusive pssessin f sme band t send their signal CS Ref. CN5E, NT@UW, WUSTL

6 Channel Allcatin Prblem Hw t allcate a single bradcast channel amng cmpeting users Static Channel Allcatin FDM (Frequency Divisin Multiplexing) TDM (Time Divisin Multiplexing) } Users take turns (rund-rbin), each ne peridically getting entire bandwidth fr a little burst f time CS Ref. CN5E, NT@UW, WUSTL

7 Channel Allcatin Prblem Hw t allcate a single bradcast channel amng cmpeting users Static Channel Allcatin FDM (Frequency Divisin Multiplexing) TDM (Time Divisin Multiplexing) Advantage/disadvantage } A small and cnstant # f users, each has a steady stream f traffic, static allcatin is simple and efficient } When # f senders is large and varying r the traffic is bursty: inefficient CS Ref. CN5E, NT@UW, WUSTL

8 Channel Allcatin Prblem Hw t allcate a single bradcast channel amng cmpeting users Static Channel Allcatin Dynamic Channel Allcatin N base statin/central entity invlved, purely distributed CS Ref. CN5E, NT@UW, WUSTL

9 Dynamic Channel Allcatin Alha Seminal cmputer netwrk cnnecting Hawaiian islands in late 1960s } When shuld ndes send? } A new prtcl was devised by Nrm Abramsn Hawaii CS Ref. CN5E, NT@UW, WUSTL

10 Dynamic Channel Allcatin Alha Seminal cmputer netwrk cnnecting Hawaiian islands in late 1960s } When shuld ndes send? Hawaii } A new prtcl was devised by Nrm Abramsn Simple idea } Nde just sends when it has traffic (n carrier sensing) } If there was a cllisin (n ACK received) then wait a randm time (called backff time) and resend CS Ref. CN5E, NT@UW, WUSTL

11 Dynamic Channel Allcatin Alha Pure Alha } Statins transmit at any time } Fr analysis, assume same length } Vulnerable time: 2T CS Ref. CN5E, NT@UW, WUSTL

12 Dynamic Channel Allcatin Alha Sltted Alha } Statins transmit nly in a slt } Vulnerable time: T CS Ref. CN5E, NT@UW, WUSTL

13 Dynamic Channel Allcatin Alha s lw efficiency Statins transmit at will, withut knwing what thers are ding à many cllisins (W)LANs Pssible fr statins t detect what thers are ding, and thus adapt their behavir accrdingly Carrier Sense Multiple Access (CSMA) Prtcls Prtcls in which statins listen fr a carrier (i.e., a transmissin) and act accrdingly CS Ref. CN5E, NT@UW, WUSTL

14 Carrier Sense Prtcls ALOHA inspired Bb Metcalfe t invent Ethernet fr LANs in 1973 Ndes share 10 Mbps caxial cable Hugely ppular in 1980s, 1990s : 2009 IEEE CS Ref. CN5E, NT@UW, WUSTL

15 Carrier Sense Prtcls CSMA imprves ALOHA by listening befre send (Dh!) Can d easily with wires, nt wireless 1-persistent CSMA A statin has data t send: listens t the channel } If channel is idle, statin sends data } If channel is busy, statin waits until idle, then transmits a frame } If a cllisin ccurs, statin waits a randm time and starts all ver CS Ref. CN5E, NT@UW, WUSTL

16 Carrier Sense Prtcls Still pssible t listen and hear nthing when anther nde is sending because f delay Just after a statin begins sending, anther statin becmes ready t send and sense the channel If the first statin s signal has nt yet reached the secnd ne, the latter will sense an idle channel and begin sending, resulting in a cllisin X CSMA is a gd defense against cllisins nly when delay is small CS Ref. CN5E, NT@UW, WUSTL

17 Carrier Sense Prtcls p-persistent CSMA: applies t sltted channels If channel is idle, it transmits with a prbability p } With a prbability q = 1 p, it defers until the next slt If the statin senses that the channel is busy, it waits until the next slt } If next slt is als idle, it either transmits r defers again, with prbabilities p and q CS Ref. CN5E, NT@UW, WUSTL

18 CSMA/CD (with Cllisin Detectin) Reduce the cst f cllisins by detecting them and abrting the rest f the frame time Again, we can d this with wires Abrt! X X X X X X X X Abrt! Cllisin detectin is an analg prcess } Hardware must listen t channel while it is transmitting } If the signal it reads back is different frm the signal it put ut, then a cllisin is ccurring } Implicatin: a received signal must nt be tiny cmpared t the transmitted signal Difficult fr wireless, as received signals may be 1,000,000 times weaker than transmitted signals CS Ref. CN5E, NT@UW, WUSTL

19 CSMA/CD (with Cllisin Detectin) Hw des a statin detect a cllissin? Minimum packet length Tt: transmissin time, time t transmit a packet ut (decided by length and link bandwidth) Tp: prpagatin time, time t transmit a packet t anther statin (decided by the distance between statins, and bandwidth) CS Ref. CN5E, NT@UW, WUSTL

20 CSMA/CD (with Cllisin Detectin) Minimum packet length Assume Tp = 1 hur Case 1 A and B transmit simultaneusly } 10am statins A and B starts transmitting } 10:30am cllisin happens } 11am A and B receive cllisin signal Case 2 A transmits befre B } 10am A starts transmitting } 10:59:59am B starts transmitting } 11am cllisin happens } 12pm A receives cllisin signal In wrst case, the time t detect a cllisin is 2*Tp CS Ref. CN5E, NT@UW, WUSTL

21 CSMA/CD (with Cllisin Detectin) Minimum packet length In wrst case, the time t detect a cllisin is 2*Tp Detecting cllisin } Receive cllisin signal while transmitting } Tt >= 2*Tp, where Tt = Length (bits) /B (bits per sec) Example: Tp = 1msec, B = 1Mbps, what s the minimum packet length fr CSMA/CD? } Tt = Length/B >= 2*Tp. Length >= 2*Tp*B = 2*10^(-3)*10^6 = 2000 bits } What if a packet is shrter than 2000 bits? Padding CSMA/CD used fr Ethernet CS Ref. CN5E, NT@UW, WUSTL

22 CSMA/CD (with Cllisin Detectin) Shuld I resend right away? Binary Expnential Backff (BEB): cleverly estimates prbability 1st cllisin, wait 0 r 1 frame times (0 2^1-1) 2nd cllisin, wait frm 0 t 3 times (0 2^2-1) 3rd cllisin, wait frm 0 t 7 times (0 2^3-1) BEB dubles interval fr each successive cllisin Quickly gets large enugh t wrk Very efficient in practice CS Ref. CN5E, NT@UW, WUSTL

23 Classic Ethernet, r IEEE Mst ppular LAN f the 1980s, 1990s Multiple access with 1-persistent CSMA/CD with BEB CS Ref. CN5E, NT@UW, WUSTL

24 Wireless LAN Prtcls Different frm Ethernet A wireless system cannt detect a cllisin while it is ccurring } The received signal at a statin may be a millin times weaker than transmitted signal A statin n a wireless LAN may nt be able t transmit frames t, r receive frames frm all ther statins because f the limited range } In wired LANs, when ne statin sends a frame, all ther statins receive it (with sme delay) A naive apprach Try CSMA: just listen fr ther transmissins and nly transmit if n ne else is ding s What s the prblem? CS Ref. CN5E, NT@UW, WUSTL

25 Wireless LAN Prtcls Remember hidden terminals and expsed terminals? 1. Ndes may have different areas f cverage desn t fit Carrier Sense 2. Ndes can t hear while sending can t Cllisin Detect CS Ref. CN5E, NT@UW, WUSTL

26 MACA (Multiple Access with Cllisin Avidance) MACA uses a shrt handshake instead f CSMA (Karn, 1990) uses a refinement f MACA Prtcl rules: 1. A sender nde transmits a RTS (Request-T-Send, with frame length) 2. The receiver replies with a CTS (Clear-T-Send, with frame length) 3. Sender transmits the frame while ther ndes hearing the CTS stay silent q Cllisins n the RTS/CTS are still pssible, but less likely 26 Ref. CN5E, NT@UW, WUSTL

27 MACA Hidden Terminals (1) AàB with hidden terminal C 1. A sends RTS, t B A RTS B C D 27 Ref. CN5E, NT@UW, WUSTL

28 MACA Hidden Terminals (2) AàB with hidden terminal C 2. B sends CTS, t A, and C t A RTS CTS B CTS Alert! C D 28 Ref. CN5E, NT@UW, WUSTL

29 MACA Hidden Terminals (3) AàB with hidden terminal C 3. A sends frame while C defers Frame Quiet Ref. CN5E, NT@UW, WUSTL

30 MACA Expsed Terminals (1) BàA, CàD as expsed terminals B and C send RTS t A and D A RTS B C RTS D 30 Ref. CN5E, NT@UW, WUSTL

31 MACA Expsed Terminals (2) BàA, CàD as expsed terminals A and D send CTS t B and C All OK All OK A RTS CTS B C RTS CTS D 31 Ref. CN5E, NT@UW, WUSTL

32 MACA Expsed Terminals (3) BàA, CàD as expsed terminals B sends frame t A while C sends frame t D A Frame B C Frame D 32 Ref. CN5E, NT@UW, WUSTL

33 802.11, r WiFi Very ppular wireless LAN started in the 1990s Clients get cnnectivity frm a (wired) AP (Access Pint) It s a multi-access prblem J Varius flavrs have been develped ver time Faster, mre features Access Pint T Netwrk Client 33 Ref. CN5E, NT@UW, WUSTL

34 802.11, r WiFi MAC sublayer prtcl different frm that f Ethernet Radis are nearly always half duplex: cannt transmit and listen fr cllisin at the same time Transmissin ranges f different statins may be different } With a wire, the system is engineered s that all statins can hear each ther tries t avid cllisins with a prtcl called CSMA/CA (CSMA with Cllisin Avidance) Cnceptually similar t Ethernet s CSMA/CD, with channel sensing befre sending and expnential back ff after cllisins 34 Ref. CN5E, NT@UW, WUSTL

35 CSMA/CA A statin that has a frame t send starts with a randm backff It des nt wait fr a cllisin The number f slts t backff is chsen in the range 0 t, say, 15 Waits until the channel is idle, and cunts dwn idle slts Idle: by sensing that there is n signal fr a shrt perid f time Cunt dwn pauses when frames are sent by ther statins Sends its frame when the cunter reaches 0 If frame gets thrugh, destinatin sends a shrt ack Lack f an ack is inferred as an errr, whether a cllisin r therwise The sender dubles the backff perid and tries again } Cntinues with expnential backff until (1) the frame has been successfully transmitted, r (2) the maximum # f retransmissins has been reached 35 Ref. CN5E, NT@UW, WUSTL

36 CSMA/CA Statin A is the first t send a frame t D While A is sending, statins B and C becme ready t send They see that the channel is busy and wait fr it t becme idle Shrtly after A receives an acknwledgement, the channel ges idle Rather than sending a frame right away and clliding, B and C bth perfrm a backff Send? Send? Time 36 Ref. CN5E, NT@UW, WUSTL

37 CSMA/CA While A is sending, statins B and C becme ready t send C picks a shrt backff, and thus sends first B pauses its cuntdwn while it senses that C is using the channel, and resumes after C has received an acknwledgement B then cmpletes its backff and sends its frame Send? Send? Time 37 Ref. CN5E, NT@UW, WUSTL

38 CSMA/CA Difference cmpared t CSMA/CD Starting backffs early helps t avid cllisins } This avidance is wrthwhile because cllisins are expensive, as the entire frame is transmitted even if ne ccurs Acknwledgements are used t infer cllisins because cllisins cannt be detected 38 Ref. CN5E, NT@UW, WUSTL

39 Services Assciatin service Mbile statins cnnect t APs Typically used after a statin mves in radi range f an AP Upn arrival, statin learns the identity and capabilities f the AP (frm beacn frames r by directly asking AP) } Capabilities include data rates, security arrangements, pwer-saving capabilities, quality f service supprt, etc. Statin sends a request t assciate with AP. The AP may accept r reject the request. 39 Ref. CN5E, NT@UW, WUSTL

40 Services Re-assciatin Lets a statin change its preferred AP Useful fr mbile statins mving frm ne AP t anther AP in the same extended LAN Disassciate Either statin r AP may disassciate breaking the relatinship A statin uses this befre shutting dwn r leaving the netwrk AP may use it befre ging dwn fr maintenance 40 Ref. CN5E, NT@UW, WUSTL

41 Services Authenticatin service Statins must authenticate befre sending frames via AP Authenticatin is handled in different ways depending n the chice f security scheme } If the netwrk is pen, anyne is allwed t use it. } Otherwise, credentials are needed t authenticate 41 Ref. CN5E, NT@UW, WUSTL

42 Services Authenticatin service Statins must authenticate befre sending frames via AP Authenticatin is handled in different ways depending n the chice f security scheme } If the netwrk is pen, anyne is allwed t use it. } Otherwise, credentials are needed t authenticate WPA2 (WiFi Prtected Access 2): AP talks t an authenticatin server that has a username and passwrd database WEP (Wired Equivalent Privacy): Use is discuraged because f design flaws that make WEP easy t cmprmise 42 Ref. CN5E, NT@UW, WUSTL

43 Services Distributin service Once frames reach the AP, distributin service determines hw t rute them } If destinatin is lcal t AP, frames sent ut directly ver the air } Otherwise, frwarded ver the wired netwrk Integratin service Handles translatin needed fr a frame t be sent utside LAN, r t arrive frm utside LAN } The cmmn case: cnnecting the wireless LAN t the Internet 43 Ref. CN5E, NT@UW, WUSTL

44 Services Privacy service Fr infrmatin sent ver a wireless LAN t be kept cnfidential, it must be encrypted Manages details f encryptin and decryptin } The encryptin algrithm fr WPA2 is based n AES (Advanced Encryptin Standard) QS traffic scheduling service Handles traffic with different pririties } Give vice and vide traffic preferential treatment cmpared t besteffrt and backgrund traffic 44 Ref. CN5E, NT@UW, WUSTL

45 802.11/WiFi Summary CSMA/CA Cannt detect cllisin à passively avid instead Varius WiFi services Assciatin, authenticatin, privacy, etc. Andrid 45 Ref. CN5E, WUSTL

46 Bluetth In 1994, the L. M. Ericssn cmpany Cnnecting mbile phnes t ther devices (e.g., laptps) withut cables With fur ther cmpanies (IBM, Intel, Nkia, and Tshiba), frmed a SIG (Special Interest Grup, i.e., cnsrtium) in 1998 t develp a wireless standard } Intercnnecting cmputing and cmmunicatin devices and accessries using shrt-range, lw-pwer, inexpensive wireless radis } Named after Harald Blaatand (Bluetth) II ( ), a Viking king wh unified Denmark and Nrway 46 Ref. CN5E, NT@UW, WUSTL

47 Bluetth A brief histry Bluetth 1.0 released in July 1999 Higher data rates were added t Bluetth 2.0 in release in 2009: device pairing in cmbinatin with release in December 2009 specified lw-pwer peratin 5 release June 2016: IT technlgy, 4x range, 2x speed, 8x increase in bradcasting capacity f lw energy transmissins Bluetth prtcl Let devices find and cnnect t each ther, an act called pairing, and securely transfer data 47 Ref. CN5E, NT@UW, WUSTL

48 Bluetth Architecture Basic unit f a Bluetth system is a picnet Cnsists f a master nde and up t seven active slave ndes } Older tech: within a distance f 10 meters 48 Ref. CN5E, NT@UW, WUSTL

49 Bluetth Architecture Multiple picnets can c-exist & cnnected via a bridge nde in multiple picnets An intercnnected cllectin f picnets is called a scatternet Tw picnets can be cnnected t frm a scatternet. 49 Ref. CN5E, NT@UW, WUSTL

50 Bluetth Architecture A picnet is essentially a centralized TDM Master cntrlling the clck and determining which device gets t cmmunicate in which time slt All cmmunicatin is between the master and a slave; n direct slave-slave cmmunicatin In a picnet, there can be up t 255 parked ndes Devices switched t a lw-pwer state t reduce battery drain Cannt d anything except respnd t an activatin r beacn signal frm master 50 Ref. CN5E, NT@UW, WUSTL

51 Bluetth Applicatins Bluetth specifies particular applicatins and prvides different prtcl stacks Applicatins are called prfiles Audi and vide Intercm prfile allws tw telephnes t cnnect as walkie-talkies Headset and hands-free prfiles prvide vice cmmunicatin between a headset and its base statin } Used fr hands-free telephny while driving a car 51 Ref. CN5E, NT@UW, WUSTL

52 Bluetth Applicatins Human interface device prfile } Fr cnnecting keybards and mice t cmputers } Let a mbile phne r ther cmputer receive images frm a camera r send images t a printer } Use a mbile phne as a remte cntrl fr a (Bluetth-enabled) TV Generic access prfile } On which all f the ther prfiles are built, prvides a way t establish and maintain secure links between master and slaves 52 Ref. CN5E, NT@UW, WUSTL

53 Bluetth MAC Layers Has a link cntrl layer, similar t MAC layer Master defines a series f 625-μsec time slts Master s transmissins starting in even slts, slaves transmissins in the dd nes (TDM) Paylad f frame can be encrypted fr cnfidentiality with a key chsen when the master and slave cnnect 53 Ref. CN5E, NT@UW, WUSTL

54 Bluetth MAC Layers Link manager prtcl Pairing prcedure: t make sure devices are allwed t cmmunicate } Secure simple pairing enables users t cnfirm that bth devices display the same passkey (device generated), r bserve a passkey n ne device and type it int the secnd device 54 Ref. CN5E, NT@UW, WUSTL

55 Bluetth MAC Layers Link manager prtcl Pairing prcedure: t make sure devices are allwed t cmmunicate Link manager prtcl sets up lgical channels, called links } SCO (Synchrnus Cnnectin Oriented) link: used fr real-time data, such as telephne cnnectins, allcates a fixed slt in each directin } ACL (Asynchrnus Cnnectin-Less) link: used fr packet-switched data (ccur at irregular intervals), delivered n a best-effrt basis N guarantees 55 Ref. CN5E, NT@UW, WUSTL

56 Bluetth Summary Shrt range, lw pwer Picnet, scatternet Essentially TDM Applicatin prfiles Pairing, links 56 Ref. CN5E, WUSTL

57 RFID (Radi Frequency IDentificatin) NFC (Near Field Cmmunicatin) and UHF (Ultra High Frequency) EPC (Electrnic Prduct Cde): fcus f this sectin Aut-ID Center at the Massachusetts Institute f Technlgy in 1999 Replacement fr barcdes } Carry a larger amunt f infrmatin } Electrnically readable up t 10 m, even when it is nt visible 57 Ref. CN5E, NT@UW, WUSTL

58 RFID Architecture Tw cmpnents: tags and readers Tags are small, inexpensive devices } Have a unique 96-bit EPC identifier and a small amunt f memry that can be read and written by reader } Memry might be used t recrd the lcatin histry f an item, e.g., as it mves thrugh the supply chain } Have n battery and must gather pwer frm transmissins f a nearby reader antenna integrated circuit 58 Ref. CN5E, NT@UW, WUSTL

59 Architecture Tw key cmpnents: tags and readers Readers are like access pints in WiFi netwrks much mre pwerful than tags } Have pwer surces, multiple antennas } In charge f when tags send and receive messages } Must slve multiple access issue caused by tags within reading range } Inventry tags: t discver identifiers f nearby tags 59 Ref. CN5E, NT@UW, WUSTL

60 Architecture Reader always transmits T send bits t tags Tags Harvest signal t get pwer RFID architecture. T send data, a tag changes whether it is reflecting the signal frm the reader r absrbing it: backscatter } A lw-energy way fr tags t create a weak signal that shws up at the reader 60 Ref. CN5E, NT@UW, WUSTL

61 Multiple Access T inventry nearby tags Reader needs t receive data frm each tag that gives its ID A multiple access prblem } Reader bradcasts a query t ask tags fr IDs } Tags that replied right away wuld cllide like in an Ethernet 61 Ref. CN5E, NT@UW, WUSTL

62 Multiple Access Slt 0 Reader sends a Query message QRepeat advances t next slt 62 Ref. CN5E, NT@UW, WUSTL

63 Multiple Access Slt 0 Reader sends a Query message QRepeat advances t next slt.slt 2 Tags pick slt 2 t reply Tags d nt send IDs when they first reply } Sends a shrt 16-bit randm number in an RN16 message } If there is n cllisin, the reader sends an ACK message } The tag has acquired the slt and sends its identifier 63 Ref. CN5E, NT@UW, WUSTL

64 Multiple Access Message exchange IDs are lng à cllisins n ID messages are expensive } A shrt exchange t test if tag can safely use the slt t send ID Once ID has been transmitted, tag temprarily stps respnding t Query messages } All remaining tags can be identified 64 Ref. CN5E, NT@UW, WUSTL

CS5530 Mobile/Wireless Systems Key Wireless Physical Layer Concepts

CS5530 Mobile/Wireless Systems Key Wireless Physical Layer Concepts Mbile/Wireless Systems Key Wireless Physical Layer Cncepts Yanyan Zhuang Department f Cmputer Science http://www.cs.uccs.edu/~yzhuang UC. Clrad Springs Outline Electrmagnetic spectrum Reflectin, diffractin

More information

D a i s y M o d e m s

D a i s y M o d e m s D a i s y M d e m s D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems t access yur data frm arund the wrld, build yur

More information

Transmitting voice and data using electromagnetic waves in open space

Transmitting voice and data using electromagnetic waves in open space What is Wireless Cmmunicatin? Transmitting vice and data using electrmagnetic waves in pen space Why Wireless? Freedm frm wires N cst f installing the wires, N bunches f wires running arund e.g. Bluetth,

More information

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t wirelessly access

More information

Security Exercise 12

Security Exercise 12 Security Exercise 12 Asynchrnus Serial Digital Baseband Transmissin Discussin: In this chapter, yu learned that bits are transmitted ver a cpper wire as a series f vltage pulses (a prcess referred t as

More information

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014

RiverSurveyor S5/M9 & HydroSurveyor Second Generation Power & Communications Module (PCM) Jan 23, 2014 SnTek, a Xylem brand 9940 Summers Ridge Rad, San Dieg, CA 92121-3091 USA Telephne (858) 546-8327 Fax (858) 546-8150 E-mail: inquiry@sntek.cm Internet: http://www.sntek.cm RiverSurveyr S5/M9 & HydrSurveyr

More information

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL

WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL WS-400 BASE STATION FOR WIRELESS INTERCOM WITH FOUR TX/RX MODULES USER MANUAL Issue February 2011 ASL Intercm BV DESIGNED AND MANUFACTURED BY: ASL INTERCOM BV ZONNEBAAN 42 3542 EG UTRECHT THE NETHERLANDS

More information

A c r o s s t h e S k y l i n e

A c r o s s t h e S k y l i n e A c r s s t h e S k y l i n e D a i s y - C h a i n i n g Y u r N e t w r k W i t h R a v e n s W i r e l e s s T e c h n l g y Using Raven s secure Daisy radi mdems and Skyline System t access yur data

More information

WiFi Lab C. Equipment Needs:

WiFi Lab C. Equipment Needs: WiFi Lab C Event Objective: Teams will cnstruct an antenna prir t the turnament that is designed t transmit a signal at 2.4 GHz and cmplete a written test n the principles f electrmagnetic wave prpagatin.

More information

JPS Interoperability Solutions SNV-12 Voter Executive Outline

JPS Interoperability Solutions SNV-12 Voter Executive Outline JPS Interperability Slutins SNV-12 Vter Executive Outline December 1, 2017 Prepared by: JPS Interperability Slutins, Inc. 5800 Departure Drive Raleigh, NC 27616 (919) 790-1011 supprt@jpsinterp.cm sales@jpsinterp.cm

More information

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5

BV4115. RF Packet Transmitter. Product specification. February ByVac 2007 ByVac Page 1 of 5 Prduct Specificatin Prduct specificatin. February 2007 ByVac 2007 ByVac Page 1 f 5 Prduct Specificatin Cntents 1. Dcument Versins... 2 2. Intrductin... 2 3. Features... 2 4. Battery Life... 2 5. Blck Diagram...

More information

Performance Evaluation of Table Driven and Buffer Adaptive WLANs

Performance Evaluation of Table Driven and Buffer Adaptive WLANs 6th WSEAS Internatinal Cnference n CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cair, Egypt, Dec 9-3, 7 57 Perfrmance Evaluatin f Table Driven and Buffer Adaptive WLANs IMAM MAHMUD TAIFUR

More information

idcv Isolated Digital Voltmeter User Manual

idcv Isolated Digital Voltmeter User Manual www.akcp.cm idcv Islated Digital Vltmeter User Manual Help Versin updated till firmware SP446 Cpyright 2011, AKCess Pr Limited Prvided by fficial AKCP-Distributr Didactum https://www.didactum-security.cm/en/

More information

SENSOR AND MEASUREMENT TECHNOLOGY

SENSOR AND MEASUREMENT TECHNOLOGY SENSOR AND MEASUREMENT TECHNOLOGY FOR SENSOR MANUFACTURERS The perfect wireless system FOR MACHINE MANUFACTURERS Transferring sensr data directly int the cntrl unit Using the Wireless Sensr Gateway DATAEAGLE

More information

SVT Tab and Service Visibility Tool Job Aid

SVT Tab and Service Visibility Tool Job Aid Summary This Jb Aid cvers: SVT Tab Overview Service Visibility Tl (SVT) Area Overview SVT Area: Satellite Mdem Status (Frm Mdem) Clumn SVT Area: Satellite Mdem Status (Frm SMTS) Clumn SVT Area: Prvisining

More information

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature

Wonder Tree Video Slot Introduction. How to Bet. Gamble Feature Wnder Tree Vide Slt Intrductin Wnder Tree vide slt is a 5-reel, 20-line game. The slt cnsists f 11 cards - 1 f which is Wild, and 1 is Scatter. All winning cmbinatins are paid left t right, except fr the

More information

CAR ASYST - Quick Start Guide MAIN MENU

CAR ASYST - Quick Start Guide MAIN MENU fficially apprved by CAR ASYST - Quick Start Guide MAIN MENU Main menu The main menu f ur CAR ASYST APP is divided int 7 menu items. Belw yu will find a list f these items including a shrt descriptin.

More information

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System

VIP-200. Point to Point Extension Configuration Quick Start Guide. Video over IP Extender and Matrix System VIP-200 Vide ver IP Extender and Matrix System Pint t Pint Extensin Cnfiguratin Quick Start Guide PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446 USA Cntents What is in the bx... 3 Transmitter kit

More information

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard

ELEC 7250 VLSI TESTING. Term Paper. Analog Test Bus Standard ELEC 7250 VLSI TESTING Term Paper On Analg Test Bus Standard Muthubalaji Ramkumar 1 Analg Test Bus Standard Muthubalaji Ramkumar Dept. f Electrical and Cmputer Engineering Auburn University Abstract This

More information

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics

Martel LC-110H Loop Calibrator and HART Communications/Diagnostics Martel LC-110H Lp Calibratr and HART Cmmunicatins/Diagnstics Abstract Martel Electrnics Crpratin This white paper describes the basic functins f HART cmmunicatins and the diagnstic capability f the Martel

More information

State Bank Virtual Card FAQs

State Bank Virtual Card FAQs State Bank Virtual Card FAQs 1. What is State Bank Virtual Card? State Bank Virtual Card is a limit Debit card, which can be created using the State Bank Internet Banking facility fr ecmmerce (nline) transactins.

More information

David R. Beering Christopher Erickson

David R. Beering Christopher Erickson Spectrum Aggregatin and Interference/Jamming Mitigatin in Pint-t-Pint Satellite Cmmunicatins Systems with the Opprtunistic Mdem TM by Cntinuus Satellite Data David R. Beering drbeering@sprynet.cm +1 630-235-7965

More information

Automated Meters Frequently Asked Questions

Automated Meters Frequently Asked Questions Autmated Metering Prject Utilities Divisin Phne: 403.529.8111 Autmated Meters Frequently Asked Questins Intrductin The City f Medicine Hat has cmpleted its prject t install autmated meters fr all electric,

More information

DTTB Frequency Planning

DTTB Frequency Planning DTTB Frequency Planning Apprach and chices made in develping the DTTB frequency plan in Thailand ITU/NBTC Wrkshp 4 December 2014 Jan Deven DTTB frequency planning Tpics 1. Frequency plan Spectrum management

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad with min. 5 kg 405000090 405070090 INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main dimensins. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad: Min. 5 kg Max. 100 kg TS1000A TS700A INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main measures. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

Towards a European Solution for Networked Cars -Integration of Car-to-Car Technology into Cellular Systems for Vehicular Communication in Europe

Towards a European Solution for Networked Cars -Integration of Car-to-Car Technology into Cellular Systems for Vehicular Communication in Europe Twards a Eurpean Slutin fr Netwrked Cars -Integratin f Car-t-Car Technlgy int Cellular Systems fr Vehicular Cmmunicatin in Eurpe Yunpeng Zang, Bernhard Walke Department f Cmmunicatin Netwrks RWTH Aachen

More information

LED wdali MC Switch Input Modul Set - User Manual

LED wdali MC Switch Input Modul Set - User Manual LED wli MC Switch Input Mdul Set - User Manual Buttn mdul (Transmitter) 1. Prduct Descriptin Item N.: LC-004-302 Receive mdul (Receiver) The wli MC Switch Input Mdul Set is a cmpact wireless Multi Cntrl

More information

CUSTOMER PORTAL. Floorplan Management

CUSTOMER PORTAL. Floorplan Management CUSTOMER PORTAL Flrplan Management FLOORPLAN ANALYTICS The flrplan analytics area displays flrplans yu have uplad t the prtal (if yu haven t yet upladed a flrplan please cntact ur supprt department). Frm

More information

Set up and use your Beats X earphones

Set up and use your Beats X earphones Set up and use yur Beats X earphnes Here's everything yu need t knw t make the mst f yur Beats X earphnes. Turn n The pwer buttn is n the cable beneath the right earphne. Press and hld the buttn fr 1 secnd

More information

PS 430 FOUR CHANNEL REMOTE SPEAKER STATION

PS 430 FOUR CHANNEL REMOTE SPEAKER STATION PS 430 FOUR CHANNEL REMOTE SPEAKER STATION USER MANUAL August 2016 This prduct is designed and manufactured by: ASL Intercm BV Znnebaan 42 3542 EG Utrecht The Netherlands Phne: +31 (0)30 2411901 Fax: +31

More information

100 Super Hot Video Slot Introduction. How to Bet. Gamble Feature

100 Super Hot Video Slot Introduction. How to Bet. Gamble Feature 100 Super Ht Vide Slt Intrductin 100 Super Ht vide slt is a 5-reel, 100-line fixed game. The slt cnsists f 8 cards - 1 f which is Wild, and 1 is Scatter. All winning cmbinatins are paid left t right, except

More information

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord

High Level Design Circuit CitEE. Irere Kwihangana Lauren Mahle Jaclyn Nord High Level Design Circuit CitEE Irere Kwihangana Lauren Mahle Jaclyn Nrd 12/16/2013 Table f Cntents 1 Intrductin. 3 2 Prblem Statement and Prpsed Slutin. 3 3 Requirements. 3 4 System Blck Diagram 4.1 Overall

More information

Dispatcher Control for MotoTRBO Capacity Plus Systems

Dispatcher Control for MotoTRBO Capacity Plus Systems Dispatcher Cntrl fr MtTRBO Capacity Plus Systems This tutrial prvides brief instructins t set up the dispatch cntrl ver MtTRBO Capacity Plus systems, using SmartPTT dispatch sftware. Bth cases are cnsidered:

More information

Wireless Oximetry. BME 200/300 Design October 15, Client: Dr. Chris Green Advisor: Dr. Amit Nimunkar

Wireless Oximetry. BME 200/300 Design October 15, Client: Dr. Chris Green Advisor: Dr. Amit Nimunkar Wireless Oximetry BME 200/300 Design Octber 15, 2010 Client: Dr. Chris Green Advisr: Dr. Amit Nimunkar Overview Pulse Oximetry Mtivatin Requirements Current Devices & Cncepts Pwer Wireless Hardware Next

More information

(DRAFT) ENCINITAS COMMUNITY EMERGENCY RESPONSE TEAM (ECERT) Communications Plan. ECERT Communications Plan Rev. 0.2 Page 1 of 12

(DRAFT) ENCINITAS COMMUNITY EMERGENCY RESPONSE TEAM (ECERT) Communications Plan. ECERT Communications Plan Rev. 0.2 Page 1 of 12 (DRAFT) ENCINITAS COMMUNITY EMERGENCY RESPONSE TEAM (ECERT) Cmmunicatins Plan ECERT Cmmunicatins Plan Rev. 0.2 Page 1 f 12 Table f Cntents OBJECTIVES:... 3 GENERAL:... 3 FAMILY COMMUNICATION:... 3 Designated

More information

Maxon Motor & Motor Controller Manual

Maxon Motor & Motor Controller Manual Maxn Mtr & Mtr Cntrller Manual Nte: This manual is nly fr use fr the Maxn mtr and cntrller utlined belw. This infrmatin is based upn the tutrial vides fund nline and thrugh testing. NOTE: Maximum Permitted

More information

Operating Instructions

Operating Instructions TC 60/8 THERMOCOMPUTER TC 60/8 temp / time s s temp / time k start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing

More information

Dice High Video Slot. Introduction. How to Bet. Gamble Feature

Dice High Video Slot. Introduction. How to Bet. Gamble Feature Dice High Vide Slt Intrductin Hw t Bet Gamble Feature Game Cntrls Rules Dice Feature Jackpt Cards Bnus Game Interruptins Return t Player Intrductin Dice High vide slt is a 5-reel, 20-line fixed game. The

More information

Spring 06 Assignment 3: Robot Motion, Game Theory

Spring 06 Assignment 3: Robot Motion, Game Theory 15-381 Spring 06 Assignment 3: Rbt Mtin, Game Thery Questins t Rng Yan(yanrng@cs.cmu.edu) Out: 2/21/06 Due: 3/7/06 Name: Andrew ID: Please turn in yur answers n this assignment (etra cpies can be btained

More information

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments

Processors with Sub-Microsecond Response Times Control a Variety of I/O. *Adapted from PID Control with ADwin, by Doug Rathburn, Keithley Instruments PID Cntrl with ADwin Prcessrs with Sub-Micrsecnd Respnse Times Cntrl a Variety f I/O CHESTERLAND OH March 9, 2015 *Adapted frm PID Cntrl with ADwin, by Dug Rathburn, Keithley Instruments By Terry Nagy,

More information

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server.

This app uses callas pdftoolbox server as the imposition engine and consequently you have to have that program installed on your Switch server. Autmatic impsitin Page 1/8 Autmatic impsitin Descriptin Autmatic impsitin will d the mst cmmn impsitins fr yur digital printer. It will autmatically d flders fr A5, A4 r US Letter page sizes in either

More information

Hands-Free Music Tablet

Hands-Free Music Tablet Hands-Free Music Tablet Steven Tmer Nate Decker Grup Website: steve@wasatch.cm milamberftheassembly@yah.cm http://www.cs.utah.edu/~ndecker/ce3992/ Abstract The typical musician handles a great deal f sheet

More information

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version

Service Update 7. PaperStream IP (TWAIN x64) for SP Series. change history. Version Version Version PaperStream IP (TWAIN x64) fr SP Series change histry Service Update 7 Versin 1.46.0.5900 Crrected issue: 1. Minr errrs have been mdified. Versin 1.46.0.5775 New feature: 1. SP-1425 is newly supprted.

More information

Producing Research Posters

Producing Research Posters Dr Keith E. Fildes 21/23 Octber 2014 (with acknwledgments t Dr Lyuba Albul, CARR) Objectives This sessin will cver: The purpse f psters What shuld be included Design cnsideratins Getting started The fllw-up

More information

Operating Instructions

Operating Instructions TC 40 THERMOCOMPUTER TC 40 start stp Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing the Prgramme

More information

Preparing microwave transport network for the 5G world

Preparing microwave transport network for the 5G world Preparing micrwave transprt netwrk fr the 5G wrld Maris Bugiuks, Ph.D. 18-12-2017 1 Nkia Netwrks 2015 Micrwave technlgy Transmitting infrmatin Micrwave transmissin is the transmissin f infrmatin r energy

More information

COMMUNICATIONS FORUM

COMMUNICATIONS FORUM EV06y.S46 q g7@ COMMUNICATIONS FORUM WHAT IS THE FUTURE FOR VSAT'S-- IS IT BYPASS OR MORE? Octber 22, 1987 Seminar Ntes E MASSACHUSETTS INSTITUTE OF TECHNOLOGY I! -- -- j MASSACHUSETTS INSTITUTE OF TECHNOLOGY

More information

LCN Remote Control. Perfection. High-End Building Management. Remote Control

LCN Remote Control. Perfection. High-End Building Management. Remote Control Remte Cntrl C 1992 YEARS 2017 High-End Building Management C Remte Cntrl 25 ISSEORFF KG Magdeburger Str.3 30880 Rethen/Germany Tel: +49 (0)5066 99 80 www.c.eu Remte Cntrl C-RR Infrared receiver with lens

More information

The Mathematics of the Rubik s Cube

The Mathematics of the Rubik s Cube In this lessn, students will explre the pssible number ways the pieces f a Rubik's Cube can be arranged, and still fit the criteria fr a Rubik's Cube. Clrs are riented in a set way, s sme pieces (such

More information

User Guide. ACC Mobile 3 Preview App for ios

User Guide. ACC Mobile 3 Preview App for ios User Guide ACC Mbile 3 Preview App fr ios 2017, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln Crpratin.

More information

Configuring the MSNSwitch For the LAN-Cell 3

Configuring the MSNSwitch For the LAN-Cell 3 Cnfiguring the MSNSwitch Fr the LAN-Cell 3 Technte LCTN3003 Prxicast, LLC 312 Sunnyfield Drive Suite 200 Glenshaw, PA 15116 1-877-77PROXI 1-877-777-7694 1-412-213-2477 Fax: 1-412-492-9386 E-Mail: supprt@prxicast.cm

More information

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS

ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS ANALOG-TO-DIGITAL (ADC) & DIGITAL-TO-ANALOG (DAC) CONVERTERS 37 Many events mnitred and cntrlled by the micrprcessr are analg events. ADC & DAC CONVERTERS These range frm mnitring all frms f events, even

More information

Damocles 1208 MANUAL. Damocles Damocles 1208 Manual. Input status LED indicators. Inputs Not connected

Damocles 1208 MANUAL. Damocles Damocles 1208 Manual. Input status LED indicators. Inputs Not connected Damcles 1208 Damcles 1208 MANUAL Input status LED indicatrs Inputs 5 12 Nt cnnected DIP settings Default: DIP1:SETUP = Off DIP2:SAFE = Off Inputs 1 4 Output activatin LED indicatrs Outputs 1 8 (pen cllectrs)

More information

Hospital Task Scheduling using Constraint Programming

Hospital Task Scheduling using Constraint Programming Hspital Task Scheduling using Cnstraint Prgramming Authr: Chaman Chahal Supervisr: Dr. P. Bse, Schl f Cmputer Science Organizatin: Carletn University Curse: COMP4905 Date: Dec. 11, 2012 1 Abstract Hspitals

More information

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor

FIRMWARE RELEASE NOTES. Versions V2.0.0 to V Model HDL-32E. High Definition LiDAR Sensor FIRMWARE RELEASE NOTES Versins V2.0.0 t V2.2.21.0 Mdel HDL-32E High Definitin LiDAR Sensr HDL-32E Firmware Release Ntes Page 2 Fr all new features and changes, refer t the dcumentatin that accmpanies the

More information

EE 3323 Electromagnetics Laboratory

EE 3323 Electromagnetics Laboratory EE 3323 Electrmagnetics Labratry Experiment #1 Waveguides and Waveguide Measurements 1. Objective The bjective f Experiment #1 is t investigate waveguides and their use in micrwave systems. Yu will use

More information

NATF CIP Requirement R1 Guideline

NATF CIP Requirement R1 Guideline Open Distributin NATF CIP 014-2 Requirement R1 Guideline Disclaimer This dcument was created by the Nrth American Transmissin Frum (NATF) t facilitate industry wrk t imprve physical security. NATF reserves

More information

Exam solutions FYS3240/

Exam solutions FYS3240/ Exam slutins FYS3240/4240 2014 Prblem 1 a) Explain hw the accuracy (cnstant frequency utput) f quartz crystal scillatrs is imprved. The accuracy is imprved using temperature cmpensatin (temperature cmpensated

More information

Experiment 7 Digital Logic Devices and the 555-Timer

Experiment 7 Digital Logic Devices and the 555-Timer Experiment 7 Digital Lgic Devices and the 555-Timer Purpse: In this experiment we address the cncepts f digital electrnics and lk at the 555-timer, a device that uses digital devices and ther electrnic

More information

Troubleshooting Guide StarFire Satellite Changes

Troubleshooting Guide StarFire Satellite Changes Trubleshting Guide StarFire Satellite Changes This guide is updated t reflect the sftware frm NavCm which is related t the StarFire satellite and frequency changes. The mst recent versin f sftware fr bth

More information

Experiment 7 Digital Logic Devices and the 555-Timer

Experiment 7 Digital Logic Devices and the 555-Timer Experiment 7 Digital Lgic Devices and the 555-Timer Purpse: In this experiment we address the cncepts f digital electrnics and lk at the 555-timer, a device that uses digital devices and ther electrnic

More information

PhotoVu Digital Picture Frame Service & Repair Guide

PhotoVu Digital Picture Frame Service & Repair Guide PhtVu Digital Picture Frame Service & Repair Guide PhtVu, LLC 2450 Central Ave, #G1 Bulder, CO 80301 USA www.phtvu.cm/supprt Versin: 1.0 Table f Cntents Getting Started... 3 Determine Yur Generatin f PhtVu

More information

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E

AIR CONDITIONER REMOTE CONTROLLER ILLUSTRATION CS406-R51E AIR CONDITER REMOTE CONTROLLER ILLUSTRAT CS406-R5E 00550905 0009 Thank yu very much fr purchasing ur air cnditiner. Please read this wner's manual carefully befre using yur air cnditiner. CONTENTS Handling

More information

COSC 6374 Parallel Computation. Communication Performance Modeling. Edgar Gabriel Fall Motivation

COSC 6374 Parallel Computation. Communication Performance Modeling. Edgar Gabriel Fall Motivation COSC 6374 Parallel Cmputatin Cmmunicatin Perfrmance Mdeling Edgar Gabriel Fall 2015 Mtivatin Can we estimate the csts fr a parallel cde in rder t Evaluate quantitative and qualitative differences between

More information

Introduction. DL Control Signaling Errors in LTE

Introduction. DL Control Signaling Errors in LTE Cntrl Signaling Rbustness in LTE This paper appears in: Vehicular Technlgy Cnference Fall (VTC 2009 Fall), 2009 IEEE 70th, Issue Date: 20 23 Sept. 2009, Written by: Timner, Ylva; Larm, Anna; Wiemann, Henning

More information

UNIVERSAL HARDWARE PLATFORM CARRIER-GRADE VSAT TECHNOLOGY

UNIVERSAL HARDWARE PLATFORM CARRIER-GRADE VSAT TECHNOLOGY UNIVERSAL HARDWARE PLATFORM CARRIER-GRADE VSAT TECHNOLOGY JULY 2018 (SW 3.5) NETWORKS AT A GLANCE Netwrks is a Canadian crpratin with HQ in Mntreal, Quebec Pineered disruptive VSAT technlgy based n sftware-defined

More information

PaperStream IP (TWAIN x64) change history

PaperStream IP (TWAIN x64) change history PaperStream IP (TWAIN x64) change histry Service Update 7 Versin 1.56.1 Crrected issue: 1. Fixed the prblem that scanning failed when using the scanner thrugh PaperStream IP Net. Versin 1.50.0.6382 New

More information

Context: Inter-Industry Tussle

Context: Inter-Industry Tussle Prpsal fr Bradband Wrking Grup, Cmmunicatin Futures Prgramme January 25 th, 2005 page 1 Cntext: Inter-Industry Tussle! Traditinal industry bundaries within the technlgy sectr are becming increasingly blurred:

More information

User Guide. ACC Mobile 3 Preview App for Android

User Guide. ACC Mobile 3 Preview App for Android User Guide ACC Mbile 3 Preview App fr Andrid 2017-2018, Avigiln Crpratin. All rights reserved. AVIGILON, the AVIGILON lg, AVIGILON CONTROL CENTER, ACC, and TRUSTED SECURITY SOLUTIONS are trademarks f Avigiln

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS Lad: Min. 5 kg Max. 100 kg TS1000A TS700A INSTALLATION INSTRUCTIONS CONTENT: 1. Imprtant safety instructins. 2. Specificatins and main measures. 3. Parts included. 4. Installatin. 5. Adjusting the strke

More information

Welcome to the Digital Humanities Fall School!!

Welcome to the Digital Humanities Fall School!! Welcme t the Digital Humanities Venice Fall Schl!! Greetings frm the Ca Fscari University f Venice and l Ecle Plytechnique Fédérale de Lausanne! With this letter we hpe t prvide yu with useful infrmatin

More information

IEEE C802.16h-06/029

IEEE C802.16h-06/029 Prject Title IEEE 802.16 Bradband Wireless Access Wrking Grup Timing fr sending messages using the frequency dmain energy pulses Date Submitted Surce(s) Re: Abstract Purpse Ntice

More information

You Be The Chemist Challenge Official Competition Format

You Be The Chemist Challenge Official Competition Format 2018-2019 Yu Be The Chemist Challenge Official Cmpetitin Frmat This dcument prvides detailed infrmatin regarding the Challenge frmat at each level f the cmpetitin. Schl Crdinatrs, participants, and parents/guardians

More information

Meteorological Satellites (MetSat) Overview of the global network of Meteorological Satellites. Speaker: Markus Dreis (EUMETSAT)

Meteorological Satellites (MetSat) Overview of the global network of Meteorological Satellites. Speaker: Markus Dreis (EUMETSAT) Meterlgical Satellites (MetSat) Overview f the glbal netwrk f Meterlgical Satellites Speaker: Markus Dreis (EUMETSAT) Secnd ITU/WMO Seminar "Use f Radi Spectrum fr Meterlgy: Weather, Water and Climate

More information

Last update: December 26, English Translation DRAFTS of Asian Rules by Eric Wu. Contents

Last update: December 26, English Translation DRAFTS of Asian Rules by Eric Wu. Contents WXF r Asia rule Name:Lee JiHai (The Cmmittee f Referees Hng Kng Chinese Chess Assciatin) Lcatin:Hng Kng Last update: December 26, 2005 English Translatin DRAFTS f Asian Rules by Eric Wu. Cntents Intrductin

More information

Switch to Save Program. Frequently Asked Questions

Switch to Save Program. Frequently Asked Questions Switch t Save Prgram Frequently Asked Questins Prject Partners Invlved Bendig Bank has partnered with Energy Makevers t create the Switch t Save prgram. Envirnment & Sustainability Trudy Ellery, Head f

More information

DreamHack Official rules DreamHack Winter 2010

DreamHack Official rules DreamHack Winter 2010 DreamHack Official rules DreamHack Winter 2010 Infrmatin Turnament frmat The playffs will cntain 15 invited players, 9 qualified players frm Dreamhack n tur 2010 and 8 players qualified thrugh the BYOC

More information

A2: Aperture, DOF, & Focus

A2: Aperture, DOF, & Focus Art 205 A2: Aperture, DOF, & Fcus Original RAW Shts Due: Crit Date: Requires 2 Ink Jet Prints (50 pints) Objectives: 1. T understand hw apertures like f-16 & f-22 have a large DOF r range f fcus. 2. T

More information

National Curriculum Programme of Study:

National Curriculum Programme of Study: Natinal Curriculum Prgramme f Study: Cunt in steps f 2, 3, and 5 frm 0, and in tens frm any number, frward and backward. Recall and use multiplicatin and divisin facts fr the 2, 5 and 10 multiplicatin

More information

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732

DXF2DAT 3.0 Professional Designed Computing Systems 848 W. Borton Road Essexville, Michigan 48732 Prgram Infrmatin 1 DXF2DAT 3.0 Prfessinal Designed Cmputing Systems 848 W. Brtn Rad Essexville, Michigan 48732 Cntact: (989) 892-4376 website: http://www.famwrk.net General Infrmatin: inf@famwrk.net Technical

More information

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions

TC 60 THERMOCOMPUTER TC 60. prog. start stop. Operating Instructions TC 60 prg start stp THERMOCOMPUTER TC 60 h C/h C Operating Instructins Cntents General Infrmatin...1 Security Advice...1 Firing Curves...1 Typical Firing Curves...2 Entering a Firing Curve...2 Checing

More information

DIMACS Working Group on Measuring Anonymity Notes from Session 3: Information Theoretic and Language-based Approaches

DIMACS Working Group on Measuring Anonymity Notes from Session 3: Information Theoretic and Language-based Approaches DIMACS Wrking Grup n Measuring Annymity Ntes frm Sessin 3: Infrmatin Theretic and Language-based Appraches Scribe: Matthew Wright In this sessin, we had three 15-minute talks based n submitted abstracts

More information

Snowball Fight. Components:

Snowball Fight. Components: Snwball Fight Snwball Fight is a micr deckbuilding and deductin game fr tw players that nly cntains 18 cards (a 3+ player variant is pssible with additinal decks see the end f the rules). In the game players

More information

Desktop Teller Exception User Guide

Desktop Teller Exception User Guide Desktp Teller Exceptin User Guide Jammed Dcuments If a dcument jams during the scanning prcess, the scanner will stp, and a message bx will display a Device Errr Message, as shwn belw: Click OK t allw

More information

Wireless Bridge Module for DXR2.E

Wireless Bridge Module for DXR2.E Technical Specificatin Sheet Dcument N. A6V11470500 July 31, 2018 Wireless Bridge Mdule fr DXR2.E Descriptin A wireless bridge cnnects tw wired netwrks tgether ver Wi-Fi utilizing a Wireless Access Pint.

More information

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed.

Dry Contact Sensor. Communications cable - RJ-45 jack to sensor using UTP Cat 5 wire. Power source: powered by the unit. No additional power needed. Intrductin Dry Cntact Sensr The Dry Cntact sensr is a simple cnnectin t burglar alarms, fire alarms r any applicatin that requires mnitring by the unit. Dry cntact sensrs are user definable and can be

More information

Damocles 2404i Manual

Damocles 2404i Manual Damcles 2404i Inputs 1 8 Each blue terminal is shared by tw inputs. POWER 12V supply (+U / GND) ETHERNET Link & Activity Inputs 17 24 Each blue terminal is shared by tw inputs. Cnfiguratin Default: DIP1=

More information

Dry Contact Sensor DCS15 User Manual

Dry Contact Sensor DCS15 User Manual Dry Cntact Sensr DCS15 User Manual Help Versin updated till firmware 404i / SP456 Cpyright 2012, AKCess Pr C., Ltd.. Intrductin / What is a Dry Cntact Sensr The Dry Cntact sensr r DCS15 is a simple cnnectin

More information

C9 Trader Service User Guide

C9 Trader Service User Guide C9 Trader Service User Guide JUNE 2017 Cntents 1. Launching the C9 Trader... 2 2. Lgging in t Clud9... 2 3. Clud9 Hme Screen... 3 3.1 Cntrl Panel... 3 3.1.1 Hme Buttn... 3 3.1.2 Cmmunity Buttn... 3 3.1.3

More information

Beethoven Through Time. Social Studies/Art Integration Lesson (Music)

Beethoven Through Time. Social Studies/Art Integration Lesson (Music) Beethven Thrugh Time Scial Studies/Art Integratin Lessn (Music) This lessn best fits in the LBUSD 2 nd grade scial studies pacing with Reflectins text unit 1, Lessn 4 Daily Life Then and Nw. It helps if

More information

ELECTRICAL MEASUREMENTS

ELECTRICAL MEASUREMENTS Physics Department Electricity and Magnetism Labratry ELECTRICAL MEASUREMENTS 1. Aim. Learn t use measuring instruments: Digital multimeter. Analg scillscpe. Assembly f simple elementary circuit. Cllectin

More information

study of the IEEE Contention-based Request Mechanism *

study of the IEEE Contention-based Request Mechanism * study f the IEEE 802.16 Cntentin-based Request Mechanism * Jesus Delicad, Francisc M. Delicad and Luis rzc-barbsa Institute de Investigacin en Infrmatica de Albacete (I^A) Universidad de Castilla-La Mancha

More information

Considerations for planning the data collection for 2024 Myanmar Population and Housing Census using electronic technologies

Considerations for planning the data collection for 2024 Myanmar Population and Housing Census using electronic technologies Cnsideratins fr planning the data cllectin fr 2024 Myanmar Ppulatin and Husing Census using electrnic technlgies Sandar Myint Myanmar Outline Backgrund infrmatin Ratinale Experience in Data prcessing Cnsideratins

More information

ANTIOCH UNIVERSITY VIRTIUAL WRITING CENTER

ANTIOCH UNIVERSITY VIRTIUAL WRITING CENTER IDENTIFYING AUDIENCE AND PURPOSE As yu mve further int yur research, it can be helpful t step back and name the purpse and audience yu think yur writing will serve. The prcess belw will help yu sift thrugh

More information

2018 Print and DPI Annual Competition Rules

2018 Print and DPI Annual Competition Rules Brisbane Camera Grup 'Annual Cmpetitin' takes place in Nvember each year. It's the highlight f the club cmpetitin year and submissin standards are cnsistently high. All graded members are eligible and

More information

E-Learning, DC drives DCS800 Hardware Options, part 1 Size D1 D4. ABB Group February 2, 2010 Slide 1 DCS800_HARDWARE_OPTIONS_01R0101

E-Learning, DC drives DCS800 Hardware Options, part 1 Size D1 D4. ABB Group February 2, 2010 Slide 1 DCS800_HARDWARE_OPTIONS_01R0101 E-Learning, DC drives DCS800 Hardware Optins, part 1 Size D1 D4 February 2, 2010 Slide 1 Objectives This training mdule cvers: Lcatin fr plug-in ptins Types f plug-in ptins Fiber ptic cnnectin bard DCS800

More information

Universal input/output controller

Universal input/output controller Embedded autmatin equipment (Shanghai) Limited Rm 305. Twer B.NO.18Talin rad Pudng District, Shanghai Phne: +86-21-51090839/50750355, fax: +86-21-50758598, e-mail: sales@stammkn.cm Universal input/utput

More information

PaperStream IP (TWAIN) change history

PaperStream IP (TWAIN) change history PaperStream IP (TWAIN) change histry Service Update 6 Versin 1.30.0.5032 Crrected issue: 1. Fixed the defect that Sftware Operatin Panel culd nt functin prperly r culd stp respnding when tw r mre scanners

More information

Cleveland Public Theatre. Catapult. Request for Proposals. Deadline for submissions is Monday, June 12 th, 2017

Cleveland Public Theatre. Catapult. Request for Proposals. Deadline for submissions is Monday, June 12 th, 2017 Cleveland Public Theatre Catapult Request fr Prpsals Cleveland Public Theatre s New Play Develpment CPT s missin is t raise cnsciusness and nurture cmpassin thrugh grundbreaking perfrmances and life-changing

More information