CN103514262A - Method for designing and querying FlexRay bus database - Google Patents

Method for designing and querying FlexRay bus database Download PDF

Info

Publication number
CN103514262A
CN103514262A CN201310355032.9A CN201310355032A CN103514262A CN 103514262 A CN103514262 A CN 103514262A CN 201310355032 A CN201310355032 A CN 201310355032A CN 103514262 A CN103514262 A CN 103514262A
Authority
CN
China
Prior art keywords
message
signal
node
definition
flexray bus
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.)
Pending
Application number
CN201310355032.9A
Other languages
Chinese (zh)
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.)
SHANGHAI GUTAI TECHNOLOGY Co Ltd
Original Assignee
SHANGHAI GUTAI 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 SHANGHAI GUTAI TECHNOLOGY Co Ltd filed Critical SHANGHAI GUTAI TECHNOLOGY Co Ltd
Priority to CN201310355032.9A priority Critical patent/CN103514262A/en
Publication of CN103514262A publication Critical patent/CN103514262A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a database system based on a FlexRay bus. The database system is formed by three data tables including a signal table, a message table and a node table, the signal table comprises all signal definitions in the network, the message table comprises all message definitions in the network, each message internally comprises a signal defined in the signal table, the node table comprises all node definitions in the network, each node internally comprises sent messages, the messages are defined in the message table, meanwhile, each node comprises the signals received by the node, and the signals are defined in the signal table.

Description

Design and the querying method in FlexRay bus data storehouse
Technical field
The present invention relates to the software systems of computer realm, particularly a kind of Database Systems based on FlexRay bus.
Background technology
FlexRay is a kind of high speed confirmability for automobile, the bus system that possesses failure tolerant, FlexRay is by transmission of information in definite time slot, and the failure tolerant on two passages and the transmission of redundant information, met the ever-increasing demand to the rate of information throughput especially failure tolerant and time determinability of new x-by-wire system thought.In the formulation of automobile FlexRay bus protocol and implementation process, the signal defining in FlexRay network, message and node need to be encapsulated in a database file, the data access of realization based on symbol, thereby simplification workflow, for the monitoring of FlexRay bus, emulation and test builds basis.
The FlexRay bus data storehouse of Ge great automobile vendor does not have unified standard at present, be much to manage based on excel spreadsheet lattice or even Word document the data that FlexRay is relevant, the problem of bringing is like this: 1, search and revise corresponding data and seem very difficult; 2, the machine that cannot realize FlexRay associated data files reads and analytical capabilities, is difficult to guarantee the robotization control based on FlexRay bus.
Summary of the invention
Object of the present invention, exactly in order to overcome the problem of preserving and accessing based on FlexRay bus data, build a distinct FlexRay bus data storehouse framework, relevant FlexRay data can be managed efficiently, simultaneously can be so that machine can automatically read this database file and carry out the robotization control based on FlexRay bus.
Concrete technical scheme provided by the invention is as follows:
Design and the querying method in FlexRay bus data storehouse, defined three kinds of tables of data at a lane database, is respectively signal list, message table and node table.
Design and the querying method in FlexRay bus data storehouse, the definition that described signal list has comprised all signals that may occur in whole network, comprises signal name, signal length, syllable sequence, minimax value, amplification factor, side-play amount, unit, signal annotation etc.
Design and the querying method in FlexRay bus data storehouse, the definition that described message table has comprised all messages that may occur in whole network, comprises message name, message identifier, message data length, message annotation etc.
Design and the querying method in FlexRay bus data storehouse, the definition that described node table has comprised all nodes that may occur in whole network, comprises nodename, node annotation etc.
Design and the querying method in FlexRay bus data storehouse, each message in described message table has all comprised and has contained signal within it, and all signals all can find definition in signal list.
Design and the querying method in FlexRay bus data storehouse, each node of described node table has all comprised the message of its transmission, with and the signal that receives, all signals and message all can find its definition in signal list and message table.
Design and the querying method in FlexRay bus data storehouse, the message identifier by appointment can find message to define in message table, thus each signal definition that finds message to contain.
Design and the querying method in FlexRay bus data storehouse, the node by appointment can find its all message lists that send, and can find its all signal lists that receive simultaneously, thus the list of constructing its all messages that receive.
Design and the querying method in FlexRay bus data storehouse, it is advantageous that, architecture definition clear and rational can automatically preserve by machine, be written into FlexRay database file, thereby inquire about and control based on symbol.
Accompanying drawing explanation
Fig. 1 is total Organization Chart in FlexRay bus data storehouse in the invention process method
Fig. 2 is the Organization Chart of signal list in the invention process method
Fig. 3 is the Organization Chart of message table in the invention process method
Fig. 4 is the Organization Chart of node table in the invention process method
In Fig. 1, signal list (101), message table (102), node table (103), FlexRay bus data library file (104)
In Fig. 2, independent signal (201)-(207), can define an independent signal arbitrarily in signal list (101)
In Fig. 3, independent message (301)-(302), can define an independent message arbitrarily in message table (102)
In Fig. 4, isolated node (401)-(402), can define an isolated node arbitrarily in node table (103)
Embodiment
In Fig. 1, create FlexRay bus data library file (104), in it, comprise signal list (101), message table (102) and node table (103).
In Fig. 2, in signal list (101), can define independent signal (201)-(207) arbitrarily.
In Fig. 3, in message table (102), can define independent message (301)-(302) arbitrarily, each message inside comprises the independent signal that it loads, such as independent message (301) has loaded independent signal (201)-(203); Independent message (302) has loaded independent signal (204)-(205).
In Fig. 4, in node table (103), can define isolated node (401)-(402) arbitrarily, each intra-node comprises its message list sending, and for example isolated node (401) sends independent message (301) and independent message (302); Isolated node (402) is containing sending message.
In Fig. 4, each intra-node also comprises the signal list that this node receives, and for example isolated node (401) inside is not containing received signal; Isolated node (402) inside comprises independent signal (206) and (207).

Claims (8)

  1. Design and the querying method in 1.FlexRay bus data storehouse, is characterized in that, at a lane database, defined three kinds of tables of data, is respectively signal list, message table and node table; The definition that signal list comprises signal in network, the definition that message table comprises message in network, message inside comprises signal, the definition of signal can be found from signal list, the definition that node table comprises network node, intra-node comprises its all messages that send, and the definition of message can be found from message table, intra-node comprises all signals that it receives simultaneously, and the definition of signal can be found from signal list.
  2. 2. design and the querying method in FlexRay bus data according to claim 1 storehouse, it is characterized in that, the definition that described signal list has comprised all signals that may occur in whole network, comprises signal name, signal length, syllable sequence, minimax value, amplification factor, side-play amount, unit, signal annotation.
  3. 3. design and the querying method in FlexRay bus data according to claim 1 storehouse, it is characterized in that, the definition that described message table has comprised all messages that may occur in whole network, comprises message name, message identifier, message data length, message annotation.
  4. 4. design and the querying method in FlexRay bus data according to claim 1 storehouse, is characterized in that, the definition that described node table has comprised all nodes that may occur in whole network comprises nodename, node annotation.
  5. 5. design and the querying method in FlexRay bus data according to claim 3 storehouse, is characterized in that, each message in described message table has all comprised and contained signal within it, and all signals all can find definition in signal list.
  6. 6. design and the querying method in FlexRay bus data according to claim 4 storehouse, it is characterized in that, each node of described node table has all comprised the message of its transmission, with and the signal that receives, all signals and message all can find its definition in signal list and message table.
  7. 7. design and the querying method in FlexRay bus data according to claim 5 storehouse, is characterized in that, the message identifier by appointment can find message to define in message table, thus each signal definition that finds message to contain.
  8. 8. design and the querying method in FlexRay bus data according to claim 6 storehouse, it is characterized in that, all message lists that node by appointment can find it to send, can find its all signal lists that receive simultaneously, thus the list of constructing its all messages that receive.
CN201310355032.9A 2013-08-14 2013-08-14 Method for designing and querying FlexRay bus database Pending CN103514262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310355032.9A CN103514262A (en) 2013-08-14 2013-08-14 Method for designing and querying FlexRay bus database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310355032.9A CN103514262A (en) 2013-08-14 2013-08-14 Method for designing and querying FlexRay bus database

Publications (1)

Publication Number Publication Date
CN103514262A true CN103514262A (en) 2014-01-15

Family

ID=49896986

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310355032.9A Pending CN103514262A (en) 2013-08-14 2013-08-14 Method for designing and querying FlexRay bus database

Country Status (1)

Country Link
CN (1) CN103514262A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110099033A (en) * 2018-01-30 2019-08-06 上海融聂电子科技有限公司 A kind of slave computer framework and the hardware Query method in real time in CANFD bus data library

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1607774A (en) * 2003-10-13 2005-04-20 上海燃料电池汽车动力系统有限公司 Method for describing vehicle-mounted CAN communication network with XML language
CN101222452A (en) * 2007-01-08 2008-07-16 福特全球技术公司 Wireless gateway apparatus and method for bridging data between vehicle and exterior data network
CN101283547A (en) * 2005-10-12 2008-10-08 株式会社自动网络技术研究所 On-vehicle database distribution node and on-vehicle database system
US20120136743A1 (en) * 2010-11-30 2012-05-31 Zonar Systems, Inc. System and method for obtaining competitive pricing for vehicle services

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1607774A (en) * 2003-10-13 2005-04-20 上海燃料电池汽车动力系统有限公司 Method for describing vehicle-mounted CAN communication network with XML language
CN101283547A (en) * 2005-10-12 2008-10-08 株式会社自动网络技术研究所 On-vehicle database distribution node and on-vehicle database system
CN101222452A (en) * 2007-01-08 2008-07-16 福特全球技术公司 Wireless gateway apparatus and method for bridging data between vehicle and exterior data network
US20120136743A1 (en) * 2010-11-30 2012-05-31 Zonar Systems, Inc. System and method for obtaining competitive pricing for vehicle services

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
蔡伟杰 等: ""整车CAN通信协议设计流程"", 《汽车电器》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110099033A (en) * 2018-01-30 2019-08-06 上海融聂电子科技有限公司 A kind of slave computer framework and the hardware Query method in real time in CANFD bus data library
CN110099033B (en) * 2018-01-30 2021-12-14 上海融聂电子科技有限公司 Lower frame mechanism

Similar Documents

Publication Publication Date Title
EP3701680B1 (en) Network slice configuration
US10284418B2 (en) Network switch management via embedded management controller using management information base (MIB) to JSON parser
CN104598376A (en) Data driving layered automation test system and method
CN104317928A (en) Service ETL (extraction-transformation-loading) method and service ETL system both based on distributed database
US10938868B2 (en) Application service integration
US10956667B2 (en) Operational transformations proxy for thin clients
US10354343B2 (en) Automated process control hardware engineering using schema-represented requirements
CN108304473A (en) Data transmission method between data source and system
CN103870274A (en) Visual development assembly for realizing data interaction between heterogeneous systems based on web service technology
CN104050248A (en) File storage system and storage method
US11223696B2 (en) System and method for interoperable communication of automation system components
CN104468274A (en) Cluster monitor and management method and system
CN112612467A (en) Method and device for processing micro front-end architecture based on qiankun
CN109582809A (en) A kind of threedimensional model management system and method based on database
Sun Delay‐Independent Stability of Switched Linear Systems with Unbounded Time‐Varying Delays
CN111258840B (en) Cluster node management method and device and cluster
CN109710223B (en) API gateway hot plug system based on distributed KV storage system
Cavalieri et al. Realising interoperability between opc ua and ocf
CN103310304A (en) Method and device for managing process model
CN113836876A (en) Document processing method, device, electronic equipment and medium
CN111104250A (en) Method, apparatus and computer program product for data processing
CN103514262A (en) Method for designing and querying FlexRay bus database
KR102149529B1 (en) Industrial communication system and method
US11789973B2 (en) Software-defined database replication links
CN103559186A (en) Design and query method of CAN bus database

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140115