An electronic timing processing method and system for new energy vehicle reservation charging
By sending a scheduled charging command via a mobile app, combined with GPS time and RTC timer, and using a CAN bus monitoring system to provide feedback on the charging status, the system solves the problems of minor deviations and full charge feedback in scheduled charging of new energy vehicles, and achieves more accurate charging control and battery life protection.
Patent Information
- Application Number
- CN202310354824.8
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- Filing Date
- 2023-04-04
- Publication Date
- 2025-12-05
- Estimated Expiration
- 2043-04-04
AI Technical Summary
Existing new energy vehicle charging reservation systems suffer from minor deviations, complex judgment logic, and feedback optimization issues when the battery is fully charged.
The system sends a scheduled charging command via a mobile app, uses a combination of GPS time and RTC timer to avoid chip vibration deviation, and employs a CAN bus monitoring system to provide feedback on the charging status, simplifying the judgment logic to yes or no.
It avoids the "second skipping" phenomenon during charging, simplifies the judgment logic, protects battery life, and improves charging accuracy and safety.
Smart Images

Figure CN116373625B_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The present application relates to the technical field of timing processing logic, in particular to an electronic timing processing method for new energy vehicle reservation charging. BACKGROUND
[0002] More and more new energy vehicles are equipped with vehicle networking systems, which can effectively contact devices for customers and provide a theoretical basis for numerous technologies. The power source of new energy vehicles is the battery, and the number of times the battery can be charged directly affects how long the vehicle can run. In order to protect the battery of the new energy vehicle and avoid excessive charging affecting the service life of the battery, the vehicle equipped with the vehicle networking function needs to set the charging time of the vehicle battery.
[0003] The current commonly used charging method has a small deviation in the recording time of the clock crystal oscillator of the vehicle networking assembly part in the actual operation process. Since the T-BOX updates the current time in the RTC in real time, the phenomenon of jumping seconds may occur, and accurate time judgment is required. The judgment logic is also relatively high. The processing method when the battery is fully charged cannot avoid overcharging and damage the service life of the battery.
[0004] Therefore, an electronic timing processing method for new energy vehicle reservation charging is urgently needed, which can avoid small deviations in the clock crystal oscillator and has simpler judgment logic and timely feedback of the battery charge. SUMMARY
[0005] This section aims to summarize some aspects of the embodiments of the present application and briefly introduce some preferred embodiments. Some simplifications or omissions may be made in this section and the abstract and title of the specification to avoid obscuring the purpose of this section, abstract and title, and such simplifications or omissions cannot be used to limit the scope of the present application.
[0006] In view of the above problems, the present application is proposed.
[0007] Therefore, the technical problem solved by the present application is that the existing new energy vehicle reservation charging has a small deviation, the judgment logic is difficult, and how to optimize the feedback to the user when the battery is fully charged.
[0008] To solve the above technical problems, the present application provides the following technical scheme: an electronic timing processing method for new energy vehicle reservation charging, comprising:
[0009] The mobile phone APP sets and sends a reservation charging instruction;
[0010] Receive GPS time, and update the GPS time in real time after the reservation charging instruction is sent;
[0011] Calculate the difference between the predetermined time and the current time, set the difference as the RTC timer time, and determine whether to wake up the vehicle machine for charging;
[0012] The charging instruction is transmitted through the CAN bus supervision system.
[0013] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, the sending of the reservation charging instruction comprises sending the reservation charging instruction from the mobile phone APP to the T-BOX, sending the reservation charging instruction from the T-BOX to the Internet of Vehicles, and transmitting the network chip of the Internet of Vehicles host to the MCU.
[0014] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, the real-time updating of the stagnant GPS time comprises that when the T-BOX in the Internet of Vehicles is normally running, the GPS time is received in real time, when the vehicle receives a preset instruction, the MCU suspends the updating of the current GPS time received by the T-BOX, stops the action of comparing the GPS time, and refers to the RTC current time to trigger the event.
[0015] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, the calculation of the difference between the predetermined time and the current time comprises that the MCU subtracts the current time of the RTC from the APP instruction time to obtain a time difference,
[0016] If the time difference is less than 0, it is considered as an overtime reservation, and the user needs to select a new reservation time. The overtime instruction is sent from the Internet of Vehicles to the mobile phone APP, the reservation overtime is displayed, and the user is reminded to re-reserve;
[0017] If the time difference is greater than or equal to 0, the time difference is set as the RTC timer time, the reservation success instruction is sent from the Internet of Vehicles to the mobile phone APP, and the reservation success is displayed.
[0018] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, the determination of whether to wake up the vehicle machine for charging comprises,
[0019] If the RTC timer time is not zero, the determination is re-determined until the RTC timer time is zero;
[0020] If the RTC timer time is zero, the vehicle machine is prepared to be woken up for charging operation, and the time instruction received by the MCU from the T-BOX is restored, the real-time updating of the GPS time is accepted, the RTC time updating logic is restored, and the charging instruction is transmitted to the CAN bus supervision system.
[0021] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, the method comprises the following steps:
[0022] If the customer sets the charging time, the CAN bus supervision system sends three frames of instructions to the charging pile, including a data frame of the frame start charging instruction, a frame interval, and a data frame of the charging end failure;
[0023] If the customer does not set the charging time, the CAN bus supervision system sends two frames of instructions to the charging pile, including a data frame of the start charging instruction, a frame interval, and a data frame of the full power feedback.
[0024] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, the method comprises the following steps:
[0025] If the customer sets the charging time and the battery power is less than 80% at the end of the time, the CAN bus supervision system sends three frames of instructions to the charging pile, including a remote control frame of the charging state, a frame interval, and a remote control frame of the charging request, and the instructions are transmitted to the mobile phone APP by the Internet of Vehicles, and the customer judges whether to continue charging according to the information;
[0026] If the customer sets the charging time and the battery power is greater than or equal to 80% before the end of the charging time, the CAN bus supervision system sends three frames of instructions to the charging pile, including a remote control frame of the charging state, a frame interval, and a remote control frame of the full power time prediction, and the instructions are transmitted to the mobile phone APP by the Internet of Vehicles, and the customer judges whether to extend the charging time according to the information;
[0027] If the customer does not set the charging time or the customer sets the charging time and the battery is fully charged before the end of the charging time, the CAN bus supervision system sends three frames of instructions to the charging pile, including a remote control frame of the vehicle full power, a frame interval, and a data frame of the stop charging, and the instructions are transmitted to the mobile phone APP by the Internet of Vehicles, and the user is informed that the battery is fully charged.
[0028] Another object of the present application is to provide an electronic timing processing system for new energy vehicle reservation charging, which can avoid chip vibration deviation by closing the GPS time, and solve the technical problems of existing devices that jump seconds and have many types of logical judgment.
[0029] To solve the above technical problems, the present application provides the following technical scheme: an electronic timing processing system for new energy vehicle reservation charging, comprising: an Internet of Vehicles assembly module, a GPS time management module, an RTC timing module, a CAN bus supervision module,
[0030] The vehicle networking assembly module is a device for receiving and converting signals, which is used for receiving the charging instruction sent by the mobile phone APP and assembling to the vehicle networking MCU;
[0031] The GPS time management module is a device for switching network timing, which is used for controlling the MCU to suspend updating the current GPS time instruction received by the T-BOX when receiving the charging instruction, and resuming the time instruction received by the T-BOX when preparing to wake up the vehicle machine for charging operation, and accepting real-time updating of the GPS time;
[0032] The RTC timing module is a device for judging whether to wake up the vehicle machine for charging, which is used for judging the RTC timer time value and managing the wake-up of the vehicle machine;
[0033] The CAN bus supervision module is a power monitoring device, which is used for sending the charging instruction to the charging pile and feeding back the request to the user according to the battery power.
[0034] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, a computer device includes a memory and a processor, the memory stores a computer program, and the processor executes the computer program to realize a device reliability maintenance method for a smart power plant.
[0035] As a preferred scheme of the electronic timing processing method for new energy vehicle reservation charging, a computer readable storage medium stores a computer program, and the computer program is executed by a processor to realize a device reliability maintenance method for a smart power plant.
[0036] The electronic timing processing method for new energy vehicle reservation charging provided by the application avoids the unknown error caused by the second skipping, avoids the chip vibration error caused by the second skipping by stopping receiving the GPS time instruction, and can avoid the charging application error; the CAN bus is used to feed back the charging state, so that the battery life is reduced due to overcharging; the accurate time judgment is changed to timing judgment, and the three judgments of greater than, less than and equal to are changed to two judgments of yes and no. The logical difficulty of judgment is reduced. The application avoids the second skipping, and better effects are achieved in avoiding errors, judgment logic and protecting battery life. BRIEF DESCRIPTION OF DRAWINGS
[0037] In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the embodiments description will be briefly introduced as follows. Obviously, the drawings in the following description only represent some embodiments of the present application, and for those skilled in the art, other drawings can be obtained without creative labor based on these drawings. Among them:
[0038] Figure 1 The overall flow chart of the electronic timing processing method for new energy vehicle reservation charging provided by one embodiment of the present application.
[0039] Figure 2 The full voltage comparison chart of the electronic timing processing method for new energy vehicle reservation charging provided by the second embodiment of the present application.
[0040] Figure 3 The flow chart of the electronic timing processing system for new energy vehicle reservation charging provided by the third embodiment of the present application. DETAILED DESCRIPTION
[0041] In order to make the above objectives, features and advantages of the present application more apparent, the specific embodiments of the present application will be described in detail below with reference to the drawings. Obviously, the described embodiments are only some of the embodiments of the present application, rather than all the embodiments. Based on the embodiments in the present application, all other embodiments obtained by those skilled in the art without creative labor should fall within the protection scope of the present application.
[0042] In the following description, many specific details are set forth in order to provide a thorough understanding of the present application. However, the present application can be practiced without the specific details that are set forth in the following description, and it is understood that the present application is not limited to the embodiments described herein and can be practiced with or without the other apparatuses, systems, components, compositions, etc. described herein. Accordingly, the present application is not limited to the embodiments described herein, but rather, the scope of the present application is to be accorded the broadest scope of the claims, along with all equivalents thereof.
[0043] Secondly, the "one embodiment" or "embodiment" referred to herein can include specific features, structures or characteristics contained in at least one implementation of the present application. "In one embodiment" appearing in different places in the specification does not mean the same embodiment, nor is it an independent or alternative embodiment that excludes other embodiments.
[0044] The present application is described in detail in conjunction with the schematic diagram. In the detailed description of the embodiments of the present application, the cross-sectional view of the device structure is locally enlarged without the general proportion for the convenience of description, and the schematic diagram is only an example, which should not limit the scope of protection of the present application. In addition, the three-dimensional spatial dimensions of length, width and depth should be included in actual manufacture.
[0045] Meanwhile, in the description of the present application, it should be noted that the terms "upper, lower, inner and outer" and the like indicate the orientation or positional relationship based on the orientation or positional relationship shown in the drawings, and are only for the convenience of describing the present application and simplifying the description, and do not indicate or imply that the devices or elements referred to must have a particular orientation, be constructed and operated in a particular orientation, and therefore cannot be understood as a limitation on the present application. In addition, the terms "first, second or third" are only for descriptive purposes and cannot be understood as indicating or implying relative importance.
[0046] Unless otherwise expressly specified and limited, the terms "mounting, connecting, connecting" in the present application should be understood broadly, for example: it can be fixed connection, detachable connection or integral connection; it can also be mechanical connection, electrical connection or direct connection, it can also be indirectly connected through intermediate medium, or it can be the communication inside two elements. For those skilled in the art, the specific meaning of the above terms in the present application can be understood according to the specific circumstances.
[0047] Embodiment 1
[0048] Reference Figure 1 For an embodiment of the present application, an electronic timing processing method for new energy vehicle reservation charging is provided, comprising:
[0049] S1: The mobile phone APP sets and sends a reservation charging instruction.
[0050] Further, the mobile phone APP sends the reservation charging instruction to the T-BOX, and the T-BOX sends the reservation charging instruction to the Internet of Vehicles, and the network chip of the Internet of Vehicles host receives it and transmits it to the MCU.
[0051] It should be noted that the reservation information should include the reservation time, the charging time and the charging state selection.
[0052] S2: Receive GPS time, and update the GPS time in real time after the reservation charging instruction is issued.
[0053] Further, the real-time updating of the standby GPS time includes that when the T-BOX in the Internet of Vehicles is normally running, the GPS time is received in real time, and when the vehicle receives a preset instruction, the MCU suspends the updating of the current GPS time instruction received by the T-BOX, stops the action of comparing the GPS time, and refers to the RTC current time to trigger the event.
[0054] It should be noted that when the preset instruction is received, the action of comparing the GPS time is stopped, and the RTC current time is directly referred to for timing. After the preset event is triggered, the current time of the Internet of Vehicles is updated by comparing the GPS. After the GPS time is closed, the occurrence of the second skipping phenomenon can be effectively avoided.
[0055] S3: Calculate the difference between the predetermined time and the current time, set the difference as the RTC timer time, and determine whether to wake up the vehicle to charge.
[0056] Further, the MCU subtracts the current time of the RTC from the APP instruction time to obtain a time difference,
[0057] If the time difference < 0, it is considered as an overtime reservation, and the user needs to reselect the reservation time. The overtime instruction is sent from the vehicle network to the mobile phone APP, showing that the reservation is overtime, and reminding the user to re-reserve;
[0058] If the time difference ≥ 0, the time difference is set as the RTC timer time, and the reservation success instruction is sent from the vehicle network to the mobile phone APP, showing that the reservation is successful.
[0059] It should be noted that determining whether to wake up the vehicle to charge includes,
[0060] If the RTC timer time is not zero, re-determine until the RTC timer time is zero;
[0061] If the RTC timer time is zero, prepare to wake up the vehicle to charge, and restore the MCU to receive the time instruction of the T-BOX, accept the real-time update of the GPS time, restore the RTC time update logic, and convey the charging instruction to the CAN bus supervision system.
[0062] S4: Convey the charging instruction through the CAN bus supervision system.
[0063] Further, conveying the charging instruction through the CAN bus supervision system includes, when the CAN bus receives the wake-up vehicle to charge operation instruction,
[0064] If the customer sets the charging time, the CAN bus supervision system sends three frames of instructions to the charging pile, including the data frame of the frame start charging instruction, the frame interval, and the data frame of the charging end failure;
[0065] If the customer does not set the charging time, the CAN bus supervision system sends two frames of instructions to the charging pile, including the data frame of the start charging instruction, the frame interval, and the data frame of the full power feedback.
[0066] It should be noted that the CAN bus supervision system also includes,
[0067] If the customer sets the charging time, and the time ends with the battery power < 80%, the CAN bus supervision system sends three frames of instructions to the charging pile, including the remote control frame of the charging state, the frame interval, and the remote control frame of the charging request, and the instruction is transmitted to the mobile phone APP by the vehicle network. The customer judges whether to continue charging according to the information;
[0068] If the customer sets the charging time, and the battery power ≥ 80% before the end of the charging time, the CAN bus supervision system sends three frames of instructions to the charging pile, including the remote control frame of the charging state, the frame interval and the remote control frame of the full power prediction, and the time ends cannot be fully charged, the instructions are transmitted to the mobile phone APP by the Internet of Vehicles, and the customer judges whether to extend the charging time according to the information;
[0069] If the customer does not set the charging time or the customer sets the charging time before the battery is fully charged, the CAN bus supervision system sends three frames of instructions to the charging pile, including the remote control frame of the vehicle full power, the frame interval and the data frame of stopping charging, and the instructions are transmitted to the mobile phone APP by the Internet of Vehicles, and the user is informed that the battery is fully charged.
[0070] It should be noted that the battery power is fed back at the threshold point of 80, because some charging piles are fast charging, the charging speed of fast charging is fast, but the current is larger, and it is direct current, the power is generally between 30KW-100KW, and 20% is reserved for charging piles of various powers, which can prevent the battery from short circuiting and causing danger; Secondly, it can reduce the battery cycle. The battery of a new energy vehicle is generally used in terms of cycle number. If the battery is fully charged and continues to be charged, it will cause the cycle number of the vehicle battery to increase, and the performance of the battery will gradually decrease over a long period of time, and the service life will also be greatly reduced. Therefore, the power is fed back to the user at 80, and whether it is full is judged according to the user's demand.
[0071] Embodiment 2
[0072] Reference Figure 2 For an embodiment of the present application, an electronic timing processing method for new energy vehicle reservation charging is provided. In order to verify the beneficial effects of the present application, economic benefit calculation and simulation experiment are used for scientific demonstration.
[0073] As shown in the table, a field experiment of the present application is carried out, and new energy vehicles BYD Han are selected for the experiment, and a total of 2 vehicles are used to complete 30 charging experiments for each vehicle according to the traditional technical scheme and the technical scheme of the present application.
[0074] Number of seconds jumps Number of charging judgment errors Full charge voltage ratio before and after experiment Our invention 0 0 100.003% Conventional technical solution 2 1 100.01%
[0075] According to the data comparison table, it can be seen that the present application does not occur in 30 charging experiments. Without the present application, the time is not judged according to the GPS time, and there is no possibility of skipping seconds. The number of charging judgment errors is also 0, because the RTC time judgment logic is only yes or no, the judgment logic is simple, and it is not easy to make mistakes. Because the CAN bus is used for supervision and feedback, the service life is reduced due to excessive or fast charging.
[0076] From Figure 2As can be seen from the comparison of the voltage change of 30 times of charging, the voltage of the application is almost unchanged, and the voltage of the full battery of the traditional technical solution changes greatly, and the full battery voltage can show the service life of a battery, and since the application can feedback the charging state, the damage of charging to the battery can be reduced.
[0077] Embodiment 3
[0078] Reference Figure 3 For an embodiment of the application, an electronic timing processing system for new energy vehicle reservation charging is provided, comprising a vehicle networking assembly module, a GPS time management module, an RTC timing module and a CAN bus supervision module.
[0079] The vehicle networking assembly module is a signal receiving and converting device, which is used to receive the charging instruction sent by the mobile phone APP and assembled to the vehicle networking MCU.
[0080] The GPS time management module is a kind of switch network timing device, which is used to control the MCU to suspend updating the current GPS time instruction received by the T-BOX when receiving the charging instruction, and to resume the time instruction received by the T-BOX when preparing to wake up the vehicle machine for charging operation, and to accept real-time updating of the GPS time.
[0081] The RTC timing module is a device for judging whether to wake up the vehicle machine for charging, which is used to judge the RTC timer time value and manage the wake-up of the vehicle machine.
[0082] The CAN bus supervision module is a kind of power supervision device, which is used to send the charging instruction to the charging pile and feedback the request to the user according to the battery power.
[0083] If the functions are realized in the form of software function units and sold or used as independent products, they can be stored in a computer readable storage medium. Based on this understanding, the technical solutions of the application or the parts of the application that essentially contribute to the prior art or parts of the technical solutions can be embodied in the form of software products, which are stored in a storage medium and include a plurality of instructions for making a computer device (which can be a personal computer, a server or a network device, etc.) execute all or part of the steps of the method described in the embodiments of the application. The foregoing storage medium includes U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk and various program code storage media.
[0084] The logic and / or steps represented in the flow diagrams or otherwise described herein, for example, can be considered as a sequence of executable instructions, and can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For purposes of this specification, a "computer-readable medium" can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. The computer-readable medium can be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium include the following: an electrical connection (electronic) having one or more wires, a portable computer diskette (magnetic), a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber (optical), and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium can even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, for example via an optical scanner, then compiled, interpreted, or otherwise processed, and stored in a computer memory in a form that can be later executed by a computer. In this context, a "computer-readable medium" can be any means that can store the program for use by or in connection with the instruction execution system, apparatus, or device.
[0085] The computer-readable medium can even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, for example via an optical scanner, then compiled, interpreted, or otherwise processed, and stored in a computer memory in a form that can be later executed by a computer. In this context, a "computer-readable medium" can be any means that can store the program for use by or in connection with the instruction execution system, apparatus, or device.
[0086] It should be understood that aspects of the application can be implemented in hardware, software, firmware or combinations thereof. In the above embodiments, various steps or methods can be implemented in software or firmware that is stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any of the following technologies, known in the art, can be used: a hybrid of the above technologies, a combination of any of the above technologies, a combination of any of the above technologies with other known technologies.
[0087] It should be noted that the above-mentioned embodiments are merely used to illustrate the technical solutions of the present application but not to limit the present application, and although the present application has been described in detail with reference to the preferred embodiments, those skilled in the art should understand that the technical solutions of the present application can be modified or equivalent replaced without departing from the spirit and scope of the present application, and all of them should be covered in the scope of the claims of the present application.
Claims
1. A new energy vehicle reservation charging electronic timing processing method, characterized in that, The application relates to a mobile phone APP setting and sending reservation charging instruction. Receiving GPS time, stasis GPS time real-time updating after sending reservation charging instruction; Calculating the difference between the scheduled time and the current time, setting the difference as the RTC timer time and judging whether to wake up the vehicle machine to charge; Conveying the charging instruction through the CAN bus supervision system; The sending reservation charging instruction comprises that the mobile phone APP sends the reservation charging instruction to the T-BOX, the T-BOX sends the reservation charging instruction to the Internet of Vehicles, and the network chip of the Internet of Vehicles host receives the instruction and transmits the instruction to the MCU; The stasis GPS time real-time updating comprises that when the T-BOX in the Internet of Vehicles normally operates, real-time GPS time is received, when the vehicle receives the preset instruction, the MCU suspends updating the current GPS time instruction received by the T-BOX, stops the action of comparing the GPS time and refers to the RTC current time to trigger the event. The calculating the difference between the scheduled time and the current time comprises that the MCU subtracts the RTC current time from the APP instruction time to obtain the time difference, 2. The electronic timing processing method for the reservation charging of the new energy vehicle according to claim 1, characterized in that: If the time difference is less than 0, the reservation is considered to be overtime, the overtime instruction is sent from the Internet of Vehicles to the mobile phone APP, the reservation overtime is displayed, and the user is reminded to re-reserve; If the time difference is greater than or equal to 0, the time difference is set as the RTC timer time, the reservation success instruction is sent from the Internet of Vehicles to the mobile phone APP, and the reservation success is displayed. The judging whether to wake up the vehicle machine to charge comprises that 3. The electronic timing processing method for the reservation charging of the new energy vehicle according to claim 2, characterized in that: If the RTC timer time is not zero, the judgment is re-performed until the RTC timer time is zero; If the RTC timer time is zero, the vehicle machine is prepared to be woken up to perform the charging operation, the time instruction received by the MCU from the T-BOX is restored, the real-time updating of the GPS time is accepted, the updating logic of the RTC time is restored, and the charging instruction is conveyed to the CAN bus supervision system. The conveying the charging instruction through the CAN bus supervision system comprises that when the CAN bus receives the wake-up vehicle machine to perform the charging operation instruction, 4. The electronic timing processing method for new energy vehicle reservation charging according to claim 3, characterized in that: If the customer sets the charging time, the CAN bus supervision system sends three instruction frames to the charging pile, including a data frame of a frame start charging instruction, a frame interval and a data frame of a charging end failure; If the customer does not set the charging time, the CAN bus supervision system sends two instruction frames to the charging pile, including a data frame of a start charging instruction, a frame interval and a full power feedback data frame. The conveying the charging instruction through the CAN bus supervision system further comprises that 5. The electronic timing processing method for new energy vehicle reservation charging according to claim 4, characterized in that: If the customer sets the charging time and the time ends when the battery power is less than 80%, the CAN bus supervision system sends three instruction frames to the charging pile, including a remote control frame of a charging state, a frame interval and a remote control frame of a charging request, and the instruction is transmitted to the mobile phone APP by the Internet of Vehicles, and the customer judges whether to continue charging according to the information. If the customer sets the charging time, and the battery power ≥ 80% before the end of the charging time, the CAN bus supervision system sends three frames of instructions to the charging pile, including the remote control frame of the charging state, the frame interval, and the remote control true of the full power time prediction. If the battery cannot be fully charged at the end of the time, the instructions will be transmitted to the mobile phone APP by the Internet of Vehicles, and the customer will judge whether to extend the charging time according to the information; If the customer does not set the charging time or the battery is fully charged before the end of the customer's charging time, the CAN bus supervision system sends three frames of instructions to the charging pile, including the remote control frame of the vehicle full power, the frame interval, and the data frame of stopping charging, and the instructions will be transmitted to the mobile phone APP by the Internet of Vehicles, informing the user that the battery is fully charged.
Citation Information
Patent Citations
Electric vehicle reservation charging control method and system
CN110271436A
procedure and system for avoiding loading conflicts
DE102015219294A1