WO2019239577A1 - データ通信装置 - Google Patents

データ通信装置 Download PDF

Info

Publication number
WO2019239577A1
WO2019239577A1 PCT/JP2018/022907 JP2018022907W WO2019239577A1 WO 2019239577 A1 WO2019239577 A1 WO 2019239577A1 JP 2018022907 W JP2018022907 W JP 2018022907W WO 2019239577 A1 WO2019239577 A1 WO 2019239577A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
data
unit
data transmission
data communication
Prior art date
Application number
PCT/JP2018/022907
Other languages
English (en)
French (fr)
Inventor
翔哉 大津
宏平 田中
Original Assignee
三菱電機株式会社
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 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to PCT/JP2018/022907 priority Critical patent/WO2019239577A1/ja
Publication of WO2019239577A1 publication Critical patent/WO2019239577A1/ja

Links

Images

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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt

Definitions

  • the present invention relates to a data communication apparatus that communicates data, and more particularly, to a data communication apparatus that communicates data to a program constituting a service.
  • a system in which a server collects data from a large number of information terminals and provides a service using the collected data is spreading.
  • a server outside the vehicle collects vehicle data such as sensors and cameras acquired by each of a large number of in-vehicle information terminals and provides services using the collected vehicle data.
  • vehicle data is collected from a large number of in-vehicle information terminals and data processing is executed, the server processing load per in-vehicle information terminal and the amount of data communication to the server are possible. Reduction is required as much as possible.
  • serialization in advance in the data format required by the server side on the vehicle side or generation of time-series data subjected to a low-pass filter is effective in reducing the server processing load.
  • the information terminal that provides data at the start of the service is not a method in which all the data necessary for executing the service is sent to the server in a batch, and the information terminal and service that provide the data And a method in which the information terminal sequentially transmits data at a timing required by the service during execution of the service is effective.
  • the amount of data communication can be reduced in order to prevent the information terminal from transmitting unnecessary data to the server during service operation.
  • an information terminal that transmits data knows in advance the order in which the programs that make up the service are properly called, so that necessary data can be sent to the server at the time the program is called during service execution. Can be sent.
  • the information terminal determines whether or not the next program can be called based on the response of the program to the data transmitted to the server, leading to a reduction in server processing load.
  • Patent Document 1 Conventionally, there has been disclosed a technology for realizing a service by continuously calling a plurality of programs by an information terminal and linking the programs (see, for example, Patent Document 1).
  • the execution condition is determined with respect to the cooperation coupon management part which stores the cooperation coupon in which the content of the cooperation process and the execution condition of the connection process were described, and the cooperation coupon group managed by the cooperation coupon management part.
  • a public transportation used to go to a restaurant for example, by performing a cooperative process between card applications, with a cooperative process execution unit that executes the process described in the cooperative coupon when the execution condition is satisfied Discount services can be provided when paying for separate companies, such as the settlement of institutional transportation costs and the settlement of restaurant meal costs.
  • the information terminal is a program in which service processing is divided into functional levels in advance and the data terminal transmits data.
  • a system that continuously calls a program constituting a service is desirable.
  • the present invention has been made to solve such problems, and provides a data communication apparatus capable of reducing the amount of data communication with the server and reducing the processing load on the server. Objective.
  • FIG. 1 is a diagram showing an example of a connected car system to which a data communication apparatus 10 according to Embodiment 1 of the present invention is applied.
  • the vehicle speed sensor 17 and the in-vehicle camera 18 are connected to the control system network N102, but the present invention is not limited to this.
  • any sensor or camera installed in ADAS (Advanced Driver Assistance System) or the like may be connected to the control system network N102.
  • the vehicle data storage device 14 stores each of the above data and its acquisition time. Further, the vehicle data storage device 14 responds to a write or read request from the data communication device 10, the car navigation device 11, the vehicle data collection gateway 15, and the GPS device 16 connected to the information network N ⁇ b> 101.
  • the data communication device 10 and the car navigation device 11 are connected to a display 12 and a user input device 13.
  • the data communication device 10 performs data communication with the server 20 via the network N200.
  • the car navigation device 11 has a function of calculating and guiding a route from the current location measured by the GPS device 16 to a destination input by the user using the user input device 13.
  • the display device 12 and the user input device 13 are shared by the data communication device 10 and the car navigation device 11, but are not limited thereto.
  • the display device 12 and the user input device 13 may be connected to the data communication device 10, and the display device and the user input device different from the display device 12 and the user input device 13 may be connected to the car navigation device 11.
  • the server 20 includes a service execution unit 201, an external server communication interface unit 202, and a service list storage unit 203.
  • the service execution unit 201 executes service functions constituting the traffic accident response service 204 and the speed violation warning service 205, respectively.
  • the traffic accident response service 204 is a service that includes each service function of a vehicle speed monitoring function 206, a surrounding monitoring function 207, and an emergency contact function 208.
  • the speed violation warning service 205 is a service composed of the service functions of the vehicle speed monitoring function 206 and the speed violation determination function 209. As described above, the service execution unit 201 provides a service realized by sequentially calling and executing a plurality of service functions.
  • the off-server communication interface unit 202 communicates with the data communication device 10 via the network N200.
  • the service list storage unit 203 stores a list of information necessary for implementing each service.
  • a list of information necessary for implementing each service is referred to as a “service list”.
  • FIG. 3 is a diagram showing an example of the service list L10.
  • the service list L10 includes “service name” and “service function information”.
  • a traffic accident response service 204 and a speed violation warning service 205 are shown as service names.
  • the service function information of the traffic accident response service 204 is shown in FIG. 4, and the service function information of the speed violation warning service 205 is shown in FIG.
  • the service function information includes “call order” which is the order of calling service functions, “service function name”, “URL” of service functions, and “data” required to execute the service functions.
  • “Type”, “Data cycle” which is a cycle in which the data communication apparatus 10 transmits data to the server 20, and “Call determination processing” indicating a determination criterion of the call determination processing described later.
  • HTTP HyperText Transfer Protocol
  • the vehicle speed monitoring function 206 with the calling order “1” constituting the traffic accident response service 204 holds the vehicle speed data received from the data communication device 10 and the acquisition time thereof. ”Or“ sudden start ”is detected, and the detected event is returned to the data communication apparatus 10. As shown in FIGS. 4 and 5, the vehicle speed monitoring function 206 requests the data communication apparatus 10 to transmit the vehicle speed data of the vehicle 1 and its acquisition time at intervals of 500 milliseconds.
  • peripheral monitoring function 207 When the peripheral monitoring function 207 performs image processing on the image data received from the data communication device 10 and confirms that a traffic accident has occurred, it transmits an event “traffic accident” to the data communication device 10.
  • the data communication device 10 performs a call determination process based on the event received from the surrounding monitoring function 207 and transmits the current location information to the emergency contact function 208 when confirming that the event is a “traffic accident”.
  • the emergency contact function 208 reports the received current location information of the vehicle 1 to, for example, a fire department and a police station. In this way, the traffic accident response service 204 is realized.
  • FIG. 6 is a block diagram illustrating an example of a hardware configuration of the server 20.
  • Each function of the service execution unit 201 and the external server communication interface unit 202 in the server 20 is realized by software, firmware, or a combination of software and firmware.
  • Software or firmware is described as a program and stored in the memory 3.
  • the processing circuit reads out and executes the program stored in the memory 3, thereby realizing the function of each unit.
  • the server 20 includes a memory 3 for storing a program in which a step of executing a service and a step of communicating with the data communication apparatus 10 are executed as a result.
  • These programs can also be said to cause a computer to execute the procedures or methods of the service execution unit 201 and the external server communication interface unit 202.
  • the data communication device 10 provides data to the service function executed by the service execution unit 201 of the server 20 and is responsible for part of the service execution.
  • the data communication apparatus 10 includes a service registration unit 101, a service information storage unit 102, an out-vehicle communication interface unit 103, a call determination unit 104, a data transmission unification unit 105, a data transmission unit 106, and an in-vehicle communication interface. Part 107.
  • the service registration unit 101 registers the service selected by the user among the services that can be executed by the server 20 in the service information storage unit 102 as service information.
  • registering service information in the service information storage unit 102 is synonymous with storing service information in the service information storage unit 102.
  • the data transmission unifying unit 105 when there is a common program that is a program having the same calling order in a plurality of different services, unifies the common data that is data necessary for the execution of the common program Is generated.
  • Centralization means that common data necessary for execution of a common program is combined into one.
  • the data transmission unit 106 unifies the common data based on the unification information generated by the data transmission unification unit 105 and transmits it to the common program.
  • the call determination unit 104 determines whether to call the next program for each of a plurality of different services based on the processing result of the common program executed using the common data transmitted by the data transmission unit 106 in a centralized manner. .
  • the outside-vehicle communication interface unit 103 communicates with the server 20 via the network N200.
  • the in-vehicle communication interface unit 107 communicates with the car navigation device 11 and the vehicle data storage device 14 via the information network N101.
  • the functions of the service registration unit 101, the outside-vehicle communication interface unit 103, the call determination unit 104, the data transmission unification unit 105, the data transmission unit 106, and the in-vehicle communication interface unit 107 in the data communication apparatus 10 are realized by a processing circuit.
  • the data communication device 10 registers the service selected by the user in the service information storage unit 102 as service information, communicates with the server 20 via the network N200, and the data transmission unit 106 unifies and transmits the common data.
  • Information system network N10 Comprising a processing circuit for communicating with the car navigation apparatus 11 and the vehicle data storage apparatus 14 via the.
  • the processing circuit is a processor 4 that executes a program stored in the memory 5.
  • the functions of the service registration unit 101, the external communication interface unit 103, the call determination unit 104, the data transmission unification unit 105, the data transmission unit 106, and the in-vehicle communication interface unit 107 in the data communication apparatus 10 are software, firmware, or Realized by a combination of software and firmware.
  • Software or firmware is described as a program and stored in the memory 5.
  • the processing circuit reads out and executes the program stored in the memory 5, thereby realizing the function of each unit. That is, the data communication device 10 registers the service selected by the user in the service information storage unit 102 as service information, communicates with the server 20 via the network N200, and the data transmission unit 106 unifies and transmits the service information.
  • Centralized common program A memory 5 for storing step, the information system network N101 via the car navigation device 11 and the vehicle data storage apparatus 14 and a program step of performing communication is to be performed consequently to be transmitted to the arm.
  • the memory is, for example, a nonvolatile or volatile semiconductor memory such as RAM, ROM, flash memory, EPROM, or EEPROM, magnetic disk, flexible disk, optical disk, compact disk, mini disk, DVD, or the like. Any storage medium used may be used.
  • FIG. 9 is a flowchart illustrating an example of the operation of the service registration unit 101.
  • the service registration unit 101 communicates with the server 20 via the outside-vehicle communication interface unit 103 and the network N200, and acquires the service list L10 stored in the service list storage unit 203 of the server 20.
  • the service registration unit 101 may periodically access the server 20 to acquire the service list L10, and the service execution unit 201 of the server 20 detects the creation or change of the service list L10. Then, the service list L10 may be pushed to the service registration unit 101.
  • step S13 the service registration unit 101 determines whether the user has selected a service.
  • the process proceeds to step S14.
  • the process proceeds to step S16.
  • cases where the user has not selected a service include a case where a certain period of time has elapsed since the display of the service name on the display 12 or a case where the user has determined that no service should be selected on the display 12. It is done.
  • step S14 the service registration unit 101 generates a service list L11 for the service selected by the user, and stores the generated service list L11 in the service information storage unit 102 as service information.
  • the service list L10 and the service list L11 are equivalent.
  • step S15 the service registration unit 101 notifies the data transmission unifying unit 105 that the service list L11 is stored in the service information storage unit 102.
  • step S16 the service registration unit 101 discards the service list L10 acquired from the server 20.
  • FIG. 10 is a flowchart illustrating an example of the operation of the data transmission unifying unit 105.
  • step S21 when the data transmission unifying unit 105 receives notification from the service registration unit 101 that the service list L11 is stored in the service information storage unit 102, the data transmission unification unit 105 acquires the service list L11 from the service information storage unit 102.
  • step S22 the data transmission unification unit 105 generates unification information based on the service list L11. Specifically, the data transmission unifying unit 105 extracts the vehicle speed monitoring function 206 which is a common program having the same calling order in the traffic accident response service 204 and the speed violation warning service 205 included in the service list L11. Then, the data transmission unifying unit 105 uses two common data of “0x0001” that is a service function ID indicating the service function name of the vehicle speed monitoring function 206 and “1” that is the calling order of the vehicle speed monitoring function 206 as centralized information. Generate.
  • step S23 the data transmission unifying unit 105 notifies the call determination unit 104 of the generated unification information.
  • step S24 the data transmission unification unit 105 notifies the data transmission unit 106 of the generated unification information.
  • step S23 and step S24 are not limited to this, and the processing in step S23 may be performed after the processing in step S24.
  • FIG. 11 is a flowchart illustrating an example of the operation of the data transmission unit 106.
  • step S ⁇ b> 32 the data transmission unit 106 acquires the latest vehicle data from the vehicle data storage device 14. Specifically, the data transmission unit 106 acquires the latest vehicle speed data and its acquisition time from the vehicle data storage device 14 based on the data type of the vehicle speed monitoring function 206.
  • step S33 the data transmission unit 106 determines whether or not the latest data acquisition time has passed the data transmission period from the previous data acquisition time. Specifically, the data transmission unit 106 refers to the data cycle of the vehicle speed monitoring function 206, and the acquisition time of the latest vehicle speed data has passed the data cycle of 500 milliseconds or more from the acquisition time of the previously transmitted vehicle speed data. Judge whether or not. If the data transmission cycle has passed since the acquisition time of the previously transmitted data, the process proceeds to step S34. On the other hand, if the data transmission period or more has not elapsed since the acquisition time of the previously transmitted data, the process returns to step S32.
  • step S34 the data transmission unit 106 transmits data to the service function of the server 20.
  • the data transmission unit 106 refers to the URL of the vehicle speed monitoring function 206 and transmits the vehicle speed data and the acquisition time to the service execution unit 201 of the server 20.
  • the service execution unit 201 executes the vehicle speed monitoring function 206 using the received vehicle speed data and its acquisition time.
  • step S35 the data transmission unit 106 receives the processing result from the service function of the transmission destination. Specifically, the data transmission unit 106 receives a result of the service execution unit 201 executing the vehicle speed monitoring function 206 as a processing result.
  • step S36 the data transmission unit 106 transmits the received processing result to the call determination unit 104.
  • step S ⁇ b> 37 the data transmission unit 106 determines whether a determination result is returned from the call determination unit 104.
  • the process of step S37 is repeated until a determination result is returned from the call determination unit 104.
  • the process proceeds to step S38.
  • step S38 the data transmission unit 106 determines whether the determination result notified from the call determination unit 104 is “trigger 1” or “trigger 2”. When the determination result notified from the call determination unit 104 is “trigger 1” or “trigger 2”, the process proceeds to step S39. On the other hand, when the determination result notified from the call determination unit 104 is not “trigger 1” or “trigger 2”, the process returns to step S32.
  • step S39 the data transmission unit 106 calls a service function of the next calling order. For example, when the determination result notified from the call determination unit 104 is “trigger 1”, the data transmission unit 106 transmits the service function ID of the next call order to the service execution unit 201 of the server 20. When the determination result notified from the call determination unit 104 is “trigger 2”, the data transmission unit 106 sets the service function ID to be terminated and the service function ID of the next call order to the service execution unit of the server 20. To 201.
  • FIG. 12 is a flowchart illustrating an example of the operation of the call determination unit 104.
  • step S ⁇ b> 41 the call determination unit 104 acquires the service list L ⁇ b> 11 from the service information storage unit 102 when receiving the unification information from the data transmission unification unit 105.
  • the call determination unit 104 determines whether the processed service function is a target for unification. Specifically, the call determination unit 104 refers to the centralization information acquired from the data transmission centralization unit 105, and determines whether or not the service function that has been processed is a target for centralization. For example, when the processed service function is the vehicle speed monitoring function 206, it is determined that the vehicle speed monitoring function 206 is a target for unification. If the processed service function is the target of unification, the process proceeds to step S44. On the other hand, if the processed service function is not the target of unification, the process proceeds to step S45.
  • step S44 the call determination unit 104 copies the processing result of the service function. Specifically, the call determination unit 104 duplicates the processing result of the vehicle speed monitoring function 206 by the number of services so that the processing result of the vehicle speed monitoring function 206 for each of the traffic accident response service 204 and the speed violation warning service 205 is obtained. To do. In this case, the processing result of the vehicle speed monitoring function 206 is two in total.
  • the call determination unit 104 continues to call the service function being executed and does not call the next service function. 106 is notified.
  • the call determination processing for the processing result of the vehicle speed monitoring function 206 of the traffic accident response service 204 returns “trigger 1” as a determination result to the data transmission unit 106 with respect to the argument “rapid deceleration”. ing.
  • a method of applying the processing result of the service function to the call determination process in the call determination unit 104 will be described.
  • a processing program having the processing result of the service function as an argument is acquired from the server 20 as a dynamic library.
  • the dynamic library is loaded and the call determination process is executed.
  • the dynamic library is discarded.
  • the call determination process can be executed by such a method.
  • step S51 upon receiving notification from the server 20 that the service has been added or updated, the service registration unit 101 acquires a new service list L10 from the server 20.
  • the new service list L10 is stored in the service list storage unit 203 of the server 20.
  • step S52 the service registration unit 101 determines whether a new service is added to the new service list L10. If a new service has been added, the process proceeds to step S53. On the other hand, if no new service has been added, the process proceeds to step S57.
  • step S53 the service registration unit 101 displays the new service and the current service stored in the service information storage unit 102 on the display unit 12.
  • the user can select a new service by using the user input device 13 with reference to the service name displayed on the display 12.
  • step S54 the service registration unit 101 determines whether the user has selected a new service. If a new service is selected, the process proceeds to step S55. On the other hand, if a new service has not been selected, the process proceeds to step S57.
  • step S55 the service registration unit 101 adds the new service selected by the user to the service list L11 of the service information storage unit 102.
  • step S56 and step S57 the service registration unit 101 determines whether the service function information of the existing service has been updated. If the service function information of the existing service has been updated, the process proceeds to step S58. On the other hand, if the service function information of the existing service has not been updated, the process proceeds to step S59.
  • step S59 the service registration unit 101 notifies the data transmission unifying unit 105 that a new service has been added to the service list L11 or that the existing service list L11 has been updated.
  • the data transmission unifying unit 105 performs the process shown in FIG. 10 to create unified information, and notifies the created unified information to each of the data transmitting unit 106 and the call determining unit 104.
  • the data transmission unit 106 performs the process shown in FIG.
  • the call determination unit 104 performs the process shown in FIG. This completes the service addition or update operation.
  • the data communication apparatus 10 grasps the service functions called by each service and unifies calls of the same service functions. Therefore, it is possible to prevent the service function from being called twice. As a result, it is possible to reduce the amount of data communication between the data communication apparatus 10 and the server 20 and reduce the processing load on the server 20.
  • FIG. 15 is a block diagram showing an example of the configuration of the server 20 according to the second embodiment of the present invention.
  • the service execution unit 201 executes service functions constituting the traffic accident response service 204 and the near-miss collection service 210.
  • the traffic accident response service 204 is a service that includes each service function of a vehicle speed monitoring function 206, a surrounding monitoring function 207, and an emergency contact function 208.
  • the near-miss collection service 210 is a service composed of the service functions of the vehicle speed monitoring function 206, the surroundings monitoring function 207, and the near-miss registration function 211.
  • the near miss collection service 201 detects a sudden deceleration of the vehicle 1, it performs image processing on an image around the vehicle 1 to verify whether or not a near hat has occurred, and if a near miss occurs, the near-miss collection service 201 stores the information in a database (not shown). It is a service that registers near-miss occurrence points.
  • FIG. 16 is a diagram illustrating an example of the service list L20 stored in the service list storage unit 203.
  • the traffic accident response service 204 and the near miss collection service 210 are shown as service names.
  • the service function information of the traffic accident response service 204 is shown in FIG. 17, and the service function information of the near miss collection service 210 is shown in FIG.
  • the calling order of the vehicle speed monitoring function 206 and the surrounding monitoring function 207 is the same.
  • the call determination process for the vehicle speed monitoring function 206 is the same.
  • the service information storage unit 102 of the data communication apparatus 10 stores a service list L11 having the same contents as the service list L20.
  • the data transmission unifying unit 105 extracts the vehicle speed monitoring function 206 and the peripheral monitoring function 207 that have the same calling order in the traffic accident response service 204 and the near miss collection service 210 included in the service list L11.
  • the data transmission unifying unit 105 sets the service function ID “0x0001” indicating the service function name of the vehicle speed monitoring function 206, the service function ID “0x0002” indicating the service function name of the peripheral monitoring function 207, the vehicle speed monitoring function “1”, which is the calling order of 206, and “2”, which is the calling order of the peripheral monitoring function 207, are generated as centralized information and notified to the data transmission unit 106 and the call determination unit 104.
  • the data transmission unit 106 transmits the vehicle speed data and the acquisition time thereof to the vehicle speed monitoring function 206 whose calling order is No. 1, and notifies the calling determination unit 104 of the processing result of the vehicle speed monitoring function 206.
  • the call determination unit 104 When the call determination unit 104 receives the processing result of the vehicle speed monitoring function 206, the processing result becomes an argument for executing the call determination processing of the two services based on the centralized information, and the service function to be called next is unified. It is determined that it is a target, and the call determination process is performed only once without duplicating the processing result.
  • the call determination unit 104 executes the call determination process and decides to call the peripheral monitoring function 207 as the next service function, the call determination unit 104 issues a request to call the peripheral monitoring function 207 only once.
  • the data transmitting unit 106 transmits image data to the peripheral monitoring function 207 of the server 20.
  • the vehicle speed monitoring function 206 is operated by the car navigation device 11.
  • the vehicle speed monitoring status of the vehicle 1 can be displayed on the display 12 in real time.
  • FIG. 19 is a block diagram illustrating an example of the configuration of the car navigation device 11.
  • the car navigation device 11 includes a car navigation service execution unit 110 and an in-vehicle communication interface unit 111.
  • the car navigation service execution unit 110 executes a vehicle speed monitoring function 206, which is a part of service functions that constitute the traffic accident response service 204 and the near miss collection service 210, respectively.
  • the in-vehicle communication interface unit 111 is connected to the information system network N101.
  • FIG. 20 is a block diagram illustrating an example of a hardware configuration of the car navigation apparatus 11.
  • Each function of the car navigation service execution unit 110 and the in-vehicle communication interface unit 111 in the car navigation device 11 is realized by a processing circuit. That is, the car navigation apparatus 11 includes a processing circuit for executing a service and communicating via the information network N101.
  • the processing circuit is a processor 6 that executes a program stored in the memory 7.
  • the functions of the car navigation service execution unit 110 and the in-vehicle communication interface unit 111 in the car navigation device 11 are realized by software, firmware, or a combination of software and firmware.
  • Software or firmware is described as a program and stored in the memory 7.
  • the processing circuit reads out and executes the program stored in the memory 7, thereby realizing the function of each unit.
  • the data communication device 10 includes a memory 7 for storing a program in which a step of executing a service and a step of communicating via the information network N101 are executed as a result.
  • These programs can also be said to cause a computer to execute the procedures or methods of the car navigation service execution unit 110 and the in-vehicle communication interface unit 111.
  • the memory is, for example, a nonvolatile or volatile semiconductor memory such as RAM, ROM, flash memory, EPROM, or EEPROM, magnetic disk, flexible disk, optical disk, compact disk, mini disk, DVD, or the like. Any storage medium used may be used.
  • FIG. 21 is a block diagram illustrating an example of the configuration of the server 20.
  • the service execution unit 201 executes a peripheral monitoring function 207 and an emergency contact function 208, which are part of the service functions constituting the traffic accident response service 204. In addition, the service execution unit 201 executes a peripheral monitoring function 207 and a near-miss registration function 211 that are part of the service functions that constitute the near-miss collection service 210.
  • the traffic accident response service 204 includes the vehicle speed monitoring function 206 executed by the car navigation service execution unit 110, the surrounding monitoring function 207 and the emergency contact function 208 executed by the service execution unit 201. It is composed of
  • the near-miss collection service 210 includes a vehicle speed monitoring function 206 executed by the car navigation service execution unit 110, a peripheral monitoring function 207 and a near-miss registration function 211 executed by the service execution unit 201.
  • FIG. 22 is a diagram illustrating an example of the service list L30 stored in the service list storage unit 203.
  • the traffic accident response service 204 and the near miss collection service 210 are shown as service names.
  • the service function information of the traffic accident response service 204 is shown in FIG. 23, and the service function information of the near miss collection service 210 is shown in FIG.
  • the URL of the vehicle speed monitoring function 206 indicates the car navigation service execution unit 110 of the car navigation device 11. Thereby, the vehicle speed data necessary for the processing of the vehicle speed monitoring function 206 and the acquisition time thereof are notified to the car navigation service execution unit 110 of the car navigation device 11.
  • the service registration unit 101 of the data communication apparatus 10 acquires the service list L30 from the server 20 and displays it on the display unit 12 as in the first embodiment. Then, the service selected by the user is stored in the service information storage unit 102 as a service list L11. In the third embodiment, it is assumed that the service information storage unit 102 of the data communication apparatus 10 stores a service list L11 having the same contents as the service list L30.
  • the data transmission unifying unit 105 of the data communication apparatus 10 generates unified information for the vehicle speed monitoring function 206 and the peripheral monitoring function 207 as in the second embodiment, and notifies each of the data transmitting unit 106 and the call determination unit 104.
  • the data transmission unit 106 of the data communication device 10 refers to the centralized information and determines that the service function to be called first in each of the traffic accident response service 204 and the near miss collection service 210 is the vehicle speed monitoring function 206.
  • the data transmission unit 106 refers to the URL of the vehicle speed monitoring function 206 and determines that the vehicle speed monitoring function 206 is executed by the car navigation service execution unit 110 of the car navigation device 11 provided in the vehicle 1. Then, the data transmission unit 106 notifies the vehicle speed data of the vehicle 1 and the time information thereof to the car navigation service execution unit 110 of the car navigation device 11 via the information network N101.
  • the vehicle speed monitoring function 206 executed by the car navigation service execution unit 110 of the car navigation device 11 monitors and monitors the vehicle speed data sent from the data transmission unit 106 of the data communication device 10 at intervals of 500 milliseconds and the acquisition time thereof. The event detected inside is notified to the data transmission unit 106 of the data communication apparatus 10 as a processing result.
  • the data transmission unit 106 of the data communication apparatus 10 When the data transmission unit 106 of the data communication apparatus 10 receives the determination result of “trigger 1” from the call determination unit 104, the data transmission unit 106 periodically supplies the image data necessary for the peripheral monitoring function 207, which is the next service function, to the service of the server 20. It transmits to the execution part 201. Subsequent operations are the same as those in the second embodiment.
  • the data communication device 10 grasps the service functions called by each service, Since calls to the same service function are unified, it is possible to prevent the service functions from being called twice and to call the service functions continuously. As a result, it is possible to reduce the amount of data communication between the data communication apparatus 10 and the server 20 and reduce the processing load on the server 20.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Traffic Control Systems (AREA)

Abstract

本発明は、サーバとの間のデータ通信量の削減、およびサーバの処理負荷を削減することが可能なデータ通信装置を提供することを目的とする。本発明によるデータ通信装置は、異なる複数のサービスにおいて呼び出しの順番が同一のプログラムである共通プログラムがあるとき、当該共通プログラムの実行に必要なデータである共通データを一元化することができることを示す一元化情報を生成するデータ送信一元化部(105)と、データ送信一元化部(105)が生成した一元化情報に基づいて、共通データを一元化して共通プログラムに送信するデータ送信部(106)と、データ送信部(106)が一元化して送信した共通データを用いて実行した共通プログラムの処理結果に基づいて、異なる複数のサービスのそれぞれについて次のプログラムを呼び出すか否かを判定する呼び出し判定部(106)とを備える。

Description

データ通信装置
 本発明は、データを通信するデータ通信装置に関し、特に、サービスを構成するプログラムにデータを通信するデータ通信装置に関する。
 近年、サーバが多数の情報端末からデータを収集し、収集したデータを用いてサービスを提供するシステムの普及が進んでいる。例えば、コネクテッドカーシステムでは、車外のサーバが、多数の車載情報端末のそれぞれが取得したセンサおよびカメラなどの車両データを収集し、収集した車両データを用いてサービスを提供することが考えられている。このようなコネクテッドカーシステムでは、多数の車載情報端末から車両データを収集してデータ処理を実行しているため、車載情報端末一台当たりのサーバ処理負荷と、サーバへのデータ通信量とを可能な限り削減することが求められている。
 サーバ処理負荷の削減については、サーバが提供するサービスの処理の一部を車両側で負担することが有効である。例えば、車両側で、サーバ側が要求するデータ形式に予めシリアライズする、またはローパスフィルタを施した時系列データを生成することなどが、サーバ処理負荷の削減に有効である。
 一方、データ通信量の削減については、サービスの開始時に、データを提供する情報端末が、サービスの実行に必要な全てのデータをサーバに一括送信する方式ではなく、データを提供する情報端末とサービスとが協調し、サービスの実行中に当該サービスが必要とするタイミングで情報端末がデータを逐次送信する方式が有効である。データを逐次送信する方式では、サービスの稼働途中に情報端末が不要なデータをサーバに送信することを防ぐため、データ通信量を削減することができる。
 データを逐次送信する方式を実現するためには、予めサービスの処理を細かく機能レベルに分割したプログラムとし、データを送信する情報端末がサービスを構成するプログラムを連続的に呼び出すシステムが考えられる。このようなシステムでは、データを送信する情報端末が、サービスを構成するプログラムの適切な呼び出しの順序を予め把握しておくことによって、サービスの実行中にプログラムを呼び出すタイミングで必要なデータをサーバに送信することができる。また、サーバに送信したデータに対するプログラムの応答に基づいて次のプログラムの呼出しの可否を情報端末が行うことによって、サーバ処理負荷の削減にもつながる。
 従来、情報端末が複数のプログラムを連続的に呼び出し、各プログラムを連携させることによってサービスを実現する技術が開示されている(例えば、特許文献1参照)。特許文献1では、連携処理の内容および連系処理の実行条件が記述された連携クーポンを格納する連携クーポン管理部と、連携クーポン管理部で管理されている連携クーポン群に対して実行条件を判定し、実行条件を満たしている場合に連携クーポンに記載されている処理を実行する連携処理実行部とを備え、カードアプリケーション間の連携処理を行うことによって、例えばレストランに向かうために利用した公共交通機関の交通費の精算、およびレストランの食事費の精算など、別個の会社に対して精算するとき割引サービスを提供することができる。
特開2005-316992号公報
 上述の通り、サーバの処理負荷の削減、および情報端末とサーバとの間のデータ通信量の削減の観点から、予めサービスの処理を細かく機能レベルに分割したプログラムとし、データを送信する情報端末がサービスを構成するプログラムを連続的に呼び出すシステムが望ましい。
 特許文献1では、連携クーポン管理部と連携処理実行部とをそなえることによって、特許文献1のアプリケーションに相当するプログラム間を連携させることによって実現される新規のサービスを提供することができる。しかし、特許文献1では、異なる複数のサービスが同一のプログラムを実行するときに、サービスごとにプログラムを呼び出す必要があるため、プログラムへのデータ通信量が多くなり、またプログラムを実行するサーバに不要な負荷がかかるという問題がある。
 本発明は、このような問題を解決するためになされたものであり、サーバとの間のデータ通信量の削減、およびサーバの処理負荷を削減することが可能なデータ通信装置を提供することを目的とする。
 上記の課題を解決するために、本発明によるデータ通信装置は、複数のプログラムを順に呼び出して実行することによって実現されるサービスを提供するサービス実行部と通信し、各プログラムの実行に必要なデータを送信するデータ通信装置であって、異なる複数のサービスにおいて呼び出しの順番が同一のプログラムである共通プログラムがあるとき、当該共通プログラムの実行に必要なデータである共通データを一元化することができることを示す一元化情報を生成するデータ送信一元化部と、データ送信一元化部が生成した一元化情報に基づいて、共通データを一元化して共通プログラムに送信するデータ送信部と、データ送信部が一元化して送信した共通データを用いて実行した共通プログラムの処理結果に基づいて、異なる複数のサービスのそれぞれについて次のプログラムを呼び出すか否かを判定する呼び出し判定部とを備える。
 本発明によると、データ通信装置は、複数のプログラムを順に呼び出して実行することによって実現されるサービスを提供するサービス実行部と通信し、各プログラムの実行に必要なデータを送信するデータ通信装置であって、異なる複数のサービスにおいて呼び出しの順番が同一のプログラムである共通プログラムがあるとき、当該共通プログラムの実行に必要なデータである共通データを一元化することができることを示す一元化情報を生成するデータ送信一元化部と、データ送信一元化部が生成した一元化情報に基づいて、共通データを一元化して共通プログラムに送信するデータ送信部と、データ送信部が一元化して送信した共通データを用いて実行した共通プログラムの処理結果に基づいて、異なる複数のサービスのそれぞれについて次のプログラムを呼び出すか否かを判定する呼び出し判定部とを備えるため、サーバとの間のデータ通信量の削減、およびサーバの処理負荷を削減することが可能となる。
 本発明の目的、特徴、態様、および利点は、以下の詳細な説明と添付図面とによって、より明白となる。
本発明の実施の形態1によるデータ通信装置が適用されたコネクテッドカーシステムの一例を示す図である。 本発明の実施の形態1によるサーバの構成の一例を示すブロック図である。 本発明の実施の形態1によるサービスリストの一例を示す図である。 本発明の実施の形態1によるサービス機能情報の一例を示す図である。 本発明の実施の形態1によるサービス機能情報の一例を示す図である。 本発明の実施の形態1によるサーバのハードウェア構成の一例を示すブロック図である。 本発明の実施の形態1によるデータ通信装置の構成の一例を示すブロック図である。 本発明の実施の形態1によるデータ通信装置のハードウェア構成の一例を示すブロック図である。 本発明の実施の形態1によるサービス登録部の動作の一例を示すフローチャートである。 本発明の実施の形態1によるデータ送信一元化部の動作の一例を示すフローチャートである。 本発明の実施の形態1によるデータ送信部の動作の一例を示すフローチャートである。 本発明の実施の形態1による呼び出し判定部の動作の一例を示すフローチャートである。 本発明の実施の形態1による呼び出し判定処理の判定結果を示す図である。 本発明の実施の形態1によるサービス登録部の動作の一例を示すフローチャートである。 本発明の実施の形態2によるサーバの構成の一例を示すブロック図である。 本発明の実施の形態2によるサービスリストの一例を示す図である。 本発明の実施の形態2によるサービス機能情報の一例を示す図である。 本発明の実施の形態2によるサービス機能情報の一例を示す図である。 本発明の実施の形態3によるカーナビゲーション装置の構成の一例を示すブロック図である。 本発明の実施の形態3によるカーナビゲーション装置のハードウェア構成の一例を示すブロック図である。 本発明の実施の形態3によるサーバの構成の一例を示すブロック図である。 本発明の実施の形態3によるサービスリストの一例を示す図である。 本発明の実施の形態3によるサービス機能情報の一例を示す図である。 本発明の実施の形態3によるサービス機能情報の一例を示す図である。
 本発明の実施の形態について、図面に基づいて以下に説明する。なお、以下で説明するデータ通信装置は、例えばパーソナルコンピュータ、スマートフォン、車載情報装置、またはカーナビゲーション装置などに広く適用可能である。
 <実施の形態1>
 <全体構成>
 図1は、本発明の実施の形態1によるデータ通信装置10が適用されたコネクテッドカーシステムの一例を示す図である。
 車両1は、車載ネットワークN100を備えている。車載ネットワークN100は、情報系ネットワークN101と制御系ネットワークN102とから構成されている。情報系ネットワークN101には、データ通信装置10、カーナビゲーション装置11、車両データ記憶装置14、車両データ収集ゲートウェイ15、およびGPS(Global Positioning System)装置16が接続されている。制御系ネットワークN102には、車両データ収集ゲートウェイ15、車速センサ17、および車載カメラ18が接続されている。
 車両データ収集ゲートウェイ15は、車速センサ17から車速データおよびその取得時刻を収集して車両データ記憶装置14に書き込む。また、車両データ収集ゲートウェイ15は、車載カメラ18から車両1の周辺の画像データおよびその取得時刻を収集して車両データ記憶装置14に書き込む。
 なお、図1では、制御系ネットワークN102に車速センサ17および車載カメラ18が接続されているが、これに限るものではない。例えば、ADAS(Advanced Driver Assistance System)などに搭載されるあらゆるセンサまたはカメラが制御系ネットワークN102に接続されていてもよい。
 GPS装置16は、車両1の現在地情報とその取得時刻を計測し、計測した現在地情報およびその取得時刻を車両データ記憶装置14に記憶する。
 車両データ記憶装置14は、上記の各データおよびその取得時刻を記憶している。また、車両データ記憶装置14は、情報系ネットワークN101に接続されているデータ通信装置10、カーナビゲーション装置11、車両データ収集ゲートウェイ15、およびGPS装置16からの書き込みまたは読み込みの要求に応答する。
 データ通信装置10およびカーナビゲーション装置11は、表示器12およびユーザ入力装置13に接続されている。データ通信装置10は、ネットワークN200を介してサーバ20とデータ通信を行う。カーナビゲーション装置11は、GPS装置16が計測した現在地から、ユーザがユーザ入力装置13を用いて入力した目的地までの経路を算出して案内する機能を有している。
 なお、図1では、表示器12およびユーザ入力装置13は、データ通信装置10およびカーナビゲーション装置11によって兼用されているが、これに限るものではない。例えば、データ通信装置10に表示器12およびユーザ入力装置13を接続し、カーナビゲーション装置11には表示器12およびユーザ入力装置13とは異なる表示器およびユーザ入力装置を接続してもよい。
 <サーバ20の構成>
 図2は、サーバ20の構成の一例を示すブロック図であり、サーバ20の機能部と、サービスを構成するプログラムとを示している。以下では、サービスを構成するプログラムのことを「サービス機能」という。
 サーバ20は、サービス実行部201と、サーバ外通信インタフェース部202と、サービスリスト記憶部203とを備えている。
 サービス実行部201は、交通事故対応サービス204およびスピード違反警告サービス205のそれぞれを構成するサービス機能を実行する。交通事故対応サービス204は、車速モニタリング機能206、周辺モニタリング機能207、および救急連絡機能208の各サービス機能から構成されるサービスである。スピード違反警告サービス205は、車速モニタリング機能206およびスピード違反判定機能209の各サービス機能から構成されるサービスである。このように、サービス実行部201は、複数のサービス機能を順に呼び出して実行することによって実現されるサービスを提供する。
 サーバ外通信インタフェース部202は、ネットワークN200を介してデータ通信装置10と通信を行う。
 サービスリスト記憶部203は、各サービスを実施するために必要な情報のリストが記憶されている。以下、各サービスを実施するために必要な情報のリストのことを「サービスリスト」という。
 図3は、サービスリストL10の一例を示す図である。
 サービスリストL10は、「サービス名」および「サービス機能情報」を含んでいる。図3の例では、サービス名として、交通事故対応サービス204およびスピード違反警告サービス205が示されている。交通事故対応サービス204のサービス機能情報は図4に示されており、スピード違反警告サービス205のサービス機能情報は図5に示されている。図4,5に示すように、サービス機能情報は、サービス機能を呼び出す順序である「呼び出し順序」、「サービス機能名」、サービス機能の「URL」、サービス機能を実行するために必要な「データ種別」、データ通信装置10がサーバ20にデータを送信する周期である「データ周期」、および後述する呼び出し判定処理の判定基準を示す「呼び出し判定処理」を含んでいる。なお、本実施の形態1では、データ通信装置10とサービス機能との通信にHTTP(HyperText Transfer Protocol)を用いているが、他の通信プロトコルを用いてもよい。
 ここで、交通事故対応サービス204を一例として、サービスを実行する際に行われるサービス機能の連続的な呼び出しについて説明する。
 交通事故対応サービス204を構成する呼び出し順序が「1」である車速モニタリング機能206は、データ通信装置10から受信した車速データおよびその取得時刻を保持しており、車速の変化に基づいて「急減速」または「急発進」などのイベントを検知し、検知したイベントをデータ通信装置10に返す。図4,5に示すように、車速モニタリング機能206は、データ通信装置10に対して、車両1の車速データおよびその取得時刻を500ミリ秒間隔で送信するよう要求している。
 その後、データ通信装置10は、車速モニタリング機能206から受信したイベントに基づいて呼び出し判定処理を行う。そして、データ通信装置10は、車速モニタリング機能206から受信したイベントが「急減速」であることを確認すると、車両1の周辺を撮影した画像データを周辺モニタリング機能207に送信する。
 周辺モニタリング機能207は、データ通信装置10から受信した画像データを画像処理して交通事故が発生したことを確認すると、「交通事故」というイベントをデータ通信装置10に送信する。
 データ通信装置10は、周辺モニタリング機能207から受信したイベントに基づいて呼び出し判定処理を行い、当該イベントが「交通事故」であることを確認すると、現在地情報を救急連絡機能208に送信する。救急連絡機能208は、受信した車両1の現在地情報を、例えば消防署および警察署に通報する。このようにして交通事故対応サービス204が実現される。
 図6は、サーバ20のハードウェア構成の一例を示すブロック図である。
 サーバ20におけるサービス実行部201およびサーバ外通信インタフェース部202の各機能は、処理回路により実現される。すなわち、サーバ20は、サービスを実行し、データ通信装置10と通信を行うための処理回路を備える。処理回路は、メモリ3に格納されたプログラムを実行するプロセッサ2(中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、DSP(Digital Signal Processor)ともいう)である。
 サーバ20におけるサービス実行部201およびサーバ外通信インタフェース部202の各機能は、ソフトウェア、ファームウェア、またはソフトウェアとファームウェアとの組み合わせにより実現される。ソフトウェアまたはファームウェアは、プログラムとして記述され、メモリ3に格納される。処理回路は、メモリ3に記憶されたプログラムを読み出して実行することにより、各部の機能を実現する。すなわち、サーバ20は、サービスを実行するステップ、データ通信装置10と通信を行うステップが結果的に実行されることになるプログラムを格納するためのメモリ3を備える。また、これらのプログラムは、サービス実行部201およびサーバ外通信インタフェース部202の手順または方法をコンピュータに実行させるものであるともいえる。ここで、メモリとは、例えば、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリ、EPROM(Erasable Programmable Read Only Memory)、EEPROM(Electrically Erasable Programmable Read Only Memory)等の不揮発性または揮発性の半導体メモリ、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等、または、今後使用されるあらゆる記憶媒体であってもよい。
 <データ通信装置10の構成>
 図7は、データ通信装置10の構成の一例を示すブロック図である。
 データ通信装置10は、サーバ20のサービス実行部201で実行されるサービス機能にデータを提供しており、サービスの実行の一部を担っている。データ通信装置10は、サービス登録部101と、サービス情報記憶部102と、車両外通信インタフェース部103と、呼び出し判定部104と、データ送信一元化部105と、データ送信部106と、車両内通信インタフェース部107とを備えている。
 サービス登録部101は、サーバ20が実行可能なサービスのうち、ユーザが選択したサービスをサービス情報としてサービス情報記憶部102に登録する。ここで、サービス情報記憶部102にサービス情報を登録することは、サービス情報記憶部102にサービス情報を記憶することと同義である。
 データ送信一元化部105は、異なる複数のサービスにおいて呼び出しの順番が同一のプログラムである共通プログラムがあるとき、当該共通プログラムの実行に必要なデータである共通データを一元化することができることを示す一元化情報を生成する。一元化とは、共通プログラムの実行に必要な共通データを1つにまとめることをいう。
 データ送信部106は、データ送信一元化部105が生成した一元化情報に基づいて、共通データを一元化して共通プログラムに送信する。呼び出し判定部104は、データ送信部106が一元化して送信した共通データを用いて実行した共通プログラムの処理結果に基づいて、異なる複数のサービスのそれぞれについて次のプログラムを呼び出すか否かを判定する。
 車両外通信インタフェース部103は、ネットワークN200を介してサーバ20と通信を行う。車両内通信インタフェース部107は、情報系ネットワークN101を介してカーナビゲーション装置11および車両データ記憶装置14と通信を行う。
 図8は、データ通信装置10のハードウェア構成の一例を示すブロック図である。
 データ通信装置10におけるサービス登録部101、車両外通信インタフェース部103、呼び出し判定部104、データ送信一元化部105、データ送信部106、および車両内通信インタフェース部107の各機能は、処理回路により実現される。すなわち、データ通信装置10は、ユーザが選択したサービスをサービス情報としてサービス情報記憶部102に登録し、ネットワークN200を介してサーバ20と通信を行い、データ送信部106が一元化して送信した共通データを用いて実行した共通プログラムの処理結果に基づいて、異なる複数のサービスのそれぞれについて次のプログラムを呼び出すか否かを判定し、異なる複数のサービスにおいて呼び出しの順番が同一のプログラムである共通プログラムがあるとき、当該共通プログラムの実行に必要なデータである共通データを一元化することができることを示す一元化情報を生成し、データ送信一元化部105が生成した一元化情報に基づいて、共通データを一元化して共通プログラムに送信し、情報系ネットワークN101を介してカーナビゲーション装置11および車両データ記憶装置14と通信を行うための処理回路を備える。処理回路は、メモリ5に格納されたプログラムを実行するプロセッサ4である。
 データ通信装置10におけるサービス登録部101、車両外通信インタフェース部103、呼び出し判定部104、データ送信一元化部105、データ送信部106、および車両内通信インタフェース部107の各機能は、ソフトウェア、ファームウェア、またはソフトウェアとファームウェアとの組み合わせにより実現される。ソフトウェアまたはファームウェアは、プログラムとして記述され、メモリ5に格納される。処理回路は、メモリ5に記憶されたプログラムを読み出して実行することにより、各部の機能を実現する。すなわち、データ通信装置10は、ユーザが選択したサービスをサービス情報としてサービス情報記憶部102に登録するステップ、ネットワークN200を介してサーバ20と通信を行うステップ、データ送信部106が一元化して送信した共通データを用いて実行した共通プログラムの処理結果に基づいて、異なる複数のサービスのそれぞれについて次のプログラムを呼び出すか否かを判定するステップ、異なる複数のサービスにおいて呼び出しの順番が同一のプログラムである共通プログラムがあるとき、当該共通プログラムの実行に必要なデータである共通データを一元化することができることを示す一元化情報を生成するステップ、データ送信一元化部105が生成した一元化情報に基づいて、共通データを一元化して共通プログラムに送信するステップ、情報系ネットワークN101を介してカーナビゲーション装置11および車両データ記憶装置14と通信を行うステップが結果的に実行されることになるプログラムを格納するためのメモリ5を備える。また、これらのプログラムは、サービス登録部101、車両外通信インタフェース部103、呼び出し判定部104、データ送信一元化部105、データ送信部106、および車両内通信インタフェース部107の手順または方法をコンピュータに実行させるものであるともいえる。ここで、メモリとは、例えば、RAM、ROM、フラッシュメモリ、EPROM、EEPROM等の不揮発性または揮発性の半導体メモリ、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等、または、今後使用されるあらゆる記憶媒体であってもよい。
 <動作>
 以下では、データ通信装置10が備えるサービス登録部101、データ送信一元化部105、データ送信部106、および呼び出し判定部104の各動作について説明する。
 <サービス登録部101の動作>
 図9は、サービス登録部101の動作の一例を示すフローチャートである。
 ステップS11において、サービス登録部101は、車両外通信インタフェース部103およびネットワークN200を介してサーバ20と通信し、サーバ20のサービスリスト記憶部203に記憶されているサービスリストL10を取得する。サービスリストL10の取得方法としては、サービス登録部101がサーバ20に定期的にアクセスしてサービスリストL10を取得してもよく、サーバ20のサービス実行部201がサービスリストL10の作成または変更を検知すると当該サービスリストL10をサービス登録部101にプッシュ通知してもよい。
 ステップS12において、サービス登録部101は、サーバ20から取得したサービスリストL10に含まれているサービス名を表示器12に表示する。ユーザは、表示器12に表示されたサービス名を参照し、ユーザ入力装置13を用いて任意のサービス選択することができる。
 ステップS13において、サービス登録部101は、ユーザがサービスを選択したか否かを判断する。ユーザがサービスを選択した場合は、ステップS14に移行する。一方、ユーザがサービスを選択しなかった場合は、ステップS16に移行する。ユーザがサービスを選択しなかった場合としては、例えば、表示器12にサービス名を表示してから一定時間経過した場合、または表示器12にサービスを選択しない旨をユーザが決定した場合などが挙げられる。
 ステップS14において、サービス登録部101は、ユーザが選択したサービスについてサービスリストL11を生成し、生成したサービスリストL11をサービス情報としてサービス情報記憶部102に記憶する。なお、本実施の形態1では、サーバ20から取得したサービスリストL10に含まれている交通事故対応サービス204およびスピード違反警告サービス205の両方をユーザが選択したものとする。すなわち、サービスリストL10とサービスリストL11とは等価である。
 ステップS15において、サービス登録部101は、サービスリストL11がサービス情報記憶部102に記憶されたことをデータ送信一元化部105に通知する。
 ステップS16において、サービス登録部101は、サーバ20から取得したサービスリストL10を破棄する。
 <データ送信一元化部105の動作>
 図10は、データ送信一元化部105の動作の一例を示すフローチャートである。
 ステップS21において、データ送信一元化部105は、サービス登録部101からサービスリストL11がサービス情報記憶部102に記憶された旨の通知を受けると、サービス情報記憶部102からサービスリストL11を取得する。
 ステップS22において、データ送信一元化部105は、サービスリストL11に基づいて一元化情報を生成する。具体的には、データ送信一元化部105は、サービスリストL11に含まれている交通事故対応サービス204とスピード違反警告サービス205とにおいて呼び出し順序が同一の共通プログラムである車速モニタリング機能206を抽出する。そして、データ送信一元化部105は、車速モニタリング機能206のサービス機能名を示すサービス機能IDである「0x0001」、および車速モニタリング機能206の呼出し順序である「1」の2つの共通データを一元化情報として生成する。
 ステップS23において、データ送信一元化部105は、生成した一元化情報を呼び出し判定部104に通知する。
 ステップS24において、データ送信一元化部105は、生成した一元化情報をデータ送信部106に通知する。
 なお、ステップS23およびステップS24の処理の順序はこれに限るものではなく、ステップS24の処理の後にステップS23の処理を行ってもよい。
 <データ送信部106の動作>
 図11は、データ送信部106の動作の一例を示すフローチャートである。
 ステップS31において、データ送信部106は、データ送信一元化部105から一元化情報を受信すると、サービス情報記憶部102からサービスリストL11を取得する。具体的には、データ送信部106は、サービスリストL11のうち、一元化情報に含まれている車速モニタリング機能206のURL、データ種別、およびデータ周期を取得する。
 ステップS32において、データ送信部106は、車両データ記憶装置14から最新の車両データを取得する。具体的には、データ送信部106は、車速モニタリング機能206のデータ種別に基づいて、車両データ記憶装置14から最新の車速データおよびその取得時刻を取得する。
 ステップS33において、データ送信部106は、最新のデータの取得時刻が、前回送信したデータの取得時刻からデータの送信周期以上経過しているか否かを判断する。具体的には、データ送信部106は、車速モニタリング機能206のデータ周期を参照し、最新の車速データの取得時刻が、前回送信した車速データの取得時刻からデータ周期である500ミリ秒以上経過しているか否かを判断する。前回送信したデータの取得時刻からデータの送信周期以上経過している場合は、ステップS34に移行する。一方、前回送信したデータの取得時刻からデータの送信周期以上経過していない場合は、ステップS32に戻る。
 ステップS34において、データ送信部106は、サーバ20のサービス機能にデータを送信する。具体的には、データ送信部106は、車速モニタリング機能206のURLを参照し、車速データおよびその取得時刻をサーバ20のサービス実行部201に送信する。サービス実行部201は、受信した車速データおよびその取得時刻を用いて車速モニタリング機能206を実行する。
 ステップS35において、データ送信部106は、送信先のサービス機能から処理結果を受信する。具体的には、データ送信部106は、サービス実行部201が車速モニタリング機能206を実行した結果を処理結果として受信する。
 ステップS36において、データ送信部106は、受信した処理結果を呼び出し判定部104に送信する。
 ステップS37において、データ送信部106は、呼び出し判定部104から判定結果が返ってきたか否かを判断する。呼び出し判定部104から判定結果が返ってくるまでステップS37の処理を繰り返し、呼び出し判定部104から判定結果が返ってきたときはステップS38に移行する。
 ステップS38において、データ送信部106は、呼び出し判定部104から通知された判定結果が「トリガ1」または「トリガ2」であるか否かを判断する。呼び出し判定部104から通知された判定結果が「トリガ1」または「トリガ2」である場合は、ステップS39に移行する。一方、呼び出し判定部104から通知された判定結果が「トリガ1」または「トリガ2」でない場合は、ステップS32に戻る。
 ステップS39において、データ送信部106は、次の呼出し順序のサービス機能を呼び出す。例えば、呼び出し判定部104から通知された判定結果が「トリガ1」である場合、データ送信部106は、次の呼出し順序のサービス機能IDをサーバ20のサービス実行部201に送信する。また、呼び出し判定部104から通知された判定結果が「トリガ2」である場合、データ送信部106は、終了するサービス機能IDと、次の呼出し順序のサービス機能IDとをサーバ20のサービス実行部201に送信する。
 なお、上記のステップS37~ステップS39における呼び出し判定部104から通知される判定結果については、後に詳細に説明する。
 本実施の形態1では、データ送信部106は、データ周期である500ミリ秒以内に、車両データ記憶装置14から車両データを取得してサービス機能に車両データを送信し、その後、サービス機能の処理結果を受信している。すなわち、データ送信部106は、サービス機能と同期通信しているが、非同期通信を採用してもよい。非同期通信を採用する場合、データ送信部106は、サービス機能の処理結果を受信するときにコールバック関数を呼び出し、処理結果を呼び出し判定部104に通知する。
 <呼び出し判定部104の動作>
 図12は、呼び出し判定部104の動作の一例を示すフローチャートである。
 ステップS41において、呼び出し判定部104は、データ送信一元化部105から一元化情報を受信すると、サービス情報記憶部102からサービスリストL11を取得する。
 ステップS42において、呼び出し判定部104は、データ送信部106からサービス機能の処理結果を受信したか否かを判断する。サービス機能の処理結果は、図11のステップS35においてデータ送信部106がサービス機能から受信した処理結果に相当する。データ送信部106からサービス機能の処理結果を受信するまでステップS42の処理を繰り返し、データ送信部106からサービス機能の処理結果を受信したときはステップS43に移行する。
 ステップS43において、呼び出し判定部104は、処理を行ったサービス機能が一元化の対象か否かを判断する。具体的には、呼び出し判定部104は、データ送信一元化部105から取得した一元化情報を参照し、処理を行ったサービス機能が一元化の対象であるか否かを判断する。例えば、処理を行ったサービス機能が車速モニタリング機能206であるとき、当該車速モニタリング機能206は一元化の対象であると判断する。処理を行ったサービス機能が一元化の対象である場合は、ステップS44に移行する。一方、処理を行ったサービス機能が一元化の対象でない場合は、ステップS45に移行する。
 ステップS44において、呼び出し判定部104は、サービス機能の処理結果を複製する。具体的には、呼び出し判定部104は、交通事故対応サービス204およびスピード違反警告サービス205のそれぞれに対する車速モニタリング機能206の処理結果となるように、サービスの数だけ車速モニタリング機能206の処理結果を複製する。この場合、車速モニタリング機能206の処理結果は合計2つになる。
 ステップS45において、呼び出し判定部104は、サービス機能の処理結果を引数として呼び出し判定処理を実行する。そして、ステップS46において、呼び出し判定部104は、呼び出し判定処理の判定結果をデータ送信部106に返す。
 図13は、呼び出し判定部104による呼び出し判定処理の判定結果を示す図である。呼び出し判定部104による呼び出し判定処理の結果としては、「継続」、「終了」、「トリガ1」、および「トリガ2」がある。
 呼び出し判定処理の判定結果が「継続」である場合、呼び出し判定部104は、実行中のサービス機能の呼び出しを継続し、かつ次のサービス機能を呼び出さないようにするために、NULLをデータ送信部106に通知する。
 呼び出し判定処理の判定結果が「終了」である場合、呼び出し判定部104は、実行中のサービス機能の呼び出しを終了し、かつ次のサービス機能を呼び出さないようにするために、終了するサービス機能IDをデータ送信部106に通知する。
 呼び出し判定処理の判定結果が「トリガ1」である場合、呼び出し判定部104は、実行中のサービス機能の呼び出しを継続し、かつ次のサービス機能を呼び出すために、次の呼出し順序のサービス機能IDをデータ送信部106に通知する。
 呼び出し判定処理の判定結果が「トリガ2」である場合、呼び出し判定部104は、実行中のサービス機能の呼び出しを終了し、かつ次のサービス機能を呼び出すために、終了するサービス機能IDと次の呼出し順序のサービス機能IDとをデータ送信部106に通知する。
 本実施の形態1では、交通事故対応サービス204の車速モニタリング機能206の処理結果に対する呼び出し判定処理は、引数である「急減速」に対して「トリガ1」を判定結果としてデータ送信部106に返している。
 ここで、呼び出し判定部104において、サービス機能の処理結果を呼び出し判定処理に適用する方法について説明する。サービス登録時に、サービス機能の処理結果を引数とする処理プログラムを動的ライブラリとしてサーバ20から取得しておく。そして、呼び出し判定処理が実行されるときに動的ライブラリがロードされ、呼び出し判定処理が実行される。呼び出し判定処理後、動的ライブラリは破棄される。このような方法によって、呼び出し判定処理を実行することができる。
 <サービスの追加または更新時の動作>
 図14は、サービス登録部101の動作の一例を示すフローチャートであり、サービス実行中に新規サービスの追加または既存のサービスの更新があったときの動作を示している。新規サービスの追加または既存のサービスの更新があったとき、サーバ20は、追加または更新した旨をデータ通信装置10に通知する。
 ステップS51において、サービス登録部101は、サーバ20から追加または更新した旨の通知を受けると、サーバ20から新たなサービスリストL10を取得する。当該新たなサービスリストL10は、サーバ20のサービスリスト記憶部203に記憶されている。
 ステップS52において、サービス登録部101は、新たなサービスリストL10に新規サービスが追加されているか否かを判断する。新規サービスが追加されている場合は、ステップS53に移行する。一方、新規サービスが追加されていない場合は、ステップS57に移行する。
 ステップS53において、サービス登録部101は、新規サービスと、サービス情報記憶部102に記憶されている現在のサービスとを表示器12に表示する。ユーザは、表示器12に表示されたサービス名を参照し、ユーザ入力装置13を用いて新規サービス選択することができる。
 ステップS54において、サービス登録部101は、ユーザが新規サービスを選択したか否かを判断する。新規サービスを選択した場合は、ステップS55に移行する。一方、新規サービスを選択していない場合は、ステップS57に移行する。
 ステップS55において、サービス登録部101は、ユーザが選択した新規サービスをサービス情報記憶部102のサービスリストL11に追加する。
 ステップS56およびステップS57のそれぞれにおいて、サービス登録部101は、既存のサービスのサービス機能情報が更新されているか否かを判断する。既存のサービスのサービス機能情報が更新されている場合は、ステップS58に移行する。一方、既存のサービスのサービス機能情報が更新されていない場合は、ステップS59に移行する。
 ステップS58において、サービス登録部101は、サービス情報記憶部102に記憶されているサービスリストL11を更新する。
 ステップS59において、サービス登録部101は、サービスリストL11に新規サービスが追加されたこと、または既存のサービスリストL11が更新された旨をデータ送信一元化部105に通知する。
 その後、データ送信一元化部105は、図10に示す処理を行って一元化情報を作成し、作成した一元化情報をデータ送信部106および呼び出し判定部104のそれぞれに通知する。データ送信部106は、図11に示す処理を行う。呼び出し判定部104は、図12に示す処理を行う。これにより、サービスの追加または更新の動作は完了する。
 以上のことから、本実施の形態1によれば、複数のサービスを同時に実行するとき、データ通信装置10は、各サービスによって呼び出されるサービス機能を把握し、同一のサービス機能の呼び出しを一元化しているため、サービス機能を重複して呼び出すことを防ぐことができる。これにより、データ通信装置10とサーバ20との間のデータ通信量の削減、およびサーバ20の処理負荷を削減することが可能となる。
 <実施の形態2>
 本発明の実施の形態2では、異なる複数のサービスにおいて呼び出し順序が同一のサービス機能を連続的に呼び出す場合について説明する。
 図15は、本発明の実施の形態2によるサーバ20の構成の一例を示すブロック図である。
 サービス実行部201は、交通事故対応サービス204およびヒヤリハット収集サービス210のそれぞれを構成するサービス機能を実行する。交通事故対応サービス204は、車速モニタリング機能206、周辺モニタリング機能207、および救急連絡機能208の各サービス機能から構成されるサービスである。ヒヤリハット収集サービス210は、車速モニタリング機能206、周辺モニタリング機能207、およびヒヤリハット登録機能211の各サービス機能から構成されるサービスである。ヒヤリハット収集サービス201は、車両1の急減速を検知すると、車両1の周辺の画像に対して画像処理を行ってヒヤリハットが発生したか否かを検証し、ヒヤリハットが発生したときは図示しないデータベースにヒヤリハット発生地点を登録するサービスである。
 図16は、サービスリスト記憶部203に記憶されているサービスリストL20の一例を示す図である。
 サービスリストL20では、サービス名として、交通事故対応サービス204およびヒヤリハット収集サービス210が示されている。交通事故対応サービス204のサービス機能情報は図17に示されており、ヒヤリハット収集サービス210のサービス機能情報は図18に示されている。図17,18に示すように、交通事故対応サービス204およびヒヤリハット収集サービス210では、車速モニタリング機能206および周辺モニタリング機能207の呼び出し順序が同じである。また、車速モニタリング機能206に対する呼び出し判定処理も同じである。
 データ通信装置10のサービス情報記憶部102には、サービスリストL20と同じ内容のサービスリストL11が記憶されているものとする。この場合、データ送信一元化部105は、サービスリストL11に含まれている交通事故対応サービス204とヒヤリハット収集サービス210とにおいて呼び出し順序が同一である車速モニタリング機能206および周辺モニタリング機能207を抽出する。そして、データ送信一元化部105は、車速モニタリング機能206のサービス機能名を示すサービス機能IDである「0x0001」、周辺モニタリング機能207のサービス機能名を示すサービス機能IDである「0x0002」、車速モニタリング機能206の呼出し順序である「1」、および周辺モニタリング機能207の呼出し順序である「2」を一元化情報として生成し、データ送信部106および呼び出し判定部104のそれぞれに通知する。
 データ送信部106は、呼び出し順序が1番である車速モニタリング機能206に車速データおよびその取得時刻を送信し、車速モニタリング機能206の処理結果を呼び出し判定部104に通知する。
 呼び出し判定部104は、車速モニタリング機能206の処理結果を受信すると、一元化情報に基づいて、処理結果が2つのサービスの呼び出し判定処理を実行する引数になること、かつ次に呼び出すサービス機能が一元化の対象であることを判断し、処理結果を複製せずに1度だけ呼び出し判定処理を行う。呼び出し判定部104は、呼び出し判定処理を実行し、次のサービス機能である周辺モニタリング機能207を呼び出すことが決定した場合、周辺モニタリング機能207を呼び出す要求を1度だけ発行する。データ送信部106は、周辺モニタリング機能207を呼び出す1つの要求を受信すると、サーバ20の周辺モニタリング機能207に対して画像データを送信する。
 以上のことから、本実施の形態2によれば、異なる複数のサービスにおいて呼び出し順序が同一のサービス機能を連続的に呼び出す場合であっても、データ通信装置10は、各サービスによって呼び出されるサービス機能を把握し、同一のサービス機能の呼び出しを一元化しているため、サービス機能を重複して呼び出すことを防ぎ、サービス機能を連続して呼び出すことができる。これにより、データ通信装置10とサーバ20との間のデータ通信量の削減、およびサーバ20の処理負荷を削減することが可能となる。
 <実施の形態3>
 実施の形態1,2では、サービスを構成するサービス機能はサーバ20に存在している場合について説明した。本発明の実施の形態3では、サービスを構成する一部のサービス機能がサーバ20の外部に存在する場合について説明する。具体的には、本実施の形態3では、車速モニタリング機能206がカーナビゲーション装置11で動作される。カーナビゲーション装置11では、車速モニタリング機能206を実行することによって、車両1の車速のモニタリング状況をリアルタイムで表示器12に表示することができる。
 <構成>
 図19は、カーナビゲーション装置11の構成の一例を示すブロック図である。
 カーナビゲーション装置11は、カーナビサービス実行部110と、車両内通信インタフェース部111とを備えている。
 カーナビサービス実行部110は、交通事故対応サービス204およびヒヤリハット収集サービス210のそれぞれを構成するサービス機能の一部である車速モニタリング機能206を実行する。車両内通信インタフェース部111は、情報系ネットワークN101に接続されている。
 図20は、カーナビゲーション装置11のハードウェア構成の一例を示すブロック図である。
 カーナビゲーション装置11におけるカーナビサービス実行部110および車両内通信インタフェース部111の各機能は、処理回路により実現される。すなわち、カーナビゲーション装置11は、サービスを実行し、情報系ネットワークN101を介して通信するための処理回路を備える。処理回路は、メモリ7に格納されたプログラムを実行するプロセッサ6である。
 カーナビゲーション装置11におけるカーナビサービス実行部110および車両内通信インタフェース部111の各機能は、ソフトウェア、ファームウェア、またはソフトウェアとファームウェアとの組み合わせにより実現される。ソフトウェアまたはファームウェアは、プログラムとして記述され、メモリ7に格納される。処理回路は、メモリ7に記憶されたプログラムを読み出して実行することにより、各部の機能を実現する。すなわち、データ通信装置10は、サービスを実行するステップ、情報系ネットワークN101を介して通信するステップが結果的に実行されることになるプログラムを格納するためのメモリ7を備える。また、これらのプログラムは、カーナビサービス実行部110および車両内通信インタフェース部111の手順または方法をコンピュータに実行させるものであるともいえる。ここで、メモリとは、例えば、RAM、ROM、フラッシュメモリ、EPROM、EEPROM等の不揮発性または揮発性の半導体メモリ、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等、または、今後使用されるあらゆる記憶媒体であってもよい。
 図21は、サーバ20の構成の一例を示すブロック図である。
 サービス実行部201は、交通事故対応サービス204を構成するサービス機能の一部である周辺モニタリング機能207および救急連絡機能208を実行する。また、サービス実行部201は、ヒヤリハット収集サービス210を構成するサービス機能の一部である周辺モニタリング機能207およびヒヤリハット登録機能211を実行する。
 上記より、本実施の形態3では、交通事故対応サービス204は、カーナビサービス実行部110で実行される車速モニタリング機能206と、サービス実行部201で実行される周辺モニタリング機能207および救急連絡機能208とから構成されている。また、ヒヤリハット収集サービス210は、カーナビサービス実行部110で実行される車速モニタリング機能206と、サービス実行部201で実行される周辺モニタリング機能207およびヒヤリハット登録機能211とから構成されている。
 図22は、サービスリスト記憶部203に記憶されているサービスリストL30の一例を示す図である。
 サービスリストL30では、サービス名として、交通事故対応サービス204およびヒヤリハット収集サービス210が示されている。交通事故対応サービス204のサービス機能情報は図23に示されており、ヒヤリハット収集サービス210のサービス機能情報は図24に示されている。図23,24に示すように、車速モニタリング機能206のURLは、カーナビゲーション装置11のカーナビサービス実行部110を示している。これにより、車速モニタリング機能206の処理に必要な車速データおよびその取得時刻は、カーナビゲーション装置11のカーナビサービス実行部110に通知される。
 <動作>
 以下、本実施の形態3によるデータ通信装置10、カーナビゲーション装置11、およびサーバ20の動作について説明する。
 データ通信装置10のサービス登録部101は、実施の形態1と同様、サーバ20からサービスリストL30を取得して表示器12に表示する。そして、ユーザが選択したサービスをサービスリストL11としてサービス情報記憶部102に記憶する。本実施の形態3では、データ通信装置10のサービス情報記憶部102には、サービスリストL30同じ内容のサービスリストL11が記憶されているものとする。
 データ通信装置10のデータ送信一元化部105は、実施の形態2と同様、車速モニタリング機能206および周辺モニタリング機能207について一元化情報を生成し、データ送信部106および呼び出し判定部104のそれぞれに通知する。
 データ通信装置10のデータ送信部106は、一元化情報を参照し、交通事故対応サービス204およびヒヤリハット収集サービス210のそれぞれにおいて最初に呼び出すサービス機能は車速モニタリング機能206であると判断する。また、データ送信部106は、車速モニタリング機能206のURLを参照し、当該車速モニタリング機能206は車両1に設けられているカーナビゲーション装置11のカーナビサービス実行部110で実行されると判断する。そして、データ送信部106は、車両1の車速データおよびその時刻情報を、情報系ネットワークN101を介してカーナビゲーション装置11のカーナビサービス実行部110に通知する。
 カーナビゲーション装置11のカーナビサービス実行部110で実行される車速モニタリング機能206は、データ通信装置10のデータ送信部106から500ミリ秒間隔で送られてくる車速データおよびその取得時刻をモニタリングし、モニタリング中に検知したイベントを処理結果としてデータ通信装置10のデータ送信部106に通知する。
 データ通信装置10の呼び出し判定部104は、一元化情報に基づいて、車速モニタリング機能206の処理結果を引数として、交通事故対応サービス204およびヒヤリハット収集サービス210に対する呼び出し判定処理を1度だけ実行する。呼び出し判定部104は、車速モニタリング機能206の処理結果が「急減速」である場合、判定結果として「トリガ1」をデータ送信部106に返す。
 データ通信装置10のデータ送信部106は、呼び出し判定部104から「トリガ1」の判定結果を受けると、次のサービス機能である周辺モニタリング機能207に必要な画像データを周期的にサーバ20のサービス実行部201に送信する。以降の動作は、実施の形態2と同様である。
 以上のことから、本実施の形態3によれば、一部のサービス機能がサーバ20の外部に存在する場合であっても、データ通信装置10は、各サービスによって呼び出されるサービス機能を把握し、同一のサービス機能の呼び出しを一元化しているため、サービス機能を重複して呼び出すことを防ぎ、サービス機能を連続して呼び出すことができる。これにより、データ通信装置10とサーバ20との間のデータ通信量の削減、およびサーバ20の処理負荷を削減することが可能となる。
 なお、本発明は、その発明の範囲内において、各実施の形態を自由に組み合わせたり、各実施の形態を適宜、変形、省略することが可能である。
 本発明は詳細に説明されたが、上記した説明は、すべての態様において、例示であって、この発明がそれに限定されるものではない。例示されていない無数の変形例が、この発明の範囲から外れることなく想定され得るものと解される。
 1 車両、2 プロセッサ、3 メモリ、4 プロセッサ、5 メモリ、6 プロセッサ、7 メモリ、10 データ通信装置、11 カーナビゲーション装置、12 表示器、13 ユーザ入力装置、14 車両データ記憶装置、15 車両データ収集ゲートウェイ、16 GPS装置、17 車速センサ、18 車載カメラ、20 サーバ、101 サービス登録部、102 サービス情報記憶部、103 車両外通信インタフェース部、104 呼び出し判定部、105 データ送信一元化部、106 データ送信部、107 車両内通信インタフェース部、110 カーナビサービス実行部、111 車両内通信インタフェース部、201 サービス実行部、202 サーバ外通信インタフェース部、203 サービスリスト記憶部、204 交通事故対応サービス、205 スピード違反警告サービス、206 車速モニタリング機能、207 周辺モニタリング機能、208 救急連絡機能、209 スピード違反判定機能、210 ヒヤリハット収集サービス、211 ヒヤリハット登録機能。

Claims (7)

  1.  複数のプログラムを順に呼び出して実行することによって実現されるサービスを提供するサービス実行部と通信し、各前記プログラムの実行に必要なデータを送信するデータ通信装置であって、
     異なる複数の前記サービスにおいて呼び出しの順番が同一の前記プログラムである共通プログラムがあるとき、当該共通プログラムの実行に必要なデータである共通データを一元化することができることを示す一元化情報を生成するデータ送信一元化部(105)と、
     前記データ送信一元化部(105)が生成した前記一元化情報に基づいて、前記共通データを一元化して前記共通プログラムに送信するデータ送信部(106)と、
     前記データ送信部(106)が一元化して送信した前記共通データを用いて実行した前記共通プログラムの処理結果に基づいて、前記異なる複数のサービスのそれぞれについて次の前記プログラムを呼び出すか否かを判定する呼び出し判定部(104)と、
    を備える、データ通信装置。
  2.  前記呼び出し判定部(104)は、前記データ送信部(106)が送信した前記共通データを用いて実行した前記共通プログラムの処理結果を前記一元化した前記サービスの数だけ複製し、各前記サービスにおいて次のプログラムを呼び出すか否かを判定することを特徴とする、請求項1に記載のデータ通信装置。
  3.  前記プログラムの呼出しの順序を含む前記サービスに関する情報であるサービス情報を記憶するサービス情報記憶部(102)をさらに備えることを特徴とする、請求項1または2に記載のデータ通信装置。
  4.  ユーザが選択した前記サービスを前記サービス情報として前記サービス情報記憶部(102)に格納するサービス登録部(101)をさらに備えることを特徴とする、請求項3に記載のデータ通信装置。
  5.  前記サービス情報は、前記データの送信周期を含み、
     前記データ送信部(106)は、前記送信周期に基づいて前記データを送信することを特徴とする、請求項3または4に記載のデータ通信装置。
  6.  前記サービス登録部(101)は、前記サービス情報の更新または変更があったとき、当該更新または変更があったことを前記データ送信一元化部(105)に通知し、
     前記データ送信一元化部(105)は、前記サービス登録部(101)から前記通知を受けると、異なる複数の前記サービスにおいて前記共通プログラムがあるか否かを判断することを特徴とする、請求項4に記載のデータ通信装置。
  7.  前記データ通信装置は、車載ネットワークに設けられ、
     前記サービス実行部は、前記車載ネットワーク以外のサーバに設けられていることを特徴とする、請求項1から6のいずれか1項に記載のデータ通信装置。
PCT/JP2018/022907 2018-06-15 2018-06-15 データ通信装置 WO2019239577A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/022907 WO2019239577A1 (ja) 2018-06-15 2018-06-15 データ通信装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2018/022907 WO2019239577A1 (ja) 2018-06-15 2018-06-15 データ通信装置

Publications (1)

Publication Number Publication Date
WO2019239577A1 true WO2019239577A1 (ja) 2019-12-19

Family

ID=68843091

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2018/022907 WO2019239577A1 (ja) 2018-06-15 2018-06-15 データ通信装置

Country Status (1)

Country Link
WO (1) WO2019239577A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113382034A (zh) * 2020-02-25 2021-09-10 东芝泰格有限公司 信息处理装置、信息处理系统、信息处理方法及存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000148517A (ja) * 1998-11-12 2000-05-30 Hitachi Ltd ジョブネット実行方式
JP2006072548A (ja) * 2004-08-31 2006-03-16 Canon Inc 情報処理装置、情報処理方法及びそのプログラム
JP2014235675A (ja) * 2013-06-05 2014-12-15 三菱電機株式会社 データ処理装置およびデータ処理方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000148517A (ja) * 1998-11-12 2000-05-30 Hitachi Ltd ジョブネット実行方式
JP2006072548A (ja) * 2004-08-31 2006-03-16 Canon Inc 情報処理装置、情報処理方法及びそのプログラム
JP2014235675A (ja) * 2013-06-05 2014-12-15 三菱電機株式会社 データ処理装置およびデータ処理方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113382034A (zh) * 2020-02-25 2021-09-10 东芝泰格有限公司 信息处理装置、信息处理系统、信息处理方法及存储介质
CN113382034B (zh) * 2020-02-25 2024-05-17 东芝泰格有限公司 信息处理装置、信息处理方法及存储介质

Similar Documents

Publication Publication Date Title
JP2016218932A (ja) ソフトウェア更新装置およびソフトウェア更新システム
CN105593817B (zh) 本地或分布式计算机系统上的柔性节点组成的方法和系统
JP2020038405A (ja) データ収集装置、データ収集システム、データ収集方法および車載装置
CN114584480A (zh) 用于服务降级处理的方法和装置
US10785601B2 (en) System and method for transmitting dynamic content to mobile devices
US20200271457A1 (en) Map information management device, map information management system, and map information management method
WO2019239577A1 (ja) データ通信装置
US20150046342A1 (en) System and method for telematics service of vehicle
EP3879795A1 (en) Method and apparatus for acquiring information, device, medium and computer program product
CN112590798B (zh) 用于检测驾驶员状态的方法、装置、电子设备和介质
CN110618768A (zh) 信息呈现方法和装置
KR102006080B1 (ko) 블랙박스 영상 제공 방법 및 이를 수행하는 장치들
KR20170078039A (ko) 내비게이션 앱의 홈 네트워크 앱 연동 방법 및 이를 수행하는 단말
CN113378041B (zh) 提示信息推送方法、装置、电子设备和计算机可读介质
CN112817701B (zh) 定时器处理方法、装置、电子设备和计算机可读介质
JP7313948B2 (ja) データ収集装置、データ収集システムおよびデータ収集方法
CN113421045A (zh) 运单信息发送方法、装置、电子设备和计算机可读介质
JP7181736B2 (ja) データ収集装置、データ収集システムおよびデータ収集方法
JP7058918B2 (ja) データ更新システム
CN116361113A (zh) 应用状态获取方法、装置、电子设备及可读存储介质
CN111314457B (zh) 设置虚拟私有云的方法和装置
CN112781581B (zh) 应用于扫地机的移动至儿童推车路径生成方法、装置
CN114968621B (zh) 数据通信方法、装置、设备、存储介质和系统
CN112822247B (zh) 系统异步通讯方法、装置、电子设备和计算机可读介质
CN111274150B (zh) 服务实例访问方法、装置和电子设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18922341

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18922341

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: JP