CN106909331B - BMS parameter extension and display system - Google Patents

BMS parameter extension and display system Download PDF

Info

Publication number
CN106909331B
CN106909331B CN201710034173.9A CN201710034173A CN106909331B CN 106909331 B CN106909331 B CN 106909331B CN 201710034173 A CN201710034173 A CN 201710034173A CN 106909331 B CN106909331 B CN 106909331B
Authority
CN
China
Prior art keywords
parameter
module
bms
display
display screen
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
CN201710034173.9A
Other languages
Chinese (zh)
Other versions
CN106909331A (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.)
Baoli New Energy Technology Co ltd
Original Assignee
Baoli New Energy 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 Baoli New Energy Technology Co ltd filed Critical Baoli New Energy Technology Co ltd
Priority to CN201710034173.9A priority Critical patent/CN106909331B/en
Publication of CN106909331A publication Critical patent/CN106909331A/en
Application granted granted Critical
Publication of CN106909331B publication Critical patent/CN106909331B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1407General aspects irrespective of display type, e.g. determination of decimal point position, display with fixed or driving decimal point, suppression of non-significant zeros
    • 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/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/40006Architecture of a communication node
    • H04L12/40019Details regarding a bus master
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40208Bus networks characterized by the use of a particular bus standard
    • H04L2012/40215Controller Area Network CAN

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Digital Computer Display Output (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The invention provides a BMS parameter expansion and display system, which comprises a BMS host and a display screen; the BMS host comprises a parameter extension module, a parameter processing module, a parameter sending module and a parameter receiving module; the display screen comprises a parameter setting module and a parameter display module; the parameter extension module is used for adding an interface for parameter extension; the parameter processing module is used for forming an extended parameter processing function; the parameter sending module is used for defining a Send processing function; the parameter receiving module is used for defining a Receive function; the parameter setting module is used for adding an extended parameter name, a parameter value and a setting interface of parameter setting; and the parameter display module is used for adding the address of the variable control and a data transmission code in a program of the display screen so as to realize communication with the BMS host. The BMS parameter expansion and display system provided by the invention can realize the display in the display screen without repeatedly writing complex codes and only by defining in the BMS host.

Description

BMS parameter extension and display system
[ technical field ] A method for producing a semiconductor device
The invention relates to the technical field of battery management systems, in particular to a BMS parameter expansion and display system.
[ background ] A method for producing a semiconductor device
Currently, in the technical field of Battery Management Systems (BMS), iterative development work and energy storage product upgrade development work of the same type for the same electric vehicle are common, in the development work, an electrical System and a structural design are common, for example, the capacity of energy storage products, the number and the control principle of master control boxes, the number and the arrangement of Battery boxes, the number of relays, and the like have great differences, and for BMS software development, the differences mainly focus on two aspects of control strategies and parameter expansion. In the process code compiling of parameter extension, not only the data type description, the addition of the structure body, the address macro definition, and the like of the parameter are required, but also the parameter value of the parameter is required to be transmitted through a CAN (Controller Area Network) protocol. However, this process is cumbersome, which in turn makes it very prone to errors.
In addition, the existing display screen realizes the numerical value display and setting of parameters through CAN communication in a host, and the parameter names and descriptions are all in the format of pictures. For example, the "highest cell voltage of 3.5V" displayed on the display screen, wherein only the value of 3.5 is the information sent by the CAN in the BMS, and the rest are pictures which are not changeable. Therefore, if a new parameter name and a parameter value are displayed on the existing display screen, the new parameter name and the parameter value need to be displayed by using additional application software, the process is complex, and a plurality of parameters also need to be added with codes for many times and software compiling work is repeated.
Accordingly, there is a need for a new BMS parameter expansion and display system that overcomes the above-mentioned deficiencies.
[ summary of the invention ]
The invention aims to provide a BMS parameter extension and display system, which can realize display in a display screen without repeatedly writing complex codes and only by defining in a BMS host.
In order to achieve the above object, the present invention provides a BMS parameter expansion and display system, comprising a BMS host and a display screen communicating with the BMS host; the BMS host comprises a parameter expansion module, a parameter processing module, a parameter sending module and a parameter receiving module; the display screen comprises a parameter setting module and a parameter display module; the parameter extension module is used for adding a parameter extension interface in a host program of the BMS host to add a group of definitions serving as undefined parameter names and corresponding variable values; the parameter processing module is used for forming an extended parameter processing function so as to copy the display group number, the parameter value and the parameter name character of the extended parameter into the corresponding array of the extended parameter; the parameter sending module is used for defining a Send processing function so as to store a plurality of groups of parameter information in corresponding IDs and Send the parameter information to the display screen; the parameter receiving module is used for defining a Receive function to detect whether an information message ID set by the display screen exists or not, and receiving message information and assigning the message information to corresponding parameters when the information message ID set by the display screen is detected; the parameter setting module is used for adding an extended parameter name, a parameter value and a setting interface of parameter setting; the parameter display module is used for adding an address of a variable control and a data transmission code in a program of the display screen so as to realize communication with the BMS host.
According to the BMS parameter extension and display system provided by the invention, when important extension parameters in subsequent development work need to be displayed and processed on the display screen, complex codes do not need to be written repeatedly to develop programs in the BMS host and programs in the display screen, and meanwhile, the setting of the display screen end and the parameter information of the BMS host end can be exchanged and updated. In addition, the content displayed at the fixed position of the display screen is not fixed, and can be freely defined in the BMS host without developing the display screen, so that the development period of a software engineer on a new order and a new project is accelerated, and the maintenance and detection of the software engineer on the new order and the new project are facilitated by aftermarket personnel.
[ description of the drawings ]
Fig. 1 is a functional block diagram of a BMS parameter expansion and display system provided in an embodiment of the present invention.
[ detailed description ] A
In order to make the objects, technical solutions and advantageous technical effects of the present invention more clearly understood, the present invention is further described in detail below with reference to the accompanying drawings and the detailed description. It should be understood that the detailed description and specific examples, while indicating the preferred embodiment of the invention, are given by way of illustration only and not by way of limitation.
Please refer to fig. 1, which is a functional block diagram of a BMS parameter expanding and displaying system 99 according to an embodiment of the present invention. The BMS parameter expanding and displaying system 99 includes a BMS host 100 and a display screen 200 communicating with the BMS host 100. Specifically, the BMS host 100 includes a parameter extension module 110, a parameter processing module 120, a parameter transmission module 130, and a parameter reception module 140. The display screen 200 includes a parameter setting module 210 and a parameter display module 220. It is understood that the functional modules may be stored in the memory in the form of a software program and executed by the processor, or may be hardware with a specific function, for example, a chip burned with a specific software program.
The parameter extension module 110 is an interface for adding parameter extensions in the host program of the BMS host 100. Specifically, the parameter extension module 110 adds a set of definitions as undefined parameter names and corresponding variable values to the host program lnner Can. Wherein the default values of the parameters are given to double bytes; the parameter names are less than or equal to 20 characters, and the number of the extension parameters is less than or equal to 16. In this embodiment, the definition is a character type two-dimensional array. Further, the parameter names are set to be unchangeable on the display screen 200 side to prevent the extended parameter names from being modified by mistake.
The parameter processing module 120 is configured to form an extended parameter processing function. The extended parameter processing function is used for copying the characters of extended parameter display group number (ParameterGroup), parameter value (ParameterVal) and parameter name (ParameterName) into the corresponding array of the extended parameter.
The parameter sending module 130 is configured to define a Send processing function of the extended parameter in the CAN. The Send processing function is configured to store 16 sets of parameter information in corresponding IDs, and Send the parameter information to the display screen 200 through the CAN bus. It is understood that the parameter information can be read and displayed by the display screen 200.
The parameter receiving module 140 is used for defining a Receive function of the extended parameter in the CAN. The Receive function is used for detecting whether an information message ID from the display screen 200 exists. If so, the message information is received and assigned to the corresponding parameters, thereby achieving the purpose of modifying the values of the extended parameters through the display screen 200.
The parameter setting module 210 is used to add an extended parameter name, a parameter value, and a setting interface for parameter setting. In this embodiment, the setting interface includes the extended parameter name, the page, the display position, the variable address, the display length, the font size, and the key set in the display screen for the parameter value and the parameter. Specifically, the parameter setting module 210 adds an extended parameter name, a parameter value, and interfaces of setting parameters on a page, a display position, a variable address, a display length, a font size, a key setting, and the like in the display screen through the display screen development software DGUS.
The parameter display module 220 is used to add an address of a variable control and a data transmission code in the User program of the display screen 200 to implement communication with the BMS host 100. When the parameter display module 220 detects the corresponding extended parameter ID and its information, it reads it and displays the extended parameter name and value on the corresponding page and position in the display screen 200; meanwhile, the parameter display module 220 also receives an operation command of a user to implement modification of the parameter values and transmits the modified values to the BMS host 100. In this embodiment, the parameter display module 220 communicates with the internal CAN of the BMS host 100 at a baud rate of 125K.
According to the BMS parameter extension and display system provided by the invention, when important extension parameters in subsequent development work need to be displayed and processed on the display screen 200, complex codes do not need to be written repeatedly to develop programs in the BMS host 100 and programs in the display screen 200, and meanwhile, the setting of the display screen 200 end and the parameter information of the BMS host 100 end can be exchanged and updated. In addition, the content (parameter name, parameter value, parameter setting) displayed at the fixed position of the display screen 200 is not fixed, and can be freely defined in the BMS host 100 without developing the display screen 200, which not only accelerates the development period of a software engineer for a new order and a new project, but also facilitates the maintenance and detection thereof by after-market personnel in the future.
The invention is not limited solely to that described in the specification and embodiments, and additional advantages and modifications will readily occur to those skilled in the art, so that the invention is not limited to the specific details, representative apparatus, and illustrative examples shown and described herein, without departing from the spirit and scope of the general concept as defined by the appended claims and their equivalents.

Claims (7)

1. A BMS parameter expansion and display system comprises a BMS host and a display screen communicated with the BMS host; the method is characterized in that: the BMS host comprises a parameter expansion module, a parameter processing module, a parameter sending module and a parameter receiving module; the display screen comprises a parameter setting module and a parameter display module; the parameter extension module is used for adding a parameter extension interface in a host program of the BMS host to add a group of definitions serving as undefined parameter names and corresponding variable values; the parameter processing module is used for forming an extended parameter processing function so as to copy the display group number, the parameter value and the parameter name character of the extended parameter into the corresponding array of the extended parameter; the parameter sending module is used for defining a Send processing function so as to store a plurality of groups of parameter information in corresponding IDs and Send the parameter information to the display screen; the parameter receiving module is used for defining a Receive function to detect whether an information message ID set by the display screen exists or not, and receiving message information and assigning the message information to corresponding parameters when the information message ID set by the display screen is detected; the parameter setting module is used for adding an extended parameter name, a parameter value and a setting interface of parameter setting; the parameter display module is used for adding an address of a variable control and a data transmission code in a program of the display screen so as to realize communication with the BMS host.
2. The BMS parameter expansion and display system of claim 1, wherein: the default values of the parameters are all set to be double bytes; the parameter names are less than or equal to 20 characters, and the number of the extension parameters is less than or equal to 16.
3. The BMS parameter expansion and display system of claim 2, wherein: the definition is a two-dimensional array of character types.
4. The BMS parameter expansion and display system of claim 1, wherein: and the Send processing function is used for storing 16 groups of parameter information in corresponding IDs (identity) and sending the information to the display screen through a CAN (controller area network) bus.
5. The BMS parameter expansion and display system of claim 1, wherein: when the parameter display module detects the corresponding extended parameter ID and the information thereof, reading the extended parameter ID and displaying the extended parameter name and the value on the corresponding page and position in the display screen; the parameter display module also receives an operation command of a user to implement modification of the parameter values and transmits the modified values to the BMS host.
6. The BMS parameter expansion and display system of claim 1, wherein: the display screen and the BMS host are communicated with each other at a baud rate of 125K.
7. The BMS parameter expansion and display system of claim 1, wherein: the setting interface comprises the extension parameter name, the parameter value and the parameter setting; the parameter setting comprises a page, a display position, a variable address, a display length, a font size and a key in the display screen.
CN201710034173.9A 2017-01-18 2017-01-18 BMS parameter extension and display system Active CN106909331B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710034173.9A CN106909331B (en) 2017-01-18 2017-01-18 BMS parameter extension and display system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710034173.9A CN106909331B (en) 2017-01-18 2017-01-18 BMS parameter extension and display system

Publications (2)

Publication Number Publication Date
CN106909331A CN106909331A (en) 2017-06-30
CN106909331B true CN106909331B (en) 2023-04-18

Family

ID=59207077

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710034173.9A Active CN106909331B (en) 2017-01-18 2017-01-18 BMS parameter extension and display system

Country Status (1)

Country Link
CN (1) CN106909331B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112799732A (en) * 2020-12-30 2021-05-14 深圳市捷顺科技实业股份有限公司 Display screen display method based on plug-in and related device
CN115471926A (en) * 2022-08-17 2022-12-13 力神(青岛)新能源有限公司 Data analysis optimization method of electric vehicle battery management system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102760062B (en) * 2012-06-19 2015-03-25 株洲南车时代电气股份有限公司 Parameter setting method for embedded software based on rail transit
CN105843773A (en) * 2016-05-31 2016-08-10 上海康比利仪表有限公司 Automatic identification method of function extension module of embedded system

Also Published As

Publication number Publication date
CN106909331A (en) 2017-06-30

Similar Documents

Publication Publication Date Title
CN104385787B (en) A kind of control method of laser marking machine and laser marking machine
CN107590099B (en) Method for accessing slave machines by multiple hosts, extension device and storage medium
CN104360967B (en) The control method of accumulator system, console controller and DMA
CN102638397B (en) USB (universal serial bus) device communication transmission method, device and system
CN101877666B (en) Method and device for receiving multi-application program message based on zero copy mode
CN106909331B (en) BMS parameter extension and display system
CN110457251B (en) Data communication method and device among multiple processors
CN103973340A (en) Near field communication method and near field communication device
CN100476775C (en) Host computer controller used for bus communication equipment and bus communication device
CN204117142U (en) Electronic device for providing instant switching and sharing of universal serial bus electronic equipment by host
CN111078597B (en) Interrupt message generation device and method and end equipment
CN106126465A (en) A kind of data transmission method and device
CN102222059A (en) Method, device and system for realizing multi-format information display of electronic reader
CN109446130B (en) Method and system for acquiring state information of I/O (input/output) equipment
CN105630424A (en) Data processing method, device and system
CN104750524A (en) Upgraded data package transmitting method and device and data package upgrading method and device
CN112579515A (en) Thread message processing method and related product
CN105279110B (en) A kind of method and USB device of USB device identification host system
WO2022032990A1 (en) Command information transmission method, system, and apparatus, and readable storage medium
US11502991B2 (en) Efficiently collecting and distributing multicast data
CN104081679B (en) Near field communication method and near-field communication equipment
CN112422485B (en) Communication method and device of transmission control protocol
CN103777909A (en) Data printing method and data printing system
CN111371799B (en) Method, device and equipment for controlling data receiving and transmitting of MCTP (Multi-channel media Port) controller
CN109976778B (en) Software updating method and system of vehicle electronic product, upper computer and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
TA01 Transfer of patent application right

Effective date of registration: 20191115

Address after: 518000 Shenyu Science and Technology Park, No. 68 Lanjingbei Road, Laokeng Community, Longtian Street, Pingshan District, Shenzhen City, Guangdong Province, 101

Applicant after: Shenzhen Anding New Energy Technology Development Co.,Ltd.

Address before: 518000 Guangdong Province, Shenzhen City Pingshan Pingshan community Zhu Keng Industrial Zone 9 1-3

Applicant before: Shenzhen Optimum Battery Co.,Ltd.

TA01 Transfer of patent application right
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 518000 3C, building 5, qiaochengfang, 4080 Qiaoxiang Road, Gaofa community, Shahe street, Nanshan District, Shenzhen, Guangdong

Applicant after: Baolixin (Shenzhen) new energy technology development Co.,Ltd.

Address before: 518000 workshop 101, No. 3, Shenyu science and Technology Park, No. 68, Lanjing North Road, Laokeng community, Longtian street, Pingshan District, Shenzhen City, Guangdong Province

Applicant before: Shenzhen Anding New Energy Technology Development Co.,Ltd.

CB02 Change of applicant information
TA01 Transfer of patent application right

Effective date of registration: 20220215

Address after: 710065 room 10701, building 6, No. 65, Keji Second Road, high tech Zone, Xi'an, Shaanxi Province

Applicant after: Baoli New Energy Technology Co.,Ltd.

Address before: 518000 3C, building 5, qiaochengfang, 4080 Qiaoxiang Road, Gaofa community, Shahe street, Nanshan District, Shenzhen, Guangdong

Applicant before: Baolixin (Shenzhen) new energy technology development Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant