Technical Report. ICRH DAC Software Modification for Aditya Experiment Requirements

Size: px
Start display at page:

Download "Technical Report. ICRH DAC Software Modification for Aditya Experiment Requirements"

Transcription

1 Technical Report ICRH DAC Software Modification for Aditya Experiment Requirements Ramesh Joshi 1, H M Jadav, Manoj Parihar, B R Kadia, K M Parmar, A Varia, Gayatri Ashok, Y S S Srinivas, Sunil Kumar & S.V. Kulkarni 1 rjoshi@ipr.res.in INSTITUTE FOR PLASMA RESEARCH, NEAR BHAT VILLAGE, GANDHINAGAR INDIA

2 Index: Sr. No. Title Page. No Abstract Introduction. 1 2 ICRH DAC. 2 (i) VME Components.. 3 (ii) DAC Software Modifications and changes. 4 4 VME modifications. 4 a. Integration analog input modules... 4 b. Pooling mode acquisition and monitoring.. 5 c. Multiple analog pulses with different duty cycle 6 d.analog pulse with slow rise and decay e. DAC controlled RF attenuator integration. 7 5 User interface client modifications... 9 a. User interface modifications for pooling mode operation. 9 b. Changes according to generate analog pulses with rise and decay 9 c. Integrated updated calibration with existing DAC d. EPICS prototype integration with ICRH DAC Conclusion References... 13

3 Abstract We have performed several physics experiments like heating, wall conditioning, density mitigation and disruptions on tokamak Aditya with indigenously developed Ion Cyclotron Resonance Heating (ICRH) system [1]. The VME based ICRH Data Acquisition Control system (DAC) has been used for these experiments. There are several changes and modifications performed for different experiments. This paper presents recent changes and modification carried out in ICRH DAC software. ICRH heating experiment demands variable duty cycle pulses, rise and decay time which is used for pulse mode operation. RF attenuator has been introduced for control of RF with different shapes and amplitudes of pulses for control during RF heating experimental pulse and different level of power used for plasma disruption. Decay with RF shot is used to control massive rise of voltage at the end of pulse for high voltage power supplies. VME based data acquisition cards have been replaced with new analog input modules. Analog input modules (IP320, IP330) have been procured and driver program is developed to integrate with existing system. Finally made arrangement of small multiple pulses for longer duration and long continuous pulses for wall conditioning experiment. VME system has been triggered using external trigger from main control system. It may delay sometimes so it has been put in polling mode by which it continuous monitoring and control while waiting for trigger. We ensure deterministic and failsafe operation needed for tokamak testing and operation with each and every components. Several encouraging results have been achieved and published with above mentioned modifications. 1. Introduction: ADITYA is a medium size tokamak with major radius 0.75 m and minor radius of 0.25 m, with toroidal magnetic field up to 1.5 T and has circular plasma in hydrogen gas. There are different methods developed for producing pre-ionization and second harmonic heating of plasma using fast wave antenna is an established technique for ion cyclotron heating of tokamak plasma [2]. The indigenously developed ICRH system is installed on ADITYA having 1 MW RF generator in the frequency range of MHz, transmission line with matching system, vacuum interface and fast wave poloidal type antenna with Faraday shield [3,4]. This report describes the recent ICRH DAC modifications in order to carry out different experiments on tokamak ADITYA using the ICRH system. The experiments are carried out to have plasma heating at second harmonic using 1 MW system at 24.8 MHz, disruption mitigation using RF power from poloidal fast wave antenna and also wall conditioning in presence of toroidal magnetic field. To analyze the system performance it is essential to monitor, acquire different system parameters along with an interlocking system to operate the system in failsafe manner. ICRH system has its own data acquisition and control system to execute the task of data archiving, monitoring, interlocking and control. The analysis of acquired data takes place in offline mode. 1

4 The programming on the VME system includes card driver programming, system integration programming for the ICRH system operation & control. The real time controlling application software modules are developed on the VME hardware on VxWorks RTOS Tornado IDE environment in C++ with networking and Board Support Package libraries. It also includes socket programming for graphical user interface (client) in communication with VME server. Various monitoring and control loops are running on VME server as per requirements with system synchronization. DAC client includes graphical user interface for operating the whole system remotely. The Graphical User Interface is developed in TCL/TK on Linux platform on PC for online monitoring and interactive control. It provides multithreading facility by which user can monitor and acquire the data at the same time. 2. ICRH DAC ICRH Generator DAC controls all the HVDC power supplies, through signals like ON, OFF, raise, lower, start/stop etc. Output voltage and current of HVDC power supplies for 2kW, 20kW, 200kW and 1500kW stages are monitored during the RF pulse and can be graphically displayed for analysis. The 200 kw and 1500 kw stages filament, screen grid and control grid power supplies and are remotely operated by start/stop signal and their status and all the parameters are acquired as well as displayed in real time. Figure-1 shows the block diagram of ICRH DAC connected with ICRH subsystems using signal conditioning with RTOS based DAC hardware. ICRH DAC is used for control and monitoring for 2 kw, 20 kw and 200 kw and 1.5 MW RF amplifier stages respectively. Each lower stage amplifier output is fed to next higher stage amplifier. ICRH system consists of different power supplies for each stage. First two stages need single high voltage power supplies and 200 kw stage onwards each stage needs four power supplies named plate, screen grid, filament and control grid. Normally in the amplifier stages of 2 kw and above, RF tubes like triodes and tetrodes are used which need many power supplies like screen grid, control grid, plate power supply and filament power supply. For proper operation of amplifier stage one needs to follow proper switching on/off and emergency switching off sequence. The amplifier stages above 2 kw level also needs proper cooling and one needs to follow certain sequence and have interlock with cooling during operation. Normally complete ICRH system is controlled, monitored and the data is acquired with the help of real time operating systems and fast computers like VMEs to control, monitor & interlock signals of high voltage power supplies for operating various RF Amplifier stages in ICRH system. 2

5 Fig-1 Block diagram of ICRH DAC (i) VME Components VME Hardware cards used are, SBS VG4 (400MHz) Processor board based on Motorola PowerPC VMIVME 2528 Digital I/O card AVME 9660 Carrier Board. IP 480 Timer/Counter module. IP 220 Analog O/P module. IP 330 Analog I/P modules. Analog Input Cards Digital I/O (Fiber Optic Tx/Rx Card) (ii) DAC Software VME Control Programming: The software programming on the VME system includes card driver programming, system integration programming for the ICRH system operation & control. It also includes socket programming for graphical user interface (client) in communication with VME server. Various monitoring and control loops are running on VME server as per requirements with system synchronization. The real time controlling application software modules are developed on the VME hardware on vxworks RTOS Tornado environment in C/C++ with networking and board support package (BSP) libraries. The Graphical User Interface is developed in TCL/TK on Fedora core platform for online monitoring and interactive control. The acquired data is archived on Network file system, which is based on binary files and stored in database server. The DAC software is based on the fundamentals of the socket programming. The client software communicates with the VME using TCP socket and acquires the monitoring 3

6 packets and acquisition packets and sends the control signals to the VME to control the physical subsystem. DAC Software Client: DAC Client includes graphical user interface for operating the whole system remotely. TCL/TK is used as graphical toolkit to make user interface for client system. Recent version provides multithreading facility by which user can monitor and acquire the data at the same time. Data Acquisition: MDS+ based data acquisition module has been implemented, which is directory based data archival system. VME software can acquire data at the rate of 1ms for seconds operation. The data has been stored in MDS+ in tree structure, which can be evaluated with visualization tool provided with database system. Data Analysis: Jscope is used for data analysis software module implemented for off-line (post shot) analysis of acquired data. This is Java based tool to represent the tree based data into graphical manner for further evaluation and analysis purpose. 3. Modifications and changes: Following are the major changes and modifications carried out with ICRH DAC, 1. VME modifications a. Integration analog input modules b. Polling mode acquisition and monitoring c. Multiple analog pulses with different duty cycle for wall conditioning experiment d. Analog pulse with slow rise and decay e. DAC controlled RF attenuator integration 2. User interface client modifications a. User interface modifications for polling mode operation b. Changes to generate analog pulses with rise and decay pulses c. Integrated updated calibration with existing DAC d. EPICS prototype integration with ICRH DAC 4. VME modifications: a. Integration analog input modules Analog input modules named IP320 and IP330 (industrial pack module by Acromag) device drivers have been developed for VME based DAC software for ICRH system. IP320 module supports 12 bit resolution, 20 differential or 40 single ended inputs and IP330 module supports 16 bit resolution, 16 differential or 32 single ended inputs. ICRH DAC has been used to control, monitor and store data for MHz, 1 MW RF amplifier stages and connected power supplies. 4

7 The existing system was using two avme9325 analog input modules but there are random problems in module has been detected during operation as those are more than 20 years old which are not available in market for procurement. So it has been decided to modify the existing acquisition module with compatible module which should work with existing VME hardware and support software. Analog input IP modules drivers have been developed with Motorola processor having power pc gnu cross compilation. These modules have been used to acquire data (at >=1kHz) for 2 kw, 20 kw, 200 kw and 1.5 MW RF amplifier stages and connected power supplies during RF shot. b. Polling mode acquisition and monitoring Aditya experiment requires external trigger for Aditya in order to deliver RF power for required duration. ICRH DAC software has to wait till the trigger comes. In existing system it was suspend the system monitoring till the trigger comes from Aditya control system and the monitoring and status will not be available for that time duration. Polling mode operation has been established with ICRH DAC using IP480 timer card in synchronous with digital I/O module by which during the wait time of Aditya trigger system will monitor and gives all status of power supplies. Fig-2: Multiple analog pulses with different duty cycle within digital pulse 5

8 c. Multiple analog pulses with different duty cycle Aditya wall conditioning experiment requires multiple pulses for long duration. ICRH VME software has been modified in order to provide multiple pulses for any duration demanded by ICRH experiment [5]. In these pulses main digital pulse is divided into multiple pulses with different duty cycles. With different amplitude of pulses RF power can be vary as per experimental requirement. d. Analog pulse with slow rise and decay Fig-3: Analog pulses with decay within digital pulse There are two different requirements of this kind of pulse. In first phase decay with end of the pulse has been introduced which gives 10% decay in each ms at the end of the pulse irrespective to amplitude of the analog pulse. High voltage power supply for RF amplifier stage has been increased at the end of RF pulse. Using decay in analog pulse at the end of pulse solve issue of damage with high voltage power supply during ICRH operation. In second phase the Aditya experiment needs slow rise and slow off RF power. This requirement has been satisfied using analog pulse with slow rise and decay for experiment. 6

9 Fig-4: Demonstration of controlled voltage rise at the end of pulse using decay e. DAC controlled RF attenuator integration Fig-5: Analog pulses with decay within digital pulse 7

10 The earlier control system software is based upon the pulse operation of RF source using digital pulse generated by VME control system. Recently we modified the software to generate multiple analog pulses with different duty cycles in master digital pulse for data acquisition and control system for steady state operation of RF Generator in Aditya [6]. Fig. 6(a) Block Diagram of the existing DAC system Fig. 6(b) Block Diagram of the modified DAC system Figure 6(a) shows the schematic of the mechanism to make digital pulses generated by VME subsystem for triggering function generator to switch on RF, which was existing setup used by DAC system. VME hardware cards like ip220, vmivme2528 and ip480 are required to generate pulses in synchronous manner. Figure 6(b) shows the schematic of the mechanism to make analog pulses to be generated using voltage variable attenuator in path of VME subsystem. VME hardware cards like ip220, vmivme2528 and ip480 are used to generate pulses in synchronous manner. System will generate two analog pulses in slave mode with master digital pulse generated using VME hardware. 8

11 5. User interface client modifications a. User interface modifications for polling mode operation There are several modifications and changes have been integrated with existing user interface client program. Figure-7 shows the shot panel for ICRH DAC software. There are 9 tabs included in software for monitoring and control. First upper panel shows different power supplies and monitoring of each power supply voltage and current. Second upper panel shows shot parameters for digital as well as analog pulse parameters. There are several shot option buttons for applying shot like dummy load shot with lab dummy load, vaccum shot with tokamak, and external triggered shot for Aditya. Below side shows log messages for DAC operation. DAC is waiting for trigger from tokamak control panel log message shows waiting for shot. After applying shot successfully it shows shot completed, please acquire data to store on hard disk. b. Changes according to generate analog pulses with rise and decay Fig-7: Modified user interface screen for Aditya experiment 9

12 Different duty cycles and different analog voltages parameters has to be set to generate corresponding voltage, which will be applied to voltage variable attenuator. User Interface is developed for parameter setting for RF shot and is shown in Figure-7. It also indicates RF output analog pulse according to input parameters for ontime-1, analog voltage-1, offtime and analog voltage-2. c. Updated calibration with integration existing DAC Fig-8: Calibration table with smoothing values for each channel Figure-8 shows calibrated voltage and current signals for each power supply with calibrated graph. Recently some of the power supplies have been changes or modified as per experimental requirement. So updated linear calibrations have been added with existing application and applied for each signals. 10

13 Fig-9 CSS screen shot for 2 kw and 20 kw monitoring and control system d. EPICS prototype integration with ICRH DAC Synchronization of DAC could be possible with EPICS (Experimental Physics and Industrial Control System) process variables, which broadcast and describe itself in Ethernet network. The existing system uses the TCP/IP Ethernet network for communication with DAC clients. EPICS provides channel access protocol layers which broadcast required process variable on periodic time interval which are available on network for communication. The prototype program is developed for real-time state parameters transmission and storage, dynamic graphical display, modification of the interactive system and synchronization [7]. 11

14 Fig-10 CSS shot panel ICRH DAC Fig-11 EPICS process variable broadcasting screen 12

15 Figure-9 shows Control System Studio (CSS) screen for 2 kw and 20 kw power supply monitoring and control screen. This prototype screen has been developed using open source eclipse based toolkit compatible with EPICS process variable communications. Figure-10 shows the shot panel screen using same toolkit. Power supply status and monitoring parameter for each power supplies have been shown in that screen. 200 kw and 1500 kw RF amplifier stage power monitoring screen have also been included in shot panel. Figure-11 shows EPICS broadcasting screen in windows operating system. EPICS provides all analog and digital signals as process variable broadcasting using channel access protocol. These process variable available on network on periodic update of broadcasted process variables. Python scripts have been used for variable update on periodic update of signals. DAC synchronization as well as slow control can be easily implemented using EPICS. Conclusion: Several modifications and changes have been successfully incorporated with existing DAC system for various Aditya experiments. Recent successful experiments prove reliability and scalability of ICRH DAC. ICRH DAC is ready for future experimental changes and modifications like RHVPS integration, Aditya Upgrade and other upcoming changes. References: 1. S V Kulkarni et. Al, Recent ICRH-Wall Conditioning, Second Harmonic Heating and Disruption Mitigation Experiments using ICRH system in Tokamak ADITYA, IAEA Fusion Energy Conference Engineering design report (EDR) of ICRH-SST1 SST RF Group 3. Durodie F., Veriver M. European physics society (EPS), 1992,p D. Bora, Sunil Kumar, Raj Singh, K. Sathyanarayana, S.V. Kulkarni, A. Mukherjee. & RF group. Cyclotron resonance heating systems for SST-1 Published in Nuclear Fusion:Voloume 46 Number 3 March Ramesh Joshi 1, Manoj Singh, H. M. Jadav, Kishor Misra, S. V. Kulkarni & ICRH-RF Group. Generation of multiple analog pulses with different duty cycles within VME control system for ICRH Aditya system Presented in 23 rd National Symposium on Plasma & technology 6. MANOJ SINGH, H. M. JADAV, RAMESH JOSHI, SUNIL KUMAR, SHRINIVAS YSS, S.V. KULKARNI and ICRH-RF GROUP 13

16 DAC CONTROLLED VOLTAGE VARIABLE RF ATTENUATOR FOR GENERATION RF PULSES OF DIFFERENT SHAPES AND AMPLITUDES FOR ICRH SYSTEM, Technical report [ IPR/TR-292/2014 JUNE-2014] 7. Ramesh Joshi, Manoj Singh, S. V. Kulkarni & Kiran Trivedi Benchmarking and Analysis of the User-Perceived Performance of EPICS based ICRH DAC [IESA International Conference on Industrial Engineering Science and Applications , 2-4 April 2014 ] 14

Design and development of 1 KW solid state RF amplifier

Design and development of 1 KW solid state RF amplifier Journal of Physics: Conference Series Design and development of 1 KW solid state RF amplifier To cite this article: Gayatri Ashok et al 2010 J. Phys.: Conf. Ser. 208 012013 View the article online for

More information

Resonant and Non-resonant type Pre-ionization and Current Ramp-up Experiments on Tokamak Aditya in the Ion Cyclotron Frequency Range

Resonant and Non-resonant type Pre-ionization and Current Ramp-up Experiments on Tokamak Aditya in the Ion Cyclotron Frequency Range Resonant and Non-resonant type Pre-ionization and Current Ramp-up Experiments on Tokamak Aditya in the Ion Cyclotron Frequency Range S.V. Kulkarni, Kishore Mishra, Sunil Kumar, Y.S.S. Srinivas, H.M. Jadav,

More information

CAMAC based Test Signal Generator using Reconfigurable

CAMAC based Test Signal Generator using Reconfigurable Journal of Physics: Conference Series CAMAC based Test Signal Generator using Reconfigurable device To cite this article: Atish Sharma et al 2010 J. Phys.: Conf. Ser. 208 012006 View the article online

More information

ICRF Physics in KSTAR Steady State

ICRF Physics in KSTAR Steady State ICRF Physics in KSTAR Steady State Operation (focused on the base line operation) Oct. 24, 2005 Jong-gu Kwak on the behalf of KSTAR ICRF TEAM Korea Atomic Energy Research Institute Contents Roles of ICRF

More information

System Upgrades to the DIII-D Facility

System Upgrades to the DIII-D Facility System Upgrades to the DIII-D Facility A.G. Kellman for the DIII-D Team 24th Symposium on Fusion Technology Warsaw, Poland September 11-15, 2006 Upgrades Performed During the Long Torus Opening (LTOA)

More information

ICRF Mode Conversion Flow Drive Studies with Improved Wave Measurement by Phase Contrast Imaging

ICRF Mode Conversion Flow Drive Studies with Improved Wave Measurement by Phase Contrast Imaging 57 th APS-DPP meeting, Nov. 2015, Savannah, GA, USA ICRF Mode Conversion Flow Drive Studies with Improved Wave Measurement by Phase Contrast Imaging Yijun Lin, E. Edlund, P. Ennever, A.E. Hubbard, M. Porkolab,

More information

FREIA Facility for Research Instrumentation and Accelerator Development Infrastructure and Control Architecture

FREIA Facility for Research Instrumentation and Accelerator Development Infrastructure and Control Architecture FREIA Facility for Research Instrumentation and Accelerator Development Infrastructure and Control Architecture Konrad Gajewski 10 September 2013, Uppsala Why FREIA? Several circumstances test stand for

More information

OUTCOME OF R&D PROGRAM FOR ITER ICRF POWER SOURCE SYSTEM

OUTCOME OF R&D PROGRAM FOR ITER ICRF POWER SOURCE SYSTEM OUTCOME OF R&D PROGRAM FOR ITER ICRF POWER SOURCE SYSTEM a Rajesh Trivedi 1, Aparajita Mukherjee 1, Raghuraj Singh 1, Kumar Rajnish 1, Dipal Soni 1, Sriprakash Verma 1, Gajendra Suthar 1, Akhil Jha 1,

More information

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY

AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY AN ARDUINO CONTROLLED CHAOTIC PENDULUM FOR A REMOTE PHYSICS LABORATORY J. C. Álvarez, J. Lamas, A. J. López, A. Ramil Universidade da Coruña (SPAIN) carlos.alvarez@udc.es, jlamas@udc.es, ana.xesus.lopez@udc.es,

More information

SPES Control System. M. Bellato

SPES Control System. M. Bellato SPES Control System M. Bellato Topics Update on LLRF Update on CB controls Update on network infrastructure Update on Software infrastructure Update on Software developments Topics Update on LLRF Update

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

More information

Low-Level RF. S. Simrock, DESY. MAC mtg, May 05 Stefan Simrock DESY

Low-Level RF. S. Simrock, DESY. MAC mtg, May 05 Stefan Simrock DESY Low-Level RF S. Simrock, DESY Outline Scope of LLRF System Work Breakdown for XFEL LLRF Design for the VUV-FEL Cost, Personpower and Schedule RF Systems for XFEL RF Gun Injector 3rd harmonic cavity Main

More information

1 UAT Test Procedure and Report

1 UAT Test Procedure and Report 1 UAT Test Procedure and Report These tests are performed to ensure that the UAT Transmitter will comply with the equipment performance tests during and subsequent to all normal standard operating conditions

More information

3.4 Poloidal Field Power Supply Systems for the EAST Steady State Superconducting Tokamak

3.4 Poloidal Field Power Supply Systems for the EAST Steady State Superconducting Tokamak 3.4 Poloidal Field Power Supply Systems for the EAST Steady State Superconducting Tokamak FU Peng 3.4.1 Introduction The EAST superconducting tokamak is an advanced steady state experimental device being

More information

Magnetic Field Mapping for Superconducting Cyclotron (SCC) in VECC

Magnetic Field Mapping for Superconducting Cyclotron (SCC) in VECC Variable Energy Cyclotron Centre Magnetic Field Mapping for Superconducting Cyclotron (SCC) in - Kolkata PCaPAC 2006 October 24-27th 2005 224 cm 2.1Tesla 450 KW K130 SCC 142 cm 5.8 Tesla 40KW K500 SCC

More information

Design and performance of LLRF system for CSNS/RCS *

Design and performance of LLRF system for CSNS/RCS * Design and performance of LLRF system for CSNS/RCS * LI Xiao 1) SUN Hong LONG Wei ZHAO Fa-Cheng ZHANG Chun-Lin Institute of High Energy Physics, Chinese Academy of Sciences, Beijing 100049, China Abstract:

More information

Recent Activities on SST-1 and ADITYA-U Tokamaks )

Recent Activities on SST-1 and ADITYA-U Tokamaks ) Recent Activities on SST-1 and ADITYA-U Tokamaks ) Promod K. SHARMA 1,2), Yogesh M. JAIN 1,2), Kiran K. AMBULKAR 1),PramodR.PARMAR 1), Chetan G. VIRANI 1), Saifali DALAKOTI 1), Jagabandhu KUMAR 1), Arvind

More information

Virtual Instrument for FPGA based Spectrum Analyzer

Virtual Instrument for FPGA based Spectrum Analyzer Virtual Instrument for FPGA based Spectrum Analyzer Akash Dimber 1, Rupali Borade 2, Mohammed Zahid 3, Prof. D. C. Gharpure 4 1,2,3,4 Department of Electronic Science, Savitribai Phule Pune University,

More information

Vacuum Control System for SuperKEKB

Vacuum Control System for SuperKEKB Vacuum Control System for SuperKEKB S.Terui, H. Hisamatsu, T. Ishibashi, T. T. Nakamura J. Odagiri, Y. Suetsugu (KEK), N. Yoshifuji (EJT) Contents Overview of SuperKEKB vacuum control Upgrade of configuration

More information

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout

Linear Motion Servo Plants: IP01 or IP02. Linear Experiment #0: Integration with WinCon. IP01 and IP02. Student Handout Linear Motion Servo Plants: IP01 or IP02 Linear Experiment #0: Integration with WinCon IP01 and IP02 Student Handout Table of Contents 1. Objectives...1 2. Prerequisites...1 3. References...1 4. Experimental

More information

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6.

Faculty of Information Engineering & Technology. The Communications Department. Course: Advanced Communication Lab [COMM 1005] Lab 6. Faculty of Information Engineering & Technology The Communications Department Course: Advanced Communication Lab [COMM 1005] Lab 6.0 NI USRP 1 TABLE OF CONTENTS 2 Summary... 2 3 Background:... 3 Software

More information

Overview of ICRF Experiments on Alcator C-Mod*

Overview of ICRF Experiments on Alcator C-Mod* 49 th annual APS-DPP meeting, Orlando, FL, Nov. 2007 Overview of ICRF Experiments on Alcator C-Mod* Y. Lin, S. J. Wukitch, W. Beck, A. Binus, P. Koert, A. Parisot, M. Reinke and the Alcator C-Mod team

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print) ISSN 0976 6472(Online) Volume 5, Issue 6, June (2014), pp. 18-25 IAEME: http://www.iaeme.com/ijecet.asp

More information

ECRH on the Levitated Dipole Experiment

ECRH on the Levitated Dipole Experiment ECRH on the Levitated Dipole Experiment S. Mahar, J. Kesner, A.C. Boxer, J.E. Ellsworth, I. Karim, A. Roach MIT PSFC A.K. Hansen, D.T. Garnier, M.E. Mauel, E.E.Ortiz Columbia University Presented at the

More information

Development of the frequency scanning reflectometry for the registration of Alfvén wave resonances in the TCABR tokamak

Development of the frequency scanning reflectometry for the registration of Alfvén wave resonances in the TCABR tokamak Development of the frequency scanning reflectometry for the registration of Alfvén wave resonances in the TCABR tokamak L. F. Ruchko, R. M. O. Galvão, A. G. Elfimov, J. I. Elizondo, and E. Sanada Instituto

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Tomasz Włostowski Beams Department Controls Group Hardware and Timing Section. Trigger and RF distribution using White Rabbit

Tomasz Włostowski Beams Department Controls Group Hardware and Timing Section. Trigger and RF distribution using White Rabbit Tomasz Włostowski Beams Department Controls Group Hardware and Timing Section Trigger and RF distribution using White Rabbit Melbourne, 21 October 2015 Outline 2 A very quick introduction to White Rabbit

More information

3.10 Lower Hybrid Current Drive (LHCD) System

3.10 Lower Hybrid Current Drive (LHCD) System 3.10 Lower Hybrid Current Drive (LHCD) System KUANG Guangli SHAN Jiafang 3.10.1 Purpose of LHCD program 3.10.1.1 Introduction Lower hybrid waves are quasi-static electric waves propagated in magnetically

More information

GA A23281 EXTENDING DIII D NEUTRAL BEAM MODULATED OPERATIONS WITH A CAMAC BASED TOTAL ON TIME INTERLOCK

GA A23281 EXTENDING DIII D NEUTRAL BEAM MODULATED OPERATIONS WITH A CAMAC BASED TOTAL ON TIME INTERLOCK GA A23281 EXTENDING DIII D NEUTRAL BEAM MODULATED OPERATIONS WITH A CAMAC BASED TOTAL ON TIME INTERLOCK by D.S. BAGGEST, J.D. BROESCH, and J.C. PHILLIPS NOVEMBER 1999 DISCLAIMER This report was prepared

More information

Product Range Electronic Units

Product Range Electronic Units Pyramid Technical Consultants, Inc. 1050 Waltham Street Suite 200 Lexington, MA 02421 TEL: +1 781 402-1700 TEL (UK): +44 1273 492001 FAX: (781) 402-1750 EMAIL: SUPPORT@PTCUSA.COM Product Range Electronic

More information

Introduction of USRP and Demos. by Dong Han & Rui Zhu

Introduction of USRP and Demos. by Dong Han & Rui Zhu Introduction of USRP and Demos by Dong Han & Rui Zhu Introduction USRP(Universal Software Radio Peripheral ): A computer-hosted software radio, which is commonly used by research labs, universities. Motherboard

More information

Diagnostic development to measure parallel wavenumber of lower hybrid waves on Alcator C-Mod

Diagnostic development to measure parallel wavenumber of lower hybrid waves on Alcator C-Mod Diagnostic development to measure parallel wavenumber of lower hybrid waves on Alcator C-Mod S. G. Baek, T. Shinya*, G. M. Wallace, S. Shiraiwa, R. R. Parker, Y. Takase*, D. Brunner MIT Plasma Science

More information

FlexDDS-NG DUAL. Dual-Channel 400 MHz Agile Waveform Generator

FlexDDS-NG DUAL. Dual-Channel 400 MHz Agile Waveform Generator FlexDDS-NG DUAL Dual-Channel 400 MHz Agile Waveform Generator Excellent signal quality Rapid parameter changes Phase-continuous sweeps High speed analog modulation Wieserlabs UG www.wieserlabs.com FlexDDS-NG

More information

AirScope Spectrum Analyzer User s Manual

AirScope Spectrum Analyzer User s Manual AirScope Spectrum Analyzer Manual Revision 1.0 October 2017 ESTeem Industrial Wireless Solutions Author: Date: Name: Eric P. Marske Title: Product Manager Approved by: Date: Name: Michael Eller Title:

More information

Final Report (Group 15-22)

Final Report (Group 15-22) Group 15-22 Ultrasound Imaging 1 Final Report (Group 15-22) Ultrasound Imaging System Project members Advisor and Client: Timothy Bigelow bigelow@iastate.edu Aaron Tainter (Programming) atainter@iastate.edu

More information

Installation of 84-GHz, 500-kW KSTAR ECH system

Installation of 84-GHz, 500-kW KSTAR ECH system Korea Superconducting Tokamak Advanced Research Sample image2 Sample image3 Installation of 84-GHz, 500-kW KSTAR ECH system 정진현, 박승일, 조무현, 남궁원포항공과대학교 배영순, 한원순, 안상진국가핵융합연구소 2007 년도한국물리학회추계학술논문발표회 October

More information

RF Physics: Status and Plans

RF Physics: Status and Plans RF Physics: Status and Plans Program Advisory Committee meeting February 6-7, 2002 S. J. Wukitch Outline: 1. Overview of RF Physics issues 2. Review of antenna performance and near term modifications.

More information

2. Composing and characteristics of EAST

2. Composing and characteristics of EAST Overview Progress and Future Plan of EAST project Yuanxi Wan, Jiangang Li, Peide Weng and EAST, GA, PPPL team Institute of Plasma Physics, Chinese Academy of Sciences P. O. Box 1126 Hefei Anhui 230031

More information

Department of Physics and Astronomy

Department of Physics and Astronomy Report 201 /07 201., R. Wedberg, K. Gajewski Department of Physics and Astronomy P.O. Box 516 SE 751 20 Uppsala Sweden Papers in the FREIA Report Series are published on internet in PDF- formats. Download

More information

Heterodyne Sweeping Radiometer

Heterodyne Sweeping Radiometer 46 Robezu str. LV-1004 Riga, Latvia Fax: +371-7-065102 Mm-wave Division in St. Petersburg, Russia Fax: +7-812- 326-10-60 Tel: +7-812-326-59-24 E-mail: ivanovph@nnz.ru Heterodyne Sweeping Radiometer Operation

More information

High Power RF and Microwave Sources for Fusion Reactors and their Safety Aspects

High Power RF and Microwave Sources for Fusion Reactors and their Safety Aspects High Power RF and Microwave Sources for Fusion Reactors and their Safety Aspects S.V. Kulkarni and RF Group Institute for Plasma Research Bhat, Gandhinagar 382 428 Plan of Talk Introduction to Fusion Reactor

More information

A REGULATED POWER SUPPLY FOR THE FILAMENTS OF A HIGH POWER GYROTRON

A REGULATED POWER SUPPLY FOR THE FILAMENTS OF A HIGH POWER GYROTRON GA A23549 A REGULATED POWER SUPPLY FOR THE FILAMENTS OF A HIGH POWER GYROTRON by S. DELAWARE, R.A. LEGG, and S.G.E. PRONKO DECEMBER 2000 DISCLAIMER This report was prepared as an account of work sponsored

More information

Status Alcator C-Mod Engineering Systems. DoE Quarterly Review October 27, 2005

Status Alcator C-Mod Engineering Systems. DoE Quarterly Review October 27, 2005 Status Alcator C-Mod Engineering Systems DoE Quarterly Review October 27, 2005 1 Outline Run campaign Up-to-Air Machine Status Lower Hybrid Cryopump Tungsten Tiles Schedule/Plans 2 FY2005 Run Campaign

More information

CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION)

CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION) 147 CHAPTER 6 EMI EMC MEASUREMENTS AND STANDARDS FOR TRACKED VEHICLES (MIL APPLICATION) 6.1 INTRODUCTION The electrical and electronic devices, circuits and systems are capable of emitting the electromagnetic

More information

Design and R&D for an ECRH Power Supply and Power Modulation System on JET

Design and R&D for an ECRH Power Supply and Power Modulation System on JET EFDA JET CP(02)05/28 A.B. Sterk, A.G.A. Verhoeven and the ECRH team Design and R&D for an ECRH Power Supply and Power Modulation System on JET . Design and R&D for an ECRH Power Supply and Power Modulation

More information

High power, digitally controlled, efficient, RF designs and solutions. Introduction to Nautel and NS Series LF High Power Amplifier

High power, digitally controlled, efficient, RF designs and solutions. Introduction to Nautel and NS Series LF High Power Amplifier High power, digitally controlled, efficient, RF designs and solutions Introduction to Nautel and NS Series LF High Power Amplifier SONAR Applications About Nautel 42 Years 250 employees 40 designers/engineers

More information

Data Acquisition System for the Angra Project

Data Acquisition System for the Angra Project Angra Neutrino Project AngraNote 012-2009 (Draft) Data Acquisition System for the Angra Project H. P. Lima Jr, A. F. Barbosa, R. G. Gama Centro Brasileiro de Pesquisas Físicas - CBPF L. F. G. Gonzalez

More information

Electromagnetic Field Simulation for ICRF Antenna and Comparison with Experimental Results in LHD

Electromagnetic Field Simulation for ICRF Antenna and Comparison with Experimental Results in LHD Electromagnetic Field Simulation for ICRF Antenna and Comparison with Experimental Results in LHD Takashi MUTOH, Hiroshi KASAHARA, Tetsuo SEKI, Kenji SAITO, Ryuhei KUMAZAWA, Fujio SHIMPO and Goro NOMURA

More information

Measurements of Mode Converted ICRF Waves with Phase Contrast Imaging in Alcator C-Mod

Measurements of Mode Converted ICRF Waves with Phase Contrast Imaging in Alcator C-Mod Measurements of Mode Converted ICRF Waves with Phase Contrast Imaging in Alcator C-Mod N. Tsujii, M. Porkolab, E.M. Edlund, L. Lin, Y. Lin, J.C. Wright, S.J. Wukitch MIT Plasma Science and Fusion Center

More information

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Fong Mak, Ram Sundaram, Varun Santhaseelan, and Sunil Tandle Gannon University, mak001@gannon.edu,

More information

Datasheet C400. Four Channel Pulse Counting Detector Controller

Datasheet C400. Four Channel Pulse Counting Detector Controller Four Channel Pulse Counting Detector Controller Features Four independent channels with fast discriminators, scalers, preamp power and high voltage. Able to control photomultipliers and APDs. 10 nsec pulse

More information

Wall Conditioning Strategy for Wendelstein7-X. H.P. Laqua, D. Hartmann, M. Otte, D. Aßmus

Wall Conditioning Strategy for Wendelstein7-X. H.P. Laqua, D. Hartmann, M. Otte, D. Aßmus Wall Conditioning Strategy for Wendelstein7-X H.P. Laqua, D. Hartmann, M. Otte, D. Aßmus 1 Outline 1. Physics background 2. Experience from different experiments (LHD, Wega. Tore Supra) 3. Strategy for

More information

Resonator System for the BEST 70MeV Cyclotron

Resonator System for the BEST 70MeV Cyclotron Resonator System for the BEST 70MeV Cyclotron 20 nd International Conference on Cyclotrons and their Applications Vancouver, Canada, September 16-20, 2013 Vasile Sabaiduc, Dipl. Eng. Accelerator Technology

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

EISCAT_3D: Preparation for Production EISCAT3D_PfP

EISCAT_3D: Preparation for Production EISCAT3D_PfP EISCAT_3D: Preparation for Production EISCAT3D_PfP Deliverable D2.2 Test plan for the Test Sub-array Work Package 2 Coordination and Outreach Leading Beneficiary: EISCAT Scientific Association Authors

More information

What the LSA1000 Does and How

What the LSA1000 Does and How 2 About the LSA1000 What the LSA1000 Does and How The LSA1000 is an ideal instrument for capturing, digitizing and analyzing high-speed electronic signals. Moreover, it has been optimized for system-integration

More information

GA A22338 A HYBRID DIGITAL-ANALOG LONG PULSE INTEGRATOR

GA A22338 A HYBRID DIGITAL-ANALOG LONG PULSE INTEGRATOR GA A22338 A HYBRID DIGITAL-ANALOG LONG PULSE INTEGRATOR by E.J. STRAIT, J.D. BROESCH, R.T. SNIDER, and M.L. WALKER MAY 1996 GA A22338 A HYBRID DIGITAL-ANALOG LONG PULSE INTEGRATOR by E.J. STRAIT, J.D.

More information

Study of Plasma Equilibrium during the AC Current Reversal Phase on the STOR-M Tokamak

Study of Plasma Equilibrium during the AC Current Reversal Phase on the STOR-M Tokamak 1 Study of Plasma Equilibrium during the AC Current Reversal Phase on the STOR-M Tokamak C. Xiao 1), J. Morelli 1), A.K. Singh 1, 2), O. Mitarai 3), T. Asai 1), A. Hirose 1) 1) Department of Physics and

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/9/2017 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Upgrade of the ICRF Fault and Control Systems On Alcator C-Mod

Upgrade of the ICRF Fault and Control Systems On Alcator C-Mod PSFC/JA-09-16 Upgrade of the ICRF Fault and Control Systems On Alcator C-Mod R. Murray, A. Kanojia, W. Burke, D. Terry, A. Binus, S. Wukitch, Y. Lin, W. Parkin June 2009 Plasma Science and Fusion Center

More information

Novel Approaches for Mitigating Plasma Disruptions and Runaway Electrons in Tokamak ADITYA

Novel Approaches for Mitigating Plasma Disruptions and Runaway Electrons in Tokamak ADITYA Novel Approaches for Mitigating Plasma Disruptions and Runaway Electrons in Tokamak ADITYA by R. L. Tanna Institute for Plasma Research, India (Contribution from ADITYA Team) 23-01-2015 25th IAEA/Fusion

More information

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL UCORE ELECTRONICS www.ucore-electronics.com 2017 Contents 1. Introduction... 2 2. Turn on or turn off... 3 3. Oscilloscope Mode... 4 3.1. Display Description...

More information

Real-time Systems in Tokamak Devices. A case study: the JET Tokamak May 25, 2010

Real-time Systems in Tokamak Devices. A case study: the JET Tokamak May 25, 2010 Real-time Systems in Tokamak Devices. A case study: the JET Tokamak May 25, 2010 May 25, 2010-17 th Real-Time Conference, Lisbon 1 D. Alves 2 T. Bellizio 1 R. Felton 3 A. C. Neto 2 F. Sartori 4 R. Vitelli

More information

Five years of operational experience with digitally controlled Power Supplies for beam control at the Paul Scherrer Institut (PSI)

Five years of operational experience with digitally controlled Power Supplies for beam control at the Paul Scherrer Institut (PSI) Five years of operational experience with digitally controlled Power Supplies for beam control at the Paul Scherrer Institut (PSI) Keywords F. Jenni, R. Künzi, A. Lüdeke 1, L. Tanner 2 PSI, Paul Scherrer

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. June 2018 R2.2.2 v2

Customer Programming Software RG-1000e (CPS RG-1000e) User Guide. June 2018 R2.2.2 v2 Customer Programming Software RG-1000e (CPS RG-1000e) User Guide June 2018 R2.2.2 v2 Table of Contents Table of Contents Foreword 3 Revision history 4 Introduction 5 1. RG-1000e Customer Programming Software

More information

DC 4Q POWER AMPLIFIER 200kW 2 RANGES HIGH POWER RS232

DC 4Q POWER AMPLIFIER 200kW 2 RANGES HIGH POWER RS232 PERFORMANCES High accuracy High stability Fast transients High inrush current facilities Very low noise Very low output impedance Quadrant change without transition Power analyzer included Reverse polarity

More information

A NEW GENERATION PROGRAMMABLE PHASE/AMPLITUDE MEASUREMENT RECEIVER

A NEW GENERATION PROGRAMMABLE PHASE/AMPLITUDE MEASUREMENT RECEIVER GENERAL A NEW GENERATION PROGRAMMABLE PHASE/AMPLITUDE MEASUREMENT RECEIVER by Charles H. Currie Scientific-Atlanta, Inc. 3845 Pleasantdale Road Atlanta, Georgia 30340 A new generation programmable, phase-amplitude

More information

High Performance Computing for Plasma Control

High Performance Computing for Plasma Control High Performance Computing for Plasma Control L.Giannone, R.Fischer, J.C.Fuchs, K.Lackner, P.J.McCarthy, A.Scarabosio, W.Treutterer, T.Eich, A.Kallenbach, M.Maraschek, A.Mlynek, G.Neu, R.Preuss, M.Reich,

More information

System Board 6219 MAXREFDES89#: MAX14871 Full-Bridge DC Motor Driver MBED Shield

System Board 6219 MAXREFDES89#: MAX14871 Full-Bridge DC Motor Driver MBED Shield System Board 6219 MAXREFDES89#: MAX14871 Full-Bridge DC Motor Driver MBED Shield Introduction Brushed DC motors provide cost-effective, convenient motion in many applications ranging from electric toothbrushes

More information

Slide Title. Bulleted Text

Slide Title. Bulleted Text Slide Title 1 Slide Outline Title Brief view of the C-AD Complex Review of the RHIC LLRF Upgrade Platform Generic Implementation of a Feedback Loop RHIC Bunch by Bunch Longitudinal Damper Cavity Controller

More information

Outline: The work leading to this presentation has been funded partially by Fusion for Energy under the contract F4E-OFC-280.

Outline: The work leading to this presentation has been funded partially by Fusion for Energy under the contract F4E-OFC-280. 11th IAEA TM 2017 GREIFSWALD Instrumentation and Control for the Neutral Beam Test Facility A.Luchetta 1, G.Manduchi 1, C.Taliercio 1, A.Rigoni 1, N.Pomaro 1, S.Dal Bello 1, M.Battistella 1, L.Grando 1,

More information

Status Report on Time and Frequency Activities at CSIR-NPL India

Status Report on Time and Frequency Activities at CSIR-NPL India Status Report on Time and Frequency Activities at CSIR-NPL India (APMP -TCTF 2016) S. Panja, A. Agarwal, D. Chadha, P. Arora, P. Thorat, S. De, S. Yadav, P. Kandpal, M. P. Olaniya and V. N. Ojha (Da Nang,

More information

DRTS 66 The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters

DRTS 66 The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters The new generation of advanced test equipments for Relays, Energy meters, Transducers and Power quality meters Testing all relay technologies: electromechanical, solid state, numerical and IEC61850 Manual

More information

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System

Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Generation of Gaussian Pulses using FPGA for Simulating Nuclear Counting System Mohaimina Begum Md. Abdullah Al Mamun Md. Atiar Rahman Sabiha Sattar Abstract- Nuclear radiation counting system is used

More information

Development of C-Mod FIR Polarimeter*

Development of C-Mod FIR Polarimeter* Development of C-Mod FIR Polarimeter* P.XU, J.H.IRBY, J.BOSCO, A.KANOJIA, R.LECCACORVI, E.MARMAR, P.MICHAEL, R.MURRAY, R.VIEIRA, S.WOLFE (MIT) D.L.BROWER, W.X.DING (UCLA) D.K.MANSFIELD (PPPL) *Supported

More information

A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION IN SCINTILLATORS

A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION IN SCINTILLATORS 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, PO2.041-4 (2005) A NOVEL FPGA-BASED DIGITAL APPROACH TO NEUTRON/ -RAY PULSE ACQUISITION AND DISCRIMINATION

More information

On the Design of Software and Hardware for a WSN Transmitter

On the Design of Software and Hardware for a WSN Transmitter 16th Annual Symposium of the IEEE/CVT, Nov. 19, 2009, Louvain-La-Neuve, Belgium 1 On the Design of Software and Hardware for a WSN Transmitter Jo Verhaevert, Frank Vanheel and Patrick Van Torre University

More information

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Angelo Zucchetti Advantest angelo.zucchetti@advantest.com Introduction Presented in this article is a technique for generating

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

More information

Implementing Audio Digital Feedback Loop Using the National Instruments RIO System

Implementing Audio Digital Feedback Loop Using the National Instruments RIO System Implementing Audio Digital Feedback Loop Using the National Instruments RIO System G. Huang, J. M. Byrd LBNL. One cyclotron Rd. Berkeley,CA,94720 Abstract. Development of system for high precision RF distribution

More information

Open Source Software Defined Radio Platform for GNSS Recording, Simulation and Tracking

Open Source Software Defined Radio Platform for GNSS Recording, Simulation and Tracking Open Source Software Defined Radio Platform for GNSS Recording, Simulation and Tracking ION GNSS+ 2013 Session E3: Software Receivers September 19, 2013 Alison Brown NAVSYS Corporation Colorado Springs,

More information

FM TRANSMITTER 5kW-10kW

FM TRANSMITTER 5kW-10kW BLUE SERIES TOUCH SCREEN FM TRANSMITTER 5kW-10kW LATEST HIGH EFFICIENCY TECHNOLOGY Blue Series Technical Data The new Blue FM Transmitters Series sets ultimate features by the evolution of RF technologies.

More information

400 W up to 21,000 W 260 V up to 440 V 3 A up to 100 A. Electronic Load ZSAC

400 W up to 21,000 W 260 V up to 440 V 3 A up to 100 A. Electronic Load ZSAC 400 W up to 21,000 W 260 V up to 440 V 3 A up to 100 A Electronic Load Electronic AC Loads, Interface overview RS-232 USB GPIB LAN System bus Analog X Analog isolated X Standard ption / not available 4226

More information

Improved core transport triggered by off-axis ECRH switch-off on the HL-2A tokamak

Improved core transport triggered by off-axis ECRH switch-off on the HL-2A tokamak Improved core transport triggered by off-axis switch-off on the HL-2A tokamak Z. B. Shi, Y. Liu, H. J. Sun, Y. B. Dong, X. T. Ding, A. P. Sun, Y. G. Li, Z. W. Xia, W. Li, W.W. Xiao, Y. Zhou, J. Zhou, J.

More information

22 kw 4Q POWER AMPLIFIER RS232

22 kw 4Q POWER AMPLIFIER RS232 22 kw 4Q POWER AMPLIFIER PERFORMANCES High accuracy High stability Fast transients High inrush current facilities Very low noise Very low output impedance Quadrant change without transition Power analyzer

More information

VEPP-2000 COLLIDER CONTROL SYSTEM*

VEPP-2000 COLLIDER CONTROL SYSTEM* VEPP-00 COLLIDER CONTROL SYSTEM* A.Senchenko 1,#, D.Berkaev 1,2, O.Gorbatenko 1, A.Kasaev 1, I.Koop 1,2, V.Kozak 1, A.Kyrpotin 1, A. Lysenko 1, Yu. Rogovsky 1,2, A.Romanov 1, P. Shatunov 1, A. Stankevich

More information

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual IT-24 RigExpert 2.4 GHz ISM Band Universal Tester User s manual Table of contents 1. Description 2. Specifications 3. Using the tester 3.1. Before you start 3.2. Turning the tester on and off 3.3. Main

More information

Helicon Wave Current Drive in KSTAR Plasmas

Helicon Wave Current Drive in KSTAR Plasmas Daejeon Helicon Wave Current Drive in KSTAR Plasmas S. J. Wanga, H. J. Kima, Jeehyun Kima, V. Vdovinb, B. H. Parka, H. H. Wic, S. H. Kimd, and J. G. Kwaka anational Fusion Research Institute, Daejeon,

More information

H. Y. Lee, J. W. Lee, J. G. Jo, J. Y. Park, S. C. Kim, J. I. Wang, J. Y. Jang, S. H. Kim, Y. S. Na, Y. S. Hwang

H. Y. Lee, J. W. Lee, J. G. Jo, J. Y. Park, S. C. Kim, J. I. Wang, J. Y. Jang, S. H. Kim, Y. S. Na, Y. S. Hwang Study on EBW assisted start-up and heating experiments via direct XB mode conversion from low field side injection in VEST H. Y. Lee, J. W. Lee, J. G. Jo, J. Y. Park, S. C. Kim, J. I. Wang, J. Y. Jang,

More information

Physics Experiment N -17. Lifetime of Cosmic Ray Muons with On-Line Data Acquisition on a Computer

Physics Experiment N -17. Lifetime of Cosmic Ray Muons with On-Line Data Acquisition on a Computer Introduction Physics 410-510 Experiment N -17 Lifetime of Cosmic Ray Muons with On-Line Data Acquisition on a Computer The experiment is designed to teach the techniques of particle detection using scintillation

More information

Presented by Rob La Haye. on behalf of Francesco Volpe. at the 4 th IAEA-TM on ECRH for ITER

Presented by Rob La Haye. on behalf of Francesco Volpe. at the 4 th IAEA-TM on ECRH for ITER Locked Neoclassical Tearing Mode Control on DIII-D by ECCD and Magnetic Perturbations Presented by Rob La Haye General Atomics, San Diego (USA) on behalf of Francesco Volpe Max-Planck Gesellschaft (Germany)

More information

ORCSM: Online Remote Controlling And Status Monitoring of DWR

ORCSM: Online Remote Controlling And Status Monitoring of DWR ORCSM: Online Remote Controlling And Status Monitoring of DWR Ashwini D N M.Tech(CSE) IV sem VTU-CPGS Bangalore, India Shalini S Kumar M.Tech(CSE) IV sem VTU-CPGS Bangalore, India Abstract ORCSM is the

More information

RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES

RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES RAPID CONTROL PROTOTYPING FOR ELECTRIC DRIVES Lukáš Pohl Doctoral Degree Programme (2), FEEC BUT E-mail: xpohll01@stud.feec.vutbr.cz Supervised by: Petr Blaha E-mail: blahap@feec.vutbr.cz Abstract: This

More information

TI2863 Complete Documentation. Internet Transceiver Controller. 1. Device purpose. 2. Device configuration. TI2863 Internet Transceiver Controller

TI2863 Complete Documentation. Internet Transceiver Controller. 1. Device purpose. 2. Device configuration. TI2863 Internet Transceiver Controller TI2863 Complete Documentation Internet Transceiver Controller 1. Device purpose This Internet Transceiver Controller will achieve the controlling the transceiver from the remote PC and VoIP session initiate.

More information

Version Futek Instruments, LLC

Version Futek Instruments, LLC FT_ez_DAQ User s Manual Version 2.0.0 Futek Instruments, LLC Table of Contents 1. Introduction... 3 2. System Requirements... 3 3. Software Installation... 4 3.1 Application software and USB driver installation...

More information

($E.. DISCLAIMER. b C

($E.. DISCLAIMER. b C ? DISCLAIMER ($E.. This report was prepared as an accouht of work sponsored by an agency of the United States Government. Neither the United States Government nor any agency thereof, nor any of their employees,

More information

BitScope Micro - a mixed signal test & measurement system for Raspberry Pi

BitScope Micro - a mixed signal test & measurement system for Raspberry Pi BitScope Micro - a mixed signal test & measurement system for Raspberry Pi BS BS05U The BS05U is a fully featured mixed signal test & measurement system. A mixed signal scope in a probe! 20 MHz Bandwidth.

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information