WO2021212895A1 - 一种基于动作定位的甘特图处理方法、系统和存储介质 - Google Patents

一种基于动作定位的甘特图处理方法、系统和存储介质 Download PDF

Info

Publication number
WO2021212895A1
WO2021212895A1 PCT/CN2020/140084 CN2020140084W WO2021212895A1 WO 2021212895 A1 WO2021212895 A1 WO 2021212895A1 CN 2020140084 W CN2020140084 W CN 2020140084W WO 2021212895 A1 WO2021212895 A1 WO 2021212895A1
Authority
WO
WIPO (PCT)
Prior art keywords
actions
action
process cycle
gantt chart
relative
Prior art date
Application number
PCT/CN2020/140084
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 广州明珞装备股份有限公司
Publication of WO2021212895A1 publication Critical patent/WO2021212895A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/246Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • G06T7/73Determining position or orientation of objects or cameras using feature-based methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence

Definitions

  • the invention relates to the technical field of big data analysis, in particular to a Gantt chart processing method, system and storage medium based on action positioning.
  • a production line is divided into multiple stations, each station is a fixed area, which is used for processing a specific process.
  • CYCLE The Chinese name is process cycle, which refers to the cycle from the first process to the last process in a station, or the cycle from the first action to the last action in a station.
  • CYCLETIME The Chinese name is process beat, which refers to the time to execute all actions in the same CYCLE.
  • process sequence Gantt chart can realize the digitization of process flow. Because the process sequence Gantt chart is a continuous loop, the process beat in a single CYCLE process can be effectively calculated, which is beneficial to the analysis and application of the workshop production data.
  • the first is to set the first action flag and the last action flag of the station respectively, and calculate the length of time from the first action to the last action;
  • the second is to set only one action flag, and calculate the time from the first action to the next first action.
  • the above two calculation methods can correctly calculate the CYCLETIME of each CYCLE when there is no overlap as shown in Figure 1 in the CYCLE process. However, once there is an overlap as shown in Figure 2, that is, the last action in the previous cycle in the station has not ended, and the first action in the next cycle starts again, the above two calculations The method cannot accurately calculate CYCLETIME.
  • the purpose of the present invention is to provide a Gantt chart processing method, system and storage medium based on motion positioning, which can effectively calculate the process tempo in the case of overlapping process cycles.
  • a Gantt chart processing method based on action positioning which includes the following steps:
  • an action sequence Gantt chart is generated.
  • the searching for all actions in the process cycle according to the position information of the target action and the setting information of the relative position which specifically includes:
  • searching for all actions in the process cycle according to the location information of the target action and the location information of the remaining actions specifically includes:
  • all actions that meet the second preset requirement are searched from all actions that meet the first preset requirement, and all actions that meet the second preset requirement are regarded as in the process cycle Actions.
  • calculation of the relative time stamps of all actions in the process cycle specifically includes:
  • the relative time stamps of the start time and end time of the remaining actions and the start time of the target action are respectively calculated according to the Unix timestamps of all actions, and the remaining actions are actions that do not contain the target action in the process cycle.
  • the generating the action sequence Gantt chart according to the relative timestamp specifically includes:
  • an action sequence Gantt chart is generated.
  • the setting information of the relative position includes position information between two adjacent actions.
  • a Gantt chart processing system based on action positioning which includes:
  • the receiving module is used to receive the setting information of the relative position between actions
  • the acquisition module is used to acquire the position information of the target action of the process cycle
  • a search module which is used to search for all actions in the process cycle according to the position information of the target action and the setting information of the relative position;
  • the generating module is used to generate the action sequence Gantt chart according to the relative timestamp.
  • a Gantt chart processing system based on action positioning which includes:
  • At least one memory for storing programs
  • At least one processor is configured to load the program to execute the above-mentioned Gantt chart processing method based on action positioning.
  • a storage medium storing instructions executable by a processor.
  • the instructions executable by the processor are used to implement the above-mentioned Gantt chart processing method based on action positioning when executed by the processor.
  • the beneficial effect of the present invention is that the present invention searches for all the actions in the process cycle by receiving the setting information of the relative position between the actions, and combines the location information of the target action of the process cycle to find all the actions in the process cycle, and then calculates the relative time of all actions according to the calculation. Poke generates a Gantt chart of the action sequence, thereby effectively avoiding the occurrence of CYCLETIME calculation errors due to overlapping factors between multiple CYCLEs, and improving the accuracy of CYCLETIME calculation results.
  • FIG. 1 is a Gantt chart of action sequence without overlap in a specific embodiment
  • FIG. 2 is a Gantt chart of the action sequence with overlap in a specific embodiment
  • FIG. 3 is a flowchart of a Gantt chart processing method based on action positioning according to a specific embodiment of the present invention
  • Fig. 4 is a Gantt chart of an action sequence according to a specific embodiment of the present invention.
  • an embodiment of the present invention provides a Gantt chart processing method based on action positioning. This embodiment is applied to the control end of a process sequence analysis software.
  • Each terminal may be a data collection terminal.
  • This embodiment includes steps S310-S350:
  • the setting information may be position information between two adjacent actions during a process cycle, for example, in the same process cycle of the same time-series Gantt chart ,
  • the location information of the second action relative to the first action and the location information of the third action relative to the second action.
  • the orientation information can be left, right, top, bottom, top left, bottom left, top right, bottom right, etc., which specifically means that the orientation information between different actions is different.
  • the second action is relative to the first action.
  • Its position information is below the first action, which can be the left, directly below, and the right below the first action, where directly below can be understood as two actions occurring at the same time; the second action is relative to the third action In other words, the position information is above the third action, which can be the left, directly above, and the right of the top of the third action, where directly above can also be understood as two actions occurring at the same time.
  • the intervals between the relative positions of different adjacent actions may be different or the same. When the interval is the same, a fixed value can be set according to the process; when the interval is not the same, you need to set the relative position interval data separately in combination with the actual process information.
  • the start timestamp of the second action described in this embodiment is to the right of the start timestamp of the first action, that is, the start timestamp of the next action is later than the start timestamp of the previous action.
  • S320 Obtain position information of a target action of the process cycle; the target action may be the first action in the current process cycle, or other actions.
  • the target action is the first action of the current process cycle; when only part of the actions in the current process cycle needs to be acquired, the target action is the part of the actions that need to be acquired One of the actions.
  • the location information of action B is determined according to the position information of action A combined with the setting information of the relative position . And then determine the position information of the action C according to the position information of the action B combined with the setting information of the relative position, and then determine the position information of the action D according to the position information of the C combined with the setting information of the relative position, and determine in turn until the position of the last action The information is determined, and then combined with the location information of all the actions to find all the actions in turn.
  • the target action may not be specified, and the remaining actions are searched for based on any one action and the relative position of another action.
  • calculation methods of the above two embodiments are different. In the actual application process, the calculation methods can be switched and used according to actual needs.
  • S350 Generate an action sequence Gantt chart according to the relative timestamp.
  • the search for all actions in the process cycle according to the position information of the target action and the setting information of the relative position which specifically includes:
  • the position information of the remaining actions is calculated according to the position information of the target action and the setting information of the relative position; specifically, the position vector of the next action and the previous action is calculated according to the position information of the target action and the setting information of the relative position.
  • the position vector determines the specific position of the next action relative to the previous action.
  • the remaining actions are searched for by calculating the position vectors of the remaining actions and the target actions, so as to improve the accuracy of the search results.
  • the search for all actions in the process cycle according to the location information of the target action and the location information of the remaining actions specifically includes:
  • the first preset requirement is a preset azimuth range.
  • all actions that meet the second preset requirement are searched from all actions that meet the first preset requirement, and all actions that meet the second preset requirement are regarded as in the process cycle Actions.
  • the second preset requirement is a position vector between adjacent actions.
  • the target action is action A1, and the remaining actions include actions A2, A3, A4, and A5.
  • the actions that meet the first preset requirements include actions during the first process cycle.
  • the position vector between adjacent actions is preset and unchanged.
  • the actions that meet the first preset requirement and the second preset requirement are searched as actions in the same cycle, so that the actions found in the process cycle all belong to the same process. Loop, the search result is more accurate.
  • the calculation of the relative time stamps of all actions in the process cycle specifically includes:
  • the Unix timestamp is the number of seconds that have passed since January 1, 1970 (UTC/GMT), regardless of leap seconds .
  • An hour is expressed as a Unix timestamp format: 3600 seconds
  • a day is expressed as a Unix timestamp of 86400 seconds.
  • the relative time stamps of the start time and end time of the remaining actions and the start time of the target action are respectively calculated according to the Unix timestamps of all actions, and the remaining actions are actions that do not contain the target action in the process cycle.
  • the present invention calculates the relative time between each action by converting the time of the action of the process cycle into a Unix timestamp, so as to improve the accuracy of the calculation result.
  • the generating an action sequence Gantt chart according to the relative timestamp specifically includes:
  • the relative timestamp is converted into time data in a specific format; the time data in a specific format may be Beijing time or the time of other countries, and the conversion is performed according to actual needs.
  • an action sequence Gantt chart is generated.
  • the embodiment of the present invention also provides a Gantt chart processing system based on action positioning corresponding to the method in FIG. 3, which includes:
  • the receiving module is used to receive the setting information of the relative position between actions
  • the acquisition module is used to acquire the position information of the target action of the process cycle
  • a search module which is used to search for all actions in the process cycle according to the position information of the target action and the setting information of the relative position;
  • the generating module is used to generate the action sequence Gantt chart according to the relative timestamp.
  • the embodiment of the present invention also provides a Gantt chart processing system based on action positioning, which includes:
  • At least one memory for storing programs
  • At least one processor is configured to load the program to execute the above-mentioned Gantt chart processing method based on action positioning.
  • an embodiment of the present invention also provides a storage medium in which instructions executable by a processor are stored. When the instructions executable by the processor are executed by the processor, they are used to implement the aforementioned action-based positioning operation. Special image processing method.
  • the embodiment of the present invention finds all the actions in the process cycle by receiving the setting information of the relative position between the actions, and combining the location information of the target action of the process cycle to find all the actions in the process cycle, and then according to the calculated relative time of all actions Poke generates a Gantt chart of the action sequence, thereby effectively avoiding the occurrence of CYCLETIME calculation errors due to overlapping factors between multiple CYCLEs, and improving the accuracy of CYCLETIME calculation results.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Quality & Reliability (AREA)
  • Position Fixing By Use Of Radio Waves (AREA)
  • Navigation (AREA)

Abstract

一种基于动作定位的甘特图处理方法、系统和存储介质,所述方法包括以下步骤:接收动作之间相对位置的设置信息(S310);获取工艺循环的目标动作的位置信息(S320);根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作(S330);计算所述工艺循环内的所有动作的相对时间戳(S340);根据所述相对时间戳生成动作时序甘特图(S350)。所述方法通过根据相对位置的设置信息和目标动作的位置信息查找所述工艺循环内的所有动作,并根据动作的相对时间戳生成动作时序甘特图,从而有效避免发生因多个CYCLE之间存在重叠因素导致CYCLETIME计算错误的情况,提高CYCLETIME计算结果的准确性,广泛应用于大数据分析技术领域。

Description

一种基于动作定位的甘特图处理方法、系统和存储介质 技术领域
本发明涉及大数据分析技术领域,尤其是一种基于动作定位的甘特图处理方法、系统和存储介质。
背景技术
术语解释:
工位:一条生产线上分为多个工位,每个工位为一个固定区域,其用于进行特定工艺的加工。
CYCLE:中文名称为工艺循环,指一个工位中不断重复循环第一个工艺到最后一个工艺,或者指一个工位中不断重复循环第一个动作到最后一个动作。
CYCLETIME:中文名称为工艺节拍,指执行完同一个CYCLE中所有动作的时间。
在全球工业信息化、数字化的趋势浪潮中,车间生产数据的采集、存储分析和应用得到了前所未有的发展。工艺时序作为制造行业工艺的一项重要参数近年来得到了广泛的应用。工艺时序甘特图作为一种全新的工艺报表类型,能够实现工艺流程数据化。由于工艺时序甘特图为连续不断循环,因此,有效计算出单个CYCLE过程中的工艺节拍,有利于车间生产数据的分析和应用。
目前,计算CYCLE过程中的CYCLETIME的主要采用以下两种方式:第一种为分别设置工位的第一个动作标志位和最后一个动作标志位,计算第一个动作到最后一个动作的时长;第二种为只设置一个动作标志位,计算第一个动作到下一次第一个动作至今的时长。
上述两种计算方式,对于CYCLE过程中如图1所示的不存在重叠情况时,均能正确计算出每个CYCLE的CYCLETIME。但是,一旦遇到如图2所示存在重叠情况时,即工位中上一个CYCLE中的最后一个动作还未结束,下一个CYCLE中的第一个动作又开始了的情况,上述两种计算方式则无法准确计算出CYCLETIME。
发明内容
为解决上述技术问题,本发明的目的在于:提供一种基于动作定位的甘特图处理方法、系统和存储介质,其能有效计算存在工艺循环重叠情况下的工艺节拍。
本发明实施例的第一方面提供了:
一种基于动作定位的甘特图处理方法,其包括以下步骤:
接收动作之间相对位置的设置信息;
获取工艺循环的目标动作的位置信息;
根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作;
计算所述工艺循环内的所有动作的相对时间戳;
根据所述相对时间戳生成动作时序甘特图。
进一步地,所述根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作,其具体包括:
根据所述目标动作的位置信息和所述相对位置的设置信息计算剩余动作的位置信息;
根据所述目标动作的位置信息和所述剩余动作的位置信息查找所述工艺循环内的所有动作。
进一步地,所述根据所述目标动作的位置信息和所述剩余动作的位置信息查找所述工艺循环内的所有动作,其具体包括:
根据所述剩余动作的位置信息查找符合第一预设要求的所有动作;
根据所述目标动作的位置信息从所述符合第一预设要求的所有动作内查找符合第二预设要求的所有动作,将所述符合第二预设要求的所有动作作为所述工艺循环内的动作。
进一步地,所述计算所述工艺循环内的所有动作的相对时间戳,其具体包括:
将所述工艺循环内的所有动作的开始时间和结束时间转换为Unix时间戳;
根据所有动作的Unix时间戳分别计算剩余动作的开始时间和结束时间与目标动作的开始时间的相对时间戳,所述剩余动作为所述工艺循环内不包含目标动作的动作。
进一步地,所述根据所述相对时间戳生成动作时序甘特图,其具体包括:
将所述相对时间戳转换为特定格式的时间数据;
根据所述时间数据生成动作时序甘特图。
进一步地,所述工艺循环的所有动作为同一个周期内的动作。
进一步地,所述相对位置的设置信息包括相邻两个动作之间的位置信息。
本发明实施例的第二方面提供了:
一种基于动作定位的甘特图处理系统,其包括:
接收模块,用于接收动作之间相对位置的设置信息;
获取模块,用于获取工艺循环的目标动作的位置信息;
查找模块,用于根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作;
计算模块,用于计算所述工艺循环内的所有动作的相对时间戳;
生成模块,用于根据所述相对时间戳生成动作时序甘特图。
本发明实施例的第三方面提供了:
一种基于动作定位的甘特图处理系统,其包括:
至少一个存储器,用于存储程序;
至少一个处理器,用于加载所述程序以执行上述的一种基于动作定位的甘特图处理方法。
本发明实施例的第四方面提供了:
一种存储介质,其中存储有处理器可执行的指令,所述处理器可执行的指令在由处理器执行时用于实现上述的一种基于动作定位的甘特图处理方法。
本发明的有益效果是:本发明通过接收动作之间相对位置的设置信息,并结合工艺循环的目标动作的位置信息查找所述工艺循环内的所有动作,接着根据计算得到的所有动作的相对时间戳生成动作时序甘特图,从而有效避免发生因多个CYCLE之间存在重叠因素导致CYCLETIME计算错误的情况,提高CYCLETIME计算结果的准确性。
附图说明
图1为一种具体实施例中不存在重叠情况的动作时序甘特图;
图2为一种具体实施例中存在重叠情况的动作时序甘特图;
图3为本发明一种具体实施例的基于动作定位的甘特图处理方法的流程图;
图4为本发明一种具体实施例的动作时序甘特图。
具体实施方式
下面结合附图和具体实施例对本发明做进一步的详细说明。对于以下实施例中的步骤编号,其仅为了便于阐述说明而设置,对步骤之间的顺序不做任何限定,实施例中的各步骤的执行顺序均可根据本领域技术人员的理解来进行适应性调整。
参照图3,本发明实施例提供了一种基于动作定位的甘特图处理方法,本实施例应用于工艺时序分析软件的控制端,所述控制端分别与多个终端进行通信,所述多个终端可以为数据采集终端。
本实施例包括步骤S310-S350:
S310、接收动作之间相对位置的设置信息;所述设置信息可以为在一个工艺循环过程中相邻两个动作之间的位置信息,例如,在同一个时序甘特图的同一个工艺循环中,第二个动作相对第一个动作的方位信息,第三个动作相对第二个动作的方位信息。所述方位信息可以为左、右、上、下、左上、左下、右上和右下等,其具体是不同动作之间的方位信息是不相同的,例如,第二动作相对第一动作来说,其方位信息是在第一动作的下方,可以是第一动 作的下方的左边、正下方、下方的右边,其中,正下方可以理解为两个动作同时发生;第二动作相对第三动作来说,其方位信息是在第三动作的上方,可以是第三动作的上方的左边、正上方、上方的右边,其中,正上方也可以理解为两个动作同时发生。在一个相同的工艺循环中,不同的相邻动作之间的相对位置之间的间隔可能不同,也可能相同。当间隔相同时,可以根据工艺设定一个固定的数值;当间隔不相同时,则需要结合实际的工艺信息分别设定相对位置的间隔数据。在本实施例中描述的第二动作的开始时间戳在第一个动作的开始时间戳的右边,即后一个动作的开始时间戳晚于前一个动作的开始时间戳。
S320、获取工艺循环的目标动作的位置信息;所述目标动作可以是当前工艺循环过程中的首个动作,也可以是其他动作。当需要获取到当前工艺循环的全部动作时,所述目标动作为当前工艺循环的首个动作;当只需要获取当前工艺循环中的部分动作时,所述目标动作为需要获取的部分动作中的其中一个动作。
S330、根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作;所述工艺循环的所有动作为同一个周期内的动作。
在一些实施例中,假设当前工艺循环中包括动作A、B、C、D、、、、,动作A为目标动作,则根据动作A的位置信息结合相对位置的设置信息确定动作B的位置信息,然后根据动作B的位置信息结合相对位置的设置信息确定动作C的位置信息,接着根据C的位置信息结合相对位置的设置信息确定动作的D的位置信息,依次确定,直到最后一个动作的位置信息被确定,然后结合所有动作的位置信息依次查找出所有动作。
在另一些实施例中,也可以不指定目标动作,而是根据任意一个动作以及与另一个动作的相对位置来查找剩余动作。
上述两个实施例的计算方式有所不同,在实际的应用过程中,可以根据实际的需求进行计算方式的切换使用。
S340、计算所述工艺循环内的所有动作的相对时间戳;在确定完所有动作后,根据所有动作的位置信息计算每个动作相对于目标动作的相对时间戳。
S350、根据所述相对时间戳生成动作时序甘特图。
本实施例通过接收动作之间相对位置的设置信息,并结合工艺循环的目标动作的位置信息查找所述工艺循环内的所有动作,接着根据计算得到的所有动作的相对时间戳生成动作时序甘特图,从而有效避免发生因多个CYCLE之间存在重叠因素导致CYCLETIME计算错误的情况,提高CYCLETIME计算结果的准确性。
作为优选的实施方式,所述根据所述目标动作的位置信息和所述相对位置的设置信息查 找所述工艺循环内的所有动作,其具体包括:
根据所述目标动作的位置信息和所述相对位置的设置信息计算剩余动作的位置信息;具体是根据目标动作的位置信息和相对位置的设置信息计算下一个动作与上一个动作的位置矢量,根据位置矢量确定下一个动作相对上一个动作的具体位置。
根据所述目标动作的位置信息和所述剩余动作的位置信息查找所述工艺循环内的所有动作。
本实施例通过计算剩余动作与目标动作的位置矢量来查找剩余动作,提高查找结果的准确性。
作为优选的实施方式,所述根据所述目标动作的位置信息和所述剩余动作的位置信息查找所述工艺循环内的所有动作,其具体包括:
根据所述剩余动作的位置信息查找符合第一预设要求的所有动作;所述第一预设要求为预设方位范围。
根据所述目标动作的位置信息从所述符合第一预设要求的所有动作内查找符合第二预设要求的所有动作,将所述符合第二预设要求的所有动作作为所述工艺循环内的动作。所述第二预设要求为相邻动作之间位置矢量。
如图4所示,在第一个工艺循环过程中,目标动作为动作A1,剩余动作包括动作A2、A3、A4和A5,符合第一预设要求的动作包括第一个工艺循环过程中的动作A2和和第二工艺循环的动作A1,但是,同一个工艺循环过程中,相邻动作之间的位置矢量是预设不变的,结合图4可知,在第一个工艺循环过程中的动作A2和第二工艺循环的动作A1中,只有第一个工艺循环过程中的动作A2符合第二预设要求。
因此,本实施例通过根据剩余动作的位置信息查找即符合第一预设要求动作又符合第二预设要求的动作作为同一个循环内的动作,使得查找得到工艺循环的动作均属于同一个工艺循环,查找结果更加准确。
作为优选的实施方式,所述计算所述工艺循环内的所有动作的相对时间戳,其具体包括:
将所述工艺循环内的所有动作的开始时间和结束时间转换为Unix时间戳;所述Unix时间戳是从1970年1月1日(UTC/GMT)开始所经过的秒数,不考虑闰秒。一个小时表示为Unix时间戳格式为:3600秒,一天表示为Unix时间戳为86400秒。
根据所有动作的Unix时间戳分别计算剩余动作的开始时间和结束时间与目标动作的开始时间的相对时间戳,所述剩余动作为所述工艺循环内不包含目标动作的动作。
本发明通过将工艺循环的动作的时间转换成Unix时间戳来计算每个动作之间的相对时 间,以提高计算结果的准确性。
作为优选的实施方式,所述根据所述相对时间戳生成动作时序甘特图,其具体包括:
将所述相对时间戳转换为特定格式的时间数据;所述特定格式的时间数据可以为北京时间,也可以为其他国家的时间,具体根据实际需要进行转换。
根据所述时间数据生成动作时序甘特图。
在本实施例中,通过将相对时间戳转换为特定格式的时间数据,便于分析人力理解动作时序甘特图所表达的含义。
本发明实施例还提供了一种与图3方法相对应的基于动作定位的甘特图处理系统,其包括:
接收模块,用于接收动作之间相对位置的设置信息;
获取模块,用于获取工艺循环的目标动作的位置信息;
查找模块,用于根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作;
计算模块,用于计算所述工艺循环内的所有动作的相对时间戳;
生成模块,用于根据所述相对时间戳生成动作时序甘特图。
本发明方法实施例的内容均适用于本系统实施例,本系统实施例所具体实现的功能与上述方法实施例相同,并且达到的有益效果与上述方法达到的有益效果也相同。
本发明实施例还提供了一种基于动作定位的甘特图处理系统,其包括:
至少一个存储器,用于存储程序;
至少一个处理器,用于加载所述程序以执行上述的一种基于动作定位的甘特图处理方法。
本发明方法实施例的内容均适用于本系统实施例,本系统实施例所具体实现的功能与上述方法实施例相同,并且达到的有益效果与上述方法达到的有益效果也相同。
此外,本发明实施例还提供了一种存储介质,其中存储有处理器可执行的指令,所述处理器可执行的指令在由处理器执行时用于实现上述的一种基于动作定位的甘特图处理方法。
综上所述,本发明实施例通过接收动作之间相对位置的设置信息,并结合工艺循环的目标动作的位置信息查找所述工艺循环内的所有动作,接着根据计算得到的所有动作的相对时间戳生成动作时序甘特图,从而有效避免发生因多个CYCLE之间存在重叠因素导致CYCLETIME计算错误的情况,提高CYCLETIME计算结果的准确性。
以上是对本发明的较佳实施进行了具体说明,但本发明并不限于所述实施例,熟悉本领域的技术人员在不违背本发明精神的前提下还可做作出种种的等同变形或替换,这些等同的 变形或替换均包含在本申请权利要求所限定的范围内。

Claims (10)

  1. 一种基于动作定位的甘特图处理方法,其特征在于,包括以下步骤:
    接收动作之间相对位置的设置信息;
    获取工艺循环的目标动作的位置信息;
    根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作;
    计算所述工艺循环内的所有动作的相对时间戳;
    根据所述相对时间戳生成动作时序甘特图。
  2. 根据权利要求1所述的一种基于动作定位的甘特图处理方法,其特征在于,所述根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作,其具体包括:
    根据所述目标动作的位置信息和所述相对位置的设置信息计算剩余动作的位置信息;
    根据所述目标动作的位置信息和所述剩余动作的位置信息查找所述工艺循环内的所有动作。
  3. 根据权利要求2所述的一种基于动作定位的甘特图处理方法,其特征在于,所述根据所述目标动作的位置信息和所述剩余动作的位置信息查找所述工艺循环内的所有动作,其具体包括:
    根据所述剩余动作的位置信息查找符合第一预设要求的所有动作;
    根据所述目标动作的位置信息从所述符合第一预设要求的所有动作内查找符合第二预设要求的所有动作,将所述符合第二预设要求的所有动作作为所述工艺循环内的动作。
  4. 根据权利要求1所述的一种基于动作定位的甘特图处理方法,其特征在于,所述计算所述工艺循环内的所有动作的相对时间戳,其具体包括:
    将所述工艺循环内的所有动作的开始时间和结束时间转换为Unix时间戳;
    根据所有动作的Unix时间戳分别计算剩余动作的开始时间和结束时间与目标动作的开始时间的相对时间戳,所述剩余动作为所述工艺循环内不包含目标动作的动作。
  5. 根据权利要求1所述的一种基于动作定位的甘特图处理方法,其特征在于,所述根据所述相对时间戳生成动作时序甘特图,其具体包括:
    将所述相对时间戳转换为特定格式的时间数据;
    根据所述时间数据生成动作时序甘特图。
  6. 根据权利要求1-5任一项所述的一种基于动作定位的甘特图处理方法,其特征在于,所述工艺循环的所有动作为同一个周期内的动作。
  7. 根据权利要求1-5任一项所述的一种基于动作定位的甘特图处理方法,其特征在于,所述相对位置的设置信息包括相邻两个动作之间的位置信息。
  8. 一种基于动作定位的甘特图处理系统,其特征在于,包括:
    接收模块,用于接收动作之间相对位置的设置信息;
    获取模块,用于获取工艺循环的目标动作的位置信息;
    查找模块,用于根据所述目标动作的位置信息和所述相对位置的设置信息查找所述工艺循环内的所有动作;
    计算模块,用于计算所述工艺循环内的所有动作的相对时间戳;
    生成模块,用于根据所述相对时间戳生成动作时序甘特图。
  9. 一种基于动作定位的甘特图处理系统,其特征在于,包括:
    至少一个存储器,用于存储程序;
    至少一个处理器,用于加载所述程序以执行如权利要求1-7任一项所述的一种基于动作定位的甘特图处理方法。
  10. 一种存储介质,其中存储有处理器可执行的指令,其特征在于,所述处理器可执行的指令在由处理器执行时用于实现如权利要求1-7任一项所述的一种基于动作定位的甘特图处理方法。
PCT/CN2020/140084 2020-04-22 2020-12-28 一种基于动作定位的甘特图处理方法、系统和存储介质 WO2021212895A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010323100.3 2020-04-22
CN202010323100.3A CN111681261B (zh) 2020-04-22 2020-04-22 一种基于动作定位的甘特图处理方法、系统和存储介质

Publications (1)

Publication Number Publication Date
WO2021212895A1 true WO2021212895A1 (zh) 2021-10-28

Family

ID=72451689

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/140084 WO2021212895A1 (zh) 2020-04-22 2020-12-28 一种基于动作定位的甘特图处理方法、系统和存储介质

Country Status (2)

Country Link
CN (1) CN111681261B (zh)
WO (1) WO2021212895A1 (zh)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111681261B (zh) * 2020-04-22 2022-12-13 广州明珞汽车装备有限公司 一种基于动作定位的甘特图处理方法、系统和存储介质
CN112859762B (zh) * 2020-12-04 2022-07-26 广州明珞装备股份有限公司 控制逻辑校验方法、装置、计算机设备和存储介质
CN113256833A (zh) * 2021-05-12 2021-08-13 安徽巨一科技股份有限公司 一种基于plc的线体工序时长分析方法及其应用
CN114393578B (zh) * 2021-12-31 2024-06-14 广州明珞装备股份有限公司 一种工艺动作判断方法、系统、设备及存储介质

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011190501A (ja) * 2010-03-15 2011-09-29 Kobe Steel Ltd 転炉設備の操業方法
US20140075390A1 (en) * 2012-09-10 2014-03-13 Sap Ag Dynamic chart control that triggers dynamic contextual actions
CN106485458A (zh) * 2015-08-28 2017-03-08 阿里巴巴集团控股有限公司 甘特图生成方法与装置、网页生成方法与装置
CN110135678A (zh) * 2019-03-29 2019-08-16 广州明珞汽车装备有限公司 一种基于工位的工艺时序分析方法、系统及存储介质
CN110245374A (zh) * 2019-04-26 2019-09-17 广州明珞汽车装备有限公司 一种工艺时序间隔分析方法、系统、装置和存储介质
CN110699863A (zh) * 2019-09-24 2020-01-17 杰克缝纫机股份有限公司 计时方法、系统、计算机可读存储介质及服务器
CN111681261A (zh) * 2020-04-22 2020-09-18 广州明珞汽车装备有限公司 一种基于动作定位的甘特图处理方法、系统和存储介质

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007087421A (ja) * 2006-11-30 2007-04-05 Hitachi East Japan Solutions Ltd 作業計画立案システム及び作業計画立案プログラム
US9778652B2 (en) * 2011-12-06 2017-10-03 Beet, Llc Method and system for capturing automation data
CN106055914B (zh) * 2016-06-24 2019-08-30 广州埃克森生物科技有限公司 医疗检验设备控制时序可视化生成方法及系统

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011190501A (ja) * 2010-03-15 2011-09-29 Kobe Steel Ltd 転炉設備の操業方法
US20140075390A1 (en) * 2012-09-10 2014-03-13 Sap Ag Dynamic chart control that triggers dynamic contextual actions
CN106485458A (zh) * 2015-08-28 2017-03-08 阿里巴巴集团控股有限公司 甘特图生成方法与装置、网页生成方法与装置
CN110135678A (zh) * 2019-03-29 2019-08-16 广州明珞汽车装备有限公司 一种基于工位的工艺时序分析方法、系统及存储介质
CN110245374A (zh) * 2019-04-26 2019-09-17 广州明珞汽车装备有限公司 一种工艺时序间隔分析方法、系统、装置和存储介质
CN110699863A (zh) * 2019-09-24 2020-01-17 杰克缝纫机股份有限公司 计时方法、系统、计算机可读存储介质及服务器
CN111681261A (zh) * 2020-04-22 2020-09-18 广州明珞汽车装备有限公司 一种基于动作定位的甘特图处理方法、系统和存储介质

Also Published As

Publication number Publication date
CN111681261B (zh) 2022-12-13
CN111681261A (zh) 2020-09-18

Similar Documents

Publication Publication Date Title
WO2021212895A1 (zh) 一种基于动作定位的甘特图处理方法、系统和存储介质
US7453910B1 (en) Synchronization of independent clocks
US9374214B2 (en) Communication apparatus, communication system, and communication method
US20050193277A1 (en) Apparatus, method, and program for correcting time of event trace data
CN110376620A (zh) 实时钟差预报方法、装置和计算机设备
CN110245374A (zh) 一种工艺时序间隔分析方法、系统、装置和存储介质
RU2011153501A (ru) Устройство и способ выбора оптимального источника для упорядочения гетеродина
CN107276709B (zh) 一种时间同步方法及系统
CN110099236B (zh) 视频数据存储方法、请求方法及存储装置、请求装置
US12020444B2 (en) Production line monitoring method and monitoring system thereof
JP5267566B2 (ja) マルチプロセッサのカウント値補正装置及びこれを備えるマルチプロセッサ
US20220269223A1 (en) Wireless time servicing method, device, and system
CN110535551A (zh) 一种电力系统中故障录波采样数据的同步方法及系统
JP5372315B2 (ja) テレメーターシステムの子局装置
WO2015021911A1 (zh) 一种时钟同步方法及装置、基站子系统
KR101645260B1 (ko) 복수의 제어기간의 정밀한 시간 기록을 포함하는 데이터 동기화 시스템 및 방법
CN108040319B (zh) 一种终端历史轨迹的确定方法及装置
CN106557352A (zh) 一种实现指令集模拟器正逆双向执行的方法
WO2022227318A1 (zh) 时间同步方法、装置、计算机设备和存储介质
CN114928425A (zh) 终端设备对时同步系统、方法、设备及存储介质
CN113194522B (zh) 一种接入点信息处理方法及终端设备
JP2010113527A (ja) バグ摘出予測システム
JP3360037B2 (ja) 業務終了予定時刻推定システム
CN107615205A (zh) 时钟诊断装置及时钟诊断方法
CN104092509A (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: 20932688

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

Country of ref document: EP

Kind code of ref document: A1