• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 7
  • 7
  • 3
  • 1
  • Tagged with
  • 18
  • 9
  • 6
  • 6
  • 5
  • 4
  • 4
  • 4
  • 4
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
11

Designing and Development of a Data Logging and Monitoring Tool

Rehman, Habib Ur 01 November 2016 (has links) (PDF)
Since the mid 90's computer communication has become more and more common in cars and other auto mobiles. CAN based networks with sensors transmitting small data packets are utilized in the automotive industry to operate and supervise vehicles' functionality. To ease communication several higher layer protocols for CAN based networks have been developed. In some applications it is necessary to exchange information between networks using different protocols, and by connecting the two networks to a gateway, the information is translated and forwarded and intercommunication is enabled. This master thesis is conducted at Torqeedo GmbH, Munich. Theme of the thesis was “Designing and Development of a Data Logging and Monitoring Tool”. Term “data logging” refers to the gathering or collection of specific data over a period of time. Monitoring means evaluate the data we are logging. Tools for data logging and monitoring are used in variant application these days. In medical, in-vehicle data logging and environment monitoring. This data could be voltage, current temperature, Time stump, heartbeat of the patient, vehicle fuel level etc. To capture and log data various communication channels used. Such channel varies from simple data cable to satellite link. There are variant protocols used for different communication channels. For our DBHS logging and monitoring tool we are using CANopen protocol. Main goal of this thesis is to develop a tool which can make debugging easy and log connection box data so we can use logged data later on for offline data analysis and simulation purposes.
12

Převodník Ethernet na CAN pro řízení mobilních robotů / An Ethernet-CAN controller for mobile robots

Uherka, Bohumil January 2012 (has links)
The diploma thesis deals with creating the Ethernet converter protocol UDP of the CAN bus with the used application layer CANopen. The converter is executed by means of the microcontroller ARM Cortex-M3, namely by STM32F107VC by STMicroelectronics. The project is designed for the purpose of serving as the main motor controlling card of the mobile advertising robot FektBot. In the theoretical part you can find a brief analysis of the ARM microcotrollers problematics, particularly the STM32F107VC. Then the thesis introduces the Ethernet technology including the UDP protocol. Finally, the CAN bus and its application layer CANopen is described. The practical part shows first of all the scheme of converter hardware. You can find there the design of printed circuits including all components for proper functioning, i.e. especially the microcontroller STM32F107VC, Ethernet PHY, the CAN bus transceiver and switched stabilized supply. Next chapter describes software creating for the given converter. Firstly there are analyzed possible ways of STM32F107VC programming, and then there is the main conception of resolving the programming part shown. The thesis then deals with the concrete implementation of the UDP Ethernet protocol. For that, the lwIP stack is used, over which the application layer of the FektBot robot works. Then there is analyzed the implementation of the CAN bus and CANopen. At the end of the practical part, the final execution of the converter software and the ways of its testing are described.
13

Počítačová simulace pohybu a plánování trajektorie mobilního robotu. / Mobile Robot Path Planning Simulation and Calculation.

Koch, Zdeněk January 2008 (has links)
This thesis deals about design and realization software application "Mobile robot studio" for planning path mobile robot in pseudo 3D world. It contains several tools, witch most important are: simulation control, path planning, world editor and commands editor for CAN. Application was made by technology .NET 2.0 and for 3D design was used Microsoft DirectX 9 API. This thesis has been supported by the Czech Ministry of Education in the frame of MSM 0021630529 Research Intention Inteligent Systems in Automation.
14

Návrh a realizace CANopen komunikační jednotky / Design and implementation of a CANopen communication unit

Řehák, Tomáš January 2013 (has links)
This diploma thesis describes the design and implementation of an industrial communicator for synchronization and control of electrical drive controllers with the interface of RS232 or CANopen. Hardware of communicator uses the EMX development system by GHI Electronics. Communicator software is implemented in C# by the .NET Micro Framework. Communicator allows user to adjust and control up to four electric motor drives. After a successful connection with each unit, communicator can control its position, which specify the number of revolutions to the nearest thousandth of a turn. Communicator also periodically finds out and displays the current position of the connected units. User operates the communicator with GUI, application instructions are entered via the touch screen or buttons.
15

Designing and Development of a Data Logging and Monitoring Tool

Rehman, Habib Ur 15 September 2016 (has links)
Since the mid 90's computer communication has become more and more common in cars and other auto mobiles. CAN based networks with sensors transmitting small data packets are utilized in the automotive industry to operate and supervise vehicles' functionality. To ease communication several higher layer protocols for CAN based networks have been developed. In some applications it is necessary to exchange information between networks using different protocols, and by connecting the two networks to a gateway, the information is translated and forwarded and intercommunication is enabled. This master thesis is conducted at Torqeedo GmbH, Munich. Theme of the thesis was “Designing and Development of a Data Logging and Monitoring Tool”. Term “data logging” refers to the gathering or collection of specific data over a period of time. Monitoring means evaluate the data we are logging. Tools for data logging and monitoring are used in variant application these days. In medical, in-vehicle data logging and environment monitoring. This data could be voltage, current temperature, Time stump, heartbeat of the patient, vehicle fuel level etc. To capture and log data various communication channels used. Such channel varies from simple data cable to satellite link. There are variant protocols used for different communication channels. For our DBHS logging and monitoring tool we are using CANopen protocol. Main goal of this thesis is to develop a tool which can make debugging easy and log connection box data so we can use logged data later on for offline data analysis and simulation purposes.
16

Řídicí systém divadelní scény s grafickým rozhraním / Theatre Stage Control System with Graphics Interface

Ševcovic, Jiří Unknown Date (has links)
This thesis focuses on a control system for theater scenes. The system is based on technology of industrial computers and can handle theatre scene equipment, such as slot. The asynchronous AC engines and computer controlled frequency changers are used along with various sensors. The control is done via CANopen protocol and the software was written using Control Web.
17

CAN Tool for Atlas Copco’s Rig Control System / CAN-verktyg för Atlas Copcos riggkontrollsystem

Ljung, Marcus, Turner, Per January 2013 (has links)
The goal of this 15 hp thesis in computer engineering was to develop a tool for monitoring and analyzing the data flow on a Controller Area Network (CAN) called Rig Control System (RCS) that is used by Atlas Copco. Atlas Copco develops and manufactures machines for Mining and Rock Excavation. The Rocktec division is responsible for the Rig Control System platform used on machines in all division within the Mining and Rock Excavation Technique (MR) business area. The tool’s primary purpose is monitor and analyze data from the RCS network and present the analyzed data in an easy way to help with development and maintenance of RCS and machines that use RCS. The advantages and how data is sent over the CAN bus are presented as well as the CANopen protocol which is a higher layer protocol based on CAN. Two ways of data acquisition from RCS are presented, a simulated environment and real hardware. Different types of interprocess communication are presented as well as the pros and cons of each of these types. The creation of the tool required a Graphical User Interface (GUI) so different frameworks for this task are also presented and discussed. A version of the tool is presented and discussed in detail. The result of the project is a tool that with further development can be of great use to developers and service engineers working with RCS. / Målet med detta 15 hp examensarbete inom datateknik var att utveckla ett verktyg för att övervaka och analysera dataflödet på ett Controller Area Network (CAN) kallat Rig Control System (RCS) som används av Atlas Copco. Atlas Copco utvecklar och tillverkar maskiner för gruvdrift och bergbrytning. Rocktec-divisionen är ansvarig för Rig Control System-plattformen som används i maskiner från alla avdelningar inom affärsområdet Mining and Rock Excavation Technique (MR). Verktygets primära uppgift är att övervaka och analysera data från RCS-nätverket och presentera den analyserade datan på ett lättöverskådligt sätt för att vara till hjälp vid utveckling och underhåll av RCS och maskiner som använder RCS. Fördelar, hur data skickas över CAN-bussen och även CANopen-protokollet, som är ett högnivåprotokoll baserat på CAN, presenteras. Två olika sätt att samla in data från RCS presenteras, en simulerad miljö och riktig hårdvara. Olika typer av interprocesskommunikation och deras respektive fördelar och nackdelar presenteras. Skapandet av verktyget krävde ett grafiskt användargränssnitt så olika ramverk för denna uppgift presenteras och diskuteras i detalj. Resultatet av projektet är ett verktyg som med vidare utveckling kan vara till stor användning för utvecklare och servicetekniker som arbetar med RCS.
18

Dvoukanálový kontrolér krokových motorů / Two channel stepper motor controller

Hýbl, Matouš January 2021 (has links)
Cílem této práce je vývoj dvoukanálového kontroléru krokových motorů. V rámci práce je popsán jak vývoj elektroniky, tak vývoj příslušného software. Elektronika kontrolŕu je založena na mikrokontroléru STM32F405 a driverů krokových motorů vyráběných firmou Trinamic. Pro komunikaci s nadřazenými systémy je implementován protokol CANOpen a sběrnice I\textsuperscript{2}C a USB. Elektronika byla navržena v software KiCAD and využívá čtyřvrstvého plošného spoje a moderních výrobních technologií. Co se týká software, byl vyvinut jak firmware pro mikrokontrolér, tak software pro ovládání kontroléru. Obě části software využívají programovacího jazyka Rust, který se zaměřuje na bezpečnost práce s pamětí, rychlost a zero-cost abstrakce. Sekundárním cílem této práce je ukázat, jak lze tento programovací jazyk s výhodou použít pro programování nízkoúrovňového embedded software. Firmware kontroléru implementuje nezávislé řízení pohybu obou os kontroléru a to jak v rychlostním, tak v pozičním režimu a zároveň implementuje bezpečnostní funkce pro případy selhání komunikace. Výsledný kontrolér by měl být použit v rámcí výzkumné skupiny Robotiky a Umělé Inteligence a studenty na Ústavu Automatizace FEKT VUT.

Page generated in 0.0369 seconds