CN110941461B - Parameter configuration terminal of business processing software - Google Patents

Parameter configuration terminal of business processing software Download PDF

Info

Publication number
CN110941461B
CN110941461B CN201911171404.6A CN201911171404A CN110941461B CN 110941461 B CN110941461 B CN 110941461B CN 201911171404 A CN201911171404 A CN 201911171404A CN 110941461 B CN110941461 B CN 110941461B
Authority
CN
China
Prior art keywords
parameter configuration
data
sampling
service
storage unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911171404.6A
Other languages
Chinese (zh)
Other versions
CN110941461A (en
Inventor
江峰
李缙航
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Chuangzhi Intellectual Property Operation Service Co ltd
Original Assignee
Hangzhou Haozhi Tiancheng Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Haozhi Tiancheng Information Technology Co ltd filed Critical Hangzhou Haozhi Tiancheng Information Technology Co ltd
Priority to CN201911171404.6A priority Critical patent/CN110941461B/en
Publication of CN110941461A publication Critical patent/CN110941461A/en
Application granted granted Critical
Publication of CN110941461B publication Critical patent/CN110941461B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the technical field of parameter configuration, in particular to a parameter configuration terminal of service processing software. The system comprises a service data acquisition unit, a cache storage unit and a parameter configuration management unit, wherein the service data acquisition unit is used for collecting sampled service data; the buffer memory storage unit is used for reading the sampling data sent by the service data acquisition unit; the parameter configuration management unit is used for storing parameter configuration data and matching the matched parameter configuration according to the sampling data. In the parameter configuration terminal of the service processing software, a service data acquisition unit is designed to acquire service data in multiple ways, so that the acquisition rate is improved, synchronous transmission is realized, acquisition information loss is avoided, a cache storage unit is designed, multiple ways of parallel buffering is adopted, the buffering load is reduced, the data processing efficiency is improved, a parameter configuration management unit is designed, and the parameter configuration is rapidly realized according to parameter configuration matched and matched with sampling data.

Description

Parameter configuration terminal of business processing software
Technical Field
The invention relates to the technical field, in particular to a parameter configuration terminal of service processing software.
Background
The operation of the service processing software is based on parameter configuration operation, and due to the fact that the service software is various in processing, buffering load is serious, service data sampling efficiency is low, meanwhile, information is easy to lose during sampling, sampling data is incomplete, and meanwhile, the speed of software operation is affected due to the fact that the parameter configuration is not adapted.
Disclosure of Invention
The invention aims to provide a parameter configuration terminal of service processing software so as to solve the problems in the background technology.
In order to achieve the above purpose, the present invention provides a parameter configuration terminal of service processing software, which comprises a service data acquisition unit, a cache storage unit and a parameter configuration management unit, wherein the service data acquisition unit is used for collecting sampled service data and sending the sampled data into the cache storage unit; the cache storage unit is used for reading the sampling data sent by the service data acquisition unit and storing the sampling data; the parameter configuration management unit is used for storing parameter configuration data and matching the matched parameter configuration according to the sampling data.
Preferably, the sampling data of the service data acquisition unit includes the following steps:
s1.1, generating a sampling signal: the service processing signal is sampled by the AD controller after being conditioned, and a sampling signal is generated;
s1.2, generating a trigger signal: monitoring the sampling signal by adopting a trigger and generating a trigger signal;
s1.3, data packaging: the AD controller performs data packaging by combining GPS time data;
s1.4, data transmission: and transmitting the packed data into a cache storage unit.
Preferably, in S1.1, the method for generating a sampling signal includes the steps of:
s1.1.1, discretizing the continuous signal by using a unit pulse sequence function to obtain a sampling signal, wherein the unit pulse sequence function is as follows:
s1.1.2 the sampling signal is converted into a signal which keeps constant between two continuous sampling moments by adopting a zero-order retainer, namely, in the T epsilon [ nT, (n+1) T ] interval, the output value of the zero-order retainer is always kept as x (nT);
s1.1.3, sampling is performed by using an AD controller, and a sampling signal is generated.
Preferably, the cache storage unit adopts multi-channel cache, and the method comprises the following steps:
s2.1, performing memory reading, performing an analysis request, and performing basic read-write operation of the SRAM;
s2.2, receiving a write instruction, assigning the address and the data to an IO port of the SRAM, and executing write operation;
s2.3, executing a read instruction, performing address assignment, and writing the output value of the SRAM into a data FIFO.
Preferably, the parameter configuration management unit comprises a parameter configuration database and a parameter configuration matching module, wherein the parameter configuration database is used for storing parameter configuration information; the parameter configuration matching module is used for matching the parameter configuration information.
Preferably, the step of establishing the parameter configuration database is as follows:
s3.1, downloading and installing JDK;
s3.2, configuring environment variables;
s3.3, verifying whether the JDK is successfully installed;
s3.4, respectively setting/etc/hots and/etc/hostname;
s3.5, installing OpenSSH, and configuring SSH password-free login;
s3.6, configuring Hadoop files of two hosts;
s3.7, formatting an input command, formatting a hadoop file system HDFS, and inputting all process starting commands;
s3.8, logging in a parameter configuration database;
and S3.9, adding parameter configuration information data in the parameter configuration database.
Compared with the prior art, the invention has the beneficial effects that:
1. in the parameter configuration terminal of the service processing software, a service data acquisition unit is designed to acquire service data in multiple ways, so that the acquisition rate is improved, synchronous transmission is realized, and acquisition information loss is avoided.
2. In the parameter configuration terminal of the service processing software, a cache storage unit is designed, and multiple paths of parallel buffering is adopted, so that the buffering load is reduced, and the data processing efficiency is improved.
3. In the parameter configuration terminal of the service processing software, a parameter configuration management unit is designed, and the parameter configuration is quickly realized according to the parameter configuration matched and matched with the sampling data.
Drawings
FIG. 1 is a block diagram of a sample data flow in accordance with the present invention;
FIG. 2 is a block diagram of a flow chart for generating a sampling signal according to the present invention;
FIG. 3 is a block diagram of a multi-channel cache flow in accordance with the present invention;
FIG. 4 is a block diagram of a parameter configuration database creation process according to the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1-4, the present invention provides a technical solution:
the invention provides a parameter configuration terminal of service processing software, which comprises a service data acquisition unit, a cache storage unit and a parameter configuration management unit, wherein the service data acquisition unit is used for collecting sampled service data and sending the sampled data into the cache storage unit; the cache storage unit is used for reading the sampled data sent by the service data acquisition unit and storing the sampled data; the parameter configuration management unit is used for storing parameter configuration data and matching the matched parameter configuration according to the sampling data.
In this embodiment, the sampling data of the service data acquisition unit includes the following steps:
s1.1, generating a sampling signal: the service processing signal is sampled by the AD controller after being conditioned, and a sampling signal is generated;
s1.2, generating a trigger signal: monitoring the sampling signal by adopting a trigger and generating a trigger signal;
s1.3, data packaging: the AD controller performs data packaging by combining GPS time data;
s1.4, data transmission: and transmitting the packed data into a cache storage unit.
The service processing signals are conditioned and collected by a multiplexer MUX36D04, and the signals are transmitted to an impedance transformer to realize impedance matching.
Further, in S1.1, the method for generating a sampling signal includes the following steps:
s1.1.1, discretizing the continuous signal by using a unit pulse sequence function to obtain a sampling signal, wherein the unit pulse sequence function is as follows:
s1.1.2 the sampling signal is converted into a signal which keeps constant between two continuous sampling moments by adopting a zero-order retainer, namely, in the T epsilon [ nT, (n+1) T ] interval, the output value of the zero-order retainer is always kept as x (nT);
s1.1.3, sampling is performed by using an AD controller, and a sampling signal is generated.
It is worth to describe that the cache memory unit adopts multi-channel cache, the method includes the following steps:
s2.1, performing memory reading, performing an analysis request, and performing basic read-write operation of the SRAM;
s2.2, receiving a write instruction, assigning the address and the data to an IO port of the SRAM, and executing write operation;
s2.3, executing a read instruction, performing address assignment, and writing the output value of the SRAM into a data FIFO.
The embodiment converts the time division multiplexing serial operation of the pre-trigger buffer into 3 parts of request generation, arbitration processing and basic read-write parallel execution, can reduce the idle operation time of an SRAM port, reduces the SRAM control circuits of 8 pre-trigger buffers to 1 basic control circuit, and reduces the waste of hardware resources and the delay of a data transmission line.
Specifically, the parameter configuration management unit comprises a parameter configuration database and a parameter configuration matching module, wherein the parameter configuration database is used for storing parameter configuration information; the parameter configuration matching module is used for matching the parameter configuration information.
The parameter configuration database is established as follows:
s3.1, downloading and installing JDK, wherein the specific flow is as follows:
(1) the JDK installation directory is/usr/lib/jvm, this folder is created, and the command is input at the terminal:
mkdir/usr/lib/jvm;
(2) move jdk to/usr/lib/jvm and decompress, then delete the install package to save space, command:
mv jdk--7u51-linux-x64.tar.gz/usr/lib/jvm;
tar–zxvf jdk--7u51-linux-x64.tar.gz;
rm–rf jdk--7u51-linux-x64.tar.gz;
s3.2, configuring environment variables, wherein the configuration is named as: sudo gel/etc/profile;
s3.3, verifying whether the JDK is successfully installed, wherein the steps are as follows:
(1) input command: if java version information appears, the next step is carried out;
(2) the following commands need to be input for manual setting:
sudoupdate-alternatives–install/usr/bin/java java/usr/lib/jvm/jdk1.7.0-51/bin/java 300
sudoupdatealternativesinstall/usr/bin/javacjavac/usr/lib/jvm/jdk1.7.0_51/javac300
sudo update-alternatives–config java;
s3.4, respectively setting/etc/hots and/etc/hostname;
s3.5, installing OpenSSH, and configuring SSH password-free login;
s3.6, configuring Hadoop files of two hosts, wherein the steps are as follows:
(1) confirm that the connection is on the internet, input command: sudo apt-get instrument intrinsic ssh;
(2) configured to log in to a host without password, input command: ssh-keygen-t dsa-P '' -f-/. Ssh/id_dsa;
(3) verifying whether ssh has been installed successfully, and inputting a command: ssh-version;
s3.7, formatting an input command, formatting a hadoop file system HDFS, and inputting all process starting commands;
s3.8, logging in a parameter configuration database;
and S3.9, adding parameter configuration information data in the parameter configuration database.
The foregoing has shown and described the basic principles, principal features and advantages of the invention. It will be understood by those skilled in the art that the present invention is not limited to the above-described embodiments, and that the above-described embodiments and descriptions are only preferred embodiments of the present invention, and are not intended to limit the invention, and that various changes and modifications may be made therein without departing from the spirit and scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (3)

1. The parameter configuration terminal of the business processing software comprises a business data acquisition unit, a cache storage unit and a parameter configuration management unit, and is characterized in that: the service data acquisition unit is used for collecting sampled service data and sending the sampled data into the cache storage unit; the cache storage unit is used for reading the sampling data sent by the service data acquisition unit and storing the sampling data; the parameter configuration management unit is used for storing parameter configuration data and matching the matched parameter configuration according to the sampling data;
the sampling data of the service data acquisition unit comprises the following steps:
s1.1, generating a sampling signal: the service processing signals are processed and then sampled by an AD controller to generate sampling signals, wherein the AD controller is a multiplexer MUX36D04;
s1.1.1, discretizing the continuous signal by using a unit pulse sequence function to obtain a sampling signal, wherein the unit pulse sequence function is as follows:
s1.1.2 the sampling signal is converted into a signal which keeps constant between two continuous sampling moments by adopting a zero-order retainer, namely, in the T epsilon [ nT, (n+1) T ] interval, the output value of the zero-order retainer is always kept as x (nT);
s1.1.3, sampling by adopting an AD controller to generate a sampling signal;
s1.2, generating a trigger signal: monitoring the sampling signal by adopting a trigger and generating a trigger signal;
s1.3, data packaging: the AD controller performs data packaging by combining GPS time data;
s1.4, data transmission: transmitting the packed data into a cache storage unit;
the cache storage unit adopts multichannel cache, and the method comprises the following steps:
s2.1, performing memory reading, performing an analysis request, and performing basic read-write operation of the SRAM;
s2.2, receiving a write instruction, assigning the address and the data to an IO port of the SRAM, and executing write operation;
s2.3, executing a read instruction, performing address assignment, and writing the output value of the SRAM into a data FIFO.
2. The parameter configuration terminal of service processing software according to claim 1, wherein: the parameter configuration management unit comprises a parameter configuration database and a parameter configuration matching module, wherein the parameter configuration database is used for storing parameter configuration information; the parameter configuration matching module is used for matching the parameter configuration information.
3. The parameter configuration terminal of service processing software according to claim 2, wherein: the parameter configuration database is established as follows:
s3.1, downloading and installing JDK;
s3.2, configuring environment variables;
s3.3, verifying whether the JDK is successfully installed;
s3.4, respectively setting/etc/hots and/etc/hostname;
s3.5, installing OpenSSH, and configuring SSH password-free login;
s3.6, configuring Hadoop files of two hosts;
s3.7, formatting an input command, formatting a hadoop file system HDFS, and inputting all process starting commands;
s3.8, logging in a parameter configuration database;
and S3.9, adding parameter configuration information data in the parameter configuration database.
CN201911171404.6A 2019-11-26 2019-11-26 Parameter configuration terminal of business processing software Active CN110941461B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911171404.6A CN110941461B (en) 2019-11-26 2019-11-26 Parameter configuration terminal of business processing software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911171404.6A CN110941461B (en) 2019-11-26 2019-11-26 Parameter configuration terminal of business processing software

Publications (2)

Publication Number Publication Date
CN110941461A CN110941461A (en) 2020-03-31
CN110941461B true CN110941461B (en) 2023-08-04

Family

ID=69908714

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911171404.6A Active CN110941461B (en) 2019-11-26 2019-11-26 Parameter configuration terminal of business processing software

Country Status (1)

Country Link
CN (1) CN110941461B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6096094A (en) * 1997-10-03 2000-08-01 National Instruments Corporation Configuration manager for configuring a data acquisition system
CN1784657A (en) * 2003-05-08 2006-06-07 西门子公司 Method for adapting software
CN101807214A (en) * 2010-03-22 2010-08-18 湖南亿能电子科技有限公司 High-speed signal acquisition, storage and playback device based on FPGA
WO2014173338A1 (en) * 2013-07-18 2014-10-30 中兴通讯股份有限公司 Method for using sample point level accelerator for data processing, and sample point level accelerator
CN104541247A (en) * 2012-08-07 2015-04-22 超威半导体公司 System and method for tuning a cloud computing system
CN106546960A (en) * 2016-09-27 2017-03-29 山东省科学院自动化研究所 A kind of Radar IF Echo multi-mode Real-time Collection analysis system and method
CN107615379A (en) * 2015-06-10 2018-01-19 索尼公司 Signal processing apparatus, signal processing method and program
CN108072866A (en) * 2017-11-29 2018-05-25 上海无线电设备研究所 A kind of self-adapting multi-channel serial pulses compression control method
CN108881350A (en) * 2017-05-12 2018-11-23 深圳中软华泰信息技术有限公司 The authentic data acquisition method of facing cloud platform Trusting eBusiness
CN109558165A (en) * 2018-11-29 2019-04-02 广州市百果园信息技术有限公司 A kind of method for optimizing configuration, device, equipment and storage medium
CN109581016A (en) * 2018-11-07 2019-04-05 电子科技大学 A kind of random time equivalent sampling system
CN109739553A (en) * 2019-02-01 2019-05-10 深圳创维-Rgb电子有限公司 One parameter configuration method, device, terminal and storage medium
CN110489597A (en) * 2018-05-10 2019-11-22 华为技术有限公司 A kind of method and terminal device obtaining data

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AUPS173802A0 (en) * 2002-04-16 2002-05-23 Camms Pty Ltd Data collection system using remotely configurable scripting
US10360122B2 (en) * 2011-05-31 2019-07-23 Red Hat, Inc. Tracking cloud installation information using cloud-aware kernel of operating system
US10976978B2 (en) * 2017-05-18 2021-04-13 Rohde & Schwarz Gmbh & Co. Kg Electrical measurement device and method

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6096094A (en) * 1997-10-03 2000-08-01 National Instruments Corporation Configuration manager for configuring a data acquisition system
CN1784657A (en) * 2003-05-08 2006-06-07 西门子公司 Method for adapting software
CN101807214A (en) * 2010-03-22 2010-08-18 湖南亿能电子科技有限公司 High-speed signal acquisition, storage and playback device based on FPGA
CN104541247A (en) * 2012-08-07 2015-04-22 超威半导体公司 System and method for tuning a cloud computing system
WO2014173338A1 (en) * 2013-07-18 2014-10-30 中兴通讯股份有限公司 Method for using sample point level accelerator for data processing, and sample point level accelerator
CN107615379A (en) * 2015-06-10 2018-01-19 索尼公司 Signal processing apparatus, signal processing method and program
CN106546960A (en) * 2016-09-27 2017-03-29 山东省科学院自动化研究所 A kind of Radar IF Echo multi-mode Real-time Collection analysis system and method
CN108881350A (en) * 2017-05-12 2018-11-23 深圳中软华泰信息技术有限公司 The authentic data acquisition method of facing cloud platform Trusting eBusiness
CN108072866A (en) * 2017-11-29 2018-05-25 上海无线电设备研究所 A kind of self-adapting multi-channel serial pulses compression control method
CN110489597A (en) * 2018-05-10 2019-11-22 华为技术有限公司 A kind of method and terminal device obtaining data
CN109581016A (en) * 2018-11-07 2019-04-05 电子科技大学 A kind of random time equivalent sampling system
CN109558165A (en) * 2018-11-29 2019-04-02 广州市百果园信息技术有限公司 A kind of method for optimizing configuration, device, equipment and storage medium
CN109739553A (en) * 2019-02-01 2019-05-10 深圳创维-Rgb电子有限公司 One parameter configuration method, device, terminal and storage medium

Also Published As

Publication number Publication date
CN110941461A (en) 2020-03-31

Similar Documents

Publication Publication Date Title
WO2020191611A1 (en) Cross-clock domain synchronization circuit and method
CN113485962B (en) Log file storage method, device, equipment and storage medium
CN104408009A (en) System and method for acquiring, processing and verifying method multi-channel interference signal
CN112069261B (en) Data synchronization method, system, equipment and storage medium based on distributed system
CN103018514A (en) Virtual oscilloscope device based on sound card
CN110941461B (en) Parameter configuration terminal of business processing software
CN111475434A (en) Multi-level data acquisition method based on network on chip
CN111683310B (en) Networking type data acquisition and analysis system and method
Subramaniam et al. Ethernet based list processing controller for high speed data acquisition systems
US8126943B2 (en) Autonomic virtual log configuration
CN107564265B (en) LXI data acquisition unit for high-speed transmission and working method thereof
CN115687012A (en) Bus monitoring module, monitoring method and related equipment
CN113806277B (en) FPGA and DSP data transmission system based on SRIO protocol
US20040236982A1 (en) System and method for in-order queue draining
CN101650733B (en) Single-point login system as well as method and device for introducing individuation data
CN109460332B (en) SWraid detection method and detection system based on AEP memory technology
CN114416597A (en) Test case record generation method and device
CN112948268A (en) ECU software testing and calibration system based on INCA
CN110401586B (en) Bus communication method, device, equipment and readable storage medium
US10571989B2 (en) Low energy system for sensor data collection and measurement data sample collection method
CN104735824A (en) Data processing system
WO2023155257A1 (en) Delay parameter determination method and apparatus, storage medium and electronic device
US20100117624A1 (en) Network-distributed oscilloscope and method of operation thereof
CN101295236A (en) Automatic sound recording method, system and device
CN106649834A (en) Asynchronous transmission method, device and system of log data

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240124

Address after: Room 801-10, 2395 Chuangye Avenue, Huangpu District, Guangzhou City, Guangdong Province, 510700

Patentee after: Guangdong Chuangzhi Intellectual Property Operation Service Co.,Ltd.

Country or region after: China

Address before: 310000 room 1206b, building 1, No. 998, Wenyi West Road, Wuchang Street, Yuhang District, Hangzhou City, Zhejiang Province

Patentee before: Hangzhou Haozhi Tiancheng Information Technology Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right