CN113033231B - Information interaction system based on PTL electronic tag - Google Patents

Information interaction system based on PTL electronic tag Download PDF

Info

Publication number
CN113033231B
CN113033231B CN202110554788.0A CN202110554788A CN113033231B CN 113033231 B CN113033231 B CN 113033231B CN 202110554788 A CN202110554788 A CN 202110554788A CN 113033231 B CN113033231 B CN 113033231B
Authority
CN
China
Prior art keywords
processed
gateway
processing
mac address
message
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN202110554788.0A
Other languages
Chinese (zh)
Other versions
CN113033231A (en
Inventor
丁德双
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Yike Automation Co ltd
Original Assignee
Elco Tianjin Electronics Co Ltd
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 Elco Tianjin Electronics Co Ltd filed Critical Elco Tianjin Electronics Co Ltd
Priority to CN202110554788.0A priority Critical patent/CN113033231B/en
Publication of CN113033231A publication Critical patent/CN113033231A/en
Application granted granted Critical
Publication of CN113033231B publication Critical patent/CN113033231B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K7/00Methods or arrangements for sensing record carriers, e.g. for reading patterns
    • G06K7/10Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation
    • G06K7/10009Methods or arrangements for sensing record carriers, e.g. for reading patterns by electromagnetic radiation, e.g. optical sensing; by corpuscular radiation sensing by radiation using wavelengths larger than 0.1 mm, e.g. radio-waves or microwaves
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Abstract

The invention relates to an information interaction system based on a PTL electronic tag, which comprises a server, at least one gateway and at least one PTL electronic tag, wherein the server is in communication connection with the gateway, the gateway is at least connected with one PTL electronic tag, the PTL electronic tag is arranged in a physical object storage area corresponding to an object id, each gateway is configured with a corresponding gateway IP, each PTL electronic tag is configured with a corresponding tag Mac address, a first mapping table and a second mapping table are stored in the server, the first mapping table is used for configuring the mapping relation between the object id and the tag Mac address, the second mapping table is used for configuring the mapping relation between the gateway IP and the tag Mac address, the server also comprises a processor and a memory stored with a computer program, and the computer program serially executes the processing flow of a plurality of object lists to be processed. The invention improves the accuracy and efficiency of object processing and improves the efficiency and accuracy of information interaction in the object processing process.

Description

Information interaction system based on PTL electronic tag
Technical Field
The invention relates to the technical field of computers, in particular to an information interaction system based on a PTL electronic tag.
Background
In the production process of an enterprise, objects are generally selected for processing, and the processing flow is controlled. For example, a picking scenario, which is a critical loop, generally refers to a process of preparing materials by taking needed materials from a warehouse according to a bill of materials. The traditional material picking mode is that a picking person holds paper documents and finds the paper documents from a goods shelf one by one according to the goods position information on the documents, so that the material picking efficiency is low, and the wrong picking or the missed picking is easy to occur. And the result information of the picking needs to be manually input into the picking system. Therefore, data inaccuracy and certain hysteresis are caused, information verification cannot be reflected in time, information interaction efficiency is low, and requirements on familiarity of sorting personnel on material positions and operation proficiency are high. Therefore, how to improve the accuracy and efficiency of object processing and the efficiency and accuracy of information interaction in the object processing process becomes an urgent technical problem to be solved.
Disclosure of Invention
The invention aims to provide an information interaction system based on a PTL electronic tag, which improves the accuracy and efficiency of object processing and improves the efficiency and accuracy of information interaction in the object processing process.
According to a first aspect of the present invention, there is provided an information interaction system based on PTL electronic tags, including a server, at least one gateway, and at least one PTL electronic tag, where the server is communicatively connected to the gateway, the gateway is connected to at least one PTL electronic tag, all PTL electronic tags connected to each gateway are connected in parallel, each PTL electronic tag is disposed in a physical object storage area corresponding to an object id, each gateway is configured with a corresponding gateway IP, each PTL electronic tag is configured with a corresponding tag Mac address, the server stores a first mapping table and a second mapping table, the first mapping table is used to configure a mapping relationship between the object id and the tag Mac address, the second mapping table is used to configure a mapping relationship between the gateway IP and the tag Mac address, the server further includes a processor and a memory storing a computer program, the computer program serially executes the processing flow of a plurality of object lists to be processed, and the processor executes the computer program to realize the following steps:
step S1, acquiring the list information of the current object to be processed and generating a corresponding object information list, wherein the fields of the object information list comprise an id of the object to be processed, a processing quantity and a processing state, and the initial value of the processing state is 0 and indicates that the id of the object to be processed does not complete the processing;
step S2, generating a message to be processed corresponding to each gateway according to a preset data message structure based on the object id to be processed, the processing quantity, the first mapping table and the second mapping table, and sending the message to be processed to the corresponding gateway;
step S3, the gateway sends a corresponding processing instruction to the PTL electronic tag corresponding to the to-be-processed tag Mac address based on the received to-be-processed message;
step S4, the PTL electronic tag displays corresponding processing quantity based on the received processing instruction, and when the PTL electronic tag detects that a processing completion switch of the PTL electronic tag is triggered, the PTL electronic tag clears the currently displayed processing quantity, generates corresponding processing completion information and sends the corresponding processing completion information to the gateway;
step S5, the gateway generates a processing completion message corresponding to the to-be-processed label Mac address according to a preset data message structure based on the gateway ip, the to-be-processed label Mac address and the processing completion information corresponding to the to-be-processed label Mac address, and sends the processing completion message to the server;
step S6, the server changes the processing state of the to-be-processed tag Mac address corresponding to the object information list to 1 based on the processing completion packet corresponding to the to-be-processed tag Mac address, where a processing state of 1 indicates that the processing is completed;
and step S7, traversing the object information list, and if the processing states corresponding to all the objects to be processed id are all 1, taking the next object to be processed list as the current object to be processed list, and returning to the step S1.
Compared with the prior art, the invention has obvious advantages and beneficial effects. By means of the technical scheme, the information interaction system based on the PTL electronic tag can achieve considerable technical progress and practicability, has industrial wide utilization value, and at least has the following advantages:
the invention can intelligently process part of processes in the object processing process of the enterprise production process, and improves the accuracy and efficiency of object processing and the efficiency and accuracy of information interaction in the object processing process.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical means of the present invention more clearly understood, the present invention may be implemented in accordance with the content of the description, and in order to make the above and other objects, features, and advantages of the present invention more clearly understood, the following preferred embodiments are described in detail with reference to the accompanying drawings.
Drawings
Fig. 1 is a schematic diagram of an information interaction system based on a PTL electronic tag according to an embodiment of the present invention.
Detailed Description
To further illustrate the technical means and effects of the present invention adopted to achieve the predetermined objects, the following detailed description will be given to a specific implementation and effects of an information interaction system based on a PTL electronic tag according to the present invention with reference to the accompanying drawings and preferred embodiments.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
The embodiment of the invention provides an information interaction system based on a PTL (pick-to-light) electronic tag, as shown in fig. 1, comprises a server, at least one gateway, at least one PTL electronic tag, the server is in communication connection with the gateways, the gateways are at least connected with one PTL electronic tag, all the PTL electronic tags connected with each gateway are connected in parallel, each PTL electronic tag is arranged in a physical object storage area corresponding to one object id, each gateway is configured with a corresponding gateway IP, each PTL electronic tag is configured with a corresponding tag Mac address, the server stores a first mapping table and a second mapping table, the first mapping table is used for configuring the mapping relation between the object id and the label Mac address, and the second mapping table is used for configuring the mapping relation between the gateway IP and the label Mac address. As an embodiment, the server and the gateway perform information interaction by using an ethernet protocol, and the gateway and the PTL electronic tag perform information interaction by using a 485 industrial bus protocol. The tag Mac address device may be configured as 8-bit 16-ary data.
The server also comprises a processor and a memory for storing a computer program, wherein the computer program serially executes the processing flow of the plurality of object lists to be processed, and the processor executes the computer program to realize the following steps:
step S1, acquiring the list information of the current object to be processed and generating a corresponding object information list, wherein the fields of the object information list comprise an id of the object to be processed, a processing quantity and a processing state, and the initial value of the processing state is 0 and indicates that the id of the object to be processed does not complete the processing;
step S2, generating a message to be processed corresponding to each gateway according to a preset data message structure based on the object id to be processed, the processing quantity, the first mapping table and the second mapping table, and sending the message to be processed to the corresponding gateway;
step S3, the gateway sends a corresponding processing instruction to the PTL electronic tag corresponding to the to-be-processed tag Mac address based on the received to-be-processed message;
step S4, the PTL electronic tag displays corresponding processing quantity based on the received processing instruction, and when the PTL electronic tag detects that a processing completion switch of the PTL electronic tag is triggered, the PTL electronic tag clears the currently displayed processing quantity, generates corresponding processing completion information and sends the corresponding processing completion information to the gateway;
step S5, the gateway generates a processing completion message corresponding to the to-be-processed label Mac address according to a preset data message structure based on the gateway ip, the to-be-processed label Mac address and the processing completion information corresponding to the to-be-processed label Mac address, and sends the processing completion message to the server;
step S6, the server changes the processing state of the to-be-processed tag Mac address corresponding to the object information list to 1 based on the processing completion packet corresponding to the to-be-processed tag Mac address, where a processing state of 1 indicates that the processing is completed;
and step S7, traversing the object information list, and if the processing states corresponding to all the objects to be processed id are all 1, taking the next object to be processed list as the current object to be processed list, and returning to the step S1.
The preset data message structure comprises a gateway IP message section, a label Mac address message section and a target information message section, wherein the gateway IP message section corresponds to one gateway IP, the label Mac address message section corresponds to one or more label Mac addresses, the target information comprises target information in one-to-one correspondence with the label Mac addresses in the label Mac address message section, the target information is specifically set based on different message information, the target information corresponding to the message to be processed comprises processing quantity, and the target information of the processed message comprises processing completion information. By setting the data message structure between the server and the gateway, the server and the gateway can carry out information interaction through the set data message structure, and the information interaction efficiency is improved.
According to the embodiment of the present invention, the server may be physically implemented as one server, or may be implemented as a server group including a plurality of servers. The PTL electronic tag can be physically realized as a PTL electronic tag with the model number of PTL-PL-621, and the gateway can be physically realized as a gateway with the model numbers of PTL-GW-M00 and PTL-GW-EN01, and the technical personnel in the field know that parameters such as the model number, the specification and the like of the server, the PTL electronic tag and the gateway do not influence the protection scope of the invention.
According to the embodiment of the invention, part of processes in the object processing process in the enterprise production process can be processed intelligently, so that the accuracy and efficiency of object processing and the efficiency and accuracy of information interaction in the object processing process are improved.
Taking a sorting scene as an example, each object specifically corresponds to one material, each material has a corresponding physical object storage area, the object id corresponds to a material id, the list of the objects to be processed corresponds to the list of the materials to be sorted, and the processing quantity corresponds to the quantity of the materials to be taken. Correspondingly, in step S4, the PTL tag may be provided with a display area and a process completion button, the display area is used to display the corresponding process quantity, and still take the picking scene as an example, the PTL tag displays the corresponding quantity of the materials to be picked based on the received process instruction, the picking staff takes the corresponding quantity of the materials according to the quantity displayed by the PTL tag, and after the materials are taken, the picking staff presses the process completion button, which indicates that the picking of the materials is completed, and may also clear the currently displayed content for the next round of use. The material quantity is displayed through the PTL electronic tag, and the accuracy and the efficiency of object processing can be improved.
As an embodiment, in order to improve the efficiency of object processing, before executing the processing flow of the list of objects to be processed, all gateways and PTL tags may be detected to ensure that the gateways and all PTL tags can normally communicate, specifically, before step S1, the method further includes:
step S100, the server generates a detection message corresponding to each gateway IP based on the second mapping table according to a preset message data format, and sends the detection message to the corresponding gateway, wherein the target information of the detection message comprises detection information;
step S200, the gateway analyzes the detection message and sends a detection instruction to each PTL electronic tag connected with the gateway, if the detection passing information fed back by all the PTL electronic tags connected with the gateway is received, the gateway generates a detection response message according to a preset message data format and sends the detection response message to the server, and step S1 is executed, wherein the target information of the detection response message comprises the detection passing information.
It can be understood that if the error information or the fault information corresponding to the PTL electronic tag is received, the corresponding gateway reports the corresponding fault message to the server, at this time, the processing flow of the list of the object to be processed cannot be executed first, but the tag Mac address where the error or the fault occurs needs to be analyzed based on the fault message, the error or the fault is overcome, the detection is performed again, and when the detection passes, the processing flow of the list of the object to be processed is executed again. In order to avoid error information or fault information corresponding to the PTL electronic tag caused by factors such as signals, when the error information or fault information passes the detection again, the steps S100 to S200 may be executed again for a preset number of times, the preset number may be set to 1 or 2, and the like, if the detection passes, the processing flow of the list of the objects to be processed may be executed, otherwise, the processing flow of the list of the objects to be processed may be executed after the corresponding error or fault is overcome.
As an example, the system further comprises a barcode scanner connected to the server, and the step S1 comprises:
step S11, acquiring pre-generated two-dimensional code information of a current object list to be processed through the code scanner;
step S12, analyzing the two-dimension code information of the current object list to be processed, and acquiring the information of the current object list to be processed, including the id of the object to be processed and the corresponding processing quantity.
Through generating the two-dimensional code information of the list of the objects to be processed and directly scanning to obtain the information of the list of the objects to be processed, the whole process can be interacted only through electronic information, a paper bill of materials is not needed, and the material sorting accuracy and efficiency can be improved.
As an embodiment, the step S2 may specifically include:
step S21, acquiring a label Mac address corresponding to each object id to be processed based on the object id to be processed and the first mapping table, and taking the label Mac address as the label Mac address to be processed;
step S22, acquiring a gateway IP corresponding to each label Mac address to be processed based on each label Mac address to be processed and the second mapping table;
and step S23, generating a message to be processed corresponding to each gateway IP according to the preset data message structure according to all the object id to be processed, the label Mac address to be processed, the gateway IP corresponding to the label Mac address to be processed and the processing quantity, and sending the message to be processed to the corresponding gateway.
As an embodiment, the step S3 may specifically include:
step S31, the gateway analyzes the corresponding to-be-processed label Mac address and the processing number corresponding to the to-be-processed label Mac address from the received to-be-processed message;
and step S32, generating corresponding processing instructions based on each to-be-processed label Mac address and the processing quantity corresponding to the to-be-processed label Mac address, and sending the corresponding processing instructions to the corresponding PTL electronic label.
It can be understood that, in the process flow of executing the list of objects to be processed, a partial fault of the PTL electronic tag may occur, and therefore, a corresponding warning mechanism may be set to perform warning, specifically, as an embodiment, the step S4 may further include:
step S41, if the PTL electronic tag corresponding to the to-be-processed tag Mac address exceeds a preset time threshold value and the processing completion switch trigger of the PTL electronic tag is not detected, sending early warning information to the corresponding gateway;
wherein, PTL electronic tags surpasss that preset time threshold specifically can get material time and corresponding material quantity and set for according to PTL electronic tags history.
Step S42, the gateway generates an early warning message based on the gateway ip, the to-be-processed label Mac address and the early warning information corresponding to the to-be-processed label Mac address, and sends the early warning message to the server;
and step S43, the server analyzes the pre-warning message and generates corresponding pre-warning information.
It can be understood that the early warning information may specifically be sent to the corresponding PTL electronic tag through the gateway so that the corresponding PTL electronic tag sends an alarm, or a display screen may be provided, which is connected to the server, and the early warning information is presented on the display screen, and so on.
In addition to the above-mentioned early warning mechanism, the system may further be provided with another warning mechanism, as an embodiment, in a case where the PTL electronic tag is in a standby state, that is, when the processing flow of the list of the objects to be processed is not executed, if it is detected that the processing of the PTL electronic tag is completed and the switch trigger is detected, it is indicated that there is a false trigger, and a warning operation may be executed. As another embodiment, the gateway may detect whether the connected PTL electronic tag can normally communicate in real time, if it is detected that the PTL electronic tag cannot normally communicate, the PTL electronic tag is currently in an offline state, the gateway sends an offline alarm message corresponding to the offline PTL electronic tag to a server, and if it is detected that the PTL electronic tag can normally communicate, the gateway sends a warning release message corresponding to the PTL electronic tag to the server.
As an embodiment, the system can also dynamically adjust the corresponding relationship between the tag Mac address and the object id according to the historical processing number and the corresponding processing time of each tag Mac address, and then adjust the physical object storage area based on the corresponding relationship, so that the physical object storage distribution is more reasonable, and the object processing efficiency is further improved. Specifically, the method further comprises:
step S8, in the processing flow of each object list to be processed, the server generates processing time corresponding to each label Mac address to be processed based on the time difference between the time for sending the message to be processed and the time for receiving the processing completion message corresponding to the label Mac address to be processed, and dynamically generates a processing time distribution list corresponding to the label Mac address to be processed based on the processing time and the processing number corresponding to the label Mac address to be processed;
step S9, adjusting the first mapping table based on the processing time distribution list corresponding to the current processing tag Mac address every preset time or preset number of times of executing the processing flow of the list of the objects to be processed, and simultaneously adjusting the physical object storage area correspondingly.
Although the present invention has been described with reference to a preferred embodiment, it should be understood that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (9)

1. An information interaction system based on a PTL electronic label is characterized in that,
the server is in communication connection with the gateway, the gateway is at least connected with one PTL electronic tag, all the PTL electronic tags connected with each gateway are connected in parallel, each PTL electronic tag is arranged in a physical object storage area corresponding to an object id, each gateway is configured with a corresponding gateway IP, each PTL electronic tag is configured with a corresponding tag Mac address, a first mapping table and a second mapping table are stored in the server, the first mapping table is used for configuring the mapping relation between the object id and the tag Mac address, the second mapping table is used for configuring the mapping relation between the gateway IP and the tag Mac address, the server further comprises a processor and a memory stored with a computer program, and the computer program serially executes the processing flow of a plurality of object lists to be processed, the processor executing the computer program realizes the following steps:
step S1, acquiring the list information of the current object to be processed and generating a corresponding object information list, wherein the fields of the object information list comprise an id of the object to be processed, a processing quantity and a processing state, and the initial value of the processing state is 0 and indicates that the id of the object to be processed does not complete the processing;
step S2, generating a message to be processed corresponding to each gateway according to a preset data message structure based on the object id to be processed, the processing quantity, the first mapping table and the second mapping table, and sending the message to be processed to the corresponding gateway;
step S3, the gateway sends a corresponding processing instruction to the PTL electronic tag corresponding to the to-be-processed tag Mac address based on the received to-be-processed message;
step S4, the PTL electronic tag displays corresponding processing quantity based on the received processing instruction, and when the PTL electronic tag detects that a processing completion switch of the PTL electronic tag is triggered, the PTL electronic tag clears the currently displayed processing quantity, generates corresponding processing completion information and sends the corresponding processing completion information to the gateway;
the PTL electronic tag is used for displaying the corresponding processing quantity, displaying the corresponding quantity of the materials to be taken according to the received processing instruction, and a material picking person can take the corresponding quantity of the materials according to the quantity displayed by the PTL electronic tag and presses the processing completion button after the materials are taken;
step S5, the gateway generates a processing completion message corresponding to the to-be-processed label Mac address according to a preset data message structure based on the gateway ip, the to-be-processed label Mac address and the processing completion information corresponding to the to-be-processed label Mac address, and sends the processing completion message to the server;
step S6, the server changes the processing state of the to-be-processed tag Mac address corresponding to the object information list to 1 based on the processing completion packet corresponding to the to-be-processed tag Mac address, where a processing state of 1 indicates that the processing is completed;
step S7, traversing the object information list, if the processing states corresponding to all the objects to be processed id are all 1, taking the next object list to be processed as the current object list to be processed, and returning to the step S1;
the preset data message structure comprises a gateway IP message section, a label Mac address message section and a target information message section, wherein the gateway IP message section corresponds to one gateway IP, the label Mac address message section corresponds to one or more label Mac addresses, the target information comprises target information in one-to-one correspondence with the label Mac addresses in the label Mac address message section, the target information is specifically set based on different message information, the target information corresponding to the message to be processed comprises the processing quantity, and the target information of the processed message comprises processing completion information.
2. The system of claim 1,
the step S1 is preceded by:
step S100, the server generates a detection message corresponding to each gateway IP based on the second mapping table according to a preset message data format, and sends the detection message to the corresponding gateway, wherein the target information of the detection message comprises detection information;
step S200, the gateway analyzes the detection message and sends a detection instruction to each PTL electronic tag connected with the gateway, if the detection passing information fed back by all the PTL electronic tags connected with the gateway is received, the gateway generates a detection response message according to a preset message data format and sends the detection response message to the server, and step S1 is executed, wherein the target information of the detection response message comprises the detection passing information.
3. The system of claim 1,
the system further includes a barcode scanner connected to the server, and the step S1 includes:
step S11, acquiring pre-generated two-dimensional code information of a current object list to be processed through the code scanner;
step S12, analyzing the two-dimension code information of the current object list to be processed, and acquiring the information of the current object list to be processed, including the id of the object to be processed and the corresponding processing quantity.
4. The system of claim 1,
the step S2 includes:
step S21, acquiring a label Mac address corresponding to each object id to be processed based on the object id to be processed and the first mapping table, and taking the label Mac address as the label Mac address to be processed;
step S22, acquiring a gateway IP corresponding to each label Mac address to be processed based on each label Mac address to be processed and the second mapping table;
and step S23, generating a message to be processed corresponding to each gateway IP according to the preset data message structure according to all the object id to be processed, the label Mac address to be processed, the gateway IP corresponding to the label Mac address to be processed and the processing quantity, and sending the message to be processed to the corresponding gateway.
5. The system of claim 1,
the step S3 includes:
step S31, the gateway analyzes the corresponding to-be-processed label Mac address and the processing number corresponding to the to-be-processed label Mac address from the received to-be-processed message;
and step S32, generating corresponding processing instructions based on each to-be-processed label Mac address and the processing quantity corresponding to the to-be-processed label Mac address, and sending the corresponding processing instructions to the corresponding PTL electronic label.
6. The system of claim 1,
the step S4 further includes:
step S41, if the PTL electronic tag corresponding to the to-be-processed tag Mac address exceeds a preset time threshold value and the processing completion switch trigger of the PTL electronic tag is not detected, sending early warning information to the corresponding gateway;
step S42, the gateway generates an early warning message based on the gateway ip, the to-be-processed label Mac address and the early warning information corresponding to the to-be-processed label Mac address, and sends the early warning message to the server;
and step S43, the server analyzes the pre-warning message and generates corresponding pre-warning information.
7. The system of claim 1,
the processor executing the computer program further realizes the steps of:
step S8, in the processing flow of each object list to be processed, the server generates processing time corresponding to each label Mac address to be processed based on the time difference between the time for sending the message to be processed and the time for receiving the processing completion message corresponding to the label Mac address to be processed, and dynamically generates a processing time distribution list corresponding to the label Mac address to be processed based on the processing time and the processing number corresponding to the label Mac address to be processed;
step S9, adjusting the first mapping table based on the processing time distribution list corresponding to the current processing tag Mac address every preset time or preset number of times of executing the processing flow of the list of the objects to be processed, and simultaneously adjusting the physical object storage area correspondingly.
8. The system of claim 1,
the tag Mac address device is configured as 8-bit 16-ary data.
9. The system of claim 1,
and the server and the gateway adopt an Ethernet protocol for information interaction, and the gateway and the PTL electronic tag adopt a 485 industrial bus protocol for information interaction.
CN202110554788.0A 2021-05-21 2021-05-21 Information interaction system based on PTL electronic tag Active CN113033231B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110554788.0A CN113033231B (en) 2021-05-21 2021-05-21 Information interaction system based on PTL electronic tag

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110554788.0A CN113033231B (en) 2021-05-21 2021-05-21 Information interaction system based on PTL electronic tag

Publications (2)

Publication Number Publication Date
CN113033231A CN113033231A (en) 2021-06-25
CN113033231B true CN113033231B (en) 2021-08-06

Family

ID=76455682

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110554788.0A Active CN113033231B (en) 2021-05-21 2021-05-21 Information interaction system based on PTL electronic tag

Country Status (1)

Country Link
CN (1) CN113033231B (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN203338405U (en) * 2013-06-25 2013-12-11 佛山市广华合志科技有限公司 Distributed electronic shelf label system based on software and hardware collaboration
KR20150137977A (en) * 2014-05-29 2015-12-09 삼성전기주식회사 Electronic shelf label tag, electronic shelf label system and operation method thereof
CN105775550A (en) * 2016-04-14 2016-07-20 福州大学 Order zone picking system based on electronic tags and implementation method thereof
CN109921987B (en) * 2017-12-13 2022-01-21 中兴通讯股份有限公司 BIER-TE network detection method, device and system
JP6702347B2 (en) * 2018-02-27 2020-06-03 横河電機株式会社 Provisioning system, provisioning method, provisioning program, and network device
CN208207861U (en) * 2018-04-13 2018-12-07 杨晓冬 A kind of monitoring management system of wireless cold chain transportation
CN108596298B (en) * 2018-04-25 2023-08-04 京东方科技集团股份有限公司 Device and method for electronic tag management
CN209545613U (en) * 2019-02-12 2019-10-25 北京无线体育俱乐部有限公司 A kind of gateway

Also Published As

Publication number Publication date
CN113033231A (en) 2021-06-25

Similar Documents

Publication Publication Date Title
US11587034B2 (en) Robot-based warehouse order picking method, apparatus and system, electronic device, and storage medium
CN108665644A (en) Express mail processing method, apparatus and system
AU2011292257B2 (en) Method and device for optical alert recognition
CN107483481B (en) Attack and defense simulation platform of industrial control system and implementation method thereof
CN108449194A (en) A kind of method and device that user is reminded in group chat
WO2019014821A1 (en) Fault early warning method for financial terminal, terminal device and storage medium
CN103544127B (en) Method for communication between automatic display cabinet and industrial computer
CN109102264A (en) A kind of electronics red packet detection method, device and terminal device
CN109840830A (en) A kind of information feedback method and terminal based on order
CN110297577A (en) Picture display control method
CN109741022A (en) E-Government front-end information shared method, apparatus, storage medium and equipment
CN113033231B (en) Information interaction system based on PTL electronic tag
CN114625556A (en) System exception handling method, device, equipment, storage medium and product
CN113052457A (en) Manufacturing management method and system of intelligent product and readable storage medium
CN106951263A (en) A kind of information query method and terminal device
CN104038387B (en) Line detecting method on frame-type switch business board
US20220214672A1 (en) Systems and methods for automatic configuration of intelligent electronic devices
CN110730200A (en) Device with operator server and operator client
US20220398530A1 (en) Business support device, business support method, computer program, and business support system
CN105600481B (en) The full-automatic group case group of one kind stamps system and method
JP2015101424A (en) Commodity inventory system
CN115190045A (en) Express cabinet system service monitoring method and device, electronic equipment and storage medium
CN113361896A (en) Asset management method and system based on RFID
CN113705752A (en) Ink screen shelf label system and bookshelf
CN108697025A (en) The assembling reminding method of rack server system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: No.12, Saida 4th branch road, economic development zone, Xiqing District, Tianjin

Patentee after: Tianjin Yike Automation Co.,Ltd.

Address before: No.12, Saida 4th branch road, economic development zone, Xiqing District, Tianjin

Patentee before: ELCO (TIANJIN) ELECTRONICS Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP02 Change in the address of a patent holder

Address after: No. 12 Saida Fourth Branch Road, Xiqing Economic and Technological Development Zone, Xiqing District, Tianjin, 300385

Patentee after: Tianjin Yike Automation Co.,Ltd.

Address before: No.12, Saida 4th branch road, economic development zone, Xiqing District, Tianjin

Patentee before: Tianjin Yike Automation Co.,Ltd.

CP02 Change in the address of a patent holder