Preferencje help
Widoczny [Schowaj] Abstrakt
Liczba wyników

Znaleziono wyników: 22

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

help Ogranicz wyniki do:
first rewind previous Strona / 2 next fast forward last
EN
High-Throughput Data Acquisition Systems are an essential part in many scientific experiments, and the processing of the large amount of data, represents a challenge in designing systems capable of managing such volume of data. Owing to the nature of this type of experiments, the processes responsible for gathering the data from devices that measure real-world phenomena, and those processes in charge of distributing the data to monitoring and/or controlling systems, shall communicate with accuracy and reliability. By running those processes concurrently in a multi-processor computer system, such requirements of accuracy and reliability can be achieved. In this paper, we present the design of a C++ framework, which implements a ring-buffer by using shared-memory as a fast mechanism of data communication among processes. Likewise, the framework controls the access to data in the shared ring-buffer by implementing inter-process synchronization objects in shared-memory. The effectiveness of the proposed solution has been evaluated by evaluating the latency time from when a new data is written into the shared ring-buffer and the longest instant when such a data is gathered. After the experimental test, the results show that it is possible to develop a C++ framework for helping programmers to create data acquisition system when a high-throughput data-stream is involved, getting suitable performance by using shared-memory.
2
Content available remote Kompatybilność Elektromagnetyczna urządzeń PLC
PL
W artykule przedstawiono problemy zgodności transmiterów sieciowych (urządzeń PLC) z wymaganiami stawianymi przez normy EMC dla środowiska mieszkalnego. Przedstawiono badania emisji przewodzonych wybranych transmiterów sieciowych dostępnych na rynku. W pracy skoncentrowano się głównie na rozwiązaniu problemów jakie napotykają producenci przy wprowadzaniu wyrobu na rynek.
EN
The article presents compatibility problems of transmitter adaptors (PLC devices) with fulfill the requirements of EMC standards for residential environment. In the paper, the results of conducted emissions measurements of selected transmitter adaptors have been presented. The study focused mainly on solving the problems faced by producers in order to place the product on the market.
EN
The data acquisition systems must be capable of process all the data produced by the source to ensure the highest level of accuracy, especially when it deals with hard real-time system monitoring task. However, the production of data is faster than the process to acquire and to process such a data. Using concurrency approach is an alternative to obtain the required level of performance and data processing. This paper presents the comparison between various C++ frameworks that by using multithreading technology and ringbuffer data structure allow data transfer in concurrent way. The comparison is based on the time interval between the instant when data is published and the instant when the data is gathered. These latency measurements have been taken using the configuration of one producer and two consumers for all evaluated frameworks. The results show that using standard C++ libraries to develop a simple framework it is possible to achieve suitable performance in order to fulfill the requirements of the high performance data acquisition systems described.
4
EN
In the paper, the results of harmonic current emission measurements of chosen LED lighting products, commonly available in the polish market in the year 2013, with reference to requirements of PN-EN 61000-3-2 have been presented.
PL
W artykule przedstawiono wyniki pomiarów harmonicznych prądu zasilania wybranych źródeł światła LED, dostępnych powszechnie na polskim rynku w 2013 roku, w odniesieniu do wymagań normy PN-EN 61000-3-2.
5
Content available remote Grzejnik PTC jako źródło emisji zaburzeń radioelektrycznych
PL
W artykule opisano badania EMC grzejnika PTC z wentylatorem. Na podstawie pomiarów i analizy urządzenia wykazano, że źródłem zaburzeń radioelektrycznych o wartościach przekraczających poziomy dopuszczalne jest wentylator napędzany bezszczotkowym silnikiem DC (BLDC). Na urządzenia te producenci wystawiają Deklarację Zgodności UE powołując się na zgodność z Dyrektywą EMC.
EN
In the paper, the EMC testing of PTC heater with fan has been described. It has been demonstrated, on the basis of measurements and analysis, that the fan which is driven by brushless DC motor (BLDC) is the source of RF disturbances of levels exceeding the limits. However, some manufacturers demonstrate compliance of such equipment with EMC Directive and draw up the EU Declaration of Conformity.
6
Content available remote About Advantages of EMC Development Testing on Example of Function Generator
EN
In the paper, the solution of EMC problem concerning excessive levels of conductive and radiated emissions in the construction of function generator has been presented. The EMC troubleshooting that has been described illustrates advantages of pre-compliance diagnostic testing to modify device construction at early stages of development.
PL
W artykule przedstawiono rozwiązanie problemu EMC dotyczącego nadmiernych poziomów emisji przewodzonych i emisji promieniowanych w konstrukcji generatora funkcyjnego. Opisane zagadnienie obrazuje zalety stosowania badań diagnostycznych typu "precompliance" do modyfikacji urządzenia we wczesnych fazach rozwoju konstrukcji.
EN
The High Energy Physics (HEP) experiments, due to their large scale, required performance and precision, have to be controlled by complex, distributed control systems. The systems are responsible for processing thousands of signals from various sensors of different types. Very often, one of the data sources applied in such systems are visible light/infrared cameras or other imaging sensors, which provide substantial information about studied phenomena. High data throughput for camera systems require dedicated mechanisms for data collecting and processing. Moreover, the images from cameras should be also available to system operator. It needs the support from both operator panels interface and control application which should provide data in the dedicated format. The paper presents two different approaches to image distribution, processing and visualisation applied in distributed control systems. Discussed is the issue of support for cameras and image data implemented in the Distributed Object Oriented Control System (DOOCS) and an example control system designed to the needs of image acquisition system on the base of the Experimental Physics and Industrial Control System (EPICS) environment.
8
EN
The paper describes an universal module for video stream acquisition from fast cameras with Camera Link interface. The first version of the referenced standard defines three configurations: Base, Medium and Full. The developed module supports all of them achieving transmission speeds up to 5.44 Gb/s for raw image data in the Full configuration. The module is designed according to FPGA Mezzanine Card (FMC) standard and can cooperate with carrier boards containing High-Pin Count (HPC) version of the connector. The module was tested with the TEWS TAMC-641 module.
EN
High energy physic experiments conducted in modern accelerators or fusion reactors require to store and process enormous amount of information. For such systems it is extremely important to correctly design and implement software to maximally utilize computation power offered by available hardware. Overhead limitations introduced by factors like task scheduling, thread synchronization, dynamic memory allocation, data distribution or incorrect hardware use must be limited to minimum. The paper presents several potential source of efficiency limitation that should be taken into consideration during development process of software for data acquisition systems in order to maximally utilize throughput of the offered hardware. Additionally, methods to minimize impacts of such problems and experimental results of proposed improvements are presented.
PL
Eksperymenty przeprowadzane we współczesnych akceleratorach lub reaktorach fuzyjnych wymagają systemów komputerowych pozwalających na przechowywanie i przetwarzanie ogromnych ilości danych. Proces projektowania i implementacji dla takich systemów wymaga specyficznego podejścia, aby móc maksymalnie wykorzystać dostępne zasoby sprzętowe. Szczególnie istotnym staje się minimalizacja lub eliminacja takich czynników wpływających na wydajność pracy jak przełączanie zadań, synchronizacja pomiędzy wieloma wątkami, dynamiczna alokacja pamięci, przekazywanie danych w systemie oraz inne, w tym również związane z używaną platformą sprzętową. W artykule przedstawiono wybrane źródła ograniczeń wydajności dla takich systemów, które w szczególności należy wziąć pod uwagę podczas projektowania systemów o wysokiej wydajności. Ponadto przedstawiono zastosowane rozwiązania, które ograniczają wpływ wymienionych czynników na wydajność systemu i zaprezentowano uzyskane wyniki.
EN
Non-sinusoidal currents and voltages caused by nonlinear loads appear in power grids more and more frequently. Determination of the voltage transformer accuracy in such conditions makes a problem. Firstly, due to lack of definition of errors for distorted signals and secondly, typical measurement bridges do not accept higher harmonics. In the paper, the new definition of transformation error for distorted voltages has been proposed and some measurement results have been presented.
PL
W artykule przedstawiono obwód Valley-fill, który jest prostym, tanim i o małych gabarytach pasywnym układem PFC efektywnie ograniczającym harmoniczne prądu zasilania fluorescencyjnych świetlówek kompaktowych małej mocy. Opracowano autorski model świetlówki w aplikacji PSPICE i porównano wyniki badań symulacyjnych z wynikami pomiarów świetlówki.
EN
In the paper, the Valley-fill circuit that may be used as a simple, cheap and of small dimensions passive PFC circuit for effective limiting input current harmonics of small power compact fluorescent lamps (CFL) has been presented. The author’s CFL PSPICE model has been developed and the results of simulation have been compared to results of measurements.
12
Content available remote Model świetlówki kompaktowej w środowisku PSPICE
PL
Wprowadzenie Rozporządzenia Komisji WE 244/2009 dotyczącego wymagań ekoprojektowych dla bezkierunkowych lamp do użytku domowego spowodowało wzrost zainteresowania energooszczędnymi źródłami światła. "Wszystkie żarówki, nawet te w prywatnych mieszkaniach, mają być zastąpione eergooszczędnymi" - zadecydowali przywódcy państw UE na szczycie w Brukseli. Obradujący premierzy i prezydenci 27 unijnych państw postanowili zmniejszyć zużycie energii w UE i chronić środowisko przed negatywnymi skutkami brudnych technologii energetycznych. Komisja Europejska przedstawiła propozycję legislacji nakazującą "wymianę żarówek w prywatnych domach". Skutki wymiany źródeł światła są istotne dla energetyki, jak i dla użytkowników. Stateczniki elektroniczne stosowane w świetlówkach kompaktowych zawierają układy przetwarzania AC-DC (sieciowy prostownik pełnofalowy) oraz DC-AC z tranzystorami kluczującymi z częstotliwością kilkadziesiąt kHz. Tego rodzaju nieliniowe odbiorniki powodują silne odkształcenie prądu zasilania, czego efektem jest wzrost poziomów wyższych harmonicznych w publicznej sieci niskiego napięcia. Badania umożliwiające analizę pracy świetlówek kompaktowych, a także ułatwiające projektowanie układów zasilania o niskiej zawartości harmonicznych można wykonać, wykorzystując komputerowe programy symulacyjne. Jednym z nich jest program PSPICE.
EN
Following the Commission Regulation (EC) No 244/2009 on ecodesign requirements for non-directional household lamps the authors have become interested in the question of wide-spread usage of compact fluorescent lamps (CFL) and its impact on power network quality. In order to analyze the functioning of CFL the PSPICE model of a lamp has been developed and the results of simulation have been compared to results of measurements.
13
Content available remote Przekładnik prądowy z elektronicznym układem pomiarowym - zagadnienia zasilania
PL
Intensywny rozwój technologii elektronicznej powoduje, że wiele urządzeń analogowych zostaje zastąpionych urządzeniami cyfrowymi. Dzieje się tak nawet w dziedzinach dotąd dość konserwatywnych, jak na przykład energetyka. Dobrze znany oraz szeroko opisany przez wielu autorów prądowy przekładnik indukcyjny ([1]. [2], [3]) także podlega tym zmianom. Informacje o nowych rozwiązaniach przekładników można znaleźć między innymi w [3]. W ramach grantu Komitetu Badań Naukowych i innych prac prowadzonych w Katedrze Elektrotechniki Ogólnej i Przekładników Politechniki Łódzkiej również powstała koncepcja niekonwencjonalnego przekładnika przedstawiana na sympozjach Katedry. Pojawienie się nowych rozwiązań cyfrowych w urządzeniach analogowych niesie ze sobą wiele problemów technicznych. Jednym z nich jest zasilanie układów elektronicznych. W artykule przedstawiono wyniki badań mających na celu rozpoznanie i rozwiązanie tego problemu.
EN
The article shortly presents an idea and schematic diagram of a transformer, shows diagram of power supply and describes the goals of a works around the supply circuit.
14
Content available remote Przekładnik z łączem mikrofalowym Bluetooth - rozwój konstrukcji
PL
Prezentowany temat był realizowany w Katedrze Elektrotechniki Ogólnej i Przekładników Politechniki Łódzkiej jako projekt badawczy KBN. W ramach przeprowadzonych prac określono koncepcje rozwiązań przydatnych do budowy prototypu, wyselekcjonowano odpowiedni sprzęt, poprawiono błędy oprogramowania oraz przeprowadzono próby działania urządzenia.
EN
The models of a measuring transformers with a microwave link are shortly described in this paper. The overview of the results of the model`s research is presented. The goals and the schedule of a works around the prototype transformer are described.
PL
W artykule porównano wymagania norm dotyczących odbiorników o identycznej mocy i konstrukcji – tzn. grupy świetlówek i komputera. Wskazano niekonsekwentne podejście wynikające z normy PN-EN 61000-3-2.
EN
In the paper, the requirements of EMC standards for equipment of the same physical nature and power – the group of compact fluorescent lamp (CFL) and PC computer have been compared. Non – consequent approach of the PN-EN 6100-3-2 standard has been suggested.
PL
Pomysł zbudowania przekładnika, pracującego przy dużym napięciu znamionowym, pozbawionego układu izolacji wysokonapięciowej był prezentowany w kilku wcześniejszych referatach. W tej chwili dysponujemy modelem eksperymentalnym, którego właściwości pomiarowe, bardzo istotne dla przekładnika, są przedmiotem tej prezentacji.
EN
The article presents a schematic diagram of a test circuit, describes errors of digital conversion related to recording and restoring of a signal and is illustrated by spectra of made circuit version.
17
Content available remote Analiza możliwości wykorzystania łącz Bluetooth w przekładnikach
PL
Wykorzystanie łącz mikrofalowych Bluetooth do zdalnych pomiarów prądów lub napięć może być realizowane w dwóch podstawowych konfiguracjach. Obie konfiguracje składają się z części wysokonapięciowej oraz części niskonapięciowej. Część wysokonapięciowa składa się z przetwornika wielkości mierzonej, na przykład w przypadku przekładnika prądowego z przetwornika prądu, przekazującego sygnał pomiarowy do wysokonapięciowego układu elektronicznego, w którym sygnał mierzony zamieniany jest na sygnał cyfrowy przekazywany do części nadawczej łącza mikrofalowego Bluetooth.
EN
In the article the consideration on advantages and disadvantages of instrument transformers using microwave Bluetooth link has been presented. In the analysis the two basic configurations have been taken into account. The configuration realizing rms value measurement and the configuration reproducing the wave of the measured current. The proposals of possible use as a special instrument transformers have been added.
18
Content available remote Przekładnik z łączem mikrofalowym Bluetooth - badania modelu
PL
W artykule przedstawiono model przekładnika z łączem mikrofalowym oraz wyniki badania tego modelu. Oceniono możliwość stosowania łącza w przekładniku oraz wskazano tematy dalszych badań.
EN
The model of a measuring transformer with a microwave link is shortly described in this paper. The overview of the first results of the model's research is presented. The goals and the schedule of a future works around the transformer are proposed.
19
Content available remote O pomiarach emisji harmonicznych prądu zasilaczy komputerowych z układami PFC
PL
Referat prezentuje spostrzeżenia i uwagi autorów w związku z pomiarami emisji harmonicznych prądu zasilaczy komputerowych. Przybliżono zagadnienie korekcji współczynnika mocy (PF) w zasilaczach impulsowych (SMPS) w aspekcie specjalizowanych układów PFC.
EN
The paper presents observations and the authors' considerations in relationship with measurements of input current harmonic emissions in computer power supplies. The problem of power factor correction (PFC) in switch mode power supplies (SMPS) in aspect of specialized PFC controls has been brought closer.
PL
Artykuł przedstawia system do generacji publikacji konferencyjnej opracowany na potrzeby cyklicznej konferencji MIXDES, który pozwala na utworzenie jej w postaci pliku PDF gotowego zarówno do wydruku wysokiej jakości jak również umieszczenia go bezpośrednio na nosniku CD. System wykorzystuje LaTeX jako system pozwalajacy na konsolidacje poszczególnych publikacji.
first rewind previous Strona / 2 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ć.