Preferencje help
Widoczny [Schowaj] Abstrakt
Liczba wyników

Znaleziono wyników: 9

Liczba wyników na stronie
first rewind previous Strona / 1 next fast forward last
Wyniki wyszukiwania
help Sortuj według:

help Ogranicz wyniki do:
first rewind previous Strona / 1 next fast forward last
EN
Free Electron Laser in Hamburg (FLASH) and X-Ray Free Electron Laser (XFEL) are linear accelerators that require a complex and accurate Low Level Radio Frequency (LLRF) control system. Currently working systems are based on aged Versa Module Eurocard (VME) architecture. One of the alternatives for the VME bus is the Advanced Telecommunications and Computing Architecture (ATCA) standard. The ATCA based LLRF controller mainly consists of a few ATCA carrier boards and several Advanced Mezzanine Cards (AMC). AMC modules are available in variety of functions such as: ADC, DAC, data storage, data links and even CPU cards. This paper focuses on the software that allows user to collect and plot the data from commercially available TAMC900 board.
2
Content available Evaluation of an ATCA-based LLRF system at FLASH
EN
Future RF Control systems will require simultaneous data acquisition of up to 100 fast ADC channels at sampling rates of around 100 MHz and real time signal processing within a few hundred nanoseconds. At the same time the standardization of Low-Level RF systems are common objectives for all laboratories for cost reduction, performance optimization and machine reliability. Also desirable are modularity and scalability of the design as well as compatibility with accelerator instrumentation needs including the control system. All these requirements can be fulfilled with the new telecommunication standard ATCA when adopted to the domain of instrumentation. We describe the architecture and design of an ATCA based LLRF system for the European XFEL. Initial results of the demonstration of such a system at the FLASH user facility will be presented. Presented are the results of operating essential components of a prototype during the machine studies in January and March 2009.
PL
Zaprezentowano autorskie rozwiązanie uniwersalnego modułu systemu LLRF do sterowania nadprzewodzącymi wnękami rezonansowymi w akceleratorze FLASH. Omówiono modularną konstrukcje modułu, który zawiera część cyfrową na platformie bazowej oraz wymienną część analogową na płytkach osadzanych. Scharakteryzowano strukturę funkcjonalną modułu, a szczególnie implementację FPGA wraz z konfiguracją oraz blok rozszerzeń do osadzanych płytek analogowych. Przedstawiono konstrukcję i wybrane zagadnienia realizacji PCB płyty bazowej. Omówiono zakres zastosowań modułu w systemie LLRF akceleratora FLASH i podano przykładowe wyniki pomiarów jakościowych.
EN
Main part of the work describes an original authors' solution of a universal LLRF control module for superconductive, resonant cavities of FLASH accelerator. Modular construction of the module was debated. The module consists of a digital part residing on the base platform and exchangeable analog part positioned on a number of daughter-boards. The functional structure of module was presented and in particular the FPGA implementation with configuration and extension block for RF mezzanine boards. The construction and chosen technological details of the backbone PCB were presented. The paper concludes with a number of application examples of the constructed and debugged module in the LLRF system of FLASH accelerator. There are presented exemplary results of quality assessment measurements of the new board.
4
PL
Przedmiotem pracy jest inteligentny interfejs VXI umożliwiający programowanie z poziomu zbioru komend SCPI (Standard Commands for Programmable Instruments) elektroniki sterowników wnęk rezonansowych typu SIMCON 3.1, stosowanych w akceleratorze VUV-FEL (DESY Hamburg). Projekt interfejsu zapisano w kodzie VHDL, a następnie zaimplementowano w układach FPGA. Elektronika sterowników SIMCON 3.1 jest widziana w środowisku sprzętowym VXI i programowym zbioru komend SCPI jako urządzenie komunikatowe podwładne (message-based servant). Oznacza to, że interfejs zawiera rejestry komunikacyjne niezbędne do działania protokołu WSP (World Serial Protocol).
EN
This work is about a VXI interface with local intelligence that understands SCPI (Standard Commands for Programmable Instruments). The circuitry of an interface logic is described in VHDL and implemented in FPGA that the electronics of SIMCON 3.1 possesses. SIMCON 3.1 is a resonance cavity controller used in linear accelerator VUV-FEL (DESY Hamburg). Thanks to VXI interface in question, the SIMCON 3.1 is seen as a message-based servant. It means that VXI interface contains all communication registers that make a Word Serial Protocol (WSP) working.
PL
SCPI (Standard Commands for Programmable Instruments) jest zbiorem rozkazów (poleceń i zapytań) do programowania współczesnych urządzeń pomiarowych. Jest on solidarnie stosowany przez wszystkich wiodących producentów systemowej aparatury elektronicznej, szczególnie dedykowanej zastosowaniom militarnym. Praca ta opisuje ideę i realizację narzędzia programowego, które pozwala tworzyć dowolne drzewa rozkazów SCPI i sprawdzać ich składnię (parsować), a także umożliwia formatowanie odpowiedzi na zapytania. Główną zaletą narzędzia jest uwolnienie projektanta urządzenia programowanego z poziomu rozkazów SCPI (krótko urządzenia SCPI) od żmudnej pracy nad oprogramowaniem jego znakowego interfejsu. Kody modułów oprogramowania parsera i formatera SCPI zostały zapisane w ANSI-C w taki sposób, aby zminimalizować wymagania na pamięć operacyjną. Zaprojektowane narzędzie programowe może zostać uruchomione na różnych platformach sprzętowych i pod różnymi systemami operacyjnymi. Integralną częścią narzędzia jest pakiet oprogramowania wspomagającego, który pracuje w trybie off-line. Przyjazny użytkownikowi interfejs graficzny pozwala na tworzenie dowolnego drzewa rozkazów SCPI, jego testowanie, oraz generowanie pliku konfiguracyjnego z definicją rozkazów, parametrów i formatu odpowiedzi dla specyficznego urządzenia SCPI. W ramach przykładowego eksperymentu zostało opracowane drzewo rozkazów SCPI, które pozwala na podjęcie przez sterownik komór rezonansowych SIMCON 3.1 wszystkich jego podstawowych funkcji. Przeprowadzone badania potwierdziły poprawność współpracy zewnętrznego komputera osobistego ze sterownikiem SIMCON 3.1 zainstalowanym w kasecie VXI jako podwładne urządzenie komunikatowe (message-based servant).
EN
SCPI (Standard Commands for Programmable Instruments) is a set of commands (orders and queries) which are applied for programming a modern electronic instrumentation. It is assimilated by major producers all over the world and widely used in military applications. This paper describes an idea and implementation of a software tool which allows creating SCPI commands trees and simultaneously parsing them. The main idea of the parser is to support common used instruments as well as new ones with specific features not covered by SCPI specification yet. The software tool can be run on almost any processor and under any operating system. Parser and formatter are coded in ANSI-C to minimize memory requirements. An assistance software package is the integral part of the software tool in question. It is coded in Visual Basic 6 so it has user-friendly graphic interface. A SCPI device designer can easily create trees of commands specific for his needs. The trees are graphically presented and can be tested off-line. The exhaustive tested SCPI tree can be exported as a text file that is an input to the parser routine running on-line on the device platform. The software tool allows designers to concentrate on device hardware instead of spending time on a SCPI parser implementation.
PL
Artykuł opisuje zintegrowany system kontrolera i symulatora nadprzewodzącej, wąskopasmowej, niobowej wnęki rezonansowej przeznaczonej do budowy akceleratora TESLA. Prezentowany system jest obecnie wykorzystywany w testach aplikacyjnych lasera VUV FEL a w dalszej kolejności do Europejskiego Lasera Rentgenowskiego. Kontroler bazuje na układzie programowalnym Virtex II usytuowanym na płycie testowej Xtreme Development Board Nallatech. Konfiguracji układu FPGA dokonano w języku VHDL. Efektywna praca z systemem wymaga możliwości szybkiego ustawienia parametrów sterujących oraz odczytania stanu urządzenia. Przedstawiono metody odczytu danych oraz funkcje i panele sterowania.
EN
The paper describes integrated system of hardware controller and simulator of the resonant superconducting, narrowband niobium cavity, originally considered for the TTF and TESLA in DESY, Hamburg (now predicted for the VUV and X-Ray FEL). The controller bases on a programmable circuit Xilinx Virtexll V3000 embedded on a PCB XtremeDSP Development Kit by Nallatech. The FPGA circuit configuration was done in the VHDL language. Efficiently work with system needs the possibility to set parameters and read the status of device in easy and fast way. This paper describes the methods of readout the data, control functions and control panels.
PL
Artykuł opisuje projekt i praktyczną realizację oprogramowania laboratoryjnego obsługującego duży elektroniczny system pomiarowo-kontrolny. System elektroniczny bazuje na układzie programowalnym FPGA, który ma wbudowane znaczne możliwości operacyjne cyfrowego przetwarzania sygnałów DSP. Artykuł opisuje architekturę warstw programistycznych i komunikację sprzętową wykorzystującą autorski standard magistrali Wewnętrznego Interfejsu (Internal Interface II). Opisane rozwiązanie zastosowano w systemie sterowania nadprzewodzącym falowodem mikrofalowym akceleratora TESLA (pracującego w DESY w Hamburgu).
EN
The paper describes design and practical realization of software tor laboratory purposes to control FPGA based electronic equipments. There is presented universal solution for all devices with FPGA chips. The paper describes architecture of software layers and programistic solutions of hardware communication based on Internal Interface(II) technology. Such a solution was used for Cavity Controler and Simulator (SIMCON) for TESLA experiment in DESY (Hamburg). The examples of the software for SIMCON was given in this paper.
PL
Opisano zintegrowany system kontrolera i symulatora nadprzewodzącej, wąskopasmowej, niobowej wnęki rezonansowej przeznaczonej do budowy akceleratora TESLA. Prezentowany system jest obecnie wykorzystywany w testach aplikacyjnych lasera VUV FEL a w dalszej kolejności do Europejskiego Lasera Rentgenowskiego. Kontroler bazuje na układzie programowalnym Virtex II usytuowanym na płycie testowej Xtreme Development Board Nallatech. Konfiguracji układu FPGA dokonano w języku VHDL. Urządzenie może pracować w różnych konfiguracjach sprzętowych i programowych. Artykuł opisuje możliwe konfiguracje oraz czynności, które muszą zostać wykonane w celu uzyskania wymaganej konfiguracji.
EN
The paper describes integrated system of hardware controller and simulator of the resonant superconducting, narrowband niobium cavity, originally considered for the TTF and TESLA in DESY, Hamburg (now predicted for the VUV and X-Ray FEL). The controller bases on a programmable circuit Xilinx Virtexll V3000 embedded on a PCB XtremeDSP Development Kit by Nallatech. The FPGA circuit configuration was done in the VHDL language. The device can work in different hardware and software configurations. The paper describes in details the possible configurations and actions which are need to perform in order to achieve desirable configuration.
PL
Opisano wybrane elementy standaryzowanego, modułowego i interaktywnego serwisu internetowego dla jednostki naukowo-dydaktycznej. Artykuł zawiera opis realizacji wybranych zagadnień i osiągnięć, będących wynikiem kontynuacji prac nad serwisem tworzonym dla Instytutu Systemów Elektronicznych Politechniki Warszawskiej. Zaproponowane rozwiązania są rozwinięciem funkcjonalności istniejącego serwisu. Teoretyczne rozważania wykorzystano do realizacji praktycznej serwisu.
EN
The work describes selected elements of standardized, modular and interactive internet based, information system for a research and didactic unit. There are presented description of realization of a few Issues and achievements which are outcomes of work continuation on web service for the Institute of Electronic Systems in the Department of Electronics and Information Technologies of the Warsaw University of Technology. The theoretical and design considerations were implemented practically in existing web service.
first rewind previous Strona / 1 next fast forward last
JavaScript jest wyłączony w Twojej przeglądarce internetowej. Włącz go, a następnie odśwież stronę, aby móc w pełni z niej korzystać.