Modeling of the TGV (Train a Grande Vitesse) System and Simulation throughout its entire European network.

Size: px
Start display at page:

Download "Modeling of the TGV (Train a Grande Vitesse) System and Simulation throughout its entire European network."

Transcription

1 CpE Modeling & Simulation: Modeling of the TGV (Train a Grande Vitesse) System and Simulation throughout its entire European network. (Lance Nanek, Fred Rassam, Brian Creswick, Michael Peterman)

2 Introduction: Quite possibly the most popular train in the world is the French invented TGV (Train A Grande Vitesse). In English, this translates to high speed train which may appear as an understatement to some as the TGV is the fastest train in the world holding the world speed record of km/h (320.3 mph) set on May 18 th Nevertheless, it is important to consider that the TGV s maximum operating speed is 300km/h (186 mph) due to the desire to maintain acceptable maintenance costs. Our project consisted of modeling the entire European, although mostly French, TGV network which is composed of no less than 91 major stations and 100 tracks. Our model involves real world data which was transcribed from an official map found on the TGV s website ( Thus the location of stations, the distances between stations and the operating speeds are all genuine and depict an accurate representation of a tried and tested scenario. One particularity of high speed train systems is that they must run on compliant tracks in order to operate at full speed (the tracks can only be slightly curved). This is clearly seen on the map of the TGV network where only a fraction of the network, emerging from Paris, is certified for use at 300 km/h. The remaining tracks, due to their curves, do not allow operation over the standard speed of 160 km/h. In addition to the high speed tracks and standard tracks, we have also modeled the marginal intermediate network which operates between km/h (we used 210 as a value). Concerning the simulation itself, it is a synchronous distributed event-based simulation. The simulator first proceeds by reading the dataset we created for this purpose. After it has interpreted all 91 stations and 100 tracks, it will begin by assigning 50 trains to a variety of randomly selected stations. From thereon, the simulator will route the trains in accordance with the behaviors we have modeled. The question we are trying to answer with our simulation is which behavior is most effective?. The first behavior (method 1) could be considered the simple behavior; only one train is allowed on the track at one time. This simplistic behavior makes it impossible for a crash to occur. However, with this behavior, a lot of trains will have to wait at the station before the track is freed for their use. The second behavior (method 2) is known as the realistic behavior as we have done research to find out how such routing is actually done. Essentially, multiple trains are send at will on the same track as the driver will make sure crashes do not occur (more detail on this is available in the appendix). Finally, the third behavior (method 3) is referred to as the alternate behavior. This behavior follows the logic of the first one where only one train is allowed per track, however, the remaining trains will seek out an alternate path to destination rather than wait their turn at the station. Once again, we have decided to program this simulation using Java as it led to quicker development due to extensive internal libraries that simplified the task for the programmers. Initially, we had appreciated Java s random number generation features yet its distinct characteristic that drove us to success was its RMI (Remote Method Invocation) feature. This feature was critical in our ability to perform distributed computing, albeit synchronous, simulation. On a final note, this event-based simulation had a cutoff time after 200 minutes. The cutoff time and number of trains was chosen so that the simulations could be completed relatively fast, but still provide valuable comparisons and statistics for each routing behavior.

3 Analysis: The three simulations we ran all follow the same basic format. A routing behavior for all the trains to follow is first selected. Then station and track locations are read in by the program, the set number of trains generated, and the simulation is run. In the output all decisions taking place at the same time are grouped together. The simulation ends when the time count reaches or exceeds 200 minutes, but this can be set for longer or shorter as needed. All events that occur earlier than this time are simulated with the processing loop jumping whatever amount of time in between events is needed. At the end of each of the log files is a total of each train s idle time, the total running time and idle time for all trains, and the fraction of time spent idling overall. In all three behaviors the trains calculate the shortest paths to take to their destinations. Each behavior handles that track being busy in different ways, however. In the first and most naive behavior, if the track providing the shortest route has another train on it, the new train that needs it will idle until that train finishes and check again. This causes some high idle times and large potential waste of fuel (or electricity in our case). For example, one can analyze Train #45 s progress in the first simulation. The lines from the log shown below illustrate Train #45 looking ahead toward its destination and seeing that the track is occupied by Train #48. It decides to idle 32 minutes which is the expected eta for train #48 to finish: Train #45 is in transit, arrived at ST.DIE. Train #45 sees track from 53.3,12.1 to 56.0,13.8 as value 7. ***Train #45 sees train #48 on track and waits, eta: 32. After those 32 minutes pass, Train #45 then checks the track again, this time noticing that it is open, as Train #45 has reached the station and no new train is on the track: Train #45 is in transit, arrived at ST.DIE. Train #45 sees track from 53.3,12.1 to 56.0,13.8 as value 7. Train #45 takes track from 53.3,12.1 to 56.0,13.8, eta: 32. This is an example of the high idle times caused by this routing method. A trip segment that should have taken 32 minutes now takes more than twice that amount. The total time Train #45 spends idling in the simulation is 172 minutes; almost three hours total are spent waiting for other trains to reach the next station. On average, trains in this simulation idled 47.6% of the time. Trains using the second routing method move if the track is open or if all trains on the track are going the same direction. This simulates the zoning system used in modern train systems that lets trains going the same direction use the same track but avoid collision. This results in much lower idle time than in the first method. The code sections below from the beginning of the simulation show an example of how this method reduces idle times: Train #50 is in transit, arrived at BRUXELLES. Train #50 sees track from 43.4,3.5 to 46.2,2.8 as value 1. Train #50 sees track from 46.2,2.8 to 46.4,0.8 as value 100. Train #50 sees track from 46.2,2.8 to 42.3,1.0 as value 100. Train #50 sees track from 46.2,2.8 to 50.3,3.3 as value 100.

4 Train #50 takes track from 43.4,3.5 to 46.2,2.8, eta: 17. Train #43 is in transit, arrived at BRUXELLES. Train #43 sees track from 43.4,3.5 to 46.2,2.8 as value 3. Train #43 sees track from 46.2,2.8 to 46.4,0.8 as value 100. Train #43 sees track from 46.2,2.8 to 42.3,1.0 as value 100. Train #43 sees track from 46.2,2.8 to 50.3,3.3 as value 100. ***Train #43 takes track from 43.4,3.5 to 46.2,2.8 along with train #50, eta: 17. Using method 1, Train #43 would have to idle until train #50 completed it s trip and then check again to see if the track was clear. With this method, however, Train #43 can take the track at the same time as Train #50 provided they are going the same direction and it therefore achieves a lower travel time. There is still some waiting needed, however, as seen here: Train #34 is in transit, arrived at LILLE. Train #34 sees track from 37.8,1.8 to 43.4,3.5 as value 100. Train #34 sees track from 43.4,3.5 to 46.2,2.8 as value 3. Train #34 sees track from 43.4,3.5 to 48.3,4.3 as value 100. Train #34 sees track from 43.4,3.5 to 40.8,2.0 as value 100. Train #34 sees track from 43.4,3.5 to 41.8,4.4 as value 6. Train #34 sees track from 43.4,3.5 to 42.1,5.0 as value 6. ***Train #34 sees train #50 on track coming opposite direction and waits, eta: 17. Train #34 must wait, since Train #50 is now traveling in the opposite direction. If Train #34 were to move now, it would collide with train #34. Overall this method results in an average of only 13.3% of time spent idling. The third behavior analyzed involves finding of alternate routes. If the track a train would follow to its destination is occupied, the train checks an alternate route to its destination (the next shortest one). If both these tracks are occupied or there is no alternate route then the train waits the shortest time needed for one of the tracks to clear. This causes similar results as the first method as seen in the example below: Train #28 is in transit, arrived at ST.BRIEUC. Train #28 sees track from 28.5,14.9 to 25.6,13.3 as value 11. Train #28 sees track from 25.6,13.3 to 20.4,12.5 as value 100. ***Train #28 sees preferred track busy and alternate track busy/non-existant and waits, eta: 33. This method does help reduce idle time and simulation shows it results in an idle time between the other two methods. However, In a network like the one we are dealing with, alternate routes tend to add large distance penalty. Behavior 3 might be more effective in a more crowded, but also more closely spaced system like subways. The third method has an idle time of about 21%. Comparing the three routing behaviors, it is clear that the second behavior is the best. Its idle time was lower than the idle times of either of the other two behaviors and much more so than the base case. Method 3 s improvements over method 1 were not as considerable. Nonetheless, running the simulation on other train networks might reveal some interesting changes due to the distinct geometry of each network. Considering the current results, it is possible that an

5 improvement could be seen by combining behaviors 2 and 3. If a train s route is blocked by another train traveling in the opposite direction, it could then search for an alternate route when it would be waiting no matter what anyway. This could reduce idle time even further and only pay the distance penalty when needed. For the system modeled, however, method 3 s effects will likely be minimal. This is because the log file from behavior two illustrates that in a majority of cases there is no train traveling in the opposite direction and waiting due to this is already minimal (but might change with more trains in the system, for example, like during rush hour). Conclusion: This project is, without a doubt, the most applicable and comprehensive study that we have ever participated in. It is clear that this project is an colossal success as we were, not only able to realistically model the entire TGV network and simulate its behavior, but we were able to perform this task using synchronous distributed simulation and prove that the current routing system is in fact the most effective. Needless to say, the level of detail put into this and the pinpoint accuracy of our results can certainly intimidate a professional who does this for a living. Our simulator is easily configurable and can be adapted to a variety of scenarios; different networks can be used, different traffic/frequency and, as previously shown, different behaviors. Concerning our actual results, the general trend has been proven; the archaic yet improved routing algorithm is still very efficient. Naturally, one could complain that there are a lot of realworld characteristics that we did not model such as waiting time per station, acceleration/deceleration of the trains and random assignments versus compliance with the official schedule. First of all, it is clear that there are so many factors that taking them all into account would make our simulation too complex and, therefore, would skew our results for analysis. Concerning compliance with the already established schedule; it is irrelevant as the focus of our study to was compare different behaviors and not to try to analyze imperfections in the current system which are few are far between. Finally, one could conclude that idle time is a fairly insignificant factor for an electric train operating in a country that relies primarily on nuclear energy for its power (80%). Nevertheless, it goes without saying that idle time cannot really be a good thing both for technical and business purposes. Moreover, while we have not proven whether the alternate behavior actually saves the passengers some time, we are sure that they would rather ride alongside of the French countryside instead of having to wait at the station. On a final note, we can say that while synchronous distributed simulation was successful, we could have benefitted more from a asynchronous distributed simulation despite having computers of roughly the same processing power. In this case, runtime was not a detriment to analysis using the parameters we did. However, if results were needed in real time or more details were added into the simulation then the distributed computation capability would have been more valuable. Future versions could incorporate asynchronous simulation methods relatively easily as well. Trains are only affected by track conditions and nearby trains in close proximity and distant trains could be routed asynchronously from each other.

6 Appendix: Details on Realistic Routing Behaviors: Based on our research, it appears that the MTA, the Paris subway (the metro) and virtually all train systems in the world used the same behavior for routing their trains. This behavior in question heavily relies on signaling to know how close the other train is. For example the New York City subway system uses signals that are physically located at the side of the tracks. Lights are used and the tracks are divided into blocks or track sections to electrically detect if a train is present. The train s wheels and axles short circuit the two rails to show they are present in a block. Each block is either occupied or vacant. If it is occupied the signal is forced to be red. This enforces the separation between trains. A clear signal is green which means there are no trains in the block. All of the current subway track are signaled this way and have basically not changed since The signaling of high speed trains differ. Despite having similar departure frequency, as TGVs can depart within three minutes of another, high-speed trains require a different approach than conventional trains. The speeds of the trains are too high to rely on a driver to read the signals placed at the side of tracks. It would be too difficult and dangerous a task during poor weather and long periods of time. The TGV system uses cab signaling. This system transmits signaling information through the rails as electrical signals which are picked up by antennas which are placed under the train. The information is then processed by computers and displayed to the driver in the cab. This type of cab signal or track to transmission still leaves the driver in charge of driving the train. Programming of Cab Signaling System : As computer engineers, it is important that we understand the intricacies of such devices and not just their basic underlying principles of operation. The latest iteration of the signaling device that the TGV system uses is known as the TVM 430. This device actually has the capability of signaling trains traveling at 360 km/h. This provides some groundwork for the Next Generation TGV. What is most interesting about the TVM 430 is the manner in which they are programmed. Due to the very high regard to reliability in such situations, the TVM 430s are programmed in ADA running on Motorola class processors. The choice of using a very high level language such as ADA was strategic as ADA is often used in safety critical systems due to its intrinsic nature of supporting a variety of checksums which protect against access to unallocated memory, buffer overflow errors and off-by-one errors. In case the of the TVM 430, the device returns a 27-bit digital word to the train providing the driver with the necssary information. One last thing I would like to add is that ADA was invented in the 1970s by Jean Ichbiah of Honeywell / Bull, who happens to be the brother of the architect who built my apartment building in Paris, that man is also a friend of the family.

7 Maps & Pictures: This is the most important map as it is the map we used as a model to implement the TGV network in our simulation. Four stations listed were omitted for the sake of simplicity. They are the following: BOULOGNE, TOURS, LA BAULE, BAYONNE, TARBES

8 This map is quite interesting as it colorcodes the distance (in hours) to locations from Paris. From here, one can estimate where the high speed lines are located. Note M arseille (southeast) is in the 3-hour section. This map color-codes the High-Speed lines referring to the year they were installed.

9 Picture of TGVs (orange ones are 1 st generation) during maintenance. Picture of TGV waiting at the station in Zurich, Switzerland.

10 Two pictures of the Eurostar; the TGV that goes to London.

11 The latest generation of the TGV; the double-decker. TGV traveling past the French countryside. TGV.com - Official Website ( TGVweb - TGV Basics ( TGVweb - The TGV Signaling System ( TGVweb - The TGV Photo Gallery( TGVweb - The TGV World Speed Record ( Ada Programming Language - Wikipedia Encyclopedia - ( Adrita Bhor,"NYC Subway", University of California, Irvine ( Bibliography:

12 (DATASET MANUALLY TRANSCRIBED FROM MAP) EUROPE TGV NETWORK crica 2003 syntax: station1name station2name station1_x station1_y station2_x station2_x distance speed speed: 1 = 300kph, 2 = 210kph, 3 = 160kph Distance: 3.5 = 100km, 7 = 200 km... Thus, multiply distance by to get values in km. Note: X,y and distance are acctually in mm; I figured the result would be the same (as in pixels) since it is all proportional LONDON CALAIS CALAIS LILLE LILLE BRUXELLES BRUXELLES ANTWERPEN BRUXELLES OOSTENDE BRUXELLES LIEGE LIEGE KOLN KOLN DUSSELDORF LILLE NAMUR LILLE DUNKERQUE LILLE LENS LENS ARRAS ARRAS DOUAI DOUAI CAMBRAI DOUAI VALENCIENNES LILLE ARRAS HAUTE PICARDIE ARRAS HAUTE PICARDIE PARIS PARIS ROUEN ROUEN LE HAVRE PARIS VENDOME PARIS LE MANS LE MANS RENNES RENNES ST.BRIEUC ST.BRIEUC BREST QUIMPER LORIENT LORIENT VANNES VANNES RENNES VANNES LE CROISIC LE CROISIC NANTES NANTES ANGERS ANGERS SABLE SABLE LE MANS VENDOME ST.PIERRE-DES-CORPS ANGERS ST.PIERRE-DES-CORPS

13 ST.PIERRE-DES-CORPS POITIERS POTIERS ANGOULEME ANGOULEME LIBOURNE LIBOURNE BORDEAUX POITERS NIORT NOIRT LA ROCHELLE BORDEAUX ARCACHON ARCACHON DAX DAX HENDAYE DAX PAU PAU LOURDES BORDEAUX AGEN AGEN MONTAUBAN MONTAUBAN TOULOUSE TOULOUSE CARCASSONNE CARCASSONNE NARBONNE NARBONNE PERPIGNAN NARBONNE BEZIERS BEZIERS MONTPELLIER MONTPELLIER NIMES NIMES AVIGNON AVIGNON AIX-EN-PROVENCE AVIGNON MARSEILLE MARSEILLE TOULON TOULON LES ARCS-DRAGUIGNAN LES ARCS-DRAGUIGNAN ST.RAPHAEL ST.RAPHAEL CANNES CANNES ANTIBES ANTIBES NICE NICE VENTIMIGLIA AVIGNON VALENCE VALENCE GRENOBLE GRENOBLE MONTMELIAN MONTMELIAN MODANE MODANE TORINO TORINO MILANO MONTMELIAN CHAMBERY CHAMBERY ANNECY CHAMBERY GENEVE ANNECY GENEVE GENEVE MACON MACON LYON-SATOLAS LYON-SATOLAS GRENOBLE LYON-SATOLAS ST.ETIENNE LYON-SATOLAS VALENCE

14 MACON LE CREUSOT LE CREUSOT PARIS PARIS DIJON DIJON CHALON-SUR-SAONE CHALON-SUR-SAONE MACON DIJON BESANCON DIJON LAUSANNE LAUSANNE BRIG DIJON BERN BERN ZURICH DIJON NANCY NANCY METZ METZ LUXEMBOURG METZ SAARBRUCKEN METZ STRASBOURG NANCY EPINAL EPINAL REMIREMONT NANCY ST.DIE NANCY STRASBOURG STATIONS ON MAP OMITTED: BOULOGNE,TOURS,LA BAULE,BAYONNE,TARBES

Traffic forecasts Fare Policy Yield Management

Traffic forecasts Fare Policy Yield Management Traffic forecasts Fare Policy Yield Management Michel LEBOEUF SNCF, Director for Major Projects Paris, France 1/100 Traffic forecasts Fare policy Yield management 2/100 You want to implement a High Speed

More information

RESEARCH TAX CREDIT. Innovation. Research and development. A comprehensive offering tailored to all your R&D projects.

RESEARCH TAX CREDIT. Innovation. Research and development. A comprehensive offering tailored to all your R&D projects. taxation of R&D RESEARCH TAX CREDIT A comprehensive offering tailored to all your R&D projects Innovation Research and development Tax leveraging Intellectual property Essential ressources serving your

More information

The French Approach to Rapid Transit Mode Selection and Project Planning Thierry Gouin / Certu

The French Approach to Rapid Transit Mode Selection and Project Planning Thierry Gouin / Certu The French Approach to Rapid Transit Mode Selection and Project Planning Thierry Gouin / Certu Transport Forum / World Bank / Washington / 28 March 2006 The Center for the Study of Urban Planning, Transportation

More information

MEET OUR NEW TRAINS DESIGNED TO MOVE YOU

MEET OUR NEW TRAINS DESIGNED TO MOVE YOU MEET OUR NEW TRAINS AFTER TWO DECADES LEADING THE WAY IN HIGH SPEED CROSS-CHANNEL TRAIN TRAVEL, THE TIME HAS COME TO BREATHE NEW LIFE INTO OUR FLEET. With sleek lines, a smart new livery, chic designer

More information

METRO : A FREE NEWSPAPER READ IN 130 CITIES OF 23 COUNTRIES

METRO : A FREE NEWSPAPER READ IN 130 CITIES OF 23 COUNTRIES 1 THE STORY METRO : A FREE NEWSPAPER READ IN 130 CITIES OF 23 COUNTRIES 17 million readers : the largest readership in the world. Strengths of Metro The inventor of free newspaper concept. First free newspaper

More information

The French Higher Education System. Embassy of France in Canada Science and Technology Office http://www.ambafrance-ca.

The French Higher Education System. Embassy of France in Canada Science and Technology Office http://www.ambafrance-ca. he French Higher ducation System mbassy of France in Canada Science and echnology ffice http://www.ambafrance-ca.org/scientific France An age-old university tradition (the University of Paris was founded

More information

HOTEL PARTICULIER EUROSITES

HOTEL PARTICULIER EUROSITES HOTEL PARTICULIER EUROSITES Presentations CONVENTIONS Annual meetings Workshops Product launches Cocktail parties Receptions TRAININGS L HÔTEL PARTICULIER EUROSITES 7, rue de Liège - 75009 Paris T. : +33

More information

Driving in France and Monaco

Driving in France and Monaco Driving in France and Monaco (Western Europe) The regulations below should be read in conjunction with the General motoring information on pages 18 21. Drinking and driving If the level of alcohol in the

More information

CIRCULATION PLAN: NATIONAL SOCIAL MOVEMENT AS OF TUESDAY 31/05/2016 AT 7 PM

CIRCULATION PLAN: NATIONAL SOCIAL MOVEMENT AS OF TUESDAY 31/05/2016 AT 7 PM CIRCULATION PLAN: NATIONAL SOCIAL MOVEMENT AS OF TUESDAY 31/05/2016 AT 7 PM As a reminder, the volume of circulation compared to the usual service will be as followed: Service level S1: between 35 % and

More information

IDCAB SERVICE GENERAL TERMS AND CONDITIONS OF SALE

IDCAB SERVICE GENERAL TERMS AND CONDITIONS OF SALE IDCAB SERVICE GENERAL TERMS AND CONDITIONS OF SALE 1. DEFINITIONS Client(s): mean(s) both users of the Internet Site reservation service and users of the Transport Service. Driver: a person responsible

More information

UP TO 20 DAILY RETURN SERVICES BETWEEN FRANCE AND SWITZERLAND.

UP TO 20 DAILY RETURN SERVICES BETWEEN FRANCE AND SWITZERLAND. UP TO 20 DAILY RETURN SERVICES BETWEEN FRANCE AND SWITZERLAND. BEST JOURNEY TIME AND FREQUENCIES Paris Switzerland Up to 19 daily return services Paris Geneva 2H58 Up to 8 daily return services Paris

More information

CO 2 INFORMATION FOR TRANSPORT SERVICES GENERAL METHODOLOGY

CO 2 INFORMATION FOR TRANSPORT SERVICES GENERAL METHODOLOGY DIRECTION DU DEVELOPPEMENT DURABLE (SUSTAINABLE DEVELOPMENT DEPARTMENT) CO 2 INFORMATION FOR TRANSPORT SERVICES GENERAL METHODOLOGY VERSION DATED 2015 June 11 th 1. CALCULATION METHODOLOGY A. How to estimate

More information

Level 2 Routing: LAN Bridges and Switches

Level 2 Routing: LAN Bridges and Switches Level 2 Routing: LAN Bridges and Switches Norman Matloff University of California at Davis c 2001, N. Matloff September 6, 2001 1 Overview In a large LAN with consistently heavy traffic, it may make sense

More information

PERSONAL INSURANCE EXPERTISE

PERSONAL INSURANCE EXPERTISE CALAIS LILLE VALENCIENNES ARRAS AMIENS ROUEN SAINT-QUENTIN LE HAVRE COMPIÈGNE CAEN PARIS BREST LE MANS QUIMPER LORIENT VANNES SAINT-NAZAIRE STRASBOURG CRÉTEIL MELUN CHARTRES RENNES METZ NANCY MARNE-LA-VALLÉE

More information

Railway Technical Web Pages Infopaper No. 3. Rules for High Speed Line Capacity or, Summary

Railway Technical Web Pages Infopaper No. 3. Rules for High Speed Line Capacity or, Summary Railway Technical Web Pages Infopaper No. 3 One of a series of papers on technical issues published by RTWP from time to time. Rules for High Speed Line Capacity or, How to get a realistic capacity figure

More information

MEI Structured Mathematics. Practice Comprehension Task - 2. Do trains run late?

MEI Structured Mathematics. Practice Comprehension Task - 2. Do trains run late? MEI Structured Mathematics Practice Comprehension Task - 2 Do trains run late? There is a popular myth that trains always run late. Actually this is far from the case. All train companies want their trains

More information

DIRECTION DE LA SECURITE CIVILE

DIRECTION DE LA SECURITE CIVILE DIRECTION DE LA SECURITE CIVILE CIVIL PROTECTION MINISTERE DE L INTERIEURL DE L OUTREL OUTRE-MER ET DES COLLECTIVITES TERRITORIALES 1 COGIC POSITION Civil Protection Director Cabinet office Int. relationships

More information

France NMO GENERAL INFORMATION

France NMO GENERAL INFORMATION France NMO GENERAL INFORMATION NAME AND COUNTRY France ANEMF LANGUAGE English and for some LC French REQUIRED LANGUAGE At least English, sometimes Frence TIME ZONE (GMT+01:00) Brussels, Copenhagen, Madrid,

More information

Art and architecture programs in France. Apply online. www.campusart.org

Art and architecture programs in France. Apply online. www.campusart.org CampusArt Art and architecture programs in France Apply online www.campusart.org CampusArt: Mission In partnership with ANdÉA (National association of postsecondary schools of art) and the Ministry of

More information

"PLANNING FOR THE OPTIMAL HSR CITY PAIRS" THE MEDITERRANEAN HSL IN FRANCE. Fabrice MOREL

PLANNING FOR THE OPTIMAL HSR CITY PAIRS THE MEDITERRANEAN HSL IN FRANCE. Fabrice MOREL "PLANNING FOR THE OPTIMAL HSR CITY PAIRS" THE MEDITERRANEAN HSL IN FRANCE Fabrice MOREL Sncf Voyages, International Development Director Paris, France "PLANNING FOR THE OPTIMAL HSR CITY PAIRS" THE MEDITERRANEAN

More information

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS

GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS USER GUIDE GETTING STARTED WITH LABVIEW POINT-BY-POINT VIS Contents Using the LabVIEW Point-By-Point VI Libraries... 2 Initializing Point-By-Point VIs... 3 Frequently Asked Questions... 5 What Are the

More information

1. 2. OUR MISSION SERVIR L AVENIR * OUR EXPERTISE ACCOMPANYING ENTREPRENEURS OUR STRATEGY BRINGING TOGETHER THE BEST OF THE PUBLIC AND PRIVATE SECTORS

1. 2. OUR MISSION SERVIR L AVENIR * OUR EXPERTISE ACCOMPANYING ENTREPRENEURS OUR STRATEGY BRINGING TOGETHER THE BEST OF THE PUBLIC AND PRIVATE SECTORS 1. 2. 3. 4. OUR MISSION SERVIR L AVENIR * OUR EXPERTISE ACCOMPANYING ENTREPRENEURS OUR STRATEGY BRINGING TOGETHER THE BEST OF THE PUBLIC AND PRIVATE SECTORS OUR NETWORK AT THE HEART OF THE REGIONS 3-5

More information

THE FUTURE OF RAIL MANIFESTO. The five pillars of customer experience modern rail depends on.

THE FUTURE OF RAIL MANIFESTO. The five pillars of customer experience modern rail depends on. THE FUTURE OF RAIL MANIFESTO The five pillars of customer experience modern rail depends on. Welcome to the worst-kept secret in the travel industry. RAIL IS ABOUT TO DOMINATE SHORT AND MEDIUM HAUL TRAVEL.

More information

A network of French Universities for engineering

A network of French Universities for engineering A network of French Universities for engineering A national NETWORK of 16 Universities LILLE selected according to their: Top Research Capacities Excellence in Learning Global connections BREST LA ROCHELLE

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

Analysis of Micromouse Maze Solving Algorithms

Analysis of Micromouse Maze Solving Algorithms 1 Analysis of Micromouse Maze Solving Algorithms David M. Willardson ECE 557: Learning from Data, Spring 2001 Abstract This project involves a simulation of a mouse that is to find its way through a maze.

More information

Calais Nord-Pasde-Calais Lille. Haute- Normandie Picardie. Centre. Poitou- Charentes. Midi- Pyrénées. Languedoc- Roussillon

Calais Nord-Pasde-Calais Lille. Haute- Normandie Picardie. Centre. Poitou- Charentes. Midi- Pyrénées. Languedoc- Roussillon France VALID FROM 28 JUNE 2016 Eurolines comprehensive network of services to key towns and cities throughout France includes Paris, Lyon, Dijon, Bordeaux, Montpellier, Perpignan and Chamonix Roscoff St

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

Rail Automation. What is ACSES? usa.siemens.com/rail-automation

Rail Automation. What is ACSES? usa.siemens.com/rail-automation Rail Automation What is ACSES? usa.siemens.com/rail-automation What is ACSES? Siemens, a specialist in the area of US Cab Signal design, offers a carborne product that provides both Civil Speed Enforcement

More information

Title: Integrating Management of Truck and Rail Systems in LA. INTERIM REPORT August 2015

Title: Integrating Management of Truck and Rail Systems in LA. INTERIM REPORT August 2015 Title: Integrating Management of Truck and Rail Systems in LA Project Number: 3.1a Year: 2013-2017 INTERIM REPORT August 2015 Principal Investigator Maged Dessouky Researcher Lunce Fu MetroFreight Center

More information

Figure 1 FPGA Growth and Usage Trends

Figure 1 FPGA Growth and Usage Trends White Paper Avoiding PCB Design Mistakes in FPGA-Based Systems System design using FPGAs is significantly different from the regular ASIC and processor based system design. In this white paper, we will

More information

Getting around in Dijon

Getting around in Dijon Getting around in Dijon Walking Dijon is an easy city for getting around on foot, people prefer walking and it is recommended. For example, the distance between l Hôtel de Ville (Palais des Ducs) and the

More information

APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM

APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM 152 APPENDIX 1 USER LEVEL IMPLEMENTATION OF PPATPAN IN LINUX SYSTEM A1.1 INTRODUCTION PPATPAN is implemented in a test bed with five Linux system arranged in a multihop topology. The system is implemented

More information

Module M3. Managing incidents, floods and snow. GE/RT8000/M3 Rule Book. Issue 2. September 2015

Module M3. Managing incidents, floods and snow. GE/RT8000/M3 Rule Book. Issue 2. September 2015 GE/RT8000/M3 Rule Book Module M3 Managing incidents, floods and snow Issue 2 September 2015 Comes into force 5 December 2015 Published by: RSSB The authoritative version of this document is available at

More information

Choose France www.campusfrance.org

Choose France www.campusfrance.org 2012 Choose 4 is the world s fifth-largest economy, thanks to the quality of its educational system and the national capacity for research and innovation. Choose for your higher education Millions have

More information

From Big Data to Smart Data How to improve public transport through modelling and simulation.

From Big Data to Smart Data How to improve public transport through modelling and simulation. From Big Data to Smart Data How to improve public transport through modelling and simulation. Dr. Alex Erath, Pieter Fourie, Sergio Ordó ~ nez, Artem Chakirov FCL Research Module: Mobility and Transportation

More information

Calais Nord-Pasde-Calais Lille. Haute- Normandie Picardie. Centre. Poitou- Charentes. Midi- Pyrénées. Languedoc- Roussillon

Calais Nord-Pasde-Calais Lille. Haute- Normandie Picardie. Centre. Poitou- Charentes. Midi- Pyrénées. Languedoc- Roussillon France VALID FROM 4 APRIL 2016 Eurolines comprehensive network of services to key towns and cities throughout France includes Paris, Lyon, Dijon, Bordeaux, Montpellier, and Chamonix Roscoff St Malo Bretagne

More information

In the case of France, we recognize those higher education institutions that are established or approved by national government authority.

In the case of France, we recognize those higher education institutions that are established or approved by national government authority. COUNTRY-SPECIFIC INFORMATION SHEET FOR FRANCE Universities and Other Higher Education Institutions Recognized in Prince Edward Island (PEI) Only those higher education institutions that are established

More information

EUROSTAR DIRECT AND SEASONAL SERVICES

EUROSTAR DIRECT AND SEASONAL SERVICES 17 JULY - 9 DECEMBER 2016 > DISNEYLAND PARIS () DIRECT SERVICE TO THE PARK GATES FROM 17 JULY TO 9 DECEMBER 2016 1 P - P - P - P 10:14 10:34 10:58 12:54 14:02 9074 2 - - - - - P - 10:14 10:34 10:58 12:54

More information

Acknowledgments. Luis Martínez

Acknowledgments. Luis Martínez INNOVATIVE TRANSPORT SERVICES FOR HIGH QUALITY MOBILITY IN SUSTAINABLE CITIES Acknowledgments Luis Martínez MIT Portugal SCUSSE Project (Smart Combination of passenger transport modes and services in Urban

More information

Renault Eurodrive. The 2016 Fleet. Europe with peace of mind. renaultusa.com

Renault Eurodrive. The 2016 Fleet. Europe with peace of mind. renaultusa.com Renault Eurodrive The 2016 Fleet Europe with peace of mind renaultusa.com Freedom & Simplicity Contents Renault Eurodrive provides you new vehicles, aimed at people living outside the European Union (or

More information

Applying Fixed Route Principles To Improve Paratransit Runcutting. Keith Forstall

Applying Fixed Route Principles To Improve Paratransit Runcutting. Keith Forstall Applying Fixed Route Principles To Improve Paratransit Runcutting Keith Forstall Why is runcutting important? Scheduling algorithms are designed to schedule trips efficiently They depend on vehicle capacity

More information

THE CONSEIL D ÉTAT IN A FEW WORDS ADVISE PUBLIC AUTHORITIES ADJUDICATE ON CITIZENS CLAIMS AGAINST THE ADMINISTRATION

THE CONSEIL D ÉTAT IN A FEW WORDS ADVISE PUBLIC AUTHORITIES ADJUDICATE ON CITIZENS CLAIMS AGAINST THE ADMINISTRATION ENGLISH VERSION THE CONSEIL D ÉTAT IN A FEW WORDS ADVISE PUBLIC AUTHORITIES ADJUDICATE ON CITIZENS CLAIMS AGAINST THE ADMINISTRATION Protect the fundamental freedoms and rights of citizens Defend the general

More information

OpenTrack simulation for suburban tunnel in Paris (RER B & D)

OpenTrack simulation for suburban tunnel in Paris (RER B & D) OpenTrack simulation for suburban tunnel in Paris (RER B & D) Presentation Opentrack Viriato workshop January 24th, 2008 Zurich, Switzerland EGIS - ERIC BENARD Table of contents Introduction Overall context

More information

High Speed Railway Capacity

High Speed Railway Capacity High Speed Railway Capacity Understanding the factors affecting capacity limits for a high speed railway by Piers Connor 1 Abstract High Speed Rail is the new railway. Around the world, proposals for new

More information

Introduction to Ethernet

Introduction to Ethernet Technical Tutorial 2002 12-06 Table of Contents 1: Introduction 2: Ethernet 3: IEEE standards 4: Topology 5: CSMA/CD 6: Wireless-LAN 7: Transmission Speed 8: Limitations of Ethernet 9: Sena Products and

More information

Advantages of Parallel Processing and the Effects of Communications Time

Advantages of Parallel Processing and the Effects of Communications Time Advantages of Parallel Processing and the Effects of Communications Time Wesley M. Eddy 1 Ohio University weddy@prime.cs.ohiou.edu Mark Allman NASA GRC / BBN Technologies mallman@grc.nasa.gov NASA Glenn

More information

The Importance of Software License Server Monitoring

The Importance of Software License Server Monitoring The Importance of Software License Server Monitoring NetworkComputer How Shorter Running Jobs Can Help In Optimizing Your Resource Utilization White Paper Introduction Semiconductor companies typically

More information

07:42 08:07 08:31 (1) 08:55 (2) 10:49 06:13 06:40 07:06 07:33 09:27 09:42 10:07 12:49. MoTuWeTh FrSa. FrSaSu. Euro duplex 06:11 08:04-08:57

07:42 08:07 08:31 (1) 08:55 (2) 10:49 06:13 06:40 07:06 07:33 09:27 09:42 10:07 12:49. MoTuWeTh FrSa. FrSaSu. Euro duplex 06:11 08:04-08:57 PARIS > Paris Nurieux BourgenBresse ParisGare de Lyon (1) ndays only (2) Arrival at 8:57 on ndays (3) No stop on ndays 9760 06:13 06:40 07:06 07:33 9764 07:42 08:07 08:31 (1) 08:55 (2) 10:49 9768 09:42

More information

Network Load Balancing Using Ant Colony Optimization

Network Load Balancing Using Ant Colony Optimization Network Load Balancing Using Ant Colony Optimization Mr. Ujwal Namdeo Abhonkar 1, Mr. Swapnil Mohan Phalak 2, Mrs. Pooja Ujwal Abhonkar 3 1,3 Lecturer in Computer Engineering Department 2 Lecturer in Information

More information

CNG for cleaner cities

CNG for cleaner cities Sales & Marketing CNG for cleaner cities BESTUFS Amsterdam Manuel Lage, June 2005 Advantages of CNG for city / road transportation CNG fuel used in trucks and buses offers very significant advantages:

More information

Getting here - a MountainBug Information Sheet

Getting here - a MountainBug Information Sheet Getting here - a MountainBug Information Sheet Introduction Mountainbug is based in the village of Barèges, in the High Pyrenees of Southern France. We are situated South of the cities of Pau and Tarbes,

More information

The risk of derailment and collision, and safety systems to prevent the risk

The risk of derailment and collision, and safety systems to prevent the risk The risk of derailment and collision, and safety systems to prevent the risk Tomohisa NAKAMURA Transport safety department East Japan Railway Company Introduction Since our establishment in 1987, we have

More information

Final Exam. Route Computation: One reason why link state routing is preferable to distance vector style routing.

Final Exam. Route Computation: One reason why link state routing is preferable to distance vector style routing. UCSD CSE CS 123 Final Exam Computer Networks Directions: Write your name on the exam. Write something for every question. You will get some points if you attempt a solution but nothing for a blank sheet

More information

Introduction to Metropolitan Area Networks and Wide Area Networks

Introduction to Metropolitan Area Networks and Wide Area Networks Introduction to Metropolitan Area Networks and Wide Area Networks Chapter 9 Learning Objectives After reading this chapter, you should be able to: Distinguish local area networks, metropolitan area networks,

More information

Photoillustration: Harold A. Perry; photos: Jupiter Images

Photoillustration: Harold A. Perry; photos: Jupiter Images Photoillustration: Harold A. Perry; photos: Jupiter Images 40 December 2008 WIRING DIAGRAM COLOR- CODING: More Than Meets the Eye BY JORGE MENCHU One of your earliest childhood memories may be a remonstration

More information

Switch Fabric Implementation Using Shared Memory

Switch Fabric Implementation Using Shared Memory Order this document by /D Switch Fabric Implementation Using Shared Memory Prepared by: Lakshmi Mandyam and B. Kinney INTRODUCTION Whether it be for the World Wide Web or for an intra office network, today

More information

Introduction to Z-Wave. An Introductory Guide to Z-Wave Technology

Introduction to Z-Wave. An Introductory Guide to Z-Wave Technology Introduction to Z-Wave An Introductory Guide to Z-Wave Technology Table of Contents Z-Wave Overview and Functionality... 3 Z-Wave Technology Quick Overview... 3 Radio Specifications... 3 Network and Topology...

More information

COST ANALYSIS OF FOUR ALTERNATIVES FOR HAULING COAL FROM THE PROPOSED OTHELLO MINE

COST ANALYSIS OF FOUR ALTERNATIVES FOR HAULING COAL FROM THE PROPOSED OTHELLO MINE COST ANALYSIS OF FOUR ALTERNATIVES FOR HAULING COAL FROM THE PROPOSED OTHELLO MINE For the Jackson Mining Company Grand Forks, British Columbia Prepared by MMT Consulting Kelowna, British Columbia Submitted:

More information

Your PartNER in transport

Your PartNER in transport Your PartNER in transport Experts in rail infrastructure ETF, a subsidiary of Eurovia (VINCI group) is one of the world s leading players in the rail infrastructure. The company is specialized in the construction

More information

ERTMS Corridor route comparison

ERTMS Corridor route comparison ERTMS Corridor route comparison This document consists of a rough comparative overview of different corridors (both study-based and operational) in relation to the six ERTMS Corridors. The route of ERTMS

More information

Queuing Theory. Long Term Averages. Assumptions. Interesting Values. Queuing Model

Queuing Theory. Long Term Averages. Assumptions. Interesting Values. Queuing Model Queuing Theory Queuing Theory Queuing theory is the mathematics of waiting lines. It is extremely useful in predicting and evaluating system performance. Queuing theory has been used for operations research.

More information

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD

Ethernet. Ethernet Frame Structure. Ethernet Frame Structure (more) Ethernet: uses CSMA/CD Ethernet dominant LAN technology: cheap -- $20 for 100Mbs! first widely used LAN technology Simpler, cheaper than token rings and ATM Kept up with speed race: 10, 100, 1000 Mbps Metcalfe s Etheret sketch

More information

Looking for new opportunities of investment for the PPPs projects. The keys of the success for PPPs in railway sector

Looking for new opportunities of investment for the PPPs projects. The keys of the success for PPPs in railway sector Looking for new opportunities of investment for the PPPs projects The keys of the success for PPPs in railway sector Doris CHEVALIER Paris 14 Juin 2013 1 2 French expertise for railway PPPs French expertise

More information

S a f e G u i d a n c e. Single Lamp Control and Monitoring

S a f e G u i d a n c e. Single Lamp Control and Monitoring Single Lamp Control and Monitoring S a f e G u i d a n c e Separation brings Benefits Traditionally designed power supplies for airfield lighting systems require separate series circuits when switching.

More information

30% HOW DO YOU PLAN THE OPTIMAL TRANSPORT ROUTE? FTA member discount! TITEL

30% HOW DO YOU PLAN THE OPTIMAL TRANSPORT ROUTE? FTA member discount! TITEL 30% FTA member discount! TITEL HOW DO YOU PLAN THE OPTIMAL TRANSPORT ROUTE? Anybody transporting goods has to keep an eye on routes, costs and time. PTV Map&Guide calculates the optimal route for you reliably

More information

Eurotunnel 2020 potential traffic estimate (Extract)

Eurotunnel 2020 potential traffic estimate (Extract) Strategy 2020 potential traffic estimate (Extract) Executive summary (1/3) Context and objectives The cross-channel passenger rail traffic was 9.91mpax in 2012, split between Brussels - London and Paris

More information

Put the Brakes on Speeding

Put the Brakes on Speeding Put the Brakes on Speeding The risks of driving too fast The costs and consequences Tips to maintain a safe speed Speed kills There s no doubt about it driving over the speed limit is dangerous. It puts

More information

Electrical Efficiency Modeling for Data Centers

Electrical Efficiency Modeling for Data Centers Electrical Efficiency Modeling for Data Centers By Neil Rasmussen White Paper #113 Revision 1 Executive Summary Conventional models for estimating electrical efficiency of data centers are grossly inaccurate

More information

Lineside Signal Spacing and Speed Signage

Lineside Signal Spacing and Speed Signage Document to be withdrawn as of 03/12/11 To be superseded by GKRT0075 Iss 2 published on 03/09/11 Date March 11 Lineside Signal Spacing and Speed Synopsis This document specifies the minimum distances that

More information

Modeling an Agent-Based Decentralized File Sharing Network

Modeling an Agent-Based Decentralized File Sharing Network Modeling an Agent-Based Decentralized File Sharing Network Alex Gonopolskiy Benjamin Nash December 18, 2007 Abstract In this paper we propose a distributed file sharing network model. We take inspiration

More information

What is LOG Storm and what is it useful for?

What is LOG Storm and what is it useful for? What is LOG Storm and what is it useful for? LOG Storm is a high-speed digital data logger used for recording and analyzing the activity from embedded electronic systems digital bus and data lines. It

More information

Use of System Dynamics for modelling customers flows from residential areas to selling centers

Use of System Dynamics for modelling customers flows from residential areas to selling centers Use of System Dynamics for modelling customers flows from residential areas to selling centers ENRICO BRIANO (*) CLAUDIA CABALLINI (*)(**) ROBERTO REVETRIA (*)(**) MAURIZIO SCHENONE (**) ALESSANDRO TESTA

More information

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3 SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005 Lecturer: Kartik Krishnan Lecture 1-3 Communications and Computer Networks The fundamental purpose of a communication network is the exchange

More information

Solving Linear Equations - Distance, Rate and Time

Solving Linear Equations - Distance, Rate and Time 1.10 Solving Linear Equations - Distance, Rate and Time Objective: Solve distance problems by creating and solving a linear equation. An application of linear equations can be found in distance problems.

More information

Notes on Complexity Theory Last updated: August, 2011. Lecture 1

Notes on Complexity Theory Last updated: August, 2011. Lecture 1 Notes on Complexity Theory Last updated: August, 2011 Jonathan Katz Lecture 1 1 Turing Machines I assume that most students have encountered Turing machines before. (Students who have not may want to look

More information

Introduction to data processing

Introduction to data processing IHEID - IMAS 2008-09 Introduction to data processing Benoît Vulliet Tuesday 10th February 2009 / 3:30-5:30pm Aubert room Introduction : Reminder of how this course came into being created by Christian

More information

1st CONFERENCE IN ETHNOMUSICOLOGY AND ANTHROPOLOGY OF MUSIC Methods, approaches and perspectives for the study of music within culture

1st CONFERENCE IN ETHNOMUSICOLOGY AND ANTHROPOLOGY OF MUSIC Methods, approaches and perspectives for the study of music within culture 1st CONFERENCE IN ETHNOMUSICOLOGY AND ANTHROPOLOGY OF MUSIC Methods, approaches and perspectives for the study of music within culture Universitat Autònoma de Barcelona (UAB) 2nd-3rd, July 2015 Barcelona,

More information

INTRODUCTION TO MATHEMATICAL MODELLING

INTRODUCTION TO MATHEMATICAL MODELLING 306 MATHEMATICS APPENDIX 2 INTRODUCTION TO MATHEMATICAL MODELLING A2.1 Introduction Right from your earlier classes, you have been solving problems related to the real-world around you. For example, you

More information

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS

PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS PERFORMANCE OF MOBILE AD HOC NETWORKING ROUTING PROTOCOLS IN REALISTIC SCENARIOS Julian Hsu, Sameer Bhatia, Mineo Takai, Rajive Bagrodia, Scalable Network Technologies, Inc., Culver City, CA, and Michael

More information

A Method for Scheduling Integrated Transit Service

A Method for Scheduling Integrated Transit Service A Method for Scheduling Integrated Transit Service Mark Hickman Department of Civil Engineering and Engineering Mechanics The University of Arizona P.O. Box 210072 Tucson, AZ 85721-0072 USA Phone: (520)

More information

Driving European leadership in ICT innovation for economic growth and quality of life

Driving European leadership in ICT innovation for economic growth and quality of life Driving European leadership in ICT innovation for economic growth and quality of life Dr. Stéphane Amarger, Director French Operations stephane.amarger@eitictlabs.eu +33 6 38 87 47 09 Canon Research Centre

More information

By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate

By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate AUTOMATED VEHICLE CONTROL SYSTEM By: M.Habibullah Pagarkar Kaushal Parekh Jogen Shah Jignasa Desai Prarthna Advani Siddhesh Sarvankar Nikhil Ghate Third Year Information Technology Engineering V.E.S.I.T.

More information

RFID for Mining. Safety: Real time visibility of the accurate location and status of employees is paramount at all times,

RFID for Mining. Safety: Real time visibility of the accurate location and status of employees is paramount at all times, RFID for Mining Mining is a perfect example of an industry with a strong need for real time location that had not been realized until the advent of Wi Fi based active RFID systems. Mining operations around

More information

RUF climate solutions

RUF climate solutions RUF climate solutions Palle R Jensen, RUF International, prj@ruf.dk, www.ruf.dk Resumé Recent studies (Stern 2006) have shown that in order to avoid catastrophic climate effects, the equivalent CO2 emission

More information

7 Gaussian Elimination and LU Factorization

7 Gaussian Elimination and LU Factorization 7 Gaussian Elimination and LU Factorization In this final section on matrix factorization methods for solving Ax = b we want to take a closer look at Gaussian elimination (probably the best known method

More information

DRS-6/1 Doppler Radar Sensor

DRS-6/1 Doppler Radar Sensor DRS-6/1 Doppler Radar Sensor B+S Software und Messtechnik GmbH Lochhamer Schlag 17 D-82166 Graefelfing Germany October 1999 User's Manual DRS-6 SENSOR for speed measurements 1. DRS-6 Functional Description

More information

BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE

BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE BENEFIT OF DYNAMIC USE CASES TO EARLY DESIGN A DRIVING ASSISTANCE SYSTEM FOR PEDESTRIAN/TRUCK COLLISION AVOIDANCE Hélène Tattegrain, Arnaud Bonnard, Benoit Mathern, LESCOT, INRETS France Paper Number 09-0489

More information

Queuing Theory II 2006 Samuel L. Baker

Queuing Theory II 2006 Samuel L. Baker QUEUING THEORY II 1 More complex queues: Multiple Server Single Stage Queue Queuing Theory II 2006 Samuel L. Baker Assignment 8 is on page 7. Assignment 8A is on page 10. -- meaning that we have one line

More information

The Shanghai Maglev Route

The Shanghai Maglev Route The Shanghai Maglev Route 1 Contents 1. About the Shanghai Maglev... 3 2. Background information about EMS Technology... 4 3. Your train... 5 3.1 Getting to know the cab... 5 3.2 Central DMI screen additional

More information

G-100/200 Operation & Installation

G-100/200 Operation & Installation G-100/200 Operation & Installation 2 Contents 7 Installation 15 Getting Started 16 GPS Mode Setup 18 Wheel Sensor Mode Setup 20 Fuel Calibration 23 Basic Operation 24 Telemetery Screen 27 Entering a Distance

More information

51-30-21 Selecting a Web Server Connection Rate Gilbert Held

51-30-21 Selecting a Web Server Connection Rate Gilbert Held 51-30-21 Selecting a Web Server Connection Rate Gilbert Held Payoff Determining the best operating rate for a WAN connection to the Internet is a common problem for organizations wishing to obtain a presence

More information

Documentation. M-Bus 130-mbx

Documentation. M-Bus 130-mbx Documentation M-Bus 130-mbx Introduction The mx M-Bus module is part of the mx Smart Slot communications family. With the integrated SmartSlot technology, mx systems ag offers automatic consumer data read-out

More information

Kenken For Teachers. Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles June 27, 2010. Abstract

Kenken For Teachers. Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles June 27, 2010. Abstract Kenken For Teachers Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles June 7, 00 Abstract Kenken is a puzzle whose solution requires a combination of logic and simple arithmetic skills.

More information

How To Understand The Role Of The Statutory Audit In France

How To Understand The Role Of The Statutory Audit In France THE FRENCH STATUTORY AUDIT STATUTORY AUDITORS SERVING THE PUBLIC INTEREST The President s editorial French statutory audit, the Commissariat aux Comptes, which was first created in 1863, has demonstrated

More information

Seagull Intersection Layout. Island Point Road - A Case Study. Authors: John Harper, Wal Smart, Michael de Roos

Seagull Intersection Layout. Island Point Road - A Case Study. Authors: John Harper, Wal Smart, Michael de Roos Seagull Intersection Layout. Island Point Road - A Case Study Authors: John Harper, Wal Smart, Michael de Roos Presented by Mr John Harper, Road Safety and Traffic Services Manager Phone: 4221 2456 Mobile:

More information

RAIL. Signalling at the St Pancras CTRL Terminal

RAIL. Signalling at the St Pancras CTRL Terminal Mark O'Neill Senior Signalling Design Manager Rail Atkins Abstract The new St Pancras CTRL (Channel Tunnel Rail Link) station consists of nine platforms, six for international Eurostar trains and three

More information

EC313 - VHDL State Machine Example

EC313 - VHDL State Machine Example EC313 - VHDL State Machine Example One of the best ways to learn how to code is seeing a working example. Below is an example of a Roulette Table Wheel. Essentially Roulette is a game that selects a random

More information

PCB ROUTERS AND ROUTING METHODS

PCB ROUTERS AND ROUTING METHODS PCB ROUTERS AND ROUTING METHODS BY: LEE W. RITCHEY, SPEEDING EDGE, COPYRIGHT SPEEDING EDGE DECEMBER 1999 FOR PUBLICATION IN FEBRUARY ISSUE OF PC DESIGN MAGAZINE INTRODUCTION Routing of printed circuit

More information