CAN Based Multiplexed Switches Electronics Engineering Technology Department Western Washington University. Jordan Mosher 10/19/12

Size: px
Start display at page:

Download "CAN Based Multiplexed Switches Electronics Engineering Technology Department Western Washington University. Jordan Mosher 10/19/12"

Transcription

1 CAN Based Multiplexed Switches Electronics Engineering Technology Department Western Washington University Jordan Mosher 10/19/12

2 Summary The CAN (Controller Area Network) Based Multiplexed Switches will utilize two can transceivers. The first transceiver will be located in the head unit, while the second will be responsible for a bank of relays. Combined, the transceivers will allow the operator of a vehicle to remotely activate features without the use of overcomplicated harnesses. With the addition of programmable interlocks, a user s input can be checked for errors. If an error is detected, the user input will be rejected and an error message will be displayed. These messages could be due to conflicting features or environmental variables (i.e. speed, rpm, or air pressure). The goal of this device is to remove the possibility of accidental activation and reduce the cost of current switching methods. In the trucking industry, it is common to see over twenty individual switches on the dash of a class 8 truck. By developing a system that would consolidate all of these switches, manufacturers will save time and money. Instead of individually wiring each switch, the user interface could be connected with only four wires, thus saving time. This reduction in wires would also reduce the cost of harnesses, making the addition of features later in the vehicles life simpler. The goal of this project is to build a prototype, which will be focused on the communication and execution of these tasks. Any spare time will be used to develop the user interface or vehicle emulator. 1

3 Description The final package size will be larger than a production module, due to the nature of a prototype. The display will fit into a double din slot, which is common in the automotive industry. While the relay bank will remain small enough to be mounted on a firewall or frame rail. The main goal of this project will be to establish a CAN Network using the TI Stellaris LM4F120 LaunchPad Evaluation Board. Once this network is established, it will be utilized to carry switching information. This will be accomplished as follows. Phase 1) One Stellaris will be responsible for user input, keeping track of the switches and their indication lights. When switches are activated this board will also provide the user with information on a LCD. Lastly, when a switch signal is confirmed, the board will then send out the corresponding CAN message. The second Stellaris, responsible for a small bank of relays, will then receive the confirmed switch statements via the CAN bus. Based on this statement, it will turn on the corresponding relays. There are several goals for this project beyond establishing a CAN Network. If time permits, additional features will be added in the order that follows. Phase 2) Make it possible for the relay bank controller to respond with current positions of all the relays. This would allow detection of a faulty relay without manual testing of the system. 2

4 Phase 3) Add a third Stellaris to the network, responsible for emulating a vehicle CAN bus. This emulator would output information such as vehicle speed, engine RPM and system air pressure. Allowing the demonstration of interlocks that are based on these parameters. Phase 4) Incorporate a touch screen display using an Android tablet and IOIO. IOIO (pronounced yo-yo) is a USB interface that can be attached to Android devices allowing digital output. The tablet will provide the platform to run a custom app that will be designed for this project. Phase 5) Add diagnostics. Have a self-testing and diagnostics feature for the system. This would allow for quick and easy replacement of parts that were defective. If a fuse or a relay went out the user interface would tell a mechanic what part of the system was not functioning and advise testing. Phase 6) Backup fuse and relay for safety system. Headlights and electric over air systems have an extra relay and fuse that can be activated in the case of a failure. This could also be turned on in situations where extra current is necessary. Cost Estimate: Stellaris x 4 Switches x 6 Relay x 10 fuses Enclosure Stellaris x 2 (Optional) Tablet (Optional) IOIO (Optional) Total Parts(in Dollars) $30.00 $15.00 $30.00 $20.00 $50.00 $10.00 $ $55.00 $ Time ($100/hr.) $4, $ $ $ $ $2, $4, $ $11, Use of Time Programing mounting PCB PCB Manufacturing Programing Programing Integration Background Currently, companies like Eaton offer some multiplexed switch options for the heavy truck industry. But at this point, none of these companies have developed 3

5 a system that would reduce the number of components and manufacturing cost in the way that this project will attempt. Freightliner has recently come out with their new multiplexed wiring that they are calling the M2. This system, although a step in the right direction, does not reduce complexity and cost of their system. In the M2 system, each individual switch has its own CAN transceiver. These features result in wiring that has not been significantly decreased and costs that have increased. The configuration being developed for this project will not just save costs on the harness and hardware, but will also help prevent accidental activation of components with the use of software interlocks. By monitoring the trucks communication network, it is possible to check information such as vehicle speed and engine rpm. With this information, a micro controller such as the LM4F120 is capable of deciding whether user input is possible and/or responsible. Societal Impacts In a study completed by the DOT and NHTSA s (National Center for Statistics and Analysis), over one hundred and forty thousand truck accidents were examined from 2001 to In this study it was found that twenty-six percent of the accidents caused were due to driver error. With the use of software interlocks, potentially fatal mistakes can be caught and corrected which in turn will save lives and thousands of dollars in damages per accident. This system does not have to be limited to electrical components. With electric-over-air switches becoming more popular in the heavy truck industry, replacing a relay with one of these air switches 4

6 would provide control over a vast majority of the features on a truck. Features like fifth wheel disconnect or trans axle lock could have interlocks that prevent their use at high speeds. By creating a system that allows for expansion, the cost of upgrading or adding features can also be reduced. With this advancement, upgrading safety and emissions features could be done in the future with out the hassle of rewiring a truck. This would also reduce the cost of these upgrades, making them more cost effective for drivers as well as fleet owners. With reduced cost, we would see many trucks upgrading to the latest features, creating a safer roadway for everyone. Project Development The project will be developed over the course of the next seven months and will require no additional funding from the electrical engineering department. Using the Stalaris LM4F120, a board that has just been released, will defiantly result in some complications. But, TI (Texas Instruments) has a good reputation for supplying numerous examples and great documentation for their boards. In addition to this, I am currently taking DSP (Digital Signal Processing), which utilizes another board that was developed by TI. Lastly, many students in the EET program are planning to use this board for their projects. All these factors will help reduce the likelihood of failure due to board complications. 5

7 Although this project will not be focusing on the user interface, the LCD display will be used as an effective debugging tool, along with LED indicators mounted in parallel with the relays. For the sake of debugging, an LCD display may be added to the truck emulator to display the current speed, RPM and system psi. In order to demonstrate this system, there will not be any high current loads. Instead, LED indicators will be turned on when each relay is active. By removing any high current loads from the demonstration there will be no need for a large power supply or battery. The display for this project will consist of three parts. The user interface will be interactive so that people attending the presentations will be able to cycle switches to see the results. Second, if time allows, the truck emulator will allow individuals to change the speed, RPM and system psi of the truck. Effectively demonstrating the interlocks that will be programmed into the system. Lastly, a relay bank will use a set of LEDs to display the status of each really. All together, these components will display my knowledge of the CAN protocol while incorporating my extensive automotive background. Timeline: Nov. Dec. Jan. Feb. March April May Projec Proposal Order Parts Final Project Discription Get Boards Set up CAN Communication Phase 1: Messages Between Boards Build display Continue Working On Software Deal With Unexpected Setbacks Work On Extra Features Prepare Hardware Schematics Hardware discription Finish The Programing Code review 6

MULTIBRAND DIAGNOSTICS INTELLIGENT DIAGNOSTICS.

MULTIBRAND DIAGNOSTICS INTELLIGENT DIAGNOSTICS. MULTIBRAND DIAGNOSTICS INTELLIGENT DIAGNOSTICS www.jaltest.com CONTENTS Introduction What is Jaltest? Who is it for? Diagnostic Functions Diagnostic Errors Outstanding Functions Jaltest Expert Additional

More information

Services and Support. System design. Hardware. Installation. Peace of mind. Digital Signage

Services and Support. System design. Hardware. Installation. Peace of mind. Digital Signage A total solution from start to finish Services and Support System design. Hardware. Installation. Peace of mind. Whatever your digital signage requirement, we can provide a solution that meets your exact

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

flespi DIY Telematics Toolkit

flespi DIY Telematics Toolkit flespi DIY Telematics Toolkit flespi mission statement developing Technologies, creating Toolkits, setting Trends for Telematics...and beyond who is flespi for? Hint: one of our slogans says from developers

More information

Integrated Systems Solutions

Integrated Systems Solutions Integrated Systems Solutions Software Equipment Service ROTZLER Know-how Integration Maintenance ROTZLER based The ROTZLER based label summarizes our concepts, products and latest winch technology, which

More information

Installation Guide - Addendum Garmin to Contigo 6150

Installation Guide - Addendum Garmin to Contigo 6150 6150 and Garmin: Dispatch and Navigation The Contigo 6150 provides a fleet management interface to Garmin Personal Navigation Devices (PNDs) including the nüvi 2x5, 465, 12xx, 13xx, and 14xx series. The

More information

DIAP - the heartbeat of your production. Data Intelligence Analysis Platform Digital transformation of the manufacturing industry SOLUTION OVERVIEW

DIAP - the heartbeat of your production. Data Intelligence Analysis Platform Digital transformation of the manufacturing industry SOLUTION OVERVIEW RETHINKING ENGINEERING SOLUTION OVERVIEW Data Intelligence Analysis Platform Digital transformation of the manufacturing industry DIAP - the heartbeat of your production DIGITAL TRANSFORMATION INCREASE

More information

VDO RoadLog. ELD Compliance Fleet Management Compliance Reporting. VDO and RoadLog Trademarks of the Continental Corporation FMCSA

VDO RoadLog. ELD Compliance Fleet Management Compliance Reporting.  VDO and RoadLog Trademarks of the Continental Corporation FMCSA FMCSA VDO CERTIFIED ELECTRONIC LOGGING DEVICE www.vdoroadlog.com ELD Compliance Fleet Management Compliance Reporting VDO and RoadLog Trademarks of the Continental Corporation is the simple, affordable

More information

Choosing an ELD Solution: What to Ask

Choosing an ELD Solution: What to Ask Choosing an ELD Solution: What to Ask Top Qualities to Look for in an ELD Solution Choosing the right electronic logging device (ELD) is critical. By making the right decision, you can simplify compliance,

More information

Installation & Calibration Manual

Installation & Calibration Manual Installation & Calibration Manual ED3/ED4-LTL-WD CubeFreight (ED3/ED4-LTL-WDBT CubeFreight system with Bluetooth module) Lift Truck Onboard Dimensioning & Check Weighing Initiated by Barcode Scanner CubeFreight

More information

DYNACOUNT. Intelligent Rail Vehicle Counting. TLC ENGINEERING SOLUTIONS (Pty) Ltd. Your Engineering Solutions Partner

DYNACOUNT. Intelligent Rail Vehicle Counting. TLC ENGINEERING SOLUTIONS (Pty) Ltd. Your Engineering Solutions Partner DYNACOUNT Intelligent Rail Vehicle Counting TLC ENGINEERING SOLUTIONS (Pty) Ltd What Are Vehicle Counter Used For? Safety Interlocking Systems (Signals) Checking Integrity of AVI systems Correlates the

More information

Improving Vending Machines

Improving Vending Machines Improving Vending Machines MGIS-330 Term Project By: Andrew Fagan Jeremy Hall Matthew Hawkes Derrick Velazquez Project Overview Vending machines were first introduced to the United States in 1888 when

More information

1993 Specifications CSJ SPECIAL SPECIFICATION ITEM Digital Loop Carrier System

1993 Specifications CSJ SPECIAL SPECIFICATION ITEM Digital Loop Carrier System 1993 Specifications CSJ 0039-17-129 SPECIAL SPECIFICATION ITEM 6797 Digital Loop Carrier System 1.0 Description. This Item shall govern for the furnishing and installation of the Digital Loop Carrier System

More information

BIGROAD MOBILE APPLICATION

BIGROAD MOBILE APPLICATION BIGROAD MOBILE APPLICATION DOWNLOADING THE BIGROAD MOBILE APP To download the BigRoad Mobile application, search for BigRoad in the Apple itunes Store or Google Play Store, based on your device. Tap Get

More information

1993 Specifications CSJ , etc. SPECIAL SPECIFICATION ITEM Digital Loop Carrier System

1993 Specifications CSJ , etc. SPECIAL SPECIFICATION ITEM Digital Loop Carrier System 1993 Specifications CSJ 0072-12-153, etc. SPECIAL SPECIFICATION ITEM 6285 Digital Loop Carrier System 1.0 Description. This Item shall govern for the furnishing and installation of the Digital Loop Carrier

More information

GPS Fleet Software. For German Customers: Software-Management GmbH

GPS Fleet Software.   For German Customers: Software-Management GmbH GPS Fleet Software Better control of your fleet safes valuable time and your money Automatic electronic logbook instead of manual notes Easier daily scheduling Getting real-time alerts via SMS, Email or

More information

Connectivity key to efficient, safe, and convenient mobility

Connectivity key to efficient, safe, and convenient mobility Connectivity key to efficient, safe, and convenient mobility Dr. Markus Heyn Member of the board of management, Robert Bosch GmbH 1 Invented for life means connected for life Combining cross-domain know-how

More information

the way we do it Utilities Smart Home Services

the way we do it Utilities Smart Home Services Smart Home Services Smart Home Services The information contained in this document is proprietary. 2012 Capgemini. All rights reserved. Rightshore is a trademark belonging to Capgemini. THE DIGITAL TRANSFORMATION

More information

MobileIQ Route Balancing Project Guide

MobileIQ Route Balancing Project Guide About MobileIQ, Inc. MobileIQ increases operating profits for companies making deliveries or service calls in a local area. We have years of experience in all facets of route management: Reducing fleet

More information

Pneumatic Valve Islands. Fieldbus & Multipol

Pneumatic Valve Islands. Fieldbus & Multipol Pneumatic Valve Islands Fieldbus & Multipol Dependable control solutions for each and every project Whether you re looking to automate a simple machine or a complex plant area, you need components that

More information

CVI3 Advanced Assembly System. Integrated solutions Advanced process control Unmatched flexibility. More Than Productivity

CVI3 Advanced Assembly System. Integrated solutions Advanced process control Unmatched flexibility. More Than Productivity 3 Advanced Assembly System Integrated solutions Advanced process control Unmatched flexibility More Than Productivity Fully integrated solutions TO FIT YOUR DEDICATED APPLICATIONS From simple tightening

More information

Energy Harvesting application

Energy Harvesting application Energy Harvesting application Filippo Ambroglini, CTO filippo.ambroglini@wisepower.it Tel. +39 075 5847210 www.wisepower.it Energy Harvesting Technologies Market application Structural health monitoring

More information

15 WAYS TO EMPOWER YOUR PEOPLE WITH INDUSTRIAL UNIFIED COMMUNICATIONS UPGRADE YOUR TEAMWORK

15 WAYS TO EMPOWER YOUR PEOPLE WITH INDUSTRIAL UNIFIED COMMUNICATIONS UPGRADE YOUR TEAMWORK 15 WAYS TO EMPOWER YOUR PEOPLE WITH INDUSTRIAL UNIFIED COMMUNICATIONS UPGRADE YOUR TEAMWORK 2 FOR MOMENTS WHEN PLANT PRODUCTIVITY, UPTIME, SAFETY AND SECURITY ARE ON THE LINE. 2 If you work in manufacturing,

More information

Eaton s vehicle controls and sensors. Unrelenting commitment. to quality and reliability

Eaton s vehicle controls and sensors. Unrelenting commitment. to quality and reliability Eaton s vehicle controls and sensors Unrelenting commitment to quality and reliability Powering business worldwide Eaton delivers power in thousands of products and systems that are answering the demands

More information

Installation & Calibration

Installation & Calibration Installation & Calibration Type to enter text ED4-SR SkidWeigh Plus System Lift Truck Onboard Weighing System - Active Session Recordings (Recycling Industry Application) Version: V1.02 General Installation

More information

800-472-6703 www.ricelake.com Weighing Solutions for the Energy Industry SURVIVOR Truck Scales SURVIVOR truck scales are designed and built for maximum durability and accuracy two factors that have significant

More information

PEY Internship Report Karen Mok Electrical Engineering U of T Honda of Canada Manufacturing.

PEY Internship Report Karen Mok Electrical Engineering U of T Honda of Canada Manufacturing. PEY Internship Report 2007-2008 Karen Mok 994026077 Electrical Engineering U of T Honda of Canada Manufacturing. Table of Contents Introduction --------------------------------------------------------------------------------------

More information

ADDENDUM NUMBER 1 SPECIFICATION NUMBER: POLICE VEHICLES

ADDENDUM NUMBER 1 SPECIFICATION NUMBER: POLICE VEHICLES ADDENDUM NUMBER 1 SPECIFICATION NUMBER: 98480 POLICE VEHICLES For which bids (without pricing) must be submitted to the Bid and Bond Room, City Hall, 121 North LaSalle Street, Room 301, Chicago, Illinois

More information

NO MORE HASSLE: HOW AN INTEGRATED ENTERPRISE SOLUTION SIMPLIFIES YOUR BUSINESS OPERATIONS

NO MORE HASSLE: HOW AN INTEGRATED ENTERPRISE SOLUTION SIMPLIFIES YOUR BUSINESS OPERATIONS NO MORE HASSLE: HOW AN INTEGRATED ENTERPRISE SOLUTION SIMPLIFIES YOUR BUSINESS OPERATIONS October 2017 Tel: (855) 898-6058 Email Us: info@assetpanda.com Enterprise companies use a variety of software to

More information

SECTION VEHICLE LIFTS. B. Section Basic Electrical Materials and Methods: Power and controls wiring.

SECTION VEHICLE LIFTS. B. Section Basic Electrical Materials and Methods: Power and controls wiring. SECTION 14450 VEHICLE LIFTS PART 1 GENERAL 1.1 SECTION INCLUDES A. Skylifts. 1.2 RELATED SECTIONS A. Section 03300 - Concrete: Footings and foundations. B. Section 16050 - Basic Electrical Materials and

More information

Hy-Rail Limits Compliance. Functional Description. And. Human / Machine Interface

Hy-Rail Limits Compliance. Functional Description. And. Human / Machine Interface Hy-Rail Limits Compliance Functional Description And Human / Machine Interface February 11, 2002 Author: Andrew J. Schiestl General Superintendent Burlington Northern Santa Fe Railway 1 DESCRIPTION The

More information

Understanding the ELD Mandate

Understanding the ELD Mandate Understanding the ELD Mandate ELD compliance is part of Samsara s complete solution to improve productivity and lower operating costs. 100% Compliant Easy to Use Improve Productivity Samsara solutions

More information

Guide to CLOUD ACCOUNTING How you can transform your business today

Guide to CLOUD ACCOUNTING How you can transform your business today Guide to CLOUD ACCOUNTING How you can transform your business today What is cloud accounting? Whether you re a startup, sole operator or an established company, cloud accounting has the potential to transform

More information

Grocery Guard. Western Washington University Electronics Engineering Technology Paul Santos

Grocery Guard. Western Washington University Electronics Engineering Technology Paul Santos Grocery Guard Western Washington University Electronics Engineering Technology 2012 2013 Paul Santos Table of Contents 1) Abstract Page 2 2) Description Page 2 3) User Benefits Page 4 4) Global and Social

More information

Introducing Capital HarnessXC The Newest Member of the CHS Family

Introducing Capital HarnessXC The Newest Member of the CHS Family Introducing Capital HarnessXC The Newest Member of the CHS Family Embargoed Until October 16, 2006 Mentor Graphics Integrated Electrical Systems Division Agenda Mentor Graphics automotive strategy update

More information

INOView. Safety at a glance. Sicherheitstechnik GmbH

INOView. Safety at a glance. Sicherheitstechnik GmbH INOView Safety at a glance Sicherheitstechnik GmbH INOTEC Sicherheitstechnik GmbH Innovative emergency lighting technology INOTEC Sicherheitstechnik GmbH is a company with the target to create innovative

More information

Special Specification 6292 Radar Vehicle Detection System for Signalized Intersection Control

Special Specification 6292 Radar Vehicle Detection System for Signalized Intersection Control Special Specification 6292 Radar Vehicle Detection System for Signalized Intersection Control 1. DESCRIPTION 2. MATERIALS Furnish, install, relocate, or remove radar vehicle detection systems (RVDS) of

More information

The Case for Telematics. How real-time tracking drives warehouse productivity

The Case for Telematics. How real-time tracking drives warehouse productivity The Case for Telematics How real-time tracking drives warehouse productivity TABLE OF CONTENTS TABLE OF CONTENTS...2 INTRODUCTION...3 LABOR MANAGEMENT...4 FLEET UTILIZATION...5 SAFETY...7 INVENTORY ACCURACY...8

More information

Features. Rechargeable battery available. Advanced Power management. Up to 3 years without charging. Entry level product line available -

Features. Rechargeable battery available. Advanced Power management. Up to 3 years without charging. Entry level product line available - Family Product Line Construction Equipment Container Tracking Trailer Tracking Stolen Vehicle Recovery Advanced tracking and location based applications Select applications Cargo, Logistics & Asset Tracking

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

>Machine Vision. product guide

>Machine Vision. product guide >Machine Vision product guide MACHINE VISION The Machine Vision Business Unit of Datalogic Industrial Automation is built upon the acquisition of PPT Vision Inc. in 2011. For over 30 years, PPT Vision

More information

OCL Cloud Accounting. Supporting You And Your Business

OCL Cloud Accounting. Supporting You And Your Business OCL Cloud Accounting Supporting You And Your Business Cloud accounting How it can benefit your business Heard of cloud accounting but not quite sure what it does and if it s right for your business? At

More information

FACILITATING AGRICULTURE AUTOMATION USING STANDARDS

FACILITATING AGRICULTURE AUTOMATION USING STANDARDS FACILITATING AGRICULTURE AUTOMATION USING STANDARDS Robert K. Benneweis P. Eng Outline Available standards Developing standards Implemented automation Standard based automation implementation Potential

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

6 Axis Ware Handling System

6 Axis Ware Handling System The Sheppee ware handling control system can include a combination of equipment, all with the intention of providing a total solution, which offers great benefits to the customer. Speed and positional

More information

The VHM-HD automatically monitors and analyzes vehicle activity and includes:

The VHM-HD automatically monitors and analyzes vehicle activity and includes: YASHU.COM Wireless J1939 Heavy Duty Vehicle Monitor for Fleet Management Applications Yashu s Wireless J-1939 Heavy Duty Truck Vehicle Health Monitor & Analyzer (VHM-HD ) for fleet management is a customer

More information

enterprise security data sheet VYKON Form a secure integrated ecosystem

enterprise security data sheet VYKON Form a secure integrated ecosystem data sheet VYKON enterprise security PRODUCT DEFINITION VYKON Enterprise Security is a full-featured access control and security application built on the Niagara software platform. The application features

More information

Solutions overview. The independent vehicle data and CANbus specialist. English

Solutions overview. The independent vehicle data and CANbus specialist. English Solutions overview The independent vehicle data and CANbus specialist English save fuel reduce emission lower maintenance costs Contents SOLID-J...4 DAP...5 Bluetooth...5. Fuel Level Sensor...6. CANcliQ...6.

More information

Configuration Management Report MOMO SOFTWARE

Configuration Management Report MOMO SOFTWARE METU DEPARTMENT OF COMPUTER ENGINEERING CENG492 Computer Engineering Design II Configuration Management Report MOMO SOFTWARE Burak Kerim AKKUŞ Ender BULUT Hüseyin Can DOĞAN 1 Contents 2 1. Introduction

More information

Driving Tomorrow s Solutions Today

Driving Tomorrow s Solutions Today MAN Fleet Management Driving Tomorrow s Solutions Today man Fleet Management The solution for all your fleet performance, compliance and maintenance needs. 2 MAN Fleet Management Increasing fuel prices,

More information

Interfaces 101. Interfaces provide connectivity for the drawers to virtually any POS device (printer, terminal, tablet etc.) in the industry.

Interfaces 101. Interfaces provide connectivity for the drawers to virtually any POS device (printer, terminal, tablet etc.) in the industry. Interfaces 101 Interfaces provide connectivity for the drawers to virtually any POS device (printer, terminal, tablet etc.) in the industry. Interfaces 101 Interfaces that allow you to plug into virtually

More information

DEIF A/S. Description of options. Option H5, CAN bus based engine interface comm. Automatic Gen-set Controller. Description of option

DEIF A/S. Description of options. Option H5, CAN bus based engine interface comm. Automatic Gen-set Controller. Description of option Description of options Option H5, CAN bus based engine interface comm. Automatic Gen-set Controller 4189340375C SW version 2.1X.X Description of option Functional description DEIF A/S Parameter list Modbus

More information

VOCIA : INTEGRATED MESSAGING FOR CONCISE COMMUNICATIONS.

VOCIA : INTEGRATED MESSAGING FOR CONCISE COMMUNICATIONS. VOCIA : INTEGRATED MESSAGING FOR CONCISE COMMUNICATIONS. Whether it s existing infrastructure, new facilities or future construction, Vocia is flexible and scalable enough to meet the requirements of your

More information

GPV concept for Global Commercial Vehicle

GPV concept for Global Commercial Vehicle GPV is the new concept for Global Commercial Vehicle Industry 5.4 Global Connected Trucks Installed base in millions trucks >6T 2012 2020 GVP is the new concept Reduce cost concept Work on profit concept

More information

AC2000 LITE; A POWERFUL, FEATURE RICH ACCESS CONTROL AND SECURITY MANAGEMENT SYSTEM FOR SMALL TO MEDIUM SIZED SITES AC2000 LITE

AC2000 LITE; A POWERFUL, FEATURE RICH ACCESS CONTROL AND SECURITY MANAGEMENT SYSTEM FOR SMALL TO MEDIUM SIZED SITES AC2000 LITE ; A POWERFUL, FEATURE RICH ACCESS CONTROL AND SECURITY MANAGEMENT SYSTEM FOR SMALL TO MEDIUM SIZED SITES WHAT CAN OFFER YOU? IS A FEATURE RICH, YET COST EFFECTIVE ACCESS CONTROL SYSTEM. ENCOMPASSING THE

More information

Concepts that return a machine to a running state as quickly as possible after an interruption requiring maintenance or a demand on the safety system

Concepts that return a machine to a running state as quickly as possible after an interruption requiring maintenance or a demand on the safety system Design Your Safety Control System for Quick Recovery Concepts that return a machine to a running state as quickly as possible after an interruption requiring maintenance or a demand on the safety system

More information

IOT Valve Monitoring The digital revolution

IOT Valve Monitoring The digital revolution IOT Valve Monitoring The digital revolution www.siemens.be Our product portfolio offers a wide range of variations Meeting customer needs in all industries Flow Level Positioners Process Protection Accessories

More information

GPS Vehicle Tracker Specification VP-203GW

GPS Vehicle Tracker Specification VP-203GW GPS Vehicle Tracker Specification VP-203GW Content brief -------------------------------------------------------------------------------------------------------------------------------- 2 Product appearance------------------------------------------------------------------------------------------------------------

More information

Innovation in in Mobility

Innovation in in Mobility R Innovation in in Mobility PSL-10 STEP ELEVATOR and WHEELCHAIR LIFT SERVICE MANUAL 09/23/02 U.S. Patent no. 4,606,433 U.S. and Foreign Patent(s) Pending Printed in the United States of America All Rights

More information

DCS Control Solutions for Farm Dairies Dairy Cooling Solutions

DCS Control Solutions for Farm Dairies Dairy Cooling Solutions DCS Control Solutions for Farm Dairies Dairy Cooling Solutions A Division of Eurotec Limited Tradition meets Technology Maximise Refrigeration Plant Capacity and Efficiency Reduce Plant Operating Costs

More information

What You Need To Know Before Choosing a Human Capital Software Management Solution.

What You Need To Know Before Choosing a Human Capital Software Management Solution. Know Before Choosing a Introduction According to 100 Data and Analytics Predictions Through 2020 by Gartner, an IT research and advisory company, Analytics will be pervasive and mission-critical for decisions

More information

KEY MANAGEMENT SOLUTIONS

KEY MANAGEMENT SOLUTIONS KEY MANAGEMENT SOLUTIONS KeyTracer KTA Series Contact us today to schedule an Online Demo 1.800.331.2882 info@realtimenetworks.com www.realtimenetworks.com Better Key Control in One Simple Solution Improve

More information

Driving Compliance with Functional Safety Standards for Software-Based Automotive Components

Driving Compliance with Functional Safety Standards for Software-Based Automotive Components Driving Compliance with Functional Safety Standards for Software-Based Automotive Components EXECUTIVE SUMMARY T oday s automobile is a technology hub on wheels, with connected systems and embedded software

More information

Thank you for purchasing the SC-CONVERSION System 500/600 Conversion Kit. This Kit is available in two different versions:

Thank you for purchasing the SC-CONVERSION System 500/600 Conversion Kit. This Kit is available in two different versions: Rev. 1 (Jun 30, 2016) Thank you for purchasing the SC-CONVERSION System 500/600 Conversion Kit. This Kit is available in two different versions: Part # 4K01328-FI SC-CONVERSION Conversion Kit with MEI

More information

One-Stop Service: Monitoring and Managing.

One-Stop Service: Monitoring and Managing. One-Stop Service: Monitoring and Managing. The highest quality from the market leader Solar-Log devices are the most accurate and reliable data loggers on the market. Offer your customers high-quality

More information

White Paper. Selecting Enterprise Software

White Paper. Selecting Enterprise Software White Paper Selecting Enterprise Software Introduction The path to selecting enterprise software is riddled with potential pitfalls and the decision can make or break project success, so it s worth the

More information

More than one-to-one replacement siemens.com/buildingtechnologies

More than one-to-one replacement siemens.com/buildingtechnologies of your security systems More than one-to-one replacement siemens.com/buildingtechnologies of your security systems Building Technologies Intelligent buildings with multi-discipline solutions Modernizing

More information

Casino Signage Solutions

Casino Signage Solutions Casino Signage Solutions Who are TOPAZ Digital? TOPAZ Digital has been delivering innovative signage solutions for the casino industry for over 12 years, we have created a wide range of display products

More information

Sage 50 Accounts. Upgrading from Sage 50 Accounts 2012

Sage 50 Accounts. Upgrading from Sage 50 Accounts 2012 Sage 50 Accounts Upgrading from Sage 50 Accounts 2012 1 Why upgrade from Sage 50 Accounts 2012? The latest version of Sage 50 Accounts includes major new functionality in the features you use on a daily

More information

connected all the time

connected all the time connected all the time supporting your asset needs 877.778.0040 TM V10.0 TM DEALER/VENDOR ACTIVITY REPORT MONTH December 2011 DEALER PXD-001 COMPANY Portland Quality Repair (Portland, OR) ADDRESS 1021

More information

Bin Management System

Bin Management System Bin Management System Optimised bin monitoring and collection systems for smarter cities Reduce cost and save time by utilising a Bin Management System (BMS). Automatic monitoring of bins provides timely

More information

traversa a tyler school solution

traversa a tyler school solution traversa a tyler school solution Student Transportation Powerful. Flexible. Comprehensive. Student transportation is more than just routing Routing will always be at the core of your transportation operation,

More information

JENEsys Security. data sheet. Form a secure integrated ecosystem

JENEsys Security. data sheet. Form a secure integrated ecosystem data sheet JENEsys Security PRODUCT DEFINITION JENEsys Security is a full-featured access control and security application built on the Niagara software platform. The application features an intuitive

More information

DRIVING LOGISTICS FORWARD

DRIVING LOGISTICS FORWARD 1 1 DRIVING LOGISTICS FORWARD 1 FLEETBOARD YOUR PARTNER FOR INDIVIDUAL TELEMATICS SOLUTIONS INCREASE YOUR PERFORMANCE MAKE YOUR COMPANY MORE PRODUCTIVE AND MORE SECURE Do you want to improve the competitiveness

More information

ELECTRONIC CONTRACT MANUFACTURING CIRCUIT BOARD ASSEMBLY CABLES AND HARNESSES SYSTEM INTEGRATION ENGINEERING

ELECTRONIC CONTRACT MANUFACTURING CIRCUIT BOARD ASSEMBLY CABLES AND HARNESSES SYSTEM INTEGRATION ENGINEERING ELECTRONIC CONTRACT MANUFACTURING CIRCUIT BOARD ASSEMBLY CABLES AND HARNESSES SYSTEM INTEGRATION ENGINEERING EVERY IDEA STARTS WITH ABC Assembly offers a dynamic approach to the electronics industry. We

More information

Welcome. Today we are going to review BBVA Compass net cash Mobile.

Welcome. Today we are going to review BBVA Compass net cash Mobile. Welcome. Today we are going to review BBVA Compass net cash Mobile. Before we begin, if you have questions during this presentation, please type them in the chat, and we will reply. We will compile all

More information

Content. 5. Appendix Technical Specifications... 13

Content. 5. Appendix Technical Specifications... 13 User Manual v1.0 Content Content... 1 1. Disclaimer and Warning... 2 2. XLink at a glance... 2 System requirements... 2 Parts list... 2 What s included... 3 Terminology... 3 3. 2.4G Bluetooth digital transmitter...

More information

Control Solutions for Farm Dairies

Control Solutions for Farm Dairies Control Solutions for Farm Dairies Refrigeration Control Technology from Eurotec Maximise Refrigeration Plant Capacity and Efficiency Reduce Plant Operating Costs Reduce Milk Temperatures Faster (and improve

More information

Spireon Fleet Utilization And Optimization September 6th, 2018

Spireon Fleet Utilization And Optimization September 6th, 2018 Spireon Fleet Utilization And Optimization September 6th, 2018 Getting to Know Spireon Who Is Spireon? FOUNDED: 2002 CORPORATE HEADQUARTERS: Irvine, CA BUSINESS UNITS: Automotive Telematics Fleet & Asset

More information

Optimizing the Mobile Experience. AGNI ANANDA Director, Innovation & Enablement, ServiceMax GE Digital

Optimizing the Mobile Experience. AGNI ANANDA Director, Innovation & Enablement, ServiceMax GE Digital Optimizing the Mobile Experience AGNI ANANDA Director, Innovation & Enablement, ServiceMax GE Digital State of Mobility Why Mobile? Competition Customer Expectations Service Requests Do more with Less

More information

Time is Money March 2013

Time is Money March 2013 Time is Money March 2013 Summary: In the age of modern technology, speed is king. Business is dictated by a simple rule: Time is Money. The Environmental Test Chamber industry is no exception to this rule.

More information

Introduction of Internet of Things DRIVE FOR EVER - 1 -

Introduction of Internet of Things DRIVE FOR EVER - 1 - Introduction of Internet of Things - 1 - Four Kinds of GPRS Data Transmission Module There are several kinds of GPRS Data Transmission Module self-developed by VEICHI AC300-GPRS SPI Interface, Support

More information

Toughest Truck Scales on Earth CONCRETE DECK. TOP ACCESS LOW PROFILE CONCRETE and STEEL DECK TRUCK SCALES. Top Access Low Profile Truck Scale

Toughest Truck Scales on Earth CONCRETE DECK. TOP ACCESS LOW PROFILE CONCRETE and STEEL DECK TRUCK SCALES. Top Access Low Profile Truck Scale TOP ACCESS LOW PROFILE CONCRETE and STEEL DECK TRUCK SCALES CONCRETE DECK Top Access Low Profile Truck Scale Toughest Truck Scales on Earth 800-472-6703 www.ricelake.com SURVIVOR Strength Rice Lake Weighing

More information

ALLIANCE FOR UNIFORM HAZMAT TRANSPORTATION PROCEDURES. National Conference of State Legislatures (NCSL)

ALLIANCE FOR UNIFORM HAZMAT TRANSPORTATION PROCEDURES. National Conference of State Legislatures (NCSL) ALLIANCE FOR UNIFORM HAZMAT TRANSPORTATION PROCEDURES Submitted to: National Conference of State Legislatures (NCSL) By Battelle Memorial Institute 505 King Avenue Columbus, OH 43201 September 2, 2009

More information

REMOTE MONITORING DEIF INSIGHT

REMOTE MONITORING DEIF INSIGHT REMOTE MONITORING 2 INSIGHT Monitor your equipment remotely Designed, developed and tested together with our customers, DEIF Insight is the Industrial Internet of Things (IIOT) extension of our products.

More information

Whitepaper March Reference Design: Faster Time to Market for Robust, Responsive Internet of Things Devices

Whitepaper March Reference Design: Faster Time to Market for Robust, Responsive Internet of Things Devices Whitepaper March 2018 Reference Design: Faster Time to Market for Robust, Responsive Internet of Things Devices Reference Design: Faster Time to Market for Robust, Responsive Internet of Things Devices

More information

MEASUREMENT AND ANALYTICAL SOLUTIONS

MEASUREMENT AND ANALYTICAL SOLUTIONS MEASUREMENT AND ANALYTICAL SOLUTIONS rev. 01/2013 RocNoc and Software Preventive Maintenance Agreement Calgary Edmonton Burnaby Fort McMurray Fort St. John Grande Prairie Prince George Regina Saskatoon

More information

Bill of Lading: Are You Reading the Fine Print

Bill of Lading: Are You Reading the Fine Print A Publication of IAT Insurance Group Special Points of Interest: Whose Logbooks Are You Checking, And Is This The Best Use Of Your Time? Cell Phone Alert: We Have a Message For You. FMCSA Interventions:

More information

15 WAYS TO EMPOWER YOUR PEOPLE WITH INDUSTRIAL UNIFIED COMMUNICATIONS UPGRADE YOUR TEAMWORK

15 WAYS TO EMPOWER YOUR PEOPLE WITH INDUSTRIAL UNIFIED COMMUNICATIONS UPGRADE YOUR TEAMWORK 15 WAYS TO EMPOWER YOUR PEOPLE WITH INDUSTRIAL UNIFIED COMMUNICATIONS UPGRADE YOUR TEAMWORK 2 FOR MOMENTS WHEN PLANT PRODUCTIVITY, UPTIME, SAFETY AND SECURITY ARE ON THE LINE. 2 If you work in manufacturing,

More information

Harmony Home Control Logitech Analyst & Investor Day. Bruce Lancaster 11 March 2015

Harmony Home Control Logitech Analyst & Investor Day. Bruce Lancaster 11 March 2015 Harmony Home Control Logitech Analyst & Investor Day Bruce Lancaster 11 March 2015 1 Forward Looking Statements This presentation contains forward-looking statements within the meaning of the U.S. federal

More information

ebook 4 Best Practices for an Effective Fleet Safety Program.

ebook 4 Best Practices for an Effective Fleet Safety Program. ebook 4 Best Practices for an Effective Fleet Safety Program. Any company that has a fleet of mobile workers considers the safety of their drivers, and the public, a top priority and for good reason. Fleet

More information

How APIs Fast-Track IoT Opportunities Across Industries

How APIs Fast-Track IoT Opportunities Across Industries How APIs Fast-Track IoT Opportunities Across Industries Assessing the IoT Opportunity The combination of ubiquitous connected mobile devices and Moore s Law has created an enormous market opportunity to

More information

Is Your H/A Truly High Availability. Richard Dolewski

Is Your H/A Truly High Availability. Richard Dolewski Is Your H/A Truly High Availability Richard Dolewski What is a Disaster? ANYTHING! That stops your business from functioning & that cannot be corrected within an acceptable amount of time. 2 The Value

More information

Fleet Maintenance Software. Control Fleet Costs, Maintenance and Compliance With Our New Cloud Software

Fleet Maintenance Software. Control Fleet Costs, Maintenance and Compliance With Our New Cloud Software Fleet Maintenance Software Control Fleet Costs, Maintenance and Compliance With Our New Cloud Software ASSETMINDER Eliminate paperwork while managing the complete life cycle of vehicle servicing and maintenance.

More information

AD Aware Traffic Control Cloud - Emergency Vehicle Information. Presentation & Demonstration

AD Aware Traffic Control Cloud - Emergency Vehicle Information. Presentation & Demonstration AD Aware Traffic Control Cloud - Emergency Vehicle Information Presentation & Demonstration 2018-08-29 Agenda Introduction High Level Project Goals Autonomous Drive (AD) in general Recap What is AD Aware

More information

Pneumatic Valve Islands Fieldbus & Multipol Automation

Pneumatic Valve Islands Fieldbus & Multipol Automation 09.05.2014 Pneumatic Valve Islands Fieldbus & Multipol Automation Scan in to see ASCO Numatics in action Or go to www.asconumatics.eu/valve-islands ASCO Numatics 92500 Rueil Malmaison France Tel: +33 1

More information

MOBILITY MODELS: DEVELOPING YOUR FLEET S CONNECTED STRATEGY MOBILITY MODELS: DEVELOPING YOUR FLEET S CONNECTED STRATEGY

MOBILITY MODELS: DEVELOPING YOUR FLEET S CONNECTED STRATEGY MOBILITY MODELS: DEVELOPING YOUR FLEET S CONNECTED STRATEGY MOBILITY MODELS: DEVELOPING YOUR FLEET S CONNECTED STRATEGY Introduction On-road communications have always been vital to the success of the transportation industry. But in today s advancing technological

More information

X30 System Components

X30 System Components X30 System Components X30 Monitor - Monitor is 12.1 inches - LINUX operating system not windows - Can-based communication. No serial ports - New part number 3132-10 LED Light Bar Battery Status LED Light

More information

Wireless Sensing System for Intelligent Concrete Curing

Wireless Sensing System for Intelligent Concrete Curing Wireless Sensing System for Intelligent Concrete Curing Sponsor: Texas Instruments Team: Kevin Yeh, Min-Jae Lee Kyle Schultz and Jordan Bennett Date: Fall 2011 Table of Contents Introduction o Overview

More information

FiOS Platform. System functionality:

FiOS Platform. System functionality: FiOS 8 FiOS Platform FiOS product line is the ultimate solution for intelligent GPS tracking and fleet management. Companies from all over the world choose FiOS since it utilizes a powerful set of technologies

More information