Artículos relacionados a Development of a PC-based Real Time Power Electronics...

Development of a PC-based Real Time Power Electronics Control Platform: Entwicklung einer Echtzeitregelungs- und Steuerungsplattform mit industriellen ... für leistungselektronische Anwendungen - Tapa blanda

 
9783838666327: Development of a PC-based Real Time Power Electronics Control Platform: Entwicklung einer Echtzeitregelungs- und Steuerungsplattform mit industriellen ... für leistungselektronische Anwendungen
Ver todas las copias de esta edición ISBN.
 
 
Reseña del editor:
Inhaltsangabe:Abstract: In this thesis it was shown that it is possible to set-up a very fast and flexible realtime controller using only off-the-shelf components on a PC platform. To best fit the requirements, the used hardware and software has been chosen carefully and compared with other market products. After evaluating the timing and handling structure, the real-time controller and the system drivers were implemented using the 'C' program language. To ensure flexibility, this program has been tested on two different hardware configurations. Timing analyses and measurements are compare for the two configurations. All code is written to be easy to understand and quickly learned by students. To prove the system capabilities, a PI control algorithm has been implemented to control the torque of a DC machine. The system ran on a 333 MHz PII with algorithm times of about 600ns and an overall sampling rate of 20kHz. This very flexible system, together with the real time operating system of RTLinux and Linux, makes it possible to build a control platform for power electronics which can be easily adapted to fit almost every requirement in a very short time. The superior computation power of standard PCs (and the possibility to upgrade the CPU) is a decisive advantage to common DSP solutions - especially when system cost is an important factor. The use of open source operating systems enables full control and survey of the whole system. Software and utilities for almost all applications is available in source code. Competent help can be obtained from an active community via the internet as well as from professional companies. Together, these facts ensure that the lifetime of this PC based control platform is not restricted by the availability of spare parts from single companies. And it is not limited by the software and hardware possibilities of the year 2001. Inhaltsverzeichnis:Table of Contents: 1.Introduction1 1.1Organization2 1.2Conventions2 2.Requireme
Reseña del editor:
Studienarbeit, die am 01.10.2005 erfolgreich an einer Universit?t in Deutschland eingereicht wurde. Abstract: In this thesis it was shown that it is possible to set-up a very fast and flexible realtime controller using only off-the-shelf components on a PC platform. To best fit the requirements, the used hardware and software has been chosen carefully and compared with other market products. After evaluating the timing and handling structure, the real-time controller and the system drivers were implemented using the 'C' program language. To ensure flexibility, this program has been tested on two different hardware configurations. Timing analyses and measurements are compare for the two configurations. All code is written to be easy to understand and quickly learned by students. To prove the system capabilities, a PI control algorithm has been implemented to control the torque of a DC machine. The system ran on a 333 MHz PII with algorithm times of about 600ns and an overall sampling rate of 20kHz. This very flexible system, together with the real time operating system of RTLinux and Linux, makes it possible to build a control platform for power electronics which can be easily adapted to fit almost every requirement in a very short time. The superior computation power of standard PCs (and the possibility to upgrade the CPU) is a decisive advantage to common DSP solutions - especially when system cost is an important factor. The use of open source operating systems enables full control and survey of the whole system. Software and utilities for almost all applications is available in source code. Competent help can be obtained from an active community via the internet as well as from professional companies. Together, these facts ensure that the lifetime of this PC based control platform is not restricted by the availability of spare parts from single companies. And it is not limited by the software and hardware possi

"Sobre este título" puede pertenecer a otra edición de este libro.

  • Editorialdiplom.de
  • Año de publicación2005
  • ISBN 10 3838666321
  • ISBN 13 9783838666327
  • EncuadernaciónTapa blanda
  • Número de páginas184

Comprar nuevo

Ver este artículo

Gastos de envío: EUR 23,00
De Alemania a Estados Unidos de America

Destinos, gastos y plazos de envío

Añadir al carrito

Los mejores resultados en AbeBooks

Imagen del vendedor

Alexander Fiedel
Publicado por Diplom.De Apr 2003 (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo Taschenbuch Cantidad disponible: 2
Impresión bajo demanda
Librería:
BuchWeltWeit Ludwig Meier e.K.
(Bergisch Gladbach, Alemania)

Descripción Taschenbuch. Condición: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Scholarly Research Paper from the year 2005 in the subject Electrotechnology, grade: 1,0, Friedrich-Alexander University Erlangen-Nuremberg (unbekannt), language: English, abstract: Inhaltsangabe:Abstract:In this thesis it was shown that it is possible to set-up a very fast and flexible realtime controller using only off-the-shelf components on a PC platform. To best fit the requirements, the used hardware and software has been chosen carefully and compared with other market products.After evaluating the timing and handling structure, the real-time controller and the system drivers were implemented using the 'C' program language. To ensure flexibility, this program has been tested on two different hardware configurations. Timing analyses and measurements are compare for the two configurations.All code is written to be easy to understand and quickly learned by students. To prove the system capabilities, a PI control algorithm has been implemented to control the torque of a DC machine. The system ran on a 333 MHz PII with algorithm times of about 600ns and an overall sampling rate of 20kHz.This very flexible system, together with the real time operating system of RTLinux and Linux, makes it possible to build a control platform for power electronics which can be easily adapted to fit almost every requirement in a very short time. The superior computation power of standard PCs (and the possibility to upgrade the CPU) is a decisive advantage to common DSP solutions - especially when system cost is an important factor.The use of open source operating systems enables full control and survey of the whole system. Software and utilities for almost all applications is available in source code. Competent help can be obtained from an active community via the internet as well as from professional companies.Together, these facts ensure that the lifetime of this PC based control platform is not restricted by the availability of spare parts from single companies. And it is not limited by the software and hardware possibilities of the year 2001.Inhaltsverzeichnis:Table of Contents:1.Introduction11.1Organization21.2Conventions22.Req uirements33.Choosing the Hardware43.1PC System43.2DAC and ADC Hardware63.3Hardware description94.Choosing the right Software164.1System Specific Demands164.2Standard Operating Systems (OSs) and Real-Time Control164.3Real Time Operating Systems174.3.1Definition of a Real-Time System174.3.2Used Definition of 'Real Time'204.3.3Market Overview204.4Characteristics of Suitable Real Time Operating Systems214.4.1The Ordeal of Options214.4.2VxWorks224.4.3QNX244.4.4LynxOS264.4.5RT-Linux 3.0274.5Network324.5.1The Possibilities324.5.2The easy Solution354.5.3Built-in Alternative: Linux Telnet365.Realization375.1The Software of the Control Platform what should it do 375.1.1Controller Concept375.2Overview of the used Linux Functions395.3Using Kernel Modules415.4Introduction to PCI445.4.1Linux and the PCI subsystem455.4.1.1Reading and Writing to a Device485.5Accessing the Hardware495.5.1Acromag Carrier Board APC8620495.5.2Acromag IP340 The A/D Module525.5.3Acromag IP220 The D/A Module605.6RTLinux655.6.1RTLinux Functions655.6.2RTLinux Programming695.6.3Adding Interrupt Support715.6.4Adding RTFIFOs715.7Building the Control Platform Together735.8Linux - RTLinux communication805.8.1Linux Controls RTLinux805.8.2Observation of RTLinux signals805.9Implementation of Network: netcat825.9.1One Way Connections825.9.2Two Way Connections826.Timing Evaluations836.1CPU speed comparisons847.Implementing a . 184 pp. Englisch. Nº de ref. del artículo: 9783838666327

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 68,00
Convertir moneda

Añadir al carrito

Gastos de envío: EUR 23,00
De Alemania a Estados Unidos de America
Destinos, gastos y plazos de envío
Imagen de archivo

Fiedel, Alexander
Publicado por diplom.de 2003-04 (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo PF Cantidad disponible: 10
Librería:
Chiron Media
(Wallingford, Reino Unido)

Descripción PF. Condición: New. Nº de ref. del artículo: 6666-IUK-9783838666327

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 82,50
Convertir moneda

Añadir al carrito

Gastos de envío: EUR 17,57
De Reino Unido a Estados Unidos de America
Destinos, gastos y plazos de envío
Imagen del vendedor

Alexander Fiedel
Publicado por Diplom.De (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo Taschenbuch Cantidad disponible: 1
Impresión bajo demanda
Librería:
AHA-BUCH GmbH
(Einbeck, Alemania)

Descripción Taschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Scholarly Research Paper from the year 2005 in the subject Electrotechnology, grade: 1,0, Friedrich-Alexander University Erlangen-Nuremberg (unbekannt), language: English, abstract: Inhaltsangabe:Abstract:In this thesis it was shown that it is possible to set-up a very fast and flexible realtime controller using only off-the-shelf components on a PC platform. To best fit the requirements, the used hardware and software has been chosen carefully and compared with other market products.After evaluating the timing and handling structure, the real-time controller and the system drivers were implemented using the 'C' program language. To ensure flexibility, this program has been tested on two different hardware configurations. Timing analyses and measurements are compare for the two configurations.All code is written to be easy to understand and quickly learned by students. To prove the system capabilities, a PI control algorithm has been implemented to control the torque of a DC machine. The system ran on a 333 MHz PII with algorithm times of about 600ns and an overall sampling rate of 20kHz.This very flexible system, together with the real time operating system of RTLinux and Linux, makes it possible to build a control platform for power electronics which can be easily adapted to fit almost every requirement in a very short time. The superior computation power of standard PCs (and the possibility to upgrade the CPU) is a decisive advantage to common DSP solutions - especially when system cost is an important factor.The use of open source operating systems enables full control and survey of the whole system. Software and utilities for almost all applications is available in source code. Competent help can be obtained from an active community via the internet as well as from professional companies.Together, these facts ensure that the lifetime of this PC based control platform is not restricted by the availability of spare parts from single companies. And it is not limited by the software and hardware possibilities of the year 2001.Inhaltsverzeichnis:Table of Contents:1.Introduction11.1Organization21.2Conventions22.Requirem ents33.Choosing the Hardware43.1PC System43.2DAC and ADC Hardware63.3Hardware description94.Choosing the right Software164.1System Specific Demands164.2Standard Operating Systems (OSs) and Real-Time Control164.3Real Time Operating Systems174.3.1Definition of a Real-Time System174.3.2Used Definition of 'Real Time'204.3.3Market Overview204.4Characteristics of Suitable Real Time Operating Systems214.4.1The Ordeal of Options214.4.2VxWorks224.4.3QNX244.4.4LynxOS264.4.5RT-Linux 3.0274.5Network324.5.1The Possibilities324.5.2The easy Solution354.5.3Built-in Alternative: Linux Telnet365.Realization375.1The Software of the Control Platform what should it do 375.1.1Controller Concept375.2Overview of the used Linux Functions395.3Using Kernel Modules415.4Introduction to PCI445.4.1Linux and the PCI subsystem455.4.1.1Reading and Writing to a Device485.5Accessing the Hardware495.5.1Acromag Carrier Board APC8620495.5.2Acromag IP340 The A/D Module525.5.3Acromag IP220 The D/A Module605.6RTLinux655.6.1RTLinux Functions655.6.2RTLinux Programming695.6.3Adding Interrupt Support715.6.4Adding RTFIFOs715.7Building the Control Platform Together735.8Linux - RTLinux communication805.8.1Linux Controls RTLinux805.8.2Observation of RTLinux signals805.9Implementation of Network: netcat825.9.1One Way Connections825.9.2Two Way Connections826.Timing Evaluations836.1CPU speed comparisons847.Implementing a . Nº de ref. del artículo: 9783838666327

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 68,00
Convertir moneda

Añadir al carrito

Gastos de envío: EUR 32,99
De Alemania a Estados Unidos de America
Destinos, gastos y plazos de envío
Imagen del vendedor

Fiedel, Alexander
Publicado por GRIN Verlag|diplom.de (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo Tapa blanda Cantidad disponible: > 20
Impresión bajo demanda
Librería:
moluna
(Greven, Alemania)

Descripción Condición: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. Scholarly Research Paper from the year 2005 in the subject Electrotechnology, grade: 1,0, Friedrich-Alexander University Erlangen-Nuremberg (unbekannt), language: English, abstract: Inhaltsangabe:Abstract:In this thesis it was shown that it is possibl. Nº de ref. del artículo: 5425763

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 68,00
Convertir moneda

Añadir al carrito

Gastos de envío: EUR 48,99
De Alemania a Estados Unidos de America
Destinos, gastos y plazos de envío
Imagen de archivo

Fiedel, Alexander
Publicado por Diplom.de (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo PAP Cantidad disponible: > 20
Impresión bajo demanda
Librería:
PBShop.store US
(Wood Dale, IL, Estados Unidos de America)

Descripción PAP. Condición: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Nº de ref. del artículo: L0-9783838666327

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 121,52
Convertir moneda

Añadir al carrito

Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío
Imagen de archivo

Fiedel, Alexander
Publicado por Diplom.de (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo Tapa blanda Cantidad disponible: > 20
Librería:
Lucky's Textbooks
(Dallas, TX, Estados Unidos de America)

Descripción Condición: New. Nº de ref. del artículo: ABLING22Oct2817100599963

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 118,38
Convertir moneda

Añadir al carrito

Gastos de envío: EUR 3,72
A Estados Unidos de America
Destinos, gastos y plazos de envío
Imagen de archivo

Alexander Fiedel
Publicado por diplom.de (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo Tapa blanda Cantidad disponible: > 20
Impresión bajo demanda
Librería:
Ria Christie Collections
(Uxbridge, Reino Unido)

Descripción Condición: New. PRINT ON DEMAND Book; New; Fast Shipping from the UK. No. book. Nº de ref. del artículo: ria9783838666327_lsuk

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 112,02
Convertir moneda

Añadir al carrito

Gastos de envío: EUR 11,70
De Reino Unido a Estados Unidos de America
Destinos, gastos y plazos de envío
Imagen de archivo

Fiedel, Alexander
Publicado por Diplom.de (2003)
ISBN 10: 3838666321 ISBN 13: 9783838666327
Nuevo PAP Cantidad disponible: > 20
Impresión bajo demanda
Librería:
PBShop.store UK
(Fairford, GLOS, Reino Unido)

Descripción PAP. Condición: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Nº de ref. del artículo: L0-9783838666327

Más información sobre este vendedor | Contactar al vendedor

Comprar nuevo
EUR 115,82
Convertir moneda

Añadir al carrito

Gastos de envío: EUR 29,30
De Reino Unido a Estados Unidos de America
Destinos, gastos y plazos de envío