COMPUTING APPARATUS AND OPERATING METHOD THEREOF

20170343977 ยท 2017-11-30

Assignee

Inventors

Cpc classification

International classification

Abstract

Disclosed is a computing apparatus, which comprises a plug-in profile configured to store a plurality of target source codes that are modularized to perform functions applied to a target device that operates based on a platform; a profile extractor configured to extract at least one target source code out of the plurality of target source codes, based on operating information of the target device; and a platform applying unit configured to combine the extracted at least one target source code on the platform.

Claims

1. A computing apparatus, comprising: a plug-in profile configured to store a plurality of target source codes that are modularized to perform functions applied to a target device that operates based on a platform; a profile extractor configured to extract at least one target source code out of the plurality of target source codes, based on operating information of the target device; and a platform applying unit configured to combine the extracted at least one target source code on the platform.

2. The computing apparatus of claim 1, wherein the plug-in profile stores common source codes for essential functions that apply to the target device.

3. The computing apparatus of claim 1, wherein the at least one target source code is used to perform an additional function in a function program applied to the target device.

4. The computing apparatus of claim 1, wherein the operating information includes at least one of kind information and usage information of the target device.

5. A computing apparatus, comprising: a plug-in profile configured to store a plurality of target source codes and common source codes that are modularized to perform functions applied to a target device that operates based on a platform; a profile generator configured to generate additional target source codes for additional functions of the target device that are not stored in the plug-in profile, to store in the plug-in profile; a profile extractor configured to extract the at least one of the plurality of target source codes and common source codes and the additional target source codes, based on operating information of the target device; and a platform applying unit configured to combine the at least one of the plurality of target source codes and common source codes extracted on the platform and the additional target source codes.

6. The computing apparatus of claim 5, wherein the profile generator generates the additional target source codes when a profile generation request to request the additional function for an arbitrary target device is inputted from the profile extractor.

7. The computing apparatus of claim 5, wherein the target device include an EMS (Energy Management System), a DMS (Data Management System), a PAS (Power Amplifier System) and an OMS (Outage Management System).

8. An operating method of a computing apparatus, comprising: allowing a profile extractor to determine whether at least one target source code of a plurality of target source codes corresponding to operating information of a target device is stored in a plug-in profile, when the operating information of the target device is inputted; allowing the profile extractor to extract the at least one target source code when it is determined that the at least one target source code is stored; and allowing a platform applying unit to combine the extracted at least one target source code on a platform of the target device.

9. The operating method of claim 8, further comprising: allowing the profile extractor to request a profile generator to generate an additional target source code, when the profile extractor determines that the at least one target source code is not stored in the plug-in profile; allowing the profile generator to generate the additional target source code to be stored in the plug-in profile; and allowing information on a generation of the additional target source code to be outputted to the profile extractor, after the additional target source code has been stored in the plug-in profile.

10. The operating method of claim 9, further comprising: allowing the profile extractor to extract the additional target source code from a profile generator and transfer the additional target source code to the platform applying unit, when the profile extractor receives the information on the generation of the additional target source code.

11. The operating method of claim 10, further comprising: allowing the platform applying unit to combine the additional target source code on the platform.

Description

BRIEF DESCRIPTION OF THE DRAWINGS

[0015] FIG. 1 is a control block diagram illustrating a control configuration of a computing apparatus in accordance with the present invention.

[0016] FIG. 2 is a diagram briefly illustrating a platform combined in a computing apparatus in accordance with the present invention.

[0017] FIG. 3 is a flowchart illustrating an operating method of a computing apparatus in accordance with the present invention.

DETAILED DESCRIPTION OF THE EMBODIMENTS

[0018] Hereinafter, principles of the present invention are simply illustrated. Therefore, although not clearly described and illustrated in the specification, the principles of the present invention are embodied and various devices included ideas and scopes of the present invention are invented by those skilled in the art. Further, it should be understood that all conditional terms and embodiments listed in the specification are intended in principle only for the purpose of understanding ideas of the present invention, and are not limited to the embodiments and states that are specially listed above.

[0019] Further, it should be understood that all detailed descriptions listing a specific embodiment of the present invention as well as principles, perspectives and embodiments of the present invention are intended to include structural and functional equivalents of such matters.

[0020] Further, it should be understood that those equivalents include all elements invented to perform the same function regardless of equivalents to be developed in the future as well as currently known equivalents, that is, structures.

[0021] FIG. 1 is a control block diagram illustrating a control configuration of a computing apparatus in accordance with the present invention.

[0022] Referring to FIG. 1, the computing apparatus may include

a plug-in profile 110, a profile extractor 120, a profile generator 130 and a platform applying unit 140.

[0023] In an embodiment, the computing apparatus may be used by a manufacturer manufacturing a plurality of target devices or a monitoring operator, wherein the plurality of target devices are applied to a SCADA system, operated based on a platform, and capable of inserting and storing functional programs of an EMS to manage an energy, a DMS to manage a data, a PAS to amplify a power and an OMS to predict electric power accident, for example, which is not limited thereto.

[0024] Here, the plurality of target devices may be configured of programs that perform a variety of functions such as a graphic editor, a graphic viewer, a file distribution tool, a database manager, an alarm and an engineering tool, which is not limited thereto.

[0025] The plug-in profile 110 may store a plurality of target source codes which are modularized, which correspond to the functions of the plurality of programs.

[0026] Here, the plug-in profile 110 may also store an additional target source code generated in a profile generator 130 to be described, which is not limited thereto.

[0027] In the embodiment, while the plug-in profile 110 is illustrated and described as a control block included in the computing apparatus, it may communicate with the computing apparatus as a separate server device, which is not limited thereto.

[0028] The profile extractor 120 may extract an arbitrary target source code for a relevant function from the plurality of target source codes stored in the plug-in profile 110 based on the operating information on each of the plurality of target devices.

[0029] For example, when an arbitrary target device among the plurality of target devices is an EMS (Energy Management System), the profile extractor 120 may extract first and second target source codes corresponding to a single line diagram search and a distribution line (D/L) search, which is detailed functions, from the plug-in profile 110, when applying a graphic editor program.

[0030] As described above, the profile extractor 120 may extract an arbitrary target source code among the plurality of target source codes stored in the plug-in profile 110 based on operating information on an arbitrary target device among the plurality of target devices.

[0031] If the arbitrary target source code corresponding to an additional function for detailed functions applied to the arbitrary target device is not stored in the plug-in profile 110, the profile extractor 120 may request the profile generator 130 to generate a profile.

[0032] When the profile generator 130 receives a profile generation request from the profile extractor 120, the request being made for the additional function for the arbitrary target device, it may generate the additional target source code for the additional function to store the code in the plug-in profile 110.

[0033] In the embodiment, the profile generator 130 may generate the additional target source code by a user or a manager, which is not limited thereto.

[0034] The platform applying unit 140 may combine at least one of the arbitrary target source code and the additional target source code extracted from the profile extractor 120 on the platform for the arbitrary target device.

[0035] FIG. 2 is a diagram briefly illustrating a platform combined in a computing apparatus in accordance with the present invention.

[0036] Referring to FIG. 2, the computing apparatus may combine arbitrary target source codes (1, 2, 3, 4, 5 and 6) on first to third platforms P1, P2 and P3 for first to third target devices A, B and C, respectively.

[0037] That is, the profile extractor 120 may extract the first, third and sixth target source codes (1, 3 and 6) from the plug-in profile 110, based on operating information including kind information and usage information of the first target device A.

[0038] Here, the platform applying unit 140 may combine the first, third and sixth target source codes (1, 3 and 6) extracted from the profile extractor 120 on the first platform P1 of the first target device A.

[0039] In the same way described above, the profile extractor 120 may extract the second, fourth and fifth target source codes (2, 4 and 5) from the plug-in profile 110, based on the operating information including kind information and usage information of the second target device B.

[0040] Here, the platform applying unit 140 may combine the second, fourth and fifth target source codes (2, 4 and 5) extracted from the profile extractor 120 on the second platform P2 of the second target device B.

[0041] Further, the profile extractor 120 may extract the fifth and sixth target source codes (5 and 6) from the plug-in profile 110, based on operating information on kind information and usage information of the third target device C.

[0042] Here, the platform applying unit 140 may combine the fifth and sixth target source codes (5 and 6) extracted from the profile extractor 120 on the third platform P3 of the third target device C.

[0043] FIG. 3 is a flowchart illustrating an operating method of a computing apparatus in accordance with the present invention.

[0044] Referring to FIG. 3, a profile extractor 120 of a computing apparatus may determine whether a plug-in profile 110 stores an arbitrary target source code for detailed functions applied to an arbitrary target device when the profile extractor 120 receives operating information on the arbitrary target device (S210).

[0045] When the profile extractor 120 determines that the arbitrary target source code is stored, it may extract the arbitrary target source code to be transferred to the platform applying unit 140 (S220).

[0046] The platform applying unit 140 may combine the arbitrary target source code extracted from the profile extractor 120 on the platform of the arbitrary target device (S230).

[0047] Here, the arbitrary target source code may be combined on a common platform to be applied thereto.

[0048] After step S210, when the profile extractor 120 determines that the arbitrary target source code is not stored, it may request the profile generator 130 to generate an additional target source code for an additional function (S240).

[0049] When the profile generator 130 is requested to generate the additional target source code, it generates the additional target source code to store it in the plug-in profile 110 (S250) and informs the profile extractor 120 of a generation of the additional target source code (S260).

[0050] When the profile extractor 120 receives information on the generation of the additional target source code from the profile generator 130, it may extract the additional target source code stored in the plug-in profile 110 and transfer it to the platform applying unit (S270).

[0051] The platform applying unit 140 may combine the additional target source code on the platform of the arbitrary target device (S280).

[0052] Although the present invention was illustrated and described with reference to preferred embodiments, it is not limited to a specific embodiment described above. The present invention may be changed and modified in various ways, without departing from the ideas and technical regions described in claims, by those skilled in the art. Accordingly, technical scope of the present invention is not restricted to the detailed description but should be defined by claims only.