Real time tracking in truck fleet management

Size: px
Start display at page:

Download "Real time tracking in truck fleet management"

Transcription

1 UPTEC F Examensarbete 30 hp Augusti 2017 Real time tracking in truck fleet management Master thesis in embedded systems Gustav Wiklander

2 Abstract Real time tracking in truck fleet management Gustav Wiklander Teknisk- naturvetenskaplig fakultet UTH-enheten Besöksadress: Ångströmlaboratoriet Lägerhyddsvägen 1 Hus 4, Plan 0 Postadress: Box Uppsala Telefon: Telefax: This thesis researches Scania's challenge to display the position of trucks, with high accuracy and good user experience while with minimal position transfers from the truck. This thesis presents an event triggered position update (ETPU) algorithm for sending positions from the truck along with real time estimation on the client. The key point with this system is that the truck computes the same estimation to evaluate its accuracy and sends a new position if the estimate is insufficient. This achieves a system in which position updates are only done when needed to achieve a selected accuracy. Simulations were done and metrics for: accuracy, data consumption and user experience were applied for evaluation. Results are presented to inform the readers of the ETPU's potential. Hemsida: Handledare: Jakob Palmheden Ämnesgranskare: Christian Rohner Examinator: Tomas Nyberg ISSN: , UPTEC F17044

3 1 Populärvetenskaplig sammanfattning Scania, vilket är ett premium märke inom lastbilar tillgodoser sina kunder med mjukvara för att spåra sina lastbilsflottor. Positionen av kundens lastbil är visualiserad på en digital karta. Det är inte lastbilens nuvarande position utan den senaste mottagna positionen. Positionen kan vara upp till en minut gammal. Detta examensarbete gjordes i syfte att hitta en lösning som uppnår högre noggrannhet i positionen på kartan utan att skicka positioner från lastbilen oftare. I stället för att visa den senast mottagna positionen, så realtids estimerar detta examensprojekt lastbilens position. Denna estimering görs även på lastbilen som skickar sin position. Då vet lastbilsmjukvarar hur dess position visas hos kunden och kan ifall den skiljer sig för mycket från dess faktiska skicka en ny position. Examensarbetet bestod också av framtagandet av en realistisk simuleringsmiljö för att utvärdera det nya systemet för realtids positionering av lastbilar. Resultatet visade att det var möjligt att förbättra noggrannheten och samtidigt minska den genomsnittligga frekvensen man skickar positioner från lastbilen. 1

4 2 Acknowledgements We would like to thank Scania AB and especially Jacob Palmheden our supervisor at Scania who made the foundation to start this thesis. I would also personally thank Christian Rohner at Uppsala university who reviewed and gave advice during the thesis work. 2

5 3 Abbreviations and definitions Position-aware applications Position based service FMS Fleet management system - IT system for managing a large set of vehicles in areas such as logistics, maintenance, driver management, fuel management, tracking and diagnostics. FMP Fleet management portal - client services on board Something that is permanently installed on the platform and is communicating through a cable or wireless connection with other nodes on the platform. off board something deployed on a server or residing in some network part which is not on the platform. device mobile device with a wireless connection to the platform or a mobile device with a cable connection to the platform which can be detached by the end user. Data center Defined as middleware is defined in paper [2]. IoT Internet of Things SOA Service-oriented architecture IT Information technology DPUA Decisive Positional Updating Algorithm PDF Probability density function Reverse geocoding Translates a GPS coordinate to a readable street address. 3

6 Contents 1 Populärvetenskaplig sammanfattning 1 2 Acknowledgements 2 3 Abbreviations and definitions 3 4 Introduction Background Internet of things and industrial companies Scanias Fleet Management System Scania s current algorithm for position updates Purpose of the thesis System architecture Event based position update Real time estimation of the position Investigate position message latency System architecture Architectural considerations The Architectural design Algorithm Time interval based algorithm Event Triggered Position Update Algorithm Position estimation Trigger set for position update Delaying the estimated position Variable ETPU parameters Comparison metric system Position message latency Simulation methodology Simulation data Simulation software Simulation design Simulation procedure Simulating latency Results Data consumption and error distance Incorrect routes Discussion Maximum error and time Average error distance and data consumption Latency User experience Future work 21 4

7 4 Introduction 4.1 Background Internet of things and industrial companies Internet of things (IoT) is becoming more relevant in the logistics and the transportation industry because it enables a new form of IT services that relies on real time data from end nodes such as vehicles. Tracking vehicle position, route, and predicting future position can all be provided by IoT technologies [4]. Scania, a world leading manufacturer of trucks has embraced IoT technologies. All trucks manufactured today by Scania have a 3G communication unit. This global access to truck status data has resulted in development of IT services under the umbrella named Connected Services to help customers improve efficiency and make strategic decisions. Scania describes its own benefits with providing these services as: Developing and/or sustaining competitiveness and revenue streams. [1] Which is in accordance with research as to how IT services can enhance the core products for industrial manufacturers [3] Scanias Fleet Management System Scania s fleet management system (FMS), consisting of: sensors installed in the trucks, CAN bus, driver interface units, a wireless communication unit, a data center to store sensor- and driver data, server processes, and client applications are in total Scania s FMS. Vehicle position and tracking are the most used services at Scania s fleet management portal (FMP). The position and vehicle tracking services represent more than 60% of FMS usage and about 65% of subscriptions. Thus the algorithm for sending position data and displaying truck positions has a significant impact on the value of Scania s FMP platform Scania s current algorithm for position updates As of today Scania s trucks send their positions to a data center with fixed intervals. The positions are used for many of the services in the FMP but mainly for displaying the truck s latest transferred position and to track its route. The position data is also used for data-mining purposes internally by Scania to make strategic business decisions. 4.2 Purpose of the thesis The quality of position-aware IT services by definition depend on the quality of the position data. The necessary level of quality differs between services. A service that retraces the route of a truck requires no more than the position points at every taken turn or exit to reconstruct the correct route. In general for retracing services, transfer latency is not of a concern because the processing is done in the aftermath. Services with real-time functionality require up-to-date positions. However, sending position data via the cellular network costs money. A balance between data rate consumption and position quality is desired. With 5

8 position updates occurring occasionally real time estimates could increase the accuracy. The quality of the estimate depends on the quality of the last available position. Quality in this case is not only a matter of time elapsed but also speed continuity and road equality. If the estimate is based on the assumptions that the truck continues at the same speed and along the current road, every time the truck invalidates this assumption the on-board system triggers a new position transfer to keep the quality of the estimate. The comparison naturally has to be done on-board, thus requiring the on-board to also implement the estimation algorithm for comparison with the actual position System architecture One of the architectural challenges involving big data in the world of IoT is scalability. Scalability in this context refers to scaling capability of volume storage and data processing [2]. The thesis presents an architecture to handle the scalability issue regarding positional data processing on a large set of trucks Event based position update As mentioned the truck will do the same estimation as the client to compare with the actual position. When an event occurs such as exiting a highway or turning left in an intersection the estimation algorithm will not only deviate from the actual position but also display an incorrect route. The algorithm then triggers a position update to prevent displaying an incorrect route in the client. The thesis presents the design and simulation results of a Event Triggered Position Update (ETPU) algorithm using real truck position data Real time estimation of the position An ETPU that bases it s decision to send on the inaccuracy of the estimate, can when one ignores latency guarantee an upper bound of inaccuracy which does not grow with time. The accuracy of the estimate it self will depend on how strict the on-board trigger set is configured. The thesis presents an algorithm for estimating truck position given an earlier position Investigate position message latency As stated earlier, the quality of the estimate depends on the quality of the last available position. Latency when transferring positions wirelessly from on-board to a data center will cause the availability of the updated position to be delayed for client access and the prior position will be used as reference for an extended duration. The upper bound inaccuracy can no longer be guaranteed. The thesis presents a realistic latency probability distribution and robustness measures to reduce the latency impact. 5 System architecture 5.1 Architectural considerations As stated earlier one of the challenges with big data in IoT is scalability. As data arrive from more than 200,000 trucks to Scania s data center the processing 6

9 and insertion has to be done at a faster rate than the average rate of arrival [2]. Therefore, any data processing should if possible be delegated to the sensor nodes (truck) and the client nodes (client browser). The architecture proposed places all processing on the sensor and client nodes. The truck applies the ETPU algorithm and when it triggers sends a position to the data center. The client node retrieves the latest position from the data center and applies the same estimation algorithm. The data center is only used for storage and retrieval to improve the scalability. 5.2 The Architectural design Figure 1: The proposed architectural design. 6 Algorithm In this section Scania s algorithm for the decision to send and sample positions is presented. The ETPU algorithm is presented and the design choices are explained. A metric system for evaluating the algorithms is also presented. 6.1 Time interval based algorithm Scania s algorithm for the decision to send positions is interval based. Meaning that position transfers occurs with a fixed time period between each transfer. The transfer does not only contain the current position of the truck but also a buffer of additional position samples which are sampled independently and 7

10 the sampling frequency depends on the velocity of the truck. Scania s most premium position subscription provides position updates every minute. The intention is to provide accurate position data but still with reasonable data consumption. This thesis compares the ETPU algorithm with Scania s most premium position service since both have similar goals as to accuracy and data consumption. Scania s algorithm: Transfers current position every one minute. Also with every transfer a position buffer is also transfered. Position buffer is sampled via: Speed < 2 km/h sample position and wait until speed > 6 km/h and sample again. Speed < 30 km/h sample next position after 60 seconds. Speed > 30 km/h sample next position after 2 speed h km seconds. 6.2 Event Triggered Position Update Algorithm Position estimation Given a prior position with speed, heading and the time sampling. The real time estimation is done as follows: 1. Map position to a road. 2. Estimate driving direction by comparing truck heading to road geometry. 3. Assume the truck continues along the same road. 4. Continue at the same speed. 5. If the prior position maps poorly to a road segment use the prior position as estimate. Such instances include being in a parking lot or off road and it will be very difficult to make a good estimate and certainly mapping to a road will definitely produce an incorrect route. Simply making it stand still is a safe fall back. 6. If the speed exceeds the speed limit plus an additional percentage: the speed of the estimate is lowered to the speed limit. The speed limit along a road is not necessarily constant and if the speed limit drops to a lower level the estimate will drive past the real truck and trigger a position update at some point. Being ahead is worse than being behind because of the risk of displaying an incorrect route since the estimate will have already passed the intersection or exit which might be taken. 7. If the speed falls below a minimum speed threshold: the estimate speed is set to zero. At low speeds setting the speed to zero will only lead to the error distance growing slowly. Secondly this will guarantee that the estimate is behind the real position and thus an incorrect route is impossible to display. 8. If the road ends: try turning right as is done in circulations. Using a default guess is better than nothing and it will be the correct assumption when entering circulations. 8

11 6.2.2 Trigger set for position update After the estimation is done the trigger set is applied to potentially trigger a position update. To improve the reliability a trigger buffer is used, requiring one or more consecutive triggers to occur before an actual position update is fired. The trigger set is defined as: The distance between the real truck position and the estimated position exceeds a threshold. Applying a maximum allowed error distance keeps the error from growing indefinitely thus always gives a fixed estimation accuracy independent of time. If the real position maps well to a road segment: The estimate positions road mapping does not match the actual road and there is a slight heading difference. If the truck changes road a new position has to be transferred because the estimation will display an incorrect route. The estimate position and the real position map to the same road but with opposite headings (with some margin). This indicates that the estimate is driving in the opposite direction which is also an incorrect route. The estimate does poorly map to a road segment. When the truck for instance leaves a parking lot it is time to resume doing estimates. 6.3 Delaying the estimated position One problem with estimating the position in real time is instances when the estimation is ahead of the real truck. It happens when the truck slows down relative to the last position update and thus the estimation will exceedingly be ahead of the real truck. It is only a problem in combination with an unexpected turn or exit because the estimation will for some duration travel on an incorrect route until a new position update is done to correct this error. The duration of an incorrect route should be reduced and preferably removed entirely. Still doing the estimate in real time on the truck and applying the trigger set to distinctively decide if a position update is required, but on the client side applying the estimation algorithm a fixed number of seconds behind the actual time reduces the risk of displaying an incorrect route. Since displaying an incorrect route requires the estimate to be passing by the exit/turn as the algorithm is in the process of detecting such an event or has already passed it which means the estimate is ahead of the truck. Then, by adding a delay to the client estimate the risk of the delayed estimate to fall into the mentioned scenario is less likely and because of the maximum error distance threshold the actual estimate cannot be too far ahead of the actual truck position. What will then happen when the truck takes an exit or makes a turn in an intersection is that a position update will probably trigger within seconds. If the delayed estimate is behind in travel time more than the time to detect the event then the position update for that event will be available in time for the client estimate to take the exit or make the turn. The client estimation can make the correct 9

12 maneuver because a position update has already taken place in the future relative to the client s delayed time. Thus instead of a normal position estimate using the past position update one can just make a route from the past position update to the future position update. An additional benefit of adding a delay of N seconds to the client is its impact on position update rate. For instance, when a position update occurs by the on-board system the estimation in the client will have access to a position N seconds ahead of the client estimation. For the next N seconds the client can route from the past position to the future position. During that period any additional position updates will not improve the estimation during that period. After a position update occurs the on-board system can wait with sending a new position for the next N seconds even if the ETPU algorithm triggers a position update during that period. Therefore, adding a delay limits the minimum time between position updates and by doing that also improves the average position update rate. 6.4 Variable ETPU parameters Name Type Function Maximum error distance [m] If error distance exceeds Maximum error distance a position update is triggered. Delay [s] Amount of time the client estimation is delayed. Minimum speed [km/h] If speed is less or equal then speed used for estimation is zero. Consecutive triggers Number The ETPU algorithm has to trigger N times in a row for a position update to be fired. Speed limit threshold % If speeds exceeds the speed limit by more the speed limit threshold the estimation speed is lowered to the speed limit. Incorrect road Degrees Not only has the estimation map to a different road heading must differ more than Incorrect road. Opposite direction Degrees In order for a opposite direction to be triggered the heading difference must exceed Opposite direction. Matching Threshold Number HEREs API (see section 7.2) to reverse geocode also produces a match quality of the mapping. If the matching quality is not greater than the threshold the position is deemed as not on a road. Table 1: Variable parameters of the ETPU algorithm. 10

13 6.5 Comparison metric system In order to evaluate the ETPU algorithm and Scania s time interval based position update algorithm, a metric system is required. The metric system has to reflect the points of interest in regard to data consumption rate and estimation accuracy. In the thesis three metrics were chosen to evaluate the algorithms: 1. Data consumption rate - The less the better because the cost of wireless data consumption. 2. Average error distance - Average error distance in the client in relation to the actual position. 3. Incorrect routing - Only occurs for the ETPU since it displays an estimate while the time interval displays the latest available position. An incorrect route, such as continuing forward in a intersection while the truck actually turned left, one could argue is a severe error since the fleet managers who observes the truck movement will first assume that the driver has made a mistake and later when the ETPU triggers an update will see that the driver actually turned left and will instead loose confidence in the FMP positioning service. 6.6 Position message latency After the ETPU algorithm has triggered the need for a position update the onboard system transfers the position data wirelessly to Scanias data center. In the real world the transfer takes some time and has to be considered in the model. Latency breaks the maximum-distance-threshold s guarantee of accuracy since the client will display an incorrect estimate during the latency period. It also increases the likelihood of displaying an incorrect route. 11

14 7 Simulation methodology 7.1 Simulation data The simulation used an hour of sufficiently high resolution position data of a truck driving back and forth between Södertälje and Botkyra in Sweden. The route consist of to a large degree of high speed motorway but also of exits, circulations, turns and speed changes. The GPS positions had a one second resolution, speed had a higher resolution but was averaged down to one second resolution, heading for each position was calculated as the direction from the last position (with a successful heading calculation) to the current position, if the distance was greater than three meters, otherwise the last successful heading was used instead. 7.2 Simulation software HERE provides a map and a navigation API made with the intent for city and vehicle navigation. HERE map was chosen as the navigation API as it provided the necessary functionality required by the ETPU algorithm and its visualization capabilities. The simulation was written in JavaScript to easily interface the HERE map API and because HERE map works well in web browsers. Displays a map in a browser with focus on street navigation. Reverse geocode a GPS coordinate to a street address and its matching quality (see section 6.2.2). Reverse geocode a GPS coordinate into a road segment with shape. It is needed when estimating the position since the truck continues along the road. Display custom markers on the map. Used in simulation to display the truck s actual position, the ETPU algorithm s estimated position and the positions transferred to the data center. Able to route between two GPS coordinates which is used in the client estimation when using delay as mentioned in section Simulation design The code built to run the simulation was divided into objects resembling the architectural design described in figure 1. A truck object was designed which at each tick updates its position, speed, heading and ran the ETPU algorithm to check if a position update was necessary. A data center object to store all the positions sent from the truck. A client object to retrieve the latest position from the data center applying the estimation algorithm. 12

15 7.3 Simulation procedure Simulations were done by replaying the one hour truck driving data, described in section 7.1, applying the ETPU algorithm every second and updating the client estimation every second. The metrics were calculated as follows: 1. Data consumption rate was represented by two figures: (a) Average time between position transf ers = total time total number of position transf ers (b) Average transf erred bytes per minute = message size 2. Average error distance = total number positions transfers total minutes total time t=0 Distance(T ruck position(t), Estimate position(t)) total time 3. Incorrect routing - Total number of incorrect routes. Simulations were done with varying values of the parameters: maximum error distance and the amount of delay. The parameters described in table 1. were fixed throughout all simulations. Maximum error distance [m] Delay [s] Table 2: Parameter variations during simulation. Name Value Minimum speed [km/h] 6 Consecutive triggers 3 Street Match Quality Threshold 0.65 Speed limit threshold 10% Incorrect road 10 Opposite direction 120 Table 3: Parameters with fixed values during simulation. 7.4 Simulating latency In order to simulate the impact of latency in a realistic manner a probability distribution function (PDF) for latency was crafted. Scania s trucks send a message, with the name current status message, which attaches at compilation a time stamp. As the message is inserted into the database a time stamp for storage is also added. Subtracting the time at message compilation from the 13

16 time of data base insertion represents the latency until available. A query was done on all position messages between up to present in order to produce a PDF for transmission latency. Latencies greater than three minutes were not included because disconnection scenarios are not part of the thesis investigation. Figure 2: Latency distribution from message compilation until available. Produced from a data set of more than 600 million. For simulation purposes, probabilities and cumulative sums were derived from figure 2. in order to map a random number to a latency at each position update. Latency [s] Probability [%] < < < < < < < < < < < Table 4: Discrete cumulative distribution of on-board position transfer latency. 14

17 8 Results 8.1 Data consumption and error distance Figure 3: Average error distance where the clusters represent different values of the delay parameter and the columns within each cluster represent different values of the maximum error distance parameter. Latency according to table 4. was part of the simulation. The black horizontal line represents the average error distance of Scania s algorithm. As seen in figure 3. Scania s interval based algorithm had an average error distance of 522 meters. With no delay the ETPU algorithm had an average error distance of 22 meters with the max error distance parameter set to 50 meters and 194 meters with the max error distance set to 1000 meters. Up until 30 seconds delay in the client the average error distance was for the ETPU algorithm less than that of Scania s interval based algorithm. Adding a delay in the client will increase the error distance between the client position and the real time position since the truck will have have traveled during the delay time. As can be seen in figure 3 as the delay increases the dependency on the max error distance parameter has diminished impact. 15

18 Figure 4: Data consumption in relation to Scania s algorithm. The clusters represent different values of the delay parameter and the columns within each cluster represent different values of the maximum error distance parameter. Figure 5: Data consumption in bytes per minute. The clusters represent different values of the delay parameter and the columns within each cluster represent different values of the maximum error distance parameter. The black horizontal line represents the byte consumption of Scania s algorithm. As seen from figure 4 and figure 5. the data consumption is lower for the ETPU algorithm in all cases except with a max error distance at 50 meter together with the delay set to any of the values: 0, 5 or 10 seconds. A max error distance at 75 meters and a delay set to either 0 or 5 seconds. The lowest data consumption was 36% in size of Scania s interval based algorithm, in other words, a data reduction of 64 percentage points. It was achieved with the max error distance at 1000 meters and a delay of 60 seconds. 16

19 Figure 6: Correlation between data consumption and average error distance. By combining the data from figure 3. and figure 4 to produce the result set of both average error distance and data consumption. The trend line is the least square regression line of the result set. The data consumption and the average error distance is relative to the simulation results of Scania s interval based algorithm. As can be seen from figure 6. in order to reduce the data consumption an increase in the average error distance will generally be the trade off. Figure 7: Average transfer interval between position updates where the clusters represent different values of the delay parameter and the columns within each cluster represent different values of the maximum error distance parameter. Latency according to table 4. was part of the simulation. The black horizontal line represents the average transfer interval of Scania s algorithm. 17

20 8.2 Incorrect routes Figure 8: Total number of incorrect routes during a one hour simulation without latency. The clusters represent different values of the delay parameter and the columns within each cluster represent different values of the maximum error distance parameter. Increasing the delay reduces the number of incorrect routes as seen in figure 8. Using a delay of 20 seconds or more removes % of all incorrect routes compared to using no delay in the simulation. Figure 9: Total number of incorrect routes during a one hour simulation with latency. The clusters represent different values of the delay parameter and the columns within each cluster represent different values of the maximum error distance parameter. The black stacked columns are the additional incorrect routes caused by transfer latency. Adding latency to the simulation increase the number of incorrect routes as 18

21 seen in figure 9. The result of a 5 second delay without latency in figure 8. was better than a 10 seconds delay with latency in figure 9. 19

22 9 Discussion 9.1 Maximum error and time A major difference between a time interval based position update and the Event Triggered Position Update (ETPU) algorithm is the characteristics of the client error distance. For a time interval based position update the maximum error distance, assuming constant speed, grows linearly with time in proportion to speed. The circular area with a radius of maximum error distance thus grows exponentially with time. In the case of the ETPU algorithm the maximum error distance is fixed since a position update is triggered if the error distance exceeds this threshold. Thus, regardless of time since last position update the maximum error of the estimate is constant. 9.2 Average error distance and data consumption The ETPU algorithm manages to improve on both the average error distance metric and the data consumption metric at the same time. For instance, an using a delay of 15 seconds and a max error distance of 250 meters reduced the average error distance with 55% and the data consumption with 47%. Due to the negative correlation between estimation accuracy and data consumption, i.e. improved the accuracy is compensated by worse data consumption and vice versa, further improvements in one of the metrics means less of an improvement in the other. 9.3 Latency Latency has a major impact on the number of incorrect routes as seen in figure 9. The latency results in that the previous position is used for estimation an extended period even though the ETPU algorithm has triggered the need for a position update. This extended period increases the risk of incorrect routes. The proposed solution to handle latency is to further increase the delay parameter. The results in figure 9 show an increase in delay reduces the impact of latency on the incorrect routes metric. 9.4 User experience Smooth movement of the truck in the client is important for user experience. The more the estimation resembles the movement of a real truck the more the user will trust the estimated real time movement. A high number of incorrect routes results in an equal high number of jumps in the truck position from one route to another. These correction jumps do not resemble truck movement and reduces the user experience. Since increasing delay reduces the number of incorrect routes and delay also reduces data consumption, the data consumption will be positively affected by reducing the number of incorrect routes. Thus constructing good user experience with low data consumption are very possible. However, low error distance is in conflict with both the data consumption and the number of incorrect routes metric and will thus suffer if data consumption and user experience is prioritized. 20

23 10 Future work Future projects which continue along this topic would suitably try to implement the ETPU model in hardware to test its capacity and limitations in the real world. It would also be interesting to understand how the ETPU algorithm works in different environments such as cities and highways. Cities - would involve a lot of stop signs, pedestrian crossing and turns, thus making it difficult to predict the truck movement for a duration longer than 30 seconds. Highways - are the most predictable because it is the environment where the speed is the most constant and one follows the same road for the longest period of time. A third point of interest would be to investigate the different industries where this service would be of market value. References [1] Scania inline - connected services and solutions. [2] C. Cecchinel, M. Jimenez, S. Mosser, and M. Riveill. An architecture to support the collection of big data in the internet of things IEEE World Congress on Services, pages , June [3] Anna Salonen. Service transition strategies of industrial manufacturers. Industrial Marketing Management, 40(5): , Service and Solution Innovation. [4] L. D. Xu, W. He, and S. Li. Internet of things in industries: A survey. IEEE Transactions on Industrial Informatics, 10(4): , Nov

Transform Application Performance Testing for a More Agile Enterprise

Transform Application Performance Testing for a More Agile Enterprise SAP Brief SAP Extensions SAP LoadRunner by Micro Focus Transform Application Performance Testing for a More Agile Enterprise SAP Brief Managing complex processes Technology innovation drives the global

More information

Demand based price determination for electricity consumers in private households

Demand based price determination for electricity consumers in private households TVE 16 036 maj Examensarbete 15 hp Juni 2016 Demand based price determination for electricity consumers in private households Lisa Borggren Rebecca Grill Susanna Lykken Maria Nilsson Abstract Demand based

More information

PC-Based real time transportation control services

PC-Based real time transportation control services ICT-2011.8 GET Service Project 2012-318275 PC-Based real time transportation control services 18 December 2015 The GET Service project (http://www.getservice-project.eu) has received funding from the European

More information

<Insert Picture Here> Coherence as a solution for ecommerce Capacity Absorption

<Insert Picture Here> Coherence as a solution for ecommerce Capacity Absorption Coherence as a solution for ecommerce Capacity Absorption A typical Scenario Commerce website growing at 25-30% annually Capacity growth is typically addressed horizontally w/ more

More information

Back office HMI prototype

Back office HMI prototype EUROPEAN COMMISSION SEVENTH FRAMEWORK PROGRAMME GA No. 610990 Cooperative dynamic formation of platoons for safe and energy-optimized goods transportation D5.3 Back office HMI prototype Deliverable No.

More information

Keep control is essential.

Keep control is essential. Keep control is essential. Visirun tracks your commercial fleet in real time, anytime and everywhere! You can get informations about position of your vehicles and what they re doing, about driver s driving

More information

Indoor GPS for Material Handling and Warehousing

Indoor GPS for Material Handling and Warehousing Indoor GPS for Material Handling and Warehousing This white paper outlines a number of Real-Time Location System applications in material handling and warehousing operations. Significant improvement in

More information

A Sophisticated Transit Signal Priority System How it Works

A Sophisticated Transit Signal Priority System How it Works A Sophisticated Transit Signal Priority System How it Works Ron Stewart, P. Eng. Associate Director IBI Group, 230 Richmond Street West, 5 th Floor Toronto, ON M5V 1V5 Canada Phone: 416-596-1930 Fax: 416-596-0644

More information

Combined Transit and Freeway Real-Time Information for Smarter Modal Choices

Combined Transit and Freeway Real-Time Information for Smarter Modal Choices Combined Transit and Freeway Real-Time Information for Smarter Modal Choices Joerg Nu Rosenbohm Rockville, MD Dan van Kley Suwanee, GA Bryan Mulligan Suwanee, GA Transit Commuter Information System Project

More information

PRODUCT DESCRIPTIONS AND METRICS

PRODUCT DESCRIPTIONS AND METRICS PRODUCT DESCRIPTIONS AND METRICS Adobe PDM - Adobe Analytics (2015v1) The Products and Services described in this PDM are either On-demand Services or Managed Services (as outlined below) and are governed

More information

SMART TRAFFIC MANAGEMENT SOLUTIONS FOR A CONNECTED WORLD

SMART TRAFFIC MANAGEMENT SOLUTIONS FOR A CONNECTED WORLD Connected Solutions for Better Traffic Safety Outcomes SMART TRAFFIC MANAGEMENT SOLUTIONS FOR A CONNECTED WORLD AllTrafficSolutions.com Connecting the world s traffic infrastructure for happier cities

More information

Fleet Optimization with IBM Maximo for Transportation

Fleet Optimization with IBM Maximo for Transportation Efficiencies, savings and new opportunities for fleet Fleet Optimization with IBM Maximo for Transportation Highlights Integrates IBM Maximo for Optimizes asset life-cycle Can result in better up-time,

More information

Mastering the operational complexity of IoT Applications

Mastering the operational complexity of IoT Applications Mastering the operational complexity of IoT Applications The benefits of AI-powered, full stack monitoring 2017 Dynatrace Executive Summary Internet-of-things (IoT) is increasing in excitement across all

More information

Strategic Route Planner

Strategic Route Planner Product Information Strategic Route Planner Optimizing Where the Rubber Meets the Road Effectively managing delivery routes involves two distinct phases. First, a plan must be built to efficiently deploy

More information

Vision of Congestion-Free Road Traffic and Cooperating Objects

Vision of Congestion-Free Road Traffic and Cooperating Objects I. Vision Vision of Congestion-Free Road Traffic and Cooperating Objects Ricardo Morla November 2005 Overview. This is a vision of cooperating vehicles that help keep roads free of traffic congestion.

More information

Scania driver services Connected Services & Driver Development

Scania driver services Connected Services & Driver Development Scania driver services Connected Services & Driver Development DETAILS MATTER Scania Driver Services offers solutions that connect you with your vehicles and drivers. Scania Connected Services with the

More information

Improving System Dependability with Functional Alternatives

Improving System Dependability with Functional Alternatives Improving System Dependability with Functional Alternatives Charles P. Shelton Research and Technology Center Robert Bosch Corporation Pittsburgh, PA, USA cshelton@ieee.org Abstract We present the concept

More information

USE CASES OF MACHINE LEARNING IN DEXFREIGHT S DECENTRALIZED LOGISTICS PLATFORM

USE CASES OF MACHINE LEARNING IN DEXFREIGHT S DECENTRALIZED LOGISTICS PLATFORM USE CASES OF MACHINE LEARNING IN DEXFREIGHT S DECENTRALIZED LOGISTICS PLATFORM Abstract In this document, we describe in high-level use cases and strategies to implement machine learning algorithms to

More information

Proposed Data Acquisition & Handling System for Pilot Emission Trading Scheme in India

Proposed Data Acquisition & Handling System for Pilot Emission Trading Scheme in India Paper to be presented during CEM 2014 Proposed Data Acquisition & Handling System for Pilot Emission Trading Scheme in India - Ms. Sujata Tilak (sujata.tilak@aiplindia.com) Abbreviations CEMS CPCB DAHS

More information

Choosing a Location-based Application for your Business

Choosing a Location-based Application for your Business Choosing a Location-based Application for your Business A Step-by-Step Guide Executive Summary The following guide provides some simple steps that will help you understand how a location-based application

More information

SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features. Global Roll-out, SAP July, 2018

SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features. Global Roll-out, SAP July, 2018 SAP Business One 9.3, version for SAP HANA Overview of the Exclusive Features Global Roll-out, SAP July, 2018 SAP Business One SAP s best selling ERP solution by number of customers Used by 60,000+ customers

More information

An Approach to Predicting Passenger Operation Performance from Commuter System Performance

An Approach to Predicting Passenger Operation Performance from Commuter System Performance An Approach to Predicting Passenger Operation Performance from Commuter System Performance Bo Chang, Ph. D SYSTRA New York, NY ABSTRACT In passenger operation, one often is concerned with on-time performance.

More information

Proposed Solution for Implementation, Monitoring and Maintaining Vehicle Tracking System for vehicles of Solid Waste Management

Proposed Solution for Implementation, Monitoring and Maintaining Vehicle Tracking System for vehicles of Solid Waste Management Proposed Solution for Implementation, Monitoring and Maintaining Vehicle Tracking System for vehicles of Solid Waste Management Table of Contents Solution Architecture 7 Key Challenges and Approach for

More information

Integrate mapping, routing and optimisation software

Integrate mapping, routing and optimisation software Integrate mapping, routing and optimisation software PTV xserver 2 PTV XSERVER Enrich your software with PTV xserver Whether you re scheduling deliveries or managing an entire fleet, PTV xserver s will

More information

Cloud Computing Lectures SOA

Cloud Computing Lectures SOA Cloud Computing Lectures SOA 1/17/2012 Service Oriented Architecture Service Oriented Architecture Distributed system characteristics Resource sharing - sharing of hardware and software resources Openness

More information

Vigil Cloud. General User Manual

Vigil Cloud. General User Manual Vigil Cloud General User Manual Version 1.0 Compiled: September 2015 Table of Contents Description Page Title 1 Introduction... 6 2 General Vigil Cloud Navigation... 6 2.1 Vehicle Location and Status...

More information

SMART PARKING MANAGEMENT SYSTEM. Proposed By CYBERCINATICS PRIVATE LIMITED

SMART PARKING MANAGEMENT SYSTEM. Proposed By CYBERCINATICS PRIVATE LIMITED SMART PARKING MANAGEMENT SYSTEM Proposed By CYBERCINATICS PRIVATE LIMITED About Cybercinatics Startup recognized by Department of Industrial Promotion and Policy - Startup India Member of IT Association

More information

A. ( ) ( ) 2. A process that is in statistical control necessarily implies that the process is capable of meeting the customer requirements.

A. ( ) ( ) 2. A process that is in statistical control necessarily implies that the process is capable of meeting the customer requirements. 8 4 4 A. ( 5 2 10 ) ( ) 1. When the level of confidence and sample proportion p remain the same, a confidence interval for a population proportion p based on a sample of n = 100 will be wider than a confidence

More information

CONTACT US: Call: For Sales: For Support: Outside the US? Call:

CONTACT US: Call: For Sales: For Support: Outside the US? Call: CONTACT US: Call: 888-464-7748 Outside the US? Call: 619-230-5100 For Sales: sales@gpsit.com For Support: support@gpsit.com www.gpsit.com GPSit Fleet Solution GPSit is a leader in the GPS fleet tracking

More information

5 questions to ask. When Choosing Your Cloud Print Solution

5 questions to ask. When Choosing Your Cloud Print Solution 5 questions to ask When Choosing Your Cloud Print Solution Introduction As business models are changing, organizations are moving away from traditional IT infrastructure towards a cloud first strategy,

More information

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

Intelligent Payment Management for Today and Tomorrow Technology Advancement to Navigate the Converging Payments Landscape

Intelligent Payment Management for Today and Tomorrow Technology Advancement to Navigate the Converging Payments Landscape Intelligent Payment Management for Today and Tomorrow Technology Advancement to Navigate the Converging Payments Landscape Adapting to the Evolution of Payments The payments industry has evolved extensively

More information

Tracking your Freigh Using IoT Fleet Monitoring and OTM

Tracking your Freigh Using IoT Fleet Monitoring and OTM Tracking your Freigh Using IoT Fleet Monitoring and OTM Srini Rajagopal Senior Director, Logistics Product Strategy March 2018 Copyright 2018, Oracle and/or its affiliates. All rights reserved. Safe Harbor

More information

Intelligent Medicine System Prototype of The Internet of Things

Intelligent Medicine System Prototype of The Internet of Things IT 12 037 Examensarbete 30 hp Augusti 2012 Intelligent Medicine System Prototype of The Internet of Things Yu Wang Institutionen för informationsteknologi Department of Information Technology 2 Abstract

More information

Ultimate GPS Tracking Platform. System Overview. gurtam.com

Ultimate GPS Tracking Platform. System Overview. gurtam.com Ultimate GPS Tracking Platform System Overview gurtam.com Wialon: the ultimate solution for intelligent GPS tracking and fleet management Companies in 130+ countries choose Wialon to track 1,400,000 units

More information

Industrial IoT: From Concept to Business Reality. Improving O&G Operations with IoT. Progressing through the 5 Stages of IoT

Industrial IoT: From Concept to Business Reality. Improving O&G Operations with IoT. Progressing through the 5 Stages of IoT Industrial IoT: From Concept to Business Reality 01 Improving O&G Operations with IoT 02 Establishing Goals for IoT 03 Progressing through the 5 Stages of IoT 04 An Illustrated Example 01 Improving O&G

More information

ELECTRONIC TRAIN ORDERS

ELECTRONIC TRAIN ORDERS ELECTRONIC TRAIN ORDERS and TRAIN CONTROL Inspired Systems Pty Ltd 70 Mordaunt Circuit, Canning Vale, Western Australia Ph +618 94565666 Fax +61 8 94565778 ELECTRONIC TRAIN ORDERS When you just don t have

More information

Building Real-time and Responsive Applications on Azure. Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd.

Building Real-time and Responsive Applications on Azure. Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd. Learn. Connect. Explore. Building Real-time and Responsive Applications on Azure Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd. Real-time and Responsive Scenarios Trading Applications

More information

FLEET MANAGEMENT SYSTEM (FMS)

FLEET MANAGEMENT SYSTEM (FMS) FLEET MANAGEMENT SYSTEM (FMS) A Brief Overview A Brief Description of the Components of a Full-Blown FMS A fleet management system is a complex system that encompasses features that covers the efficiency

More information

The Open IoT Stack: Architecture and Use Cases

The Open IoT Stack: Architecture and Use Cases The Open IoT Stack: Architecture and Use Cases James Kirkland Chief IoT Architect, Red Hat Marco Carrer CTO, Eurotech 1 TODAY S IoT CHALLENGES Lack of Open Standards Diverse set of technologies, features,

More information

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution

IBM Balanced Warehouse Buyer s Guide. Unlock the potential of data with the right data warehouse solution IBM Balanced Warehouse Buyer s Guide Unlock the potential of data with the right data warehouse solution Regardless of size or industry, every organization needs fast access to accurate, up-to-the-minute

More information

Super Schlumberger Scheduler

Super Schlumberger Scheduler Software Requirements Specification for Super Schlumberger Scheduler Page 1 Software Requirements Specification for Super Schlumberger Scheduler Version 0.2 Prepared by Design Team A Rice University COMP410/539

More information

OPTIMIZING RAMP METERING STRATEGIES

OPTIMIZING RAMP METERING STRATEGIES OPTIMIZING RAMP METERING STRATEGIES Presented by Kouros Mohammadian, Ph.D. Saurav Chakrabarti. ITS Midwest Annual Meeting Chicago, Illinois February 7, 2006 Background Ramp control is the application of

More information

The Rise of Engineering-Driven Analytics. Richard Rovner VP Marketing

The Rise of Engineering-Driven Analytics. Richard Rovner VP Marketing The Rise of Engineering-Driven Analytics Richard Rovner VP Marketing MathWorks @RichardRovner The Rise of Engineering-Driven Analytics The Rise of Engineering-Driven Analytics Limited users, scope & technology

More information

DELIVERY. Door to door Delivery

DELIVERY. Door to door Delivery DELIVERY Door to door Delivery May 2012 Applications Sateltrack DELIVERY is an advanced Fleet Management software using GPS technology, built to serve demanding clients with big fleet. Sateltrack DELIVERY

More information

Interactive Transit Information and Decision Support System. The Connected Vehicle Technology Challenge

Interactive Transit Information and Decision Support System. The Connected Vehicle Technology Challenge Interactive Transit Information and Decision Support System The Connected Vehicle Technology Challenge Team Member: Xiaosi Zeng Graduate Student Zachry Department of Civil Engineering Texas A&M University

More information

Sigma 5. Changing Telecommunications

Sigma 5. Changing Telecommunications Sigma 5 Overview Sigma 5 Changing Telecommunications Recent trends in communications integrate data, voice and video on a single packet based infrastructure in order to make most efficient use of the available

More information

A SURVEY ON VARIOUS TRAFFIC MANAGEMENT SCHEMES FOR TRAFFIC CLEARANCE, STOLEN VEHICLE AND EMERGENCY VEHICLE

A SURVEY ON VARIOUS TRAFFIC MANAGEMENT SCHEMES FOR TRAFFIC CLEARANCE, STOLEN VEHICLE AND EMERGENCY VEHICLE A SURVEY ON VARIOUS TRAFFIC MANAGEMENT SCHEMES FOR TRAFFIC CLEARANCE, STOLEN VEHICLE AND EMERGENCY VEHICLE R.Keerthi #1, S. HariharaGopalan *2 #1 PG scholar, Department of CSE (PG),SRI RAMAKRISHNA ENGINEERING

More information

Smart Traffic: A Case Study for Developing IoT Applications in Vietnam. Tran Vu Pham and Duc Hai Nguyen

Smart Traffic: A Case Study for Developing IoT Applications in Vietnam. Tran Vu Pham and Duc Hai Nguyen Smart Traffic: A Case Study for Developing IoT Applications in Vietnam Tran Vu Pham and Duc Hai Nguyen Faculty of Computer Science and Engineering Ho Chi Minh City University of Technology VNU-HCM Outline

More information

What s Behind VPVision? next generation vehicle telemetry V 1.0

What s Behind VPVision? next generation vehicle telemetry V 1.0 What s Behind VPVision? next generation vehicle telemetry V 1.0 Introduction: VPVision is a fully cloud based telemetry platform that utilises cutting edge technology and is designed to integrate with

More information

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel Jack Weast Principal Engineer, Chief Systems Engineer Automated Driving Group, Intel From the Intel Newsroom 2 Levels of Automated Driving Courtesy SAE International Ref: J3061 3 Simplified End-to-End

More information

Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version

Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version Sizing SAP Hybris Billing, pricing simulation Consultant Information for Release 1.1 (et seq.) Document Version 1.2 2016-06-15 www.sap.com TABLE OF CONTENTS 1. INTRODUCTION... 3 1.1 Functions of SAP SAP

More information

Scania Fleet Management. Data drives Development

Scania Fleet Management. Data drives Development Scania Fleet Management Data drives Development Details matter Scania Fleet Management is a set of services that connects your vehicles and drivers with your office. You will get vehicle data, fleet position

More information

LOAD SHARING IN HETEROGENEOUS DISTRIBUTED SYSTEMS

LOAD SHARING IN HETEROGENEOUS DISTRIBUTED SYSTEMS Proceedings of the 2 Winter Simulation Conference E. Yücesan, C.-H. Chen, J. L. Snowdon, and J. M. Charnes, eds. LOAD SHARING IN HETEROGENEOUS DISTRIBUTED SYSTEMS Helen D. Karatza Department of Informatics

More information

Evaluating the Handling of New Assignments in a Global Truck Platooning System Using Large- Scale Simulations

Evaluating the Handling of New Assignments in a Global Truck Platooning System Using Large- Scale Simulations DEGREE PROJECT IN COMPUTER SCIENCE AND ENGINEERING, SECOND CYCLE, 30 CREDITS STOCKHOLM, SWEDEN 2017 Evaluating the Handling of New Assignments in a Global Truck Platooning System Using Large- Scale Simulations

More information

Digital Transformation - What s Happening in Waste and Recycling Tech, Software, Cloud, Data, Mobile & Analytics?

Digital Transformation - What s Happening in Waste and Recycling Tech, Software, Cloud, Data, Mobile & Analytics? Delivering Digital Transformation in Waste & Recycling Companies Digital Transformation - What s Happening in Waste and Recycling Tech, Software, Cloud, Data, Mobile & Analytics? ISB Global Software Platforms

More information

Data processing. In this project, researchers Henry Liu of the Department of Civil Engineering and

Data processing. In this project, researchers Henry Liu of the Department of Civil Engineering and Data mining of transit vehicle location, passenger count, and fare collection databases for intelligent transportation applications Supporting efficient transit service by maximizing the use of available

More information

How the IoT and Data Analytics Will Drive the Future of the Supply Chain

How the IoT and Data Analytics Will Drive the Future of the Supply Chain How the IoT and Data Analytics Will Drive the Future of the Supply Chain Dan Romary VP, Data Analytics Presented by: 2018 MHI Copyright claimed for audiovisual works and sound recordings of seminar sessions.

More information

Improving Financial Performance with Predictive Analytics

Improving Financial Performance with Predictive Analytics Improving Financial Performance with Predictive Analytics Use Data Science to Gain Competitive Advantage Sponsored by IBM Predictive Analytics Arrives Many organizations today are applying predictive analytics.

More information

The Rise of Engineering-Driven Analytics

The Rise of Engineering-Driven Analytics The Rise of Engineering-Driven Analytics Roy Lurie, Ph.D. Vice President Engineering, MATLAB Products 2015 The MathWorks, Inc. 1 The Rise of Engineering-Driven Analytics 2 The Rise of Engineering-Driven

More information

Survey paper on Smart Parking System based on Internet of Things

Survey paper on Smart Parking System based on Internet of Things Survey paper on Smart Parking System based on Internet of Things Vishwanath Y 1, Aishwarya D Kuchalli 2, Debarupa Rakshit 3 1,2,3 Information Science, New Horizon College of Engineering, Bengaluru, India,

More information

The Research of Middleware Architecture of Intelligent Logistics System Based on SOA

The Research of Middleware Architecture of Intelligent Logistics System Based on SOA American Journal of Software Engineering and Applications 2015; 4(6): 115-120 Published online October 23, 2015 (http://www.sciencepublishinggroup.com/j/ajsea) doi: 10.11648/j.ajsea.20150406.13 ISSN: 2327-2473

More information

RAILROAD & CO. +Street. Version 9. Manual

RAILROAD & CO. +Street. Version 9. Manual RAILROAD & CO. +Street Version 9 Manual September 2017 RAILROAD & CO. +Street Control of Car Systems Version 9 Manual September 2017 Copyright Freiwald Software 1995-2017 Contact: Freiwald Software Kreuzberg

More information

Triage: Balancing Energy and Quality of Service in a Microserver

Triage: Balancing Energy and Quality of Service in a Microserver Triage: Balancing Energy and Quality of Service in a Microserver Nilanjan Banerjee, Jacob Sorber, Mark Corner, Sami Rollins, Deepak Ganesan University of Massachusetts, Amherst University of San Francisco,

More information

SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment

SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment SIMULATION ON DEMAND: Using SIMPROCESS in an SOA Environment Joseph M DeFee Senior Vice President Advanced Systems Division CACI Services-Oriented Architecture The one constant in business is change. New

More information

deister software Company Overview

deister software Company Overview deister software Corporate Philosophy We are committed to be a partner-of-choice in providing customized high-end cloud based ERP and «smart» mobile software solutions for the industry. Following its corporate

More information

Applications of Microscopic Traffic Simulation Model for Integrated Networks

Applications of Microscopic Traffic Simulation Model for Integrated Networks Applications of Microscopic Traffic Simulation Model for Integrated Networks by Steven I. Chien Dept. of Civil & Environmental Engineering New Jersey Institute of Technology January 13, 2006 Center for

More information

In-Memory Analytics: Get Faster, Better Insights from Big Data

In-Memory Analytics: Get Faster, Better Insights from Big Data Discussion Summary In-Memory Analytics: Get Faster, Better Insights from Big Data January 2015 Interview Featuring: Tapan Patel, SAS Institute, Inc. Introduction A successful analytics program should translate

More information

IBM Emptoris Supplier Lifecycle Management on Cloud

IBM Emptoris Supplier Lifecycle Management on Cloud Service Description IBM Emptoris Supplier Lifecycle Management on Cloud This Service Description describes the Cloud Service IBM provides to Client. Client means the contracting party and its authorized

More information

IBM Decision Optimization and Data Science

IBM Decision Optimization and Data Science IBM Decision Optimization and Data Science Overview IBM Decision Optimization products use advanced mathematical and artificial intelligence techniques to support decision analysis and identify the best

More information

Analyzing Engineering Process Data at Microsoft: What's the Opportunity?

Analyzing Engineering Process Data at Microsoft: What's the Opportunity? Analyzing Engineering Process Data at Microsoft: What's the Opportunity? 1 Wolfram Schulte Principal Researcher and Partner Development Manager Microsoft Corporation 26 th Annual IEEE Software Technology

More information

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels

Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels W O R K I N G P A P E R S A N D S T U D I E S ISSN 1725-4825 Revision confidence limits for recent data on trend levels, trend growth rates and seasonally adjusted levels Conference on seasonality, seasonal

More information

Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle Portfolio Management. 11g Release 8 (11.1.8)

Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle Portfolio Management. 11g Release 8 (11.1.8) Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle Portfolio Management 11g Release 8 (11.1.8) April 2014 Oracle Fusion Product Lifecycle Portfolio Management Using Product Lifecycle

More information

FROM FIXED FEE TO FIXATING ON PROFIT. The new financial fundamentals of Everythingas-a-Service

FROM FIXED FEE TO FIXATING ON PROFIT. The new financial fundamentals of Everythingas-a-Service FROM FIXED FEE TO FIXATING ON PROFIT The new financial fundamentals of Everythingas-a-Service WHY MAKE THE MOVE? From phones to planes and photocopiers, manufacturers are discarding the business of selling

More information

Excellence as a commitment, innovation as a goal. Flexibility and Experience

Excellence as a commitment, innovation as a goal. Flexibility and Experience MICROFINANCE Excellence as a commitment, innovation as a goal. At TOP SYSTEMS we know how institution to trust a supplier and feel that they are an integral part of their team. Since 1987 we have been

More information

Service Goes Digital! A toolbox for acquiring digital capabilities for your service business

Service Goes Digital! A toolbox for acquiring digital capabilities for your service business Service Goes Digital! A toolbox for acquiring digital capabilities for your service business Service Goes Digital! A toolbox for acquiring digital capabilities for your service business Digitalization

More information

Introduction to the IBM MessageSight appliance for Mobile Messaging and M2M

Introduction to the IBM MessageSight appliance for Mobile Messaging and M2M Introduction to the IBM MessageSight appliance for Mobile Messaging and M2M Arnaud Mathieu and Andrew Schofield IBM Software Group Session TSM-1986 2013 IBM Corporation Please Note IBM s statements regarding

More information

My Oracle Support Configuration Manager

My Oracle Support Configuration Manager Proaktiver automatisierter Support für Oracle Systeme: My Oracle Support Configuration Manager Helmut Weymann Customer Support Manager Email - helmut.weymann@oracle.com My Oracle

More information

Loading. Do s and Don ts of App Development. 15 tips for the business and development team when developing or improving mobile or web applications

Loading. Do s and Don ts of App Development. 15 tips for the business and development team when developing or improving mobile or web applications Loading Do s and Don ts of App Development 15 tips for the business and development team when developing or improving mobile or web applications Introduction You might already have a mobile or web application

More information

Making Better haulage decisions through Discrete Event Simulation

Making Better haulage decisions through Discrete Event Simulation Making Better haulage decisions through Discrete Event Simulation Mine haulage is often the one of the highest cost components of the mining process. In the current climate, pressure is on mining companies

More information

Comprehensive Enterprise Solution for Compliance and Risk Monitoring

Comprehensive Enterprise Solution for Compliance and Risk Monitoring Comprehensive Enterprise Solution for Compliance and Risk Monitoring 30 Wall Street, 8th Floor New York, NY 10005 E inquiries@surveil-lens.com T (212) 804-5734 F (212) 943-2300 UNIQUE FEATURES OF SURVEILLENS

More information

CONNECTED TRAFFIC CLOUD. A New Approach to Intelligent Traffic Management

CONNECTED TRAFFIC CLOUD. A New Approach to Intelligent Traffic Management CONNECTED TRAFFIC CLOUD A New Approach to Intelligent Traffic Management CHANGING THE GAME OF TRAFFIC INFRASTRUCTURE Transport plays a vital role in society and its role will be even more important tomorrow.

More information

SSL ClearView Reporter Data Sheet

SSL ClearView Reporter Data Sheet SSL ClearView Reporter Data Sheet Written expressly for the Juniper Networks SSL VPN, the SSL ClearView Reporter application takes log data from one or more SSL VPN devices and generates feature-rich reports

More information

Application Performance Monitoring (APM) Technical Whitepaper

Application Performance Monitoring (APM) Technical Whitepaper Application Performance Monitoring (APM) Technical Whitepaper Table of Contents Introduction... 3 Detect Application Performance Issues Before Your Customer Does... 3 Challenge of IT Manager... 3 Best

More information

WHITEPAPER. Unlocking Your ATM Big Data : Understanding the power of real-time transaction monitoring and analytics.

WHITEPAPER. Unlocking Your ATM Big Data : Understanding the power of real-time transaction monitoring and analytics. Unlocking Your ATM Big Data : Understanding the power of real-time transaction monitoring and analytics www.inetco.com Summary Financial organizations are heavily investing in self-service and omnichannel

More information

Fleet Management and Compliance. Improve driver safety and simplify regulatory compliance, while saving time and money

Fleet Management and Compliance. Improve driver safety and simplify regulatory compliance, while saving time and money Fleet Management and Compliance Improve driver safety and simplify regulatory compliance, while saving time and money When you increase compliance and reap great rewards in return, that s a win-win. Especially

More information

IBM Watson IoT Strategy

IBM Watson IoT Strategy IBM Watson IoT Strategy Eran Gery CTO, WIoT customer solutions 1 Watson / Presentation Title / Date Organizations are looking to IoT for three primary outcomes Improve operations and lower cost Enhance

More information

HIGHWAY ACCIDENT PREVENTION USING VANETS

HIGHWAY ACCIDENT PREVENTION USING VANETS HIGHWAY ACCIDENT PREVENTION USING VANETS J.BUVANAMBIGAI, NAGINENI DHARANI, S.M.BHAGHIRATHI,PRIYANKA DAS 1 UG Students,Department of Computer Science and Engineering,SRM University,Tamil Nadu,India 2 UG

More information

Discrete Event simulation

Discrete Event simulation Discrete Event simulation David James Raistrick Shrink Wrap Conveyor Line Submitted in partial fulfilment of the requirements of Leeds Metropolitan University for the Degree of Advanced Engineering Management

More information

Configuring Performance Routing Cost Policies

Configuring Performance Routing Cost Policies This module describes how to configure and apply Cisco IOS Performance Routing (PfR) cost policies. A PfR policy can be configured to optimize traffic based on the monetary cost of the links. The PfR Cost

More information

Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting

Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting Optimize your Service Cloud Data Best Practices, Data Extraction and NextGen Reporting Kris Nichols - Sr. OSvC Solution Consultant Mehrzad Kootar - BI Solution Consultant Oracle Service Cloud Date: August

More information

Technology Challenges for the Global Real-Time Enterprise.

Technology Challenges for the Global Real-Time Enterprise. Technology Challenges for the Global Real-Time Enterprise. Werner Vogels Dept. of Computer Science, Cornell University, vogels@cs.cornell.edu Introduction If there is one business concept that will drive

More information

EVENT LOGISTICS. only A to Z general contractor in the event and large venue industry with

EVENT LOGISTICS. only A to Z general contractor in the event and large venue industry with EVENT LOGISTICS EVENT LOGISTICS SP+ Event Logistics manages the flow of people to places. We are the only A to Z general contractor in the event and large venue industry with the capability under one roof

More information

Mashing up Web 2.0 and B2B E-CommerceE. Patrick Yee Chief Architect

Mashing up Web 2.0 and B2B E-CommerceE. Patrick Yee Chief Architect Mashing up Web 2.0 and B2B E-CommerceE Patrick Yee Chief Architect Center for E-Commerce E Infrastructure Development HKU E-Commerce E R&D Center established since 2002 To create an infrastructure and

More information

Examining and Modeling Customer Service Centers with Impatient Customers

Examining and Modeling Customer Service Centers with Impatient Customers Examining and Modeling Customer Service Centers with Impatient Customers Jonathan Lee A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF BACHELOR OF APPLIED SCIENCE DEPARTMENT

More information

LASER GUIDANCE DETECTIONMEASUREMENT

LASER GUIDANCE DETECTIONMEASUREMENT Technology Profile Increasing situation awareness Finland is currently undertaking a national research program focused on the area of big data. The aim of the Data to Intelligence (D2I) program is to develop

More information

IT, once considered a supporting player in most companies, EMERGED AS A BUSINESS SUPERSTAR.

IT, once considered a supporting player in most companies, EMERGED AS A BUSINESS SUPERSTAR. As information technology moves from helping businesses to driving them, companies may not appreciate the changes ahead in terms of the technology and its delivery. A FUNNY THING HAPPENED ON THE WAY TO

More information

EB TechPaper. Big Data Analytics enables new applications in the automotive industry. elektrobit.com

EB TechPaper. Big Data Analytics enables new applications in the automotive industry. elektrobit.com EB TechPaper Big Data Analytics enables new applications in the automotive industry elektrobit.com On the way to fully automated driving, current maps and highly precise map updates play an important role.

More information

ICT and e-learning in Intermodal Transport

ICT and e-learning in Intermodal Transport 1 International Project Forum Croatian - Montenegrin bilateral cooperation program in the field of science and technology ICT and e-learning in Intermodal Transport 12th October 2011, Zagreb Ivan Grgurević,

More information

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan Translate Integration Imperative into a solution Framework A Solution Framework August 1 st, Mumbai By Dharanibalan Gurunathan Copyright IBM Corporation 2007 agenda 1 Introduction to solution framework

More information