WO2023080380A1 - Procédé de gestion d'une situation de progression de travail par une machine d'état, et dispositif faisant appel audit procédé - Google Patents

Procédé de gestion d'une situation de progression de travail par une machine d'état, et dispositif faisant appel audit procédé Download PDF

Info

Publication number
WO2023080380A1
WO2023080380A1 PCT/KR2022/009134 KR2022009134W WO2023080380A1 WO 2023080380 A1 WO2023080380 A1 WO 2023080380A1 KR 2022009134 W KR2022009134 W KR 2022009134W WO 2023080380 A1 WO2023080380 A1 WO 2023080380A1
Authority
WO
WIPO (PCT)
Prior art keywords
progress
task
change
job
status
Prior art date
Application number
PCT/KR2022/009134
Other languages
English (en)
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 (주) 바우디움
Publication of WO2023080380A1 publication Critical patent/WO2023080380A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • a method for managing a progress status of a work and an apparatus using the same are disclosed.
  • the computing device in response to a job registration request, which is a signal requesting registration of a job, the computing device generates job information, which is information including a name of the job and a progress status of the job. and, when a task progress change request, which is a signal for requesting a change in the progress of the task to the target progress, is obtained, whether the change from the current progress of the requested progress to the target progress is allowed. is determined as a state machine, and if a change from the current progress of the task to the target progress is permitted, update the progress of the task to the target progress.
  • the characteristic configuration of the present invention for achieving the object of the present invention as described above and realizing the characteristic effects of the present invention described later is as follows.
  • a method for managing the progress of a task by a state machine comprising: in response to a task registration request, which is a signal requesting registration of the task, Generating, by a computing device, job information, which is information including a name of the job and a progress status of the job, wherein the progress status is selected from a progress status set, and the progress status set is registered and complete ( completed, and further includes at least one of reserved, in progress, canceled, and postponed, and is initialized with registration when the job information is generated.
  • a task progress change request which is a signal for requesting a change in the progress status of the task to a target progress status
  • the computing device permits the change of the requested progress status from the current progress status to the target progress status.
  • a job progress status change verification step of determining whether or not to change using the state machine; and a task progress updating step of updating, by the computing device, the progress of the task to the target progress if a change from the current progress of the task to the target progress is permitted.
  • the state machine is a set of pairs of a standard progress and a next progress from which change is allowed: , (registration, cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, register), (deferred, register) ⁇ is a finite state machine.
  • the generating of the job information comprises obtaining the job registration request including the name of the job from the computing device or a terminal that is another device linked to the computing device by providing a predetermined first user interface.
  • the computing device or a terminal that is another device linked to the computing device changes from the current progress status of the task to the target progress status.
  • the method further includes obtaining a request for changing the job progress status.
  • the target progress status is selected from the provided candidate progress statuses.
  • the second user interface is provided with a name of a progress status of the job and an image display corresponding to the progress status.
  • an explanatory text corresponding to the progress situation is provided on the second user interface, or an explanatory text corresponding to the progress status is provided on the second user interface as a response to a predetermined operation on the second user interface.
  • An explanatory text is displayed.
  • the method comprises, if a change from the current progress of the task to the target progress is not permitted, the computing device or another device interoperable with the computing device by providing a predetermined third user interface.
  • a computer program comprising instructions implemented to perform the methods according to the present invention is also provided.
  • a computer program may be stored on a machine-readable non-transitory recording medium.
  • a computing device for managing the progress of a job by a state machine, including: a communication unit for obtaining a job registration request, which is a signal for requesting job registration; and a job information generation process for generating job information, which is information including a name of the job and a progress status of the job, in response to the job registration request, requesting a change of the progress status of the job to a target progress status through the communication unit.
  • a job progress change verification process for determining, by the state machine, whether or not a change of the requested progress status from the current progress status to the target progress status is permitted when a job progress change request, which is a signal to do so, is obtained; and and a processor performing a task progress update process of updating the progress of the task to the target progress if a change from the current progress of the task to the target progress is permitted.
  • method for managing task progress is a conceptual diagram schematically illustrating an exemplary configuration of a computing device that performs a method for managing the progress of a task by a state machine (hereinafter referred to as “method for managing task progress”) according to the present disclosure.
  • FIG. 2 is an exemplary block diagram illustrating hardware or software components of a computing device that performs a method for managing a task progress according to the present disclosure.
  • FIG. 3 is a flowchart illustrating an embodiment of a task progress management method according to the present disclosure.
  • FIG. 4 is a diagram showing a first user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • FIG. 5 is a diagram showing a second user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • FIG. 6 is a diagram illustrating an example of displaying an image corresponding to a progress status of a task in an embodiment of a task progress management method of the present disclosure.
  • FIG. 7 is an exemplary block diagram of a state machine used in the task progress management method according to the present disclosure.
  • FIG. 8 is a view showing explanatory text corresponding to a progress status displayed in the second user interface illustrated in FIG. 5 by way of example.
  • FIG. 9 exemplarily illustrates an alternative provided to change the progress status of a task in the second user interface illustrated in FIG. 5 .
  • FIG. 10 is a diagram showing a third user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • FIG. 11 is a diagram showing a fourth user interface provided to customize a progress set used in the task progress management method of the present disclosure by way of example.
  • first or second may be used to describe various components, but such terms are to be interpreted solely for the purpose of distinguishing one component from another, and no order is implied. because it doesn't For example, a first element may be termed a second element, and similarly, a second element may be termed a first element.
  • FIG. 1 is a conceptual diagram schematically illustrating an exemplary configuration of a computing device that performs a task progress management method according to the present disclosure.
  • a computing device 100 includes a communication unit 110 and a processor 120, and communicates with an external computing device (not shown) through the communication unit 110. You can communicate directly or indirectly.
  • the computing device 100 may include typical computer hardware (eg, a computer, processor, memory, storage, input and output devices, and other components of conventional computing devices; a router; electronic communication devices, such as switches, switches, etc.; electronic information storage systems, such as network-attached storage (NAS) and storage area network (SAN)) and computer software (i.e., enabling computing devices to It may be to achieve the desired system performance by using a combination of instructions).
  • the storage may include a storage device such as a hard disk or a universal serial bus (USB) memory as well as a storage device based on a network connection such as a cloud server.
  • USB universal serial bus
  • the communication unit 110 of such a computing device may transmit and receive requests and responses between other computing devices that are interlocked, for example, a dedicated storage, for example, a database server, and the like.
  • requests and responses are the same TCP ( It may be performed by a Transmission Control Protocol (Session) session, but is not limited thereto, and may be transmitted and received as a User Datagram Protocol (UDP) datagram, for example.
  • TCP Transmission Control Protocol
  • UDP User Datagram Protocol
  • the communication unit 110 may be implemented in the form of a communication module including a communication interface.
  • communication interfaces include Wireless LAN (WLAN), Wireless Fidelity (WiFi) Direct, Digital Living Network Alliance (DLNA), Wireless Broadband (WiBro), World interoperability for Microwave access (WiMax), High Speed Downlink Packet Access (HSDPA), etc.
  • DLNA Digital Living Network Alliance
  • WiBro Wireless Broadband
  • WiMax World interoperability for Microwave access
  • HSDPA High Speed Downlink Packet Access
  • BluetoothTM BluetoothTM
  • RFID Radio Frequency IDentification
  • IrDA Infrared Data Association
  • UWB Userltra-WideBand
  • ZigBee ZigBee
  • NFC Near Field Communication
  • the communication unit 110 may transmit/receive data from another computing device through an appropriate communication interface.
  • the communication unit 110 may include a keyboard, a mouse, other external input devices, a printing device, a display, and other external output devices for receiving commands or instructions, or may be interlocked with them.
  • the computing device 100 has a built-in display unit or the communication unit 110. It is known that it can be interlocked with an external display device through.
  • a display unit or display device may be a touch screen capable of touch input.
  • the processor 120 of the computing device may include a micro processing unit (MPU), a central processing unit (CPU), a graphics processing unit (GPU), a neural processing unit (NPU) or a tensor processing unit (TPU), a cache memory ), and a hardware configuration such as a data bus.
  • MPU micro processing unit
  • CPU central processing unit
  • GPU graphics processing unit
  • NPU neural processing unit
  • TPU tensor processing unit
  • cache memory a hardware configuration such as a data bus.
  • it may further include a software configuration of an operating system and an application that performs a specific purpose.
  • FIG. 2 is an exemplary block diagram illustrating hardware or software components of a computing device 200 for performing a task progress management method according to the present disclosure
  • FIG. 3 is a task progress management method according to the present disclosure. It is a flow chart illustrating one embodiment.
  • the task progress management method of the present disclosure includes a computing device 200 of a user who wants to register a task or a terminal 300 that is another computing device that works with the computing device 200.
  • the job information generation module 210 implemented by the computing device 200 includes the name of the job and the progress of the job.
  • a step of allowing a predetermined storage 240 to hold the created job information by generating job information that is information to do job information generation step; S100).
  • the progress is selected from a set of progress, the set of progress including registered and completed, reserved, in progress, canceled and postponed. It further includes at least one of, and in step S100 when generating the job information, it is initialized by registration.
  • the names of individual progresses such as 'registration' and 'complete' are only appropriately designated in relation to the role of the individual progresses, and are arbitrary and may be specifically replaced with other names. There will be.
  • FIG. 4 is a diagram showing a first user interface provided according to an embodiment of a task progress management method of the present disclosure by way of example.
  • the job registration request including the name of the job can be obtained from the computing device 200 or the terminal 300 by providing a predetermined first user interface.
  • the interface is as illustrated in FIG. 4 .
  • a text field 410 for entering the name of a job, a completion button 420 for completing the input and triggering a job registration request, and canceling the input A cancel button 430 is provided to enable this.
  • the task progress management method of the present disclosure is a task progress signal requesting to change the task progress status to the target progress status.
  • the status change request is obtained from the computing device 100 or the terminal 300 (S210)
  • the progress status change verification module 220 implemented by the computing device 100, in the current progress status of the requested progress status
  • a step of determining (S220) whether a change to the target progress status is allowed by using the state machine (a task progress change verification step; S200) is further included.
  • a task progress change request from the computing device 200 or terminal 300 from the current progress status of the task to the target progress status is provided by providing a predetermined second user interface.
  • Obtaining (S210) may be further included.
  • FIG. 5 is a diagram showing a series of views 500a to 500d of a second user interface provided according to an embodiment of a task progress management method of the present disclosure
  • FIG. 6 is a diagram illustrating task progress of the present disclosure It is a diagram illustrating an example of displaying images 610 to 660 corresponding to the progress of a task in an embodiment of a method for managing a situation
  • FIG. 7 is an example of a state machine used in the method for managing a progress of a task according to the present disclosure. It is a block diagram.
  • a name 510 of a progress status of a task and an image display 520a corresponding to the progress status of the task may be provided to the second user interface 500a.
  • an image corresponding to 'registration' is displayed 610
  • an image corresponding to 'complete' is displayed 620
  • an image corresponding to 'reservation' is displayed 630
  • an image corresponding to 'in progress' is displayed ( 640)
  • image display 660 corresponding to 'postponement' are exemplified.
  • step S210 one or more candidate progress situations 520b to 520d that are allowed to be changed from the current progress status 520a of the task are provided on the second user interface 500a to 500d, thereby providing the provided candidate progress statuses.
  • the target progress situation may be selected. For example, the user repeatedly clicks or taps an area where the image display 520a of the current progress is located, thereby displaying the target progress (currently displayed on the second user interface).
  • 520b to 520d) can be selected, and the 'input completion' button 530 can be manipulated to complete the selection of the target progress status and trigger a task progress change request.
  • reference 520b is displayed when there is an operation on 520a
  • 520c is displayed when there is an operation on 520b
  • 520d is displayed when there is an operation on 520c.
  • reference numeral 520a is displayed again.
  • the user may manipulate the 'cancel' button 550 to cancel the change in the progress of the job.
  • Candidate progresses 520b to 520d that are allowed to change from the task's current progress 520a can be determined by the state machine.
  • the state machine is a set of pairs of a standard progress and a next progress that is allowed to change from the standard progress, ⁇ (registered, completed), (registered, reserved), (registered, in progress) , (registration, cancellation), (reservation, in progress), (reservation, cancellation), (reservation, postponement), (in progress, complete), (in progress, cancellation), (in progress, postponement), (cancellation, registration), (deferral, registration) ⁇ as shown in the directed graph of FIG. 6 .
  • explanatory text corresponding to the progress status may be provided.
  • explanatory text corresponding to the progress status may be displayed on the second user interface as a response to a predetermined manipulation of the second user interface.
  • FIG. 8 is a view showing explanatory text corresponding to a progress status displayed in the second user interface illustrated in FIG. 5 by way of example.
  • a predetermined manipulation of an image display 820 related to an 'in progress' progress such as hovering a mouse pointer or finger touch for a certain period of time, right-clicking a mouse, and the like.
  • an explanatory text corresponding to the progress 'Please change the registered items to this display.' Helps understand progress.
  • a person skilled in the art may assume various modifications in which a name of a specific progress situation, an image display related to the progress status, and an explanatory text are provided in response to a user's manipulation.
  • FIG. 9 is a diagram illustrating an example of an alternative provided to change the progress status of a task in the second user interface illustrated in FIG. 5, and FIG. It is a diagram showing the provided third user interface by way of example.
  • the computing device 200 or terminal 300 displays all progress belonging to the progress set as illustrated in FIG. 9 . Since items 970 of the status can be enumerated, the current progress status 920 can be excluded from the enumerated items of the progress status because it is for a change from the current progress status 920 .
  • the user may perform an operation (e.g., click or tap) to select an arbitrary item from the progress items 970 on the second user interface, and whether the change is allowed for a job progress change request triggered thereby is determined by the state machine (S220).
  • step S220 when it is determined in step S220 that the change from the current progress of the task to the target progress is permitted, the task progress implemented by the computing device 100 is updated.
  • the module 230 performs a task progress update step (S300) of updating the progress status of the task to the target progress status and causing the storage 240 to store the updated progress status.
  • step S220 determines whether to force a change to the target progress from the computing device 200 or terminal 300, and when the change is forced (S250), the task progress update module 230, the progress of the task Force update the status to the target progress status.
  • the third user interface 1000 may show an image display 1020 corresponding to the current progress status and an image display 1080 corresponding to the target progress status in order to arouse the user, and a 'yes' button and a 'no' button By providing, it is possible to receive an input from the user whether to force a change to the target progress situation.
  • a person skilled in the art reading this disclosure may name each of the progresses belonging to the progress set as registered, completed, reserved, in progress, canceled, and postponed. ), several variants of referring to each by a name other than ) may be envisaged. Some of those variants provide certain user interface elements that enable customization to allow for changing the names of progressions, images corresponding to progressions, and descriptive texts for progressions. It may include the step of doing, and those skilled in the art will be able to easily implement it based on the foregoing. That is, the name, image, and description text of each progress situation belonging to the progress status set can be changed.
  • the remaining progress conditions other than 'registration' and 'complete' are not essential, so whether or not to use each of the remaining progress conditions may be changed.
  • the progress set can also be customized, and a person skilled in the art can easily implement a step of providing certain interface elements that enable such customization, as illustrated in FIG. 11 .
  • creation of a job, updating of a progress status of a job, etc. may be performed once, but may be performed intermittently or repeatedly by continuously being triggered by a user's manipulation.
  • the hardware may include a general purpose computer and/or a dedicated computing device or a specific computing device or a particular aspect or component of a specific computing device.
  • the processes may include one or more processors, e.g., microprocessors, controllers, e.g., microcontrollers, embedded microcontrollers, microcomputers, arithmetic logic units (ALUs), digital signal processors, having internal and/or external memory. , for example, can be realized by a programmable digital signal processor or other programmable device.
  • the processes may use an application specific integrated circuit (ASIC), programmable gate array, such as a field programmable gate array (FPGA), programmable logic unit (PLU) or programmable array logic (Programmable Array Logic; PAL) or any other device capable of executing and responding to other instructions, any other device or combination of devices that may be configured to process electronic signals.
  • a processing device may run an operating system and one or more software applications running on the operating system.
  • a processing device may also access, store, manipulate, process, and generate data in response to execution of software.
  • the processing device includes a plurality of processing elements and/or a plurality of types of processing elements. It can be seen that it can include.
  • a processing device may include a plurality of processors or a processor and a controller. Other processing configurations are also possible, such as parallel processors.
  • Software may include a computer program, code, instructions, or a combination of one or more of the foregoing, and may independently or collectively configure a processing device to operate as desired. ) command to the processing unit.
  • Software and/or data may be any tangible machine, component, physical device, virtual equipment, computer storage medium or device, intended to be interpreted by or provide instructions or data to a processing device. , or may be permanently or temporarily embodied in a transmitted signal wave.
  • Software may be distributed on networked computer systems and stored or executed in a distributed manner.
  • Software and data may be stored on one or more machine-readable recording media.
  • Machine-readable media may include program instructions, data files, data structures, etc. alone or in combination.
  • Program instructions recorded on a machine-readable recording medium may be specially designed and configured for the embodiment or may be known and usable to those skilled in the art of computer software.
  • Examples of machine-readable recording media include magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs, DVDs, and Blu-rays, and floptical disks. ), and hardware devices specially configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like.
  • Examples of program instructions include stored and compiled or interpreted for execution on any one of the foregoing devices, as well as a heterogeneous combination of processors, processor architectures, or different combinations of hardware and software, or any other machine capable of executing program instructions.
  • Machine code which can be created using a structured programming language such as C, an object-oriented programming language such as C++, or a high-level or low-level programming language (assembly language, hardware description languages, and database programming languages and technologies), This includes not only bytecode, but also high-level language code that can be executed by a computer using an interpreter or the like.
  • the methods and combinations of methods may be implemented as executable code that performs each step.
  • the method may be implemented as systems performing the steps, the methods may be distributed in several ways across devices or all functions may be integrated into one dedicated, stand-alone device or other hardware.
  • the means for performing the steps associated with the processes described above may include any of the hardware and/or software described above. All such sequential combinations and combinations are intended to fall within the scope of this disclosure.
  • the hardware device described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.
  • the hardware device may include a processor such as an MPU, CPU, GPU, TPU coupled to a memory such as ROM/RAM for storing program instructions and configured to execute instructions stored in the memory, and external devices and signals It may include a communication unit capable of sending and receiving.
  • the hardware device may include a keyboard, mouse, and other external input devices for receiving commands written by developers.

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Operations Research (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • Educational Administration (AREA)
  • Development Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Data Mining & Analysis (AREA)
  • User Interface Of Digital Computer (AREA)
  • Facsimiles In General (AREA)

Abstract

La présente divulgation concerne un procédé de gestion d'une situation de progression de travail et un dispositif faisant appel audit procédé. Plus particulièrement, selon un mode de réalisation de la présente divulgation, en réponse à une demande d'enregistrement de travail qui est un signal pour demander l'enregistrement d'un travail, un dispositif informatique est destiné : à générer des informations de travail qui sont des informations comprenant un nom du travail et une situation de progression du travail ; lorsqu'une demande de changement de situation de progression de travail, qui est un signal pour demander un changement de la situation de progression du travail à une situation de progression cible, est obtenue, à déterminer, à l'aide d'une machine d'état, si le changement demandé d'une situation de progression actuelle de la situation de progression à la situation de progression cible est permis ; et si le changement de la situation de progression actuelle du travail à la situation de progression cible est autorisé, à mettre à jour la situation de progression du travail vers la situation de progression cible.
PCT/KR2022/009134 2021-11-08 2022-06-27 Procédé de gestion d'une situation de progression de travail par une machine d'état, et dispositif faisant appel audit procédé WO2023080380A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020210151950A KR102412088B1 (ko) 2021-11-08 2021-11-08 상태 기계에 의하여 작업의 진행 상황을 관리하는 방법 및 이를 이용한 장치
KR10-2021-0151950 2021-11-08

Publications (1)

Publication Number Publication Date
WO2023080380A1 true WO2023080380A1 (fr) 2023-05-11

Family

ID=82217097

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/009134 WO2023080380A1 (fr) 2021-11-08 2022-06-27 Procédé de gestion d'une situation de progression de travail par une machine d'état, et dispositif faisant appel audit procédé

Country Status (2)

Country Link
KR (1) KR102412088B1 (fr)
WO (1) WO2023080380A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102412088B1 (ko) * 2021-11-08 2022-06-22 (주) 바우디움 상태 기계에 의하여 작업의 진행 상황을 관리하는 방법 및 이를 이용한 장치

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005085271A (ja) * 2003-09-05 2005-03-31 Fisher Rosemount Syst Inc ユーザによる修正が可能な状態遷移コンフィギュレーションデータベースを有する状態マシン機能ブロック
KR20100048299A (ko) * 2008-10-30 2010-05-11 에스케이텔레시스 주식회사 통신단말기의 스케쥴관리장치 및 방법
KR20110003126A (ko) * 2009-07-03 2011-01-11 주식회사 아이비케이시스템 액티비티 프로젝트 관리시스템을 이용한 프로젝트 관리방법
JP2015170110A (ja) * 2014-03-06 2015-09-28 株式会社インサイト スケジュール管理装置
KR101739216B1 (ko) * 2013-02-15 2017-05-23 애플 인크. 중앙집중식 태스크 스케줄링
KR102412088B1 (ko) * 2021-11-08 2022-06-22 (주) 바우디움 상태 기계에 의하여 작업의 진행 상황을 관리하는 방법 및 이를 이용한 장치

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7536597B2 (en) * 2005-04-27 2009-05-19 Texas Instruments Incorporated Apparatus and method for controlling power, clock, and reset during test and debug procedures for a plurality of processor/cores
KR101726794B1 (ko) * 2010-08-24 2017-04-13 엘지전자 주식회사 이동 단말기 및 이동 단말기의 위치에 기반한 스케쥴 알림 정보 제공 방법
JP2012094005A (ja) * 2010-10-27 2012-05-17 Seiko Epson Corp スケジュール管理装置
US9621414B2 (en) * 2012-03-23 2017-04-11 Hitachi, Ltd. Management system for managing operation and method
US9477549B2 (en) 2014-09-15 2016-10-25 Sandisk Technologies Llc Methods, systems, and computer readable media for address and data integrity checking in flash memory operations
US10571899B2 (en) * 2016-08-18 2020-02-25 i Smart Technologies Corporation Operating state acquisition apparatus, production management system, and production management method for manufacturing line

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005085271A (ja) * 2003-09-05 2005-03-31 Fisher Rosemount Syst Inc ユーザによる修正が可能な状態遷移コンフィギュレーションデータベースを有する状態マシン機能ブロック
KR20100048299A (ko) * 2008-10-30 2010-05-11 에스케이텔레시스 주식회사 통신단말기의 스케쥴관리장치 및 방법
KR20110003126A (ko) * 2009-07-03 2011-01-11 주식회사 아이비케이시스템 액티비티 프로젝트 관리시스템을 이용한 프로젝트 관리방법
KR101739216B1 (ko) * 2013-02-15 2017-05-23 애플 인크. 중앙집중식 태스크 스케줄링
JP2015170110A (ja) * 2014-03-06 2015-09-28 株式会社インサイト スケジュール管理装置
KR102412088B1 (ko) * 2021-11-08 2022-06-22 (주) 바우디움 상태 기계에 의하여 작업의 진행 상황을 관리하는 방법 및 이를 이용한 장치

Also Published As

Publication number Publication date
KR102412088B1 (ko) 2022-06-22

Similar Documents

Publication Publication Date Title
Walls Embedded software: the works
WO2023080380A1 (fr) Procédé de gestion d'une situation de progression de travail par une machine d'état, et dispositif faisant appel audit procédé
WO2018182057A1 (fr) Procédé et système pour fournir une notification d'une liste de tâches à un utilisateur
WO2023106654A1 (fr) Procédé d'entrée de lieu de destination de passager dans le navigateur d'un véhicule et appareil associé
JP6250842B2 (ja) Usbオーバーipを用いた、別のデバイスとの非usbセンサの共有
US20180173503A1 (en) System and method for graphical programming
Mukherjee et al. Smart computing with open source platforms
EP3948704A1 (fr) Système et procédé d'apprentissage automatique de tâches complexes
WO2023096039A1 (fr) Procédé d'entrée et de sortie d'une structure de procédure et appareil l'utilisant
Amos Hands-On RTOS with Microcontrollers: Building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools
CN116306396A (zh) 芯片验证方法及装置、设备和介质
Hillar Internet of things with python
WO2019147101A1 (fr) Dispositif électronique de classification de code malveillant et son procédé de fonctionnement
WO2023200060A1 (fr) Procédé de gestion de ressources pouvant être obtenues et appareil l'utilisant
EP1993038A1 (fr) Systeme et procede de traitement des donnees
EP3500928A1 (fr) Procédés et systèmes de gestion d'installation d'application
WO2023058832A1 (fr) Procédé de gestion de document de guidage, de document d'action et de document de proposition, ainsi qu'appareil l'utilisant
WO2013115493A1 (fr) Procédé et appareil pour la gestion d'une application dans un dispositif électronique mobile
WO2014204216A1 (fr) Procédé de gestion de contenus multimédias, et appareil à cet effet
CN106922189B (zh) 设备代理装置及其控制方法
WO2016159484A1 (fr) Procédé et appareil permettant de partager un contenu personnalisé à l'aide d'informations d'utilisateur de terminal mobile
WO2016163668A1 (fr) Procédé de fourniture d'une application native susceptible d'être gérée dans un serveur, et son application
WO2023033318A1 (fr) Procédé d'affichage d'indicateurs représentant l'état de calendrier d'événements sur un écran d'affichage, et dispositif l'utilisant
WO2023204570A1 (fr) Dispositif et procédé permettant de fournir des informations cutanées sur la base du microbiome cutané
WO2024117308A1 (fr) Dispositif de gestion intégré à comptes multiples

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: 22890117

Country of ref document: EP

Kind code of ref document: A1