KR20210004758A - Industrial control's software firmware support and update - Google Patents

Industrial control's software firmware support and update Download PDF

Info

Publication number
KR20210004758A
KR20210004758A KR1020190081664A KR20190081664A KR20210004758A KR 20210004758 A KR20210004758 A KR 20210004758A KR 1020190081664 A KR1020190081664 A KR 1020190081664A KR 20190081664 A KR20190081664 A KR 20190081664A KR 20210004758 A KR20210004758 A KR 20210004758A
Authority
KR
South Korea
Prior art keywords
software
server
network computer
downloading
downloaded
Prior art date
Application number
KR1020190081664A
Other languages
Korean (ko)
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 KR1020190081664A priority Critical patent/KR20210004758A/en
Publication of KR20210004758A publication Critical patent/KR20210004758A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention relates to a method for updating software of a network computer. According to the present invention, the method for updating software of a network computer comprises: a first step of terminating execution of an application program by an update command of a server; a second step of opening a zip file stream; a third step of downloading a file; and a fourth step of closing the zip file stream and re-executing the terminated application program. According to the present invention, system efficiency can be improved.

Description

산업용 제어장치의 소프트웨어 폼웨어 제공방법 및 업데이트 방법{Industrial control's software firmware support and update}Industrial control's software firmware support and update method {Industrial control's software firmware support and update}

본 발명은 산업용 제어장치의 다운로드 서버에서 소프트웨어(S/W) 프로그램을 손상없이 제공하기 위한 네트워크에서 소프트웨어 제공방법 및 그 시스템에 관한 것이다. The present invention relates to a method and a system for providing software in a network for providing a software (S/W) program in a download server of an industrial control device without damage.

산업용 제어장치란 컴퓨터 및 주변기기를 이용한 로컬 및 네트워크를이용한 제어장치이다. Industrial control device is a control device using local and network using computer and peripheral devices.

제어장치에 사용되는 단말인 디바이스는 기계 간 통신 정보를 중앙에서 저장하고 관리하는 서버와 연결되어 사용된다. 또한, 디바이스가 서로 다른 통신 방식에 따라 연결되면, 통신 방식이 변경되는 구간에서 게이트웨이를 통해 디바이스와 서버가 연결되며, 이를 통해 전체 시스템이 구현된다. A device, which is a terminal used in a control device, is used in connection with a server that centrally stores and manages communication information between machines. In addition, when the devices are connected according to different communication methods, the device and the server are connected through a gateway in a section in which the communication method is changed, through which the entire system is implemented.

시스템의 효율을 높이고 현재 작업중인 프로그램의 중단없이 계속 작업을 하여야 한다.It is necessary to increase the efficiency of the system and continue working without interrupting the currently working program.

상기와 같이 종래 서버로부터 운영체계 및 응용 프로그램들을 다운로드(DownLoad)받아 이를 사용하는 네트워크 컴퓨터에 있어서 상기 서버로부터 업데이트된 소프트웨어를 다운로드받을 경우, 현재 사용중인 프로그램을 정지한 후, 다운로드받는 소프트웨어의 파일 크기가 크면 다운로스시 소요되는 시간이 길며, 또한, 클래스 파일중 일부분만 변경된 소프트웨어를 다운로드시 버전이 올라갈 때마다 파일 전체를 다운로드함에 따라 중복된 파일을 다운로드받고, 그에 따라 로딩 시간을 길어져 전체 시스템의 효율이떨어지고, 또한, 상기 다운로드받은 프로그램을 실행시키기 위하여 상기 네트워크 컴퓨터를 재부팅해야 하는 문제점이 있었다.As described above, in the case of downloading (DownLoad) the operating system and application programs from the conventional server and downloading the updated software from the server in the network computer using the same, the file size of the downloaded software after stopping the currently used program If is large, the time required for downloading is long. Also, when downloading software that has changed only a part of the class file, the entire file is downloaded every time the version is increased, so that the redundant file is downloaded, and the loading time is increased accordingly. There is a problem in that the efficiency is deteriorated, and the network computer needs to be rebooted in order to execute the downloaded program.

따라서, 본 발명은 상기와 같은 종래의 문제점을 해결하기 위하여 창안한 것으로, 소프트웨어가 서버에 업데이트될 경우 클래스 파일중 변경된 부분만 다운로드받음과 아울러 재부팅하지 않고 상기 다운로드받은 소프트웨어를 실행할 수 있는 네트워크 컴퓨터의 소프트웨어 업데이트 방법을 제공함에 그 목적이 있다.Accordingly, the present invention was devised to solve the conventional problems as described above, and when software is updated on the server, only the changed part of the class file is downloaded and the network computer capable of executing the downloaded software without rebooting. Its purpose is to provide a software update method.

상기에서 상세히 설명한 바와 같이, 본 발명은 소프트웨어가 서버에 업데이트될 경우 클래스 파일중 변경된 부분만 다운로드받음으로써, 네트워크 트래픽을 줄여 소프트웨어의 다운로드시간을 최소화할 뿐만아니라 자동으로 상기 소프트웨어를 업데이트하여 관리자가 수동으로 조작하는 일을 최소화하여 전체적인 시스템 효율이 향상되는 효과가 있다.As described in detail above, in the present invention, when the software is updated to the server, only the changed part of the class file is downloaded, thereby minimizing the download time of the software by reducing network traffic, and automatically updating the software so that the administrator can manually It has the effect of improving the overall system efficiency by minimizing the operation of the system.

또한, 네트워크 컴퓨터를 재부팅하지 않고 상기 다운로드받은 소프트웨어를 실행함으로써, 현재 작업중인프로그램의 중단없이 계속 작업을 하여 능률을 향상시킨 효과가 있다In addition, by executing the downloaded software without rebooting the network computer, there is an effect of improving the efficiency by continuing to work without interrupting the currently working program.

도 1은 일반적인 네트워크 컴퓨터 시스템의 구성을 보인 블록도.
도 2는 본 발명의 동작 흐름도.
***도면의 주요 부분에 대한 부호의 설명***
10 : 서버 20∼2n : 네트워크 컴퓨터
1 is a block diagram showing the configuration of a general network computer system.
Figure 2 is a flow chart of the operation of the present invention.
***Explanation of symbols for major parts of the drawing***
10: server 20-2n: network computer

네트워크 컴퓨터의 소프트웨어 업데이트 방법에 관한 것으로, 종래 서버로부터 운영체계 및 응용 프로그램들을 다운로드(DownLoad)받아 이를 사용하는 네트워크 컴퓨터에 있어서 상기 서버로부터 업데이트된 소프트웨어를 다운로드받을 경우, 현재 사용중인 프로그램을 정지한 후, 다운로드받는 소프트웨어의 파일 크기가 크면 다운로드시 소요되는 시간이 길며, 또한, 클래스 파일중 일부분만 변경된 소프트웨어를 다운로드시 버전이 올라갈 때마다 파일 전체를 다운로드함에 따라 중복된 파일을 다운로드받고, 그에 따라 로딩 시간을 길어져 전체 시스템의 효율이 떨어지고, 또한, 상기 다운로드받은 프로그램을 실행시키기 위하여 상기 네트워크 컴퓨터를 재부팅해야 하는 문제점이 있었다. 따라서, 본 발명은 상기와 같은 종래의 문제점을 해결하기 위하여 창안한 것으로, 소프트웨어가 서버에 업데이트될 경우 클래스 파일 중 변경된 부분만 다운로드받음으로써, 네트워크 트래픽을 줄여 소프트웨어의 다운로드시간을 최소화 할뿐만아니라 자동으로 상기 소프트웨어를 업데이트하여 관리자가 수동으로 조작하는 일을 최소화하여 전체적인 시스템 효율이 향상되는 효과가 있다. 또한, 네트워크 컴퓨터를 재부팅하지 않고 상기 다운로드 받은 소프트웨어를 실행함으로써, 현재 작업중인 프로그램의 중단없이 계속 작업을 하여 능률을 향상시킨효과가 있다.It relates to a method for updating software of a network computer. In the case of downloading (DownLoad) operating system and application programs from a conventional server and downloading updated software from the server in a network computer using the same, after stopping the currently used program , If the file size of the downloaded software is large, it takes a long time to download, and when downloading software with only a portion of the class file changed, the entire file is downloaded every time the version is increased, so that the redundant files are downloaded and loaded accordingly. As the time increases, the efficiency of the entire system decreases, and there is a problem in that the network computer needs to be rebooted in order to execute the downloaded program. Therefore, the present invention was devised to solve the conventional problems as described above, and when software is updated to the server, only the changed part of the class file is downloaded, thereby reducing network traffic and minimizing the software download time as well as automatic By updating the software, there is an effect of improving the overall system efficiency by minimizing manual operation by the administrator. In addition, by executing the downloaded software without rebooting the network computer, there is an effect of improving the efficiency by continuing to work without interrupting the currently working program.

NCn ~ : 산업용 제어용 장치NCn ~: Industrial control device

Claims (2)

서버에 업데이트된 프로그램이 있는지 판단하여 상기 서버의 업데이트 명령에 의해 네트워크 컴퓨터의 현재의 응용프로그램의 실행을 중단하는 제1 단계와; 상기 제1 단계가 완료되면, 상기 네트워크 컴퓨터의 집파일 스트림 요구에 따라 서버에서 집파일 스트림을 여는 제2 단계와; 상기 제2 단계가 완료되면 변경되거나 새로 만들어진 파일을 다운로드하는 제3 단계와; 상기 제3 단계가 완료되면, 업데이트된 프로그램이 더 있는지를 판단하여 있으면 상기 제3 단계의 동작을 반복수행하고, 없으면 상기 집파일 스트림을 닫고 중단된 응용프로그램을 계속 수행하는 제4 단계로 이루어진 것을 특징으로 하는 네트워크 컴퓨터의 소프트웨어 업데이트 방법.A first step of determining whether there is an updated program in the server and stopping execution of the current application program of the network computer according to the update command of the server; A second step of opening a zip file stream in a server according to a zip file stream request from the network computer when the first step is completed; A third step of downloading a changed or newly created file when the second step is completed; When the third step is completed, it is determined whether there are more updated programs, and if there is more, the operation of the third step is repeated, and if not, the fourth step of closing the zip file stream and continuing the interrupted application program. A method of updating software of a network computer, characterized in that. 제1항에 있어서, 상기 프로그램의 다운로드 동작은 현재 소프트웨어의 맵파일과 다운로드받을 집파일의엔트리를 비교하는 제1 단계와; 상기 제1 단계의 비교 동작에 따라 변경되거나 새로 만들어진 파일만을다운로드하는 제2 단계로 이루어진 것을 특징으로 하는 네트워크 컴퓨터의 소프트웨어 업데이트 방법.The method of claim 1, wherein the downloading of the program comprises: a first step of comparing a map file of a current software with an entry of a zip file to be downloaded; And a second step of downloading only files that are changed or newly created according to the comparison operation of the first step.
KR1020190081664A 2019-07-05 2019-07-05 Industrial control's software firmware support and update KR20210004758A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190081664A KR20210004758A (en) 2019-07-05 2019-07-05 Industrial control's software firmware support and update

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190081664A KR20210004758A (en) 2019-07-05 2019-07-05 Industrial control's software firmware support and update

Publications (1)

Publication Number Publication Date
KR20210004758A true KR20210004758A (en) 2021-01-13

Family

ID=74142241

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190081664A KR20210004758A (en) 2019-07-05 2019-07-05 Industrial control's software firmware support and update

Country Status (1)

Country Link
KR (1) KR20210004758A (en)

Similar Documents

Publication Publication Date Title
CN105681060B (en) virtualized network function management upgrading method, device and server
CN105138382B (en) A kind of method and terminal of android system upgrading
WO2016004737A1 (en) Virtual machine software update method
JP2002297411A (en) Update system and its method for application software in execution using modular system
RU2008144691A (en) SYSTEM AND METHOD FOR UPDATING THE PROGRAM FOR MOBILE TERMINAL WITH OTA SUPPORT
WO2021115477A1 (en) Program upgrade method and apparatus, electronic device and storage medium
US9063819B2 (en) Extensible patch management
US20120210317A1 (en) Method and apparatus for updating data card
JP2013515293A (en) Method and apparatus for managing an operating system in an embedded system
KR20050085836A (en) System to automatically process components on a device
CN108874437B (en) Online cloud updating method for android application program
US9483254B2 (en) Method, apparatus and storage medium for dynamically patching a function
US8332356B2 (en) NFS agent upgrade
CN108536452B (en) Embedded device, system software upgrading method, system and terminal thereof
CN105260209A (en) Hot-update solution of program
CN103810416A (en) Software installation or uninstallation method and device
CN105786549A (en) Smart device and upgrading method thereof
CN106775876B (en) Method for quickly starting application by android system
CN105912365A (en) Method and system for updating mobile terminal system
US8769521B2 (en) Calendar aware adaptive patching of a computer program
US7340738B2 (en) Time optimized replacement of a software application
KR20210004758A (en) Industrial control's software firmware support and update
CN105630898A (en) Method applicable to switch application database table data version
KR20000041146A (en) Method for updating software of network computer
WO2023226670A1 (en) Esim firmware upgrade method and apparatus, and device and medium