A generic framework for data acquisition and transmission

  • Authors:
  • Wenruo Bai;Ningbo Wang;Junchao Zhu;Baofeng Zhang

  • Affiliations:
  • State Key Laboratory of Precision Measurement Technology and Instruments, Tianjin University, Tianjin 300072, PR China;Wind Power Technology Center of Gansu Electronic Power Company, Lanzhou 730050, PR China;Tianjin Key Laboratory for Control Theory and Applications in Complicated Systems, Tianjin University of Technology, Tianjin 300384, PR China;Tianjin Key Laboratory for Control Theory and Applications in Complicated Systems, Tianjin University of Technology, Tianjin 300384, PR China

  • Venue:
  • Advances in Engineering Software
  • Year:
  • 2014

Quantified Score

Hi-index 0.00

Visualization

Abstract

Online applications such as decision support systems depend on data collected from multiple sources. We develop a generic data acquisition and transmission framework by modularizing the repetitive functions. Other than data acquisition and distribution with necessary transformation, the framework can act as a middle storage when the sources cannot connect to the destination directly. We designed three types of data extractors to accommodate the data acquisition from the file system, the net protocol and the database. After being collected by the extractors, the data is processed by an assembler module, to fit the target's data structure. The data is inserted into the database by a loader module, which gets data from the assembler module. The assembler module and the loader module are controlled by a monitor and controller module. These modules are highly configurable and they form a 3-Level hierarchy. Taking advantage of modular design and shared library technique, the framework is extensible and flexible.