CA1311842C - Multitrack bar code and associated decoding method - Google Patents

Multitrack bar code and associated decoding method

Info

Publication number
CA1311842C
CA1311842C CA000579963A CA579963A CA1311842C CA 1311842 C CA1311842 C CA 1311842C CA 000579963 A CA000579963 A CA 000579963A CA 579963 A CA579963 A CA 579963A CA 1311842 C CA1311842 C CA 1311842C
Authority
CA
Canada
Prior art keywords
characters
row
bar code
rows
information
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.)
Expired - Lifetime
Application number
CA000579963A
Other languages
French (fr)
Inventor
David C. Allais
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.)
Intermec Technologies Corp
Original Assignee
Intermec Corp
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 Intermec Corp filed Critical Intermec Corp
Application granted granted Critical
Publication of CA1311842C publication Critical patent/CA1311842C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K19/00Record carriers for use with machines and with at least a part designed to carry digital markings
    • G06K19/06Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code
    • G06K19/06009Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code with optically detectable marking
    • G06K19/06037Record carriers for use with machines and with at least a part designed to carry digital markings characterised by the kind of the digital marking, e.g. shape, nature, code with optically detectable marking multi-dimensional coding

Abstract

MULTITRACK BAR CODE AND ASSOCIATED
DECODING METHOD
Abstract of the Disclosure A multitrack bar code and associated decoding method.
Data are encoded into a multitrack bar code according to numerical values which correspond to the characters composing the data. The numerical values are combined into words and corresponding binary strings are chosen, the parity of each binary string being chosen according to the order of the row being encoded. Each row also includes a row check character, and the first row contains a character which checks the number of rows encoded and a data check sum on the data character values.
If desired, column check sums can also be computed on each of the data-bearing rows in the multitrack bar code. The multitrack bar code can be encoded according to a numeric shift code when strings of numeric data of at least eight decimal digits are encountered. An alphanumeric shift character causes the multitrack bar code to return to the alphanumeric mode.

Description

1311~42 . 1 MULTITRACK BAR CODE AND ASSOCIATED
DECODING METHOD

This invention relates to bar code structures and methods for decoding them, and more particularly, to a multitrack bar code for placement on small objects and a method for decoding the multitrack bar code.

os Backaround Art Bar code has become broadly accepted as the primary means for automatically identifying and tracking objects ranging in size from large freight containers down to printed circuit boards and other moderately small components. A bar code is typically a linear array of elements that are either printed directly on the object to be identified and/or tracked, or printed on labels that are attached to the object. The bar code elements are bars and spaces. The bars represent strings of binary ones, and the spaces represent strings of binary zeros. They are generally read by optical techniques, such as scanning laser beams or handheld wands. one common example of a bar code is the Universal Product Code (UPC).
The contrasting parallel bars and spaces of a bar code have varying widths. Generally, the bars and spaces can be no smaller than a specified minimum width, termed the code's "unit" (or "x-dimension" or "module"). While the theoretical minimum unit size is the wavelength of the light being used to read the bar code, there are other practical limitations. Among them are the desired depth of field of the reading equipment, the limitations of a given printing process, and the robustness of the printed image to be correctly read despite dust, dirt, and minor physical damage.

A common example of a bar code structure is CODE
39, which enjoys broad acceptance in manufacturing, hospitals, libraries, universities, and government agencies. It is used for alphanumeric labeling 05 applications. CODE 39 (also known as "3 of 9 Code") is so named because the original concept provided for 39 characters. The name also derives from its 3 out of 9 structure wherein 3 of 9 elements (i.e., bars or spaces) are wide and the remaining 6 are narrow.
The complete forty-four character set of CODE 39 includes a Start/Stop character and forty-three data characters. The data characters consist of the ten digits, the twenty-six letters of the alphabet, the space, and the six symbols, "-", ".", "S", "/", "+", and "%". It is possible to represent a character which is not in the basic set of forty-three data characters (such as an ASCII
character) in CODE 39. Any of the 128 ASCII characters is represented by using the characters $, /, +, and ~ as precedence characters in front of one of the alphabetic characters. For example, "+B" represents a lower case - letter b while "$B" represents a "control!' B (the ASCII
"STX" character).
Most of the characters in CODE 39 are represented by a stand-alone group of five bars with their four included spaces. Two of the five bars are wide, qiving (5!/2!3!) = 10 possible bar configurations, and one of the four spaces is wide, giving 4 x 10 = 40 possible characters.
The four additional characters ($, /, +, and %) are structured with all the bars narrow and three spaces wide.
CODE 39 is self-checking. This strong property, along with its variable length and capability of handling alphanumeric data, means that it can be successfully printed by a very broad variety of equipment and processes.
One problem with CODE 39 is that each of its characters is relatively wide, occupying thirteen to sixteen units of width. This can be important where constraints due to printing equipment (such as matrix line ? 13ll8~2 printers) impose a minimum size on individual bar widths.
Another bar code, CODE 93, is a very high density alphanumeric symbology designed explicitly as a companion to CODE 39 and intended to overcome this problem. The set 05 of data characters in CODE 93 is identical to that of CODE
39. Self-discriminating bar code readers or scanners can read either CODE 39 or CODE 93 without operator intervention. This compatibility allows CODE 93 symbols to be introduced into existing systems with minimal impact.
CODE 93 is a (9,3) code of the (n,k) family defined by Savir and Laurer in "The Characteristics and Decodability of the Universal Product Code," IBM Systems Journal, Vol. 14, No. 1, 1975. (n,k) codes represent characters uniquely by a string of n bits containing k runs of 1 bits (i.e., k bars) and k runs of zero bits (i.e., k spaces). The first bit of a character has a binary value of one. An (n,k) code is decodable backwards. The name, CODE 93, derives from this (n,k) notation.
Each CODE 93 character consists of 9 units arranged into three bars and three spaces. Forty-eight of the fifty-six possible combinations are used in CODE 93.
One of these characters is reserved for a start/stop character, four are used for control characters, and the forty-three remaining data characters are identical to those in CODE 39. CODE 93 uses two check characters. A
termination bar is added after the stop character to close off the final space.
CODE 93 is continuous and non-self-checking. Bar and space width may be 1, 2, 3, or 4 units wide. Its structure facilitates using the edge-to-edge decoding of the UPC described by Savir and Laurer. The resulting symbol is inherently immune to uniform ink spread, which allows liberal bar width tolerances.
Today's open standards for bar code specify a minimum nominal unit of 0.0075 inch. The bar height is typically recommended to be 15 percent or more of the overall symbol length, excluding quiet zones which do not -contain coded information.
To measure how efficiently codes represent data, it is necessary to develop a simple measure of efficiency.
Whereas in one-dimensional structures, such as bar codes, the accepted measure of space consumption is the unit, for two dimensions, an appropriate measure is the square unit.
Information content is measured in bits. For a character-based system, it is assumed that all characters in the set are equally probable, so that if C is the size of the character set, then the information content, I, in bits per character, is I = log C. For example, if only the ten digits are represented, then C equals 10, and I
equals 3.322 bits per character. If, instead, the full ASCII set of 128 characters is to be represented, then C
equals 128, and I equals 7. CODE 39, having 43 data characters, contains 5.426 bits per character, excluding the overhead of the code's start and stop characters and any check or flag characters in the application data stream.
For bar code, efficiency is measured in bits per unit, while for two-dimensional systems, efficiency is measured in bits per square unit. Gross efficiency excludes all of the overhead characters, while net efficiency considers a whole symbol, including start, stop, and check characters. A 100 percent efficient system would provide one bit of information per unit if it were one-dimensional, or one bit per square unit if it were two-dimensional. Since all practical systems must provide fororientation, clocking, and checking, their net efficiencies will always be less than 100 percent. In the case of a synchronous ASCII data transmission (where unit time intervals are equivalent to the unit dimension of a bar code), overhead typically includes a start bit, a stop bit, and a parity bit, so that ten units are required to convey seven information bits. A synchronous ASCII transmission therefore has a gross efficiency of 70 percent.

131~842 The following table indicates the gross and net efficiencies of CODE 39 and CODE 93:

Gross efficiency Net efficiency (bits per unit) (bits per unit) CODE 39 37-4% 34-0%
(19 characters) CODE 93 61.7% 50.2%
(18 characters) Considering an 18 character string of CODE 93 characters (containing 18 x log 47 = 99.983 bits), its two-dimensional efficiency as a function of varying symbol height is shown in the following table:

Symbol Efficiency, Height, Bits per Units Square Unit 0.017 0.025 4 0.126 2 0.251 1 0.502 The efficiency of a 5 x 7 dot matrix array displaying the 128 ASCII characters is 7/48 = 0.146 bits per square unit, assuming that each character is bordered by a unit of space to its right and another unit of space below~ Therefore, a four unit high string of eighteen CODE
93 characters has essentially the same area efficiency as a 6 131~2 string of 5 x 7 dot matrix characters. However, with a unit size of 0.0075 inch, the string of eighteen CODE 93 characters is about one and one-half inches long. Even if the unit size is reduced to 0.003 inch, the symbol length is still 0.6 inch, which is too long for labeling very small objects. Thus, the problem with bar code is not so much one of area efficiency as one of excessive symbol length.
It can be desirable to attach bar code symbols to very small objects, such as surface mount electronic devices. Such small components, having areas on the order of one-quarter inch on a side, cannot be labeled with currently available linear arrays of bar code symbols.
Potential solutions to the problem of the need for a miniature printed code include (1) an optical character recognition (OCR) system, (2) a unique, two--dimensional optical marking system, (3) a tiered bar code, and (4) a new symbology structure compatible with prevailing standard bar codes. OCR presents problems of reading complexity and only moderate spatial efficiency.
Data accuracy is achievable by adding a sufficient number of redundant check characters, but this exacerbates the space efficiency problem.
Unique, two-dimensional optical marking systems appear to be the most space-efficient alternative. Two-dimensional structures are analyzed as a whole, i.e., they are not analyzed as a series of one-dimensional structures.
Accordingly, their analysis is more complex and the equipment to perform the analysis is more expensive.
Various two-dimensional structures have been proposed, and some have been implemented. TEMA Code, devised by Ray Stevens in the late 1970s, is a two-dimensional extrapolation of CODE 39. It was originally intended to be read by a hand-held device similar to the charge-coupled device (CCD) readers used to scan OCR characters. More recently, VERICODE (a trademark of VERITEC Corporation) has been promoted for labeling of small objects. Essentially, 7 1~1~8~2 VERICODE (tm) is a checkerboard-like pattern of black or white square units. Published literature from VERITEC
suggests two-dimensional space efficiencies in the range of 65 percent and better. VERICODE (tm) is not presently an 05 open system. It appears to require vision system techniques for scanning.
The problem of restricted length on miniature objects might be solved by using a tiered bar code. For example, the AIAG shipping label consists of four or more bar code symbols arranged in four rows. By using multiple symbols in rows, the overall length can be significantly reduced. For example, eight tiers of CODE 93, each row containing four data digits, has a total capacity of thirty-two alphanumeric characters.
It is quite easy to scan such a symbol with a hand-held moving beam laser scanner or with a rastering-type scanner. However, it is not particularly easy to select the individual rows in precise sequence. If the reading order of the rows doesn't matter, this difficulty is unimportant. However, if the reading order is important, some means for making the rows self-identifying must be ., .
established. This could be accomplished by making the first character of each row a row identifier. ~his, however, would reduce the data capacity of the CODE 93 example to three characters per row (twenty-four characters in eight rows), significantly reducing the efficiency of such a code.
If a scanner were specially programmed to read multiple rows of CODE 93, sort them into row sequence, and strip out the row identifiers before transmitting the message, then the structure would become practical.
However, the high overhead in CODE 93 and the lack of a natural means of identifying rows makes this proposal less than optimum. Any of the standard bar codes could be thus arranged in a tiered structure, but the built-in overhead makes these structures space inefficient.

8 131~ 842 In accordance with the foregoing analysis, it is known that a predetermined length of bar code symbols can represent a larger number of purely numerical data characters than alphanumeric characters (even if they are all numbers). This is so because each character taken from a purely numeric collection of characters contains less information than does each numeric character taken from an alphanumeric collection of characters.
It is therefore desirable to have a new symbology specifically designed for miniature object identification and tracking. It is also desirable to be able to have such a new symbology that can more efficiently represent strings of purely numeric data than is possible with alphanumeric representations.

Disclosure of the Invention It is an object of the present invention to provide an area-efficient symbology for labeling miniature objects.
It is another object of the present invention to provide an area-efficient symbology that is resistant to dust, dirt, and incidental damage.
It is still another object of the present invention to provide a symbology that has a small maximum dimension.
It is yet another object of the present invention to provide an area-efficient symbology that is capable of autodiscrimination with existing popular bar codes.
It is a still further object of the present invention to provide an area-efficient symbology that is easily read by low-cost equipment.
An additional object of the present invention is to provide a symbology that can compactly represent long strings of purely numeric data.
Yet another object of the present invention is to provide a method for decoding an area-efficient symbology having one or more of the objects given above.

According to one aspect, the invention provides a bar code symbology comprising a plurality of ordered rows of bar coded information. The bar coded information in each of the plurality of rows consists of an array of code 05 words, each code word representing at least one information-bearing character and being selectable in even or odd parity form. Each of the characters has a distinct attributable numerical value, at least one of the plurality of characters in each row bearing information regarding the remainder of the characters in that row. The array of code words in each row has a word parity pattern indicative of the order of that row, a predetermined one of the ordered - rows comprising at least one character containing information regarding the number of ordered rows and regarding the information-bearing characters in the ordered rows.
In another aspect, the present invention provides a method of decoding bar code symbology comprising a plurality of ordered rows of bar code characters. Each row contains a row check character and a plurality of encoded characters grouped into words and each word has one of two possible parities according to the order of its row and its position within its row. Each character has a corresponding numerical value, and a predetermined character in a predetermined row specifies both the number of rows and a check sum on the character numerical values.
The method comprises the steps of (a) receiving the characters contained in a first row of bar code characters, (b) performing a first parity check on the parity of each of the words made from the characters contained in the first received row of bar code characters, and returning to step (a) unless the first parity check is passed by each word in the received row. The method further comprises the steps of (c) decoding the bar code characters comprising the first received row into their corresponding numerical values, (d) computing a check sum on the corresponding numerical values of the bar code characters, -" 131~842 and (e) comparing the computed check sum with the numerical value of the check sum character read from the first received row of bar code characters, and returning to step (a) if the computed check sum and the received check sum S are not equal. Further, the method comprises the steps of (f) performing a second parity check on the parities of the words in the first received row of bar code characters, (g) establishing the order of the first received row of bar code characters based on the result of step (f), (h) determining, from the predetermined character, the number of rows and the data check sum if the first received row of bar code characters is the predetermined ordered row, (i) receiving the remainder of the rows of bar code characters according to steps (a)-(g) and according to the results of the number of rows determined in step (h) until all of the ' rows of bar code characters have been received, and (j) ! computing the check sum of the data contained in the rows received according to steps (a)-(i) and comparing the computed data check sum with the received data check sum.
Finally, the method comprises the steps of (k) returning to step (a) if the computed data check sum is not equal to the received data check sum and (1) producing a signal signifying a correct decoding of the information contained in the bar code if the computed data check sum is equal to the received data check sum.

Brief Description of the Drawinqs Figure 1 is an example of an AIAG label known in the prior art.
Figure 2A is a schematic diagram of the word structure of the multitrack bar code of the present invention.
Figure 2B is a schematic diagram of the character structure of the multitrack bar code of the present invention.

1~11842 Figure 3 is a schematic diagram showing the dimensions of the character structure of a row of the multitrack bar code of the present invention.
Figure 4 is a table showing the numerical values 05 of the characters of the code of the multitrack bar code of the present invention.
Figure 5 is a schematic diagram showing the two parity forms of the numerical values corresponding to a word according to the code of the multitrack bar code of the present invention.
Figure 6A is a schematic diagram of the character structure of an example of a first embodiment of the multitrack bar code of the present invention.
Figure 6B is a schematic diagram of the numerical values of the example of the first embodiment of the multitrack bar code of the present invention given in Figure 6A.
Figure 7A is a schematic diagram of the character structure of an example of a second embodiment of the multitrack bar code of the present invention.
Figure 7B is a schematic diagram of the numerical values of the example of the second embodiment of the multitrack bar code of the present invention given in Figure 7A.
Figure 7C is the multitrack bar code corresponding to the example of the second embodiment of the multitrack bar code of the present invention, as shown in Figures 7A and 7B.
Figure 8A is a schematic diagram of the character structure of an example of a third embodiment of the multitrack bar code of the present invention.
Figure 8B is a schematic diagram of the numerical values of the example of the third embodiment of the multitrack bar code of the present invention given in Figure 8A.
Figure 8C is the multitrack bar code corresponding to the example of the third embodiment of the 131~42 multitrack bar code of the present invention, as shown in Figures 8A and 8B.
Figure 9A is a schematic diagram of the character structure of an example of a fourth embodiment of the 05 multitrack bar code of the present invention.
Figure 9B is a schematic diagram of the numerical values of the example of the fourth embodiment of the multitrack bar code of the present invention given in Figure 9A.

Best Modes for Carrying Out the Invention Referring to Figure 1, an example of an AIAG
label known in the prior art consists of four or more separate bar code sections on a single label. As discussed above, it is an object of the present invention to provide a multitrack bar code capable of storing the information shown in the label of Figure 1 in a much more area efficient form that does not have a significant linear extent.
2 The structure of the multitrack (or multirow) bar ; code of the present invention is shown in Figure~ 2A and 2B.
Figure 2A shows that the word structure of the multitrack bar code of the present invention consists of a plurality of rows (up to eight), each containing four words, W. , Wi2, Wi3, Wi4. Each word, Wij, consists of the concatenation of two characters whose corresponding numerical values are used to calculate a numerical value which is coded into binary strings in the multitrack bar code. Figure 2B shows the correspondence between the characters making up the words in the multitrack bar code and the words themselves.
The code can represent either alphanumeric or numeric data, with maximum character capacity shown in the table below:

Maximum number of data characters Number of tracksAlphanumeric Numeric In some situations to be described subsequently, the maximum number of data characters that can be represented may be reduced in order to use one of the rows as a column check row.
Each row (track) consists of four words, a start code, and a stop code. This structure is shown in Figure 3.
The start code is two units long, and consists of a single unit bar followed by a single unit space. The stop code is one bar four units wide. Therefore, even though a row may 2 be scanned in either left-to-right or right-to-left directions, the asymmetries of the start and stop codes allow the row to be decoded without directional ambiguity.
The words are each sixteen units wide and consist of four bars and four spaces. Therefore, each row is 2 +
(4 x 16) ~ 4 = 70 units wide.
The bar code structure is that of a (16,4) code in the (n,k) family discussed by Savir and Laurer. The (16,4) structure provides for 15!/7!8! = 6435 different patterns. Of these, the present multitrack bar code uses only 4802 different words.
The words have either even parity (having an even number of black units), or odd parity. There are 2401 words of each parity in the code, and each unique word is - 131~ 84~

assigned a value ranging from O to 2400. The value of a word is determined by the numerical ~alues of the two j corresponding characters.
¦ The numerical values of the characters of the S code are shown in the table of Figure 4. The characters of the code are the same as those found in CODE 93, with the ¦ addition of the "ns" (numeric shift) code whose use will be ! explained subsequently. The numerical value of a word W
is computed according to W j = 49 Ci j + Ci As an example, the character palr 4X
corresponds to the character values 4 and 33. The word value is 49 x 4 + 33 = 229. Figure 5 shows the odd and even forms corresponding to this word. The most significant bit in each word is a binary one and the least significant bit in each word is a binary zero. The odd parity word has an odd number (5, 7, 9, or 11) of units filled with binary ones, while the even parity word has an even number (4, 6, 8, 10, or 12) of binary ones. According to the structure of the (n,k) code, all of the information is contained in the module positions 1 through 14.
The values of the characters that make up a word , can be computed from the word value by modulo 49 arithmetic.
¦ That is, 229 divided by 49 is 4 with a remainder of 33. A
complete code chart (containing both even and odd forms of a particular word) has a total of 4802 entries. The bit j pattern corresponding to a given word value can be determined by a table lookup.
¦ As shown in Figure 6A, the message ! 30 "+A123B4C5D6E711" is encoded into a first embodiment of the multitrack bar code h~ving three rows. The last (eighth) character in each of the rows is a row check sum, and the first character in the first row is a combined row count check and a message check. The message portion of the third row is completed by a string of "as" ~alphanumeric shift) characters. The row check value of each row is determined by calculating a weighted modulo sum of the i numeric values corresponding to the first seven characters 131184~2 in the row. The first through the sixth characters in th~
row are weighted by corresponding factors of one through six. The seventh character in the row is weighted by a factor of eight. As an example, the first seven characters 05 in the second row are ~4CSD6E7~. As shown in Figure 6B, the corresponding numerical values are 4, 12, 5, 13, 6, 14, and 7. Thus, the weighted sum of these values is (1 x 4) +
(2 x 12) + (3 x 5) + (4 x 13) + (5 x 6) + (6 x 14) + (8 x 7) = 4 + 24 + 15 + 52 + 30 + 84 + 56 = 265. When reduced modulo 49, the value of 265 is 20, as shown in the last column of the second row.
The value for Cll, the first character in the first row, is determined by the formula C = 7 x(R-2) + M, where R is the number of rows and M is the modulo 7 sum of the values of the message characters. In the example shown in Figures 6A and 6B, R is three and M is 41 + 10 + 1 + 2 +
3 + 11 + 4 + 12 + 5 + 13 + 6 + 14 + 7 + 1 + 1 + 48 + 48 +
48 + 48 + 48 = 371, reduced modulo 7, or 0. Thus, the value of C is 7. The multitrack bar code for the values shown in Figure 6B is established by computing the corresponding word values for the character pair values, and looking up the corresponding binary strings in the tables described above.
The freedom to choose either an odd parity or an even parity binary string for each word allows each of the eight rows to be uniquely encoded by the even/odd parity of its constituent words. The pattern used in this multitrack bar code is shown in the following table.

'' i3118~2 , Row Parity of Words 0 0 o O

4 0 o E E
E E o O

As can be seen, each row has an even number of even parity words (defining zero to be an even number). In addition, the order of each row can be determined from the word parity pattern without reference to the order in which the rows are actually read. The total number of rows cannot be determined (from the value of C ) until the first row is read, but each row can be retained in a memory until they are.
In some situations, it may be desirable to have a stronger check on the encoded values. An example of this second embodiment of the multitrack bar code of the present invention is shown in Figures 7A-7C. In this example, the columns are also checked according to a modulo 49 summation.
Each value is weighted with a weight of one. As a result, the code shown in Figures 7A-7C has one more row than that shown in Figures 6A-6B, even though they are encodings of the same message. This reduces the maximum number of data characters that can be represented by the given number of tracks, since the additional row is incapable of encoding any data characters. However, the row check character in the last row also serves as a check on the row check characters in the other rows according to a modulo 49 summation.

1~13!842 Figure 7C shows the corresponding multitrack bar code. As shown in Figure 7C, the bar heights are 7 units, with a 2 unit module bearer line between rows. This provides for an 8 row multitrack bar code symbol that is 70 05 units wide and 70 units high. If a unit is 0.005 inch, an 8 row symbol will occupy a 0.35 inch square. A 4 row symbol will measure 0.35 by 0.175 inch.
Figures 8A-8C show the multitrack bar code corresponding to the AIAG label of Figure 1. In this case, each of the fields (part number, quantity, supplier, and serial) is encoded as a number preceded by a letter (P, Q, U, and S, respectively). The ~ M sequence that appears three times in the character structure shown in Figure 8A
is a carriage return sequence according to the ASCII
character set. The code of the present multitrack bar code is the same as that of CODE 93 in that it makes use of control characters to greatly expand the number of characters that can be represented. Figure 8B shows the numerical values corresponding to the characters shown in Figure 8A (including column checks), and Figure 8C shows the seven track multitrack bar code corresponding to the message on the AIAG label of Figure 1. This multitrack bar code can be placed in an area less than 0.35 inch on a side ~ substantially smaller than the area required by the AIAG
label.
Figures 9A and 9B show a further advantage of the multitrack bar code of the present invention, as a fourth embodiment. When representing strings of numeric data of at least eight decimal characters, the code can be put into a numeric mode by the "ns" (numeric shift) character. The "as" character returns the multitrack code to the alphanumeric mode. It can be seen that five decimal digits C through C can be coded into three characters modulo 47, since 47 = 103,823, which is greater than 10 This explains the approximate 3:5 ratio between the maximum number of alphanumeric and numeric data characters that can be represented by a given number of tracks, as shown in i311g42 Table 3. When only 3 decimal digits remain after a numeric string is divided into groups of five decimal digits, the last 3 decimal digits are represented by 2 characters where the value of the three digits = 47 C + C . For example, since 14015 = 6 x (47) + 16 x 47 + 9, the numeric string 14015 in the first row of the character structure shown in Figure 9A encodes to the three characters 6, 16, 9, as shown in the first row of the numerical value representation shown in Figure 9B.
In practice, it has been found that the same scanning equipment that reads CODE 39, CODE 93, and other major bar code formats can also be programmed to read the present multitrack bar code. The reflectance of the bar code elements in a given row can be sampled at a high rate (e.g., 3.6862 MHz), so that several samples will be taken from each element in the row. The resulting pattern of high and low reflectances can be recorded and subsequently analyzed.
The first test that can be performed is to count the number of bars in the row. As may be seen from Figures 3 and 5, there should be a total of eighteen bars in a single row. (The start and stop codes each have one bar and each of the four words has four bars.) Next, the distance between the start bar and the first adjacent character is measured. This distance should be approximately one-sixteenth of the length of the first adjacent character. The number of even parity words in the row is then checked to determine that it is even. The ordinal number of the row can also be determined at this point, in accordance with the word parity patterns shown in Table 4. If all of these checks are passed, the stored row check information is compared to a row check that is computed from the data in the received row. Assuming that the received row passes the row check test too, an audible signal (for example, a click) will be produced, the received row will be stored for later use, and the bar code will be scanned again.

1311~42 If the received row is the first row, and has information regarding the total number of rows and the message check code, this information is also stored for ! later use.
05 If the next row that is received is the same as one which has already been stored, it will be ignored and the scanning device will continue to scan the multitrack bar code. The bar code will be scanned until all of the rows have been found and decoded. At this point, the message check code that was stored in the first character of the first row will be compared to a message check that ¦ is computed from the message data that have been received.
If, in addition, there are column checks, these will also be performed after all of the rows have been successfully decoded. Following the successful completion of these checks, another audible signal can be produced (for example, a ringing sound), indicating that the code has been successfully decoded.
While the preferred embodiments of the present ;~ invention have been presented in the foregoing, those skilled in the art will recognize modifications that will not depart from the spirit and scope of the present invention. Accordingly, the spirit and scope of the present invention are to be measured only by the following claims.

Claims (23)

1. A bar code structure comprising a plurality of ordered rows of bar coded information, the bar coded information in each of the plurality of rows consisting of an array of code words, each code word representing at least one information-bearing character and being selectable in even or odd parity form, each of the characters having a distinct attributable numerical value, at least one of the plurality of characters in each row bearing information regarding the remainder of the characters in that row, the array of code words in each row having a parity pattern indicative of the order of that row, a predetermined one of the ordered rows comprising at least one character containing information regarding the number of ordered rows and regarding the information-bearing characters in the ordered rows.
2. The bar code structure of claim 1 wherein the characters in each code word are ordered.
3. The bar code structure of claim 2 wherein there are two characters in each code word.
4. The bar code structure of claim 1 wherein the at least one of the plurality of characters in each row bears information regarding the numerical values of the remainder of the characters in that row.
5. The bar code structure of claim 4 wherein the information that the at least one of the plurality of characters in each row bears is a weighted sum of the numerical values of the remainder of the characters in that row.
6. The bar code structure of claim 5 wherein the weighted sum is reduced modulo a predetermined integer.
7. The bar code structure of claim 2 wherein the information that the at least one of the plurality of characters in each row bears is a weighted sum of the numerical values of the remainder of the ordered characters in that row.
8. The bar code structure of claim 2 wherein the code words in each row are ordered and the information that the at least one of the plurality of characters in each row bears is a weighted sum of the numerical values of the remainder of the characters in that row, the weight being applied according to the order of the characters in the row.
9. The bar code structure of claim 8 wherein the number of code words in each row is fixed.
10. The bar code structure of claim 9 wherein each row is directionally unambiguous.
11. The bar code structure of claim 1 wherein the information regarding the information-bearing characters that is contained by the at least one character in the predetermined one of the ordered rows is a summation of the numerical values corresponding to the information-bearing characters.
12. The bar code structure of claim 11 wherein the summation is reduced modulo a predetermined integer.
13. The bar code structure of claim 1 wherein the bar coded information can be a combination of alphanumeric information and numeric information, the alphanumeric information-bearing characters being chosen from a first set of characters and the numeric information-bearing characters being chosen from a second set of characters.
14. The bar code structure of claim 13 wherein each character can bear alphanumeric information or numeric information, depending upon the presence of an alphanumeric shift character or a numeric shift character.
15. A bar code structure comprising a plurality of ordered rows of bar coded information, the bar coded information in each of the plurality of rows consisting of an ordered array of a fixed number of code words, each code word representing an ordered plurality of information-bearing characters and being selectable in even or odd parity form, each of the characters having a distinct attributable numerical value, at least one of the plurality of characters in each row being a weighted summation of the numerical values corresponding to the remainder of the ordered characters in that row, the summation being taken modulo a predetermined integer and the weights being the order of each of the characters in the row, the array of code words in each row having a parity pattern indicative of the order of that row, a predetermined one of the ordered rows comprising at least one character containing information regarding the number of ordered rows and regarding the weighted summation of the numerical values corresponding to the information-bearing characters in the ordered rows.
16. The bar code structure of claim 15 wherein there are two characters in each code word.
17. The bar code structure of claim 15 wherein the weighted summation of the numerical values corresponding to the remainder of the ordered characters in each row is taken modulo a predetermined integer that is greater than any of the numerical values attributed to the characters.
18. The bar code structure of claim 17 wherein the predetermined row is the first row.
19. A bar code structure comprising a plurality of ordered rows of bar coded alphanumeric information, the bar coded alphanumeric information in each of the plurality of rows consisting of an ordered array of a fixed number of code words, each code word representing an ordered plurality of alphanumeric information-bearing characters and being selectable in even or odd parity form, each of the characters having a distinct attributable numerical value, at least one of the plurality of characters in each row being a weighted summation of the numerical values corresponding to the remainder of the ordered characters in that row, the summation being taken modulo a predetermined integer that is greater than any of the numerical values attributed to the characters, and the weights being the order of each of the characters in the row, the array of code words in each row having a parity pattern indicative of the order of that row, a predetermined one of the ordered rows comprising at least one character containing information regarding the number of ordered rows and regarding the weighted summation of the numerical values corresponding to the alphanumeric information-bearing characters in the ordered rows.
20. The bar code structure of claim 19 wherein the predetermined row is the first row.
21. A method of decoding bar code symbology comprising a plurality of ordered rows of bar code characters, each row containing a row check character and a plurality of encoded characters grouped into words, each word having one of two possible parities according to the order of its row and its position within its row, each character having a corresponding numerical value, a predetermined character in a predetermined row specifying both the number of rows and a check sum on the character numerical values, the method comprising the steps of:
(a) receiving the characters contained in a first row of bar code characters;
(b) performing a first parity check on the parity of each of the words made from the characters contained in the first received row of bar code characters and returning to step (a) unless the first parity check is passed by each word in the received row;
(c) decoding the bar code characters comprising the first received row into their corresponding numerical values;
(d) computing a check sum on the corresponding numerical values of the bar code characters;
(e) comparing the computed check sum with the numerical value of the check sum character read from the first received row of bar code characters and returning to step (a) if the computed check sum and the received check sum are not equal;
(f) performing a second parity check on the parities of the words in the first received row of bar code characters;
(g) establishing the order of the first received row of bar code characters based on the result of step (f);
(h) determining, from the predetermined character, the number of rows and the data check sum, if the first received row of bar code characters is the predetermined ordered row, ;
(i) receiving the remainder of the rows of bar code characters according to steps (a)-(g) and according to the results of the number of rows determined in step (h) until all of the rows of bar code characters have been received;

(j) computing the check sum of the data contained in the rows read according to steps (a)-(i) and comparing the computed data check sum with the received data check sum;
(k) returning to step (a) if the computed data check sum is not equal to the received data check sum; and (l) producing a signal signifying a correct decoding of the information contained in the bar code if the computed data check sum is equal to the received data check sum.
22. The method of claim 21, further comprising the step of determining whether the number of bars represented by the bar code characters in each row is equal to a predetermined number.
23. The method of claim 22, further comprising the step of calculating column check sums on the columns of the received rows that contain information-bearing characters and comparing the calculated column check sums with the numerical values of the corresponding characters in an additional received row.
CA000579963A 1987-10-13 1988-10-12 Multitrack bar code and associated decoding method Expired - Lifetime CA1311842C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US108,844 1987-10-13
US07/108,844 US4794239A (en) 1987-10-13 1987-10-13 Multitrack bar code and associated decoding method

Publications (1)

Publication Number Publication Date
CA1311842C true CA1311842C (en) 1992-12-22

Family

ID=22324381

Family Applications (1)

Application Number Title Priority Date Filing Date
CA000579963A Expired - Lifetime CA1311842C (en) 1987-10-13 1988-10-12 Multitrack bar code and associated decoding method

Country Status (4)

Country Link
US (1) US4794239A (en)
EP (1) EP0312026A3 (en)
JP (1) JPH021087A (en)
CA (1) CA1311842C (en)

Families Citing this family (220)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4924078A (en) * 1987-11-25 1990-05-08 Sant Anselmo Carl Identification symbol, system and method
US7712669B2 (en) * 1988-01-14 2010-05-11 Broadcom Corporation Hand-held data capture system with interchangeable modules
US4939354A (en) * 1988-05-05 1990-07-03 Datacode International, Inc. Dynamically variable machine readable binary code and method for reading and producing thereof
US5514861A (en) * 1988-05-11 1996-05-07 Symbol Technologies, Inc. Computer and/or scanner system mounted on a glove
US5591957A (en) * 1988-08-12 1997-01-07 Casio Computer Co., Ltd. Apparatus for reading mesh pattern image data having bars along upper and lower sides of mesh pattern and a boundary line between horizontally adjacent dark and light area of mesh pattern
US5042079A (en) * 1988-08-12 1991-08-20 Casio Computer Co., Ltd. Method of recording/reproducing data of mesh pattern, and apparatus therefor
US5486944A (en) * 1989-10-30 1996-01-23 Symbol Technologies, Inc. Scanner module for symbol scanning system
US5396053A (en) 1988-10-21 1995-03-07 Symbol Technologies, Inc. Method of adjusting electrical circuit parameters during manufacture of a bar code scanner
US5705800A (en) * 1996-03-05 1998-01-06 Symbol Technologies, Inc. Laser scanner system for controlling the optical scanning of bar codes
US5710417A (en) * 1988-10-21 1998-01-20 Symbol Technologies, Inc. Bar code reader for reading both one dimensional and two dimensional symbologies with programmable resolution
US5561283A (en) * 1988-10-21 1996-10-01 Symbol Technologies, Inc. Laser scanning system and scanning method for reading bar codes
US5621203A (en) * 1992-09-25 1997-04-15 Symbol Technologies Method and apparatus for reading two-dimensional bar code symbols with an elongated laser line
CA1329263C (en) * 1989-03-01 1994-05-03 Mark Krichever Bar code scanner
US5635697A (en) * 1989-03-01 1997-06-03 Symbol Technologies, Inc. Method and apparatus for decoding two-dimensional bar code
US5319181A (en) * 1992-03-16 1994-06-07 Symbol Technologies, Inc. Method and apparatus for decoding two-dimensional bar code using CCD/CMD camera
CA1334218C (en) * 1989-03-01 1995-01-31 Jerome Swartz Hand-held laser scanning for reading two dimensional bar codes
US5304786A (en) * 1990-01-05 1994-04-19 Symbol Technologies, Inc. High density two-dimensional bar code symbol
US5153928A (en) * 1989-06-09 1992-10-06 Casio Computer Co., Ltd. Method and apparatus for recording/reproducing mesh pattern data
US5235172A (en) * 1989-06-28 1993-08-10 Harald Oehlmann Method of reading a data carrier including multiple rows of bar code
DE3921099A1 (en) * 1989-06-28 1991-01-03 Harald Oehlmann MACHINE READABLE DATA CARRIER
US5198649A (en) * 1989-07-31 1993-03-30 Spectra-Physics, Inc. Bar code scanner and method of scanning bar codes labels with or without an Add-On code
US5495097A (en) * 1993-09-14 1996-02-27 Symbol Technologies, Inc. Plurality of scan units with scan stitching
US5504316A (en) * 1990-05-08 1996-04-02 Symbol Technologies, Inc. Laser scanning system and scanning method for reading 1-D and 2-D barcode symbols
US5691528A (en) * 1989-10-30 1997-11-25 Symbol Technologies Inc. Scanning system for either hand-held or stationary operation for reading 1-D or 2-D barcodes
US5837986A (en) * 1990-01-05 1998-11-17 Symbol Technologies, Inc. Modification of software files in a microprocessor-controlled device via two-dimensional bar code symbols
US5710419A (en) * 1990-01-05 1998-01-20 Symbol Technologies, Inc. Record with removable two-dimensional code
US5113445A (en) * 1990-07-09 1992-05-12 Symbol Technologies Inc. System for encoding data in machine readable graphic form
US5243655A (en) * 1990-01-05 1993-09-07 Symbol Technologies Inc. System for encoding and decoding data in machine readable graphic form
CA2022269A1 (en) * 1990-01-05 1991-07-06 Theodosios Pavlidis Method of decoding bar code symbols from partial scans
US5337361C1 (en) * 1990-01-05 2001-05-15 Symbol Technologies Inc Record with encoded data
US5489158A (en) * 1990-01-05 1996-02-06 Symbol Technologies, Inc. Printer system for removable machine readable code
US5861615A (en) * 1990-05-08 1999-01-19 Symbol Technologies, Inc. Palm scanner
CA2037306C (en) 1990-07-16 2005-06-28 Symbol Technologies, Inc. Arrangement for and method of processing products at a point-of-sale site
US5138140A (en) * 1990-08-22 1992-08-11 Symbol Technologies, Inc. Signature capture using electro-optical scanning
US6742709B2 (en) 1990-09-11 2004-06-01 Metrologic Instruments, Inc. Bar code symbol reading system employing electronically-controlled raster-type laser scanner for reading bar code symbols during hands-on and hands-free modes of operation
US5506394A (en) * 1990-11-15 1996-04-09 Gap Technologies, Inc. Light beam scanning pen, scan module for the device and method of utilization
US6390370B1 (en) 1990-11-15 2002-05-21 Symbol Technologies, Inc. Light beam scanning pen, scan module for the device and method of utilization
US5401944A (en) * 1990-11-20 1995-03-28 Symbol Technologies, Inc. Traveler security and luggage control system
US5610387A (en) * 1992-05-15 1997-03-11 Symbol Technologies, Inc. Portable optical scanning system worn by a user for reading indicia of differing light reflectivity
US5386107A (en) * 1991-12-23 1995-01-31 Symbol Technologies, Inc. Scanning arrangement and method in which the focus is varied in operative correlation with the scanning angle
US5302812A (en) * 1991-12-23 1994-04-12 Symbol Technologies, Inc. Laser scanning device with automatic range and spot size adjustment
GB2268442A (en) * 1992-04-30 1994-01-12 Sento Krei Automatic telephone dialling card with multi-stage bar code and card printer
KR940001000A (en) * 1992-06-12 1994-01-10 시모야마 도시로오 Adaptive bar code scanner
JP2746501B2 (en) * 1992-06-22 1998-05-06 松下電器産業株式会社 Barcode reader
US5479418A (en) * 1992-07-10 1995-12-26 Canon Inc. Error and loss correction in a data base stored on a two dimensional medium and method
US5311000A (en) * 1992-07-31 1994-05-10 Spectra-Physics Scanning Systems, Inc. Bar code scanner and method of scanning
US5329105A (en) * 1992-08-10 1994-07-12 United Parcel Service Of America, Inc. Method and apparatus for determining the width of elements of bar code symbols
JP2825141B2 (en) * 1992-09-26 1998-11-18 富士通株式会社 Multi-stage barcode reader
US5825617A (en) * 1992-10-02 1998-10-20 Teletransactions, Inc. Workslate computer having modular device docking stations on horizontal and vertical side portions
US5594470A (en) 1992-10-02 1997-01-14 Teletransaction, Inc. Highly integrated portable electronic work slate unit
JPH06309485A (en) * 1993-02-25 1994-11-04 Nippondenso Co Ltd Optical information reader
US6871786B1 (en) 1993-03-26 2005-03-29 Symbol Technologies, Inc. Method and apparatus for reading and writing indicia such as bar codes using a scanned laser
US5825402A (en) * 1993-03-26 1998-10-20 Symbol Technologies, Inc. Method and appratus for reading and writing indicia such as bar codes using a scanned laser beam
US6853293B2 (en) 1993-05-28 2005-02-08 Symbol Technologies, Inc. Wearable communication system
US6811088B2 (en) * 1993-05-28 2004-11-02 Symbol Technologies, Inc. Portable data collection system
US5477042A (en) * 1993-06-01 1995-12-19 Metamedia Corporation 2-D bar code scanner/decoder having a redundancy canceller
US5473148A (en) * 1993-08-11 1995-12-05 Olympus Optical Co., Ltd. Barcode symbol reading system capable of shortening time for reading and decoding
US5457308A (en) * 1993-09-14 1995-10-10 Symbol Technologies, Inc. Bar code scan stitching
AU681421B2 (en) * 1993-09-14 1997-08-28 Symbol Technologies, Inc. Bar code scan stitching
US6422476B1 (en) 1993-11-05 2002-07-23 Intermec Ip Corp. Method, apparatus and character set for encoding and decoding data characters in data carriers, such as RFID tags
US6321986B1 (en) * 1993-11-05 2001-11-27 Intermec Ip Corporation Robust machine-readable symbology and method and apparatus for printing and reading same
US5684286A (en) * 1994-02-25 1997-11-04 Computer Based Controls, Inc. Device for optically reading a symbol on a form by shining radiation therethrough, and related method
US7387253B1 (en) 1996-09-03 2008-06-17 Hand Held Products, Inc. Optical reader system comprising local host processor and optical reader
US5965863A (en) * 1994-03-04 1999-10-12 Welch Allyn, Inc. Optical reader system comprising local host processor and optical reader
US5591956A (en) * 1995-05-15 1997-01-07 Welch Allyn, Inc. Two dimensional data encoding structure and symbology for use with optical readers
US5773806A (en) * 1995-07-20 1998-06-30 Welch Allyn, Inc. Method and apparatus for capturing a decodable representation of a 2D bar code symbol using a hand-held reader having a 1D image sensor
US5491637A (en) * 1994-03-18 1996-02-13 Amoco Corporation Method of creating a comprehensive manufacturing, shipping and location history for pipe joints
US5479515A (en) * 1994-05-11 1995-12-26 Welch Allyn, Inc. One-dimensional bar code symbology and method of using same
CA2150747A1 (en) * 1994-06-30 1995-12-31 Yajun Li Multiple laser indicia reader optionally utilizing a charge coupled device (ccd) detector and operating method therefor
US6266045B1 (en) 1994-06-30 2001-07-24 Telxon Corporation Interactive display user interface computer and method
US5530233A (en) * 1994-06-30 1996-06-25 Symbol Technologies, Inc. Bar code scanner with quasi-retroreflective light collection
US5672858A (en) * 1994-06-30 1997-09-30 Symbol Technologies Inc. Apparatus and method for reading indicia using charge coupled device and scanning laser beam technology
US5481103A (en) * 1994-07-26 1996-01-02 Metanetics Corporation Packet bar code with data sequence encoded in address/data packets
EP0700012B1 (en) 1994-08-29 2001-05-09 Symbol Technologies, Inc. A portable optical scanning system worn by a user for reading indicia of differing light reflectivity
EP0722148A2 (en) * 1995-01-10 1996-07-17 Welch Allyn, Inc. Bar code reader
DK0807297T3 (en) * 1995-01-31 2000-04-10 United Parcel Service Inc Method and apparatus for separating foreground from background in images containing text
US5602377A (en) * 1995-03-01 1997-02-11 Metanetics Corporation Bar code dataform scanning and labeling apparatus and method
US5701591A (en) * 1995-04-07 1997-12-23 Telecommunications Equipment Corporation Multi-function interactive communications system with circularly/elliptically polarized signal transmission and reception
US5619027A (en) * 1995-05-04 1997-04-08 Intermec Corporation Single width bar code symbology with full character set utilizing robust start/stop characters and error detection scheme
US5796088A (en) * 1995-08-15 1998-08-18 Teletransactions, Inc. Hand held portable bar code dataform reader having a rotatable reader module portion
US5750975A (en) * 1995-08-25 1998-05-12 Teletransactions, Inc. Hand held bar code dataform reader having a rotatable reading assembly
US6371375B1 (en) 1995-09-25 2002-04-16 Intermec Ip Corp. Method and apparatus for associating data with a wireless memory device
FR2740925A1 (en) * 1995-11-08 1997-05-09 Canon Kk METHOD AND DEVICE FOR DETECTING AND CORRECTING A POSSIBLE ERROR IN A NUMBER OF SUITES
US6747692B2 (en) 1997-03-28 2004-06-08 Symbol Technologies, Inc. Portable multipurpose recording terminal and portable network server
JP2958396B2 (en) * 1995-12-20 1999-10-06 富士ゼロックス株式会社 Image forming device
US20040004128A1 (en) * 1996-09-03 2004-01-08 Hand Held Products, Inc. Optical reader system comprising digital conversion circuit
US5959285A (en) * 1996-10-16 1999-09-28 Symbol Technologies, Inc. Two-dimensional bar code symbology using gray code encodation scheme
EP0873013A3 (en) * 1996-11-05 2001-01-03 Welch Allyn, Inc. Decoding of real time video imaging
US6047892A (en) * 1996-12-09 2000-04-11 Symbol Technologies, Inc. Two-dimensional bar code symbology using implicit version information encoding
US5811787A (en) * 1996-12-09 1998-09-22 Symbol Technologies, Inc. Two-dimensional bar code symbology using implicit version information encoding
US6416154B1 (en) * 1997-07-12 2002-07-09 Silverbrook Research Pty Ltd Printing cartridge with two dimensional code identification
US7124950B2 (en) * 1997-09-16 2006-10-24 Metrologic Instruments, Inc. Bar code symbol reading system employing electronically-controlled raster-type laser scanner for reading bar code symbols during on hands-on and hands-free modes of operation
US6561428B2 (en) 1997-10-17 2003-05-13 Hand Held Products, Inc. Imaging device having indicia-controlled image parsing mode
FR2771207A1 (en) * 1997-11-19 1999-05-21 Jacques Rivailler Method of identification of an image or document
US6078698A (en) 1999-09-20 2000-06-20 Flir Systems, Inc. System for reading data glyphs
US6802454B1 (en) * 1999-07-27 2004-10-12 International Business Machines Corporation Interleaved sequencing method for multiple two-dimensional scanning codes
CN1364275A (en) * 2000-02-10 2002-08-14 索尼公司 Automatic device, information providing device, robot device, and transaction method
US7185816B1 (en) 2000-05-04 2007-03-06 Symbol Technologies, Inc. Bar code and method of forming a bar code having color for encoding supplemental information
US7708205B2 (en) 2003-11-13 2010-05-04 Metrologic Instruments, Inc. Digital image capture and processing system employing multi-layer software-based system architecture permitting modification and/or extension of system features and functions by way of third party code plug-ins
US6637658B2 (en) * 2001-01-22 2003-10-28 Welch Allyn, Inc. Optical reader having partial frame operating mode
US7268924B2 (en) 2001-01-22 2007-09-11 Hand Held Products, Inc. Optical reader having reduced parameter determination delay
US7270273B2 (en) 2001-01-22 2007-09-18 Hand Held Products, Inc. Optical reader having partial frame operating mode
WO2002063543A2 (en) 2001-01-22 2002-08-15 Hand Held Products, Inc. Optical reader having partial frame operating mode
US7203361B1 (en) 2001-03-16 2007-04-10 Hand Held Products, Inc. Adaptive digitizer for optical reader
US6942151B2 (en) 2001-05-15 2005-09-13 Welch Allyn Data Collection, Inc. Optical reader having decoding and image capturing functionality
US7111787B2 (en) 2001-05-15 2006-09-26 Hand Held Products, Inc. Multimode image capturing and decoding optical reader
US7331523B2 (en) 2001-07-13 2008-02-19 Hand Held Products, Inc. Adaptive optical image reader
US6834807B2 (en) 2001-07-13 2004-12-28 Hand Held Products, Inc. Optical reader having a color imager
US20040033163A1 (en) * 2001-11-26 2004-02-19 Lab Vision Corporation Automated tissue staining system and reagent container
US6998270B2 (en) * 2001-11-26 2006-02-14 Lab Vision Corporation Automated tissue staining system and reagent container
US7156308B2 (en) 2001-12-17 2007-01-02 International Barcode Corporation Double-sided bar code doubling as a single bar code
US6672510B2 (en) * 2001-12-20 2004-01-06 Scannabar (3193519 Canada Inc.) Bar code arrangement for identifying positions along an axis
US6974080B1 (en) 2002-03-01 2005-12-13 National Graphics, Inc. Lenticular bar code image
US7107009B2 (en) 2002-06-26 2006-09-12 Nokia Corporation Method, system and computer program product for personalizing the functionality of a personal communication device
US7988553B2 (en) * 2002-07-17 2011-08-02 Igt Method and apparatus for enrolling gaming device players into a player-tracking system
US7274909B2 (en) 2002-10-31 2007-09-25 Nokia Corporation Method and system for selecting data items for service requests
US7072672B1 (en) 2002-11-01 2006-07-04 Nokia Corporation Disposable mini-applications
US6845912B2 (en) * 2002-12-12 2005-01-25 Thomas Whittier Scannell Bar code for measuring distance and position
US7648678B2 (en) 2002-12-20 2010-01-19 Dako Denmark A/S Method and system for pretreatment of tissue slides
US20040134988A1 (en) * 2003-01-09 2004-07-15 Hand Held Products, Inc. Analog-to-digital converter with automatic range and sensitivity adjustment
US8556262B2 (en) * 2003-01-14 2013-10-15 Angel Playing Cards Co., Ltd. Table game system
US7762889B2 (en) * 2003-01-14 2010-07-27 Angel Playing Cards Co., Ltd. Table game system
JP2004215806A (en) 2003-01-14 2004-08-05 Angel Shoji Kk Card game dishonesty detector
US20090026272A2 (en) * 2003-01-14 2009-01-29 Angel Co., Ltd. Card
US7637430B2 (en) * 2003-05-12 2009-12-29 Hand Held Products, Inc. Picture taking optical reader
US20050029354A1 (en) * 2003-08-05 2005-02-10 Didier Frantz System associating sets of data into one barcode
US7472831B2 (en) * 2003-11-13 2009-01-06 Metrologic Instruments, Inc. System for detecting image light intensity reflected off an object in a digital imaging-based bar code symbol reading device
US7841533B2 (en) 2003-11-13 2010-11-30 Metrologic Instruments, Inc. Method of capturing and processing digital images of an object within the field of view (FOV) of a hand-supportable digitial image capture and processing system
US7407107B2 (en) 2003-12-08 2008-08-05 Nokia Corporation Apparatus, system, method and computer program product for creating shortcuts to functions in a personal communication device
US10238955B2 (en) 2004-03-19 2019-03-26 Angel Playing Cards Co., Ltd System and method for delivering playing cards
CN101310803B (en) * 2004-03-19 2011-06-22 天使游戏纸牌股份有限公司 Paper card game apparatus
US20050222801A1 (en) * 2004-04-06 2005-10-06 Thomas Wulff System and method for monitoring a mobile computing product/arrangement
US7304585B2 (en) 2004-07-02 2007-12-04 Nokia Corporation Initiation of actions with compressed action language representations
US7710598B2 (en) * 2004-08-23 2010-05-04 Harrison Jr Shelton E Polychromatic encoding system, method and device
US7293712B2 (en) 2004-10-05 2007-11-13 Hand Held Products, Inc. System and method to automatically discriminate between a signature and a dataform
US7568628B2 (en) 2005-03-11 2009-08-04 Hand Held Products, Inc. Bar code reading device with global electronic shutter control
US7770799B2 (en) 2005-06-03 2010-08-10 Hand Held Products, Inc. Optical reader having reduced specular reflection read failures
EP1938483B1 (en) 2005-09-21 2015-07-08 Intermec IP Corp. Stochastic communication protocol method and system for radio frequency identification (rfid) tags based on coalition formation, such as for tag-to-tag communication
US20090020611A1 (en) * 2005-09-30 2009-01-22 Symbol Technologies, Inc. Bi-optic imaging scanner with preprocessor for processing image data from multiple sources
US8789756B2 (en) 2006-02-25 2014-07-29 Roche Diagnostics Operations, Inc. Test element coding apparatuses, systems and methods
EP1826705A1 (en) 2006-02-25 2007-08-29 F.Hoffmann-La Roche Ag Analytical consumables and arrangement for reading information
US8120461B2 (en) 2006-04-03 2012-02-21 Intermec Ip Corp. Automatic data collection device, method and article
US8002173B2 (en) 2006-07-11 2011-08-23 Intermec Ip Corp. Automatic data collection device, method and article
US7637436B1 (en) * 2006-12-04 2009-12-29 Brant Anderson Method, system and program product for printing barcodes within computer applications
US7852519B2 (en) 2007-02-05 2010-12-14 Hand Held Products, Inc. Dual-tasking decoder for improved symbol reading
GB2446424A (en) * 2007-02-07 2008-08-13 Peachinc Ltd Two dimensional bar code with locating symbols
US7546955B2 (en) * 2007-03-16 2009-06-16 Intermec Ip Corp. Systems, devices, and methods for reading machine-readable characters and human-readable characters
US7762464B2 (en) * 2007-06-28 2010-07-27 Symbol Technologies, Inc. Control of specular reflection in imaging reader
US7780086B2 (en) * 2007-06-28 2010-08-24 Symbol Technologies, Inc. Imaging reader with plural solid-state imagers for electro-optically reading indicia
US8505824B2 (en) * 2007-06-28 2013-08-13 Symbol Technologies, Inc. Bar code readers having multifold mirrors
US20090020612A1 (en) * 2007-06-28 2009-01-22 Symbol Technologies, Inc. Imaging dual window scanner with presentation scanning
US8033472B2 (en) * 2007-06-28 2011-10-11 Symbol Technologies, Inc. Electro-optical imaging reader having plural solid-state imagers with shutters to prevent concurrent exposure
US20090057412A1 (en) * 2007-08-30 2009-03-05 Bhella Kenneth S Diagnosing malfunction of electro-optical reader
US8950673B2 (en) * 2007-08-30 2015-02-10 Symbol Technologies, Inc. Imaging system for reading target with multiple symbols
US8662397B2 (en) * 2007-09-27 2014-03-04 Symbol Technologies, Inc. Multiple camera imaging-based bar code reader
US8201740B2 (en) * 2007-09-28 2012-06-19 Symbol Technologies, Inc. Imaging reader for and method of improving visibility of aiming pattern
US20090084856A1 (en) * 2007-09-28 2009-04-02 Igor Vinogradov Imaging reader with asymmetrical magnification
US20090084852A1 (en) * 2007-09-28 2009-04-02 Igor Vinogradov Aiming pattern indicative of optimum working distance in imaging reader and method
JP2011024603A (en) * 2007-11-27 2011-02-10 Angel Playing Cards Co Ltd Shuffled playing card, and method of manufacturing the same
US8919777B2 (en) 2007-11-27 2014-12-30 Angel Playing Cards Co., Ltd. Shuffled playing cards and manufacturing method thereof
US8387983B2 (en) 2007-11-27 2013-03-05 Angel Playing Cards Co., Ltd. Shuffled playing cards and manufacturing method thereof
US20090140049A1 (en) * 2007-11-30 2009-06-04 Rong Liu Stray light reduction in imaging reader
US20090168010A1 (en) * 2007-12-27 2009-07-02 Igor Vinogradov Adaptive focusing using liquid crystal lens in electro-optical readers
US7905414B2 (en) * 2007-12-27 2011-03-15 Symbol Technologies, Inc. Imaging reader with adaptive focusing for electro-optically reading symbols
US8079526B2 (en) * 2008-03-18 2011-12-20 Symbol Technologies, Inc. Long range imaging reader
US8169589B2 (en) * 2008-03-18 2012-05-01 Symbol Technologies, Inc. Adaptive focusing using liquid crystal zone plates in electro-optical readers
US8146824B2 (en) * 2008-04-29 2012-04-03 Symbol Technologies, Inc. Floating trigger assembly in electro-optical reader
US20090272808A1 (en) * 2008-04-30 2009-11-05 Mark Drzymala Imaging module with optical elements of one-piece construction
US8056808B2 (en) * 2008-09-26 2011-11-15 Symbol Technologies, Inc. Arrangement for and method of controlling image capture parameters in response to motion of an imaging reader
US8618468B2 (en) * 2008-06-30 2013-12-31 Symbol Technologies, Inc. Imaging module with folded illuminating and imaging paths
US20100001075A1 (en) * 2008-07-07 2010-01-07 Symbol Technologies, Inc. Multi-imaging scanner for reading images
US8146816B2 (en) 2008-10-08 2012-04-03 International Business Machines Corporation Multi-modal one-dimensional barcodes
US8025234B2 (en) * 2008-10-16 2011-09-27 Symbol Technologies, Inc. Arrangement for and method of enhancing performance of an imaging reader
US8002186B2 (en) * 2008-10-23 2011-08-23 Symbol Technologies, Inc. Laser power control arrangements in electro-optical readers
US20100102129A1 (en) * 2008-10-29 2010-04-29 Symbol Technologies, Inc. Bar code reader with split field of view
US8628015B2 (en) 2008-10-31 2014-01-14 Hand Held Products, Inc. Indicia reading terminal including frame quality evaluation processing
US9010643B2 (en) * 2008-11-04 2015-04-21 Symbol Technologies, Inc. Selective working distance range restriction in imaging system
US8479996B2 (en) * 2008-11-07 2013-07-09 Symbol Technologies, Inc. Identification of non-barcoded products
US9275263B2 (en) * 2008-11-26 2016-03-01 Symbol Technologies, Llc Imaging reader with plug-in imaging modules for electro-optically reading indicia
CN101745219B (en) * 2008-11-28 2013-11-13 天使游戏纸牌股份有限公司 Playing cards and table game system
US20100140357A1 (en) * 2008-12-09 2010-06-10 Thomas Roslak Point-of-transaction checkout system
US8079523B2 (en) * 2008-12-15 2011-12-20 Symbol Technologies, Inc. Imaging of non-barcoded documents
US8083147B2 (en) 2008-12-17 2011-12-27 Symbol Technologies, Inc. Arrangement for and method of controlling image exposure in an imaging reader
US8960550B2 (en) * 2008-12-30 2015-02-24 Symbol Technologies, Inc. Minimizing misdecodes in electro-optical readers
US8622304B2 (en) * 2009-01-26 2014-01-07 Symbol Technologies, Inc. Imaging reader and method with combined image data and system data
US8915442B2 (en) * 2009-01-29 2014-12-23 Symbol Technologies, Inc. Arrangement for and method of reducing short reads in an imaging reader
US20100200656A1 (en) 2009-02-06 2010-08-12 Graham Marshall Full-or self-service, point-of-sale, checkout terminal
US8006906B2 (en) * 2009-02-24 2011-08-30 Symbol Technologies, Inc. Arrangement for and method of generating uniform distributed line pattern for imaging reader
US8657199B2 (en) 2009-02-27 2014-02-25 Symbol Technologies, Inc. Compact imaging engine for imaging reader
US8910872B2 (en) 2009-02-27 2014-12-16 Symbol Technologies, Inc. Imaging reader and method with dual function illumination light assembly
US8146821B2 (en) 2009-04-02 2012-04-03 Symbol Technologies, Inc. Auto-exposure for multi-imager barcode reader
US8079521B2 (en) 2009-04-17 2011-12-20 Symbol Technologies, Inc. Fractional down-sampling in imaging barcode scanners
US8587595B2 (en) 2009-10-01 2013-11-19 Hand Held Products, Inc. Low power multi-core decoder system and method
US20110089244A1 (en) 2009-10-20 2011-04-21 Symbol Technologies, Inc. Electro-optical reader with visible indication of successful decode in line of sight of operator
US8777105B2 (en) * 2009-10-21 2014-07-15 Symbol Technologies, Inc. Imaging reader with asymmetrical magnification
US8355054B2 (en) * 2009-10-22 2013-01-15 Symbol Technologies, Inc. Arrangement for and method of acquiring a monochrome image with a color image capture processor
US8210437B2 (en) * 2010-03-04 2012-07-03 Symbol Technologies, Inc. Data capture terminal with automatic focusing over a limited range of working distances
US8348168B2 (en) 2010-05-17 2013-01-08 Symbol Technologies, Inc. Focus adjustment with liquid crystal device in imaging scanner
US8342410B2 (en) 2010-05-25 2013-01-01 Symbol Technologies, Inc. Method and apparatus for increasing brightness of aiming pattern in imaging scanner
US8450708B2 (en) 2010-06-02 2013-05-28 Symbol Technologies, Inc. Arrangement for and method of generating uniform distributed illumination pattern for imaging reader
US8167208B2 (en) 2010-06-23 2012-05-01 Symbol Technologies, Inc. Arrangement for and method of controlling monitor photodiode leakage current in lasers in electro-optical readers
US8632012B2 (en) 2010-06-28 2014-01-21 Symbol Technologies, Inc. Focus adjustment with MEMS actuator in imaging scanner
US8196834B2 (en) 2010-07-12 2012-06-12 Symbol Technologies, Inc. Scan engine with integrated object sensor in electro-optical readers
US8537005B2 (en) 2010-07-12 2013-09-17 Symbol Technologies, Inc. Point-of-transaction checkout system with zero-footprint cordless electro-optical reader
US8002184B1 (en) 2010-08-12 2011-08-23 Symbol Technologies, Inc. Bi-optical imaging point-of-transaction workstation with recessed upright window
US8950676B2 (en) 2010-08-20 2015-02-10 Symbol Technologies, Inc. Image capture based on working distance range restriction in imaging reader
US8840027B2 (en) 2010-08-25 2014-09-23 Symbol Technologies, Inc. Electro-optical reader with enhanced laser light pattern visibility
US8482248B2 (en) 2010-08-26 2013-07-09 Symbol Technologies, Inc. Method and apparatus for charging handheld data capture device with cradle
US8733659B2 (en) 2010-08-27 2014-05-27 Symbol Technologies, Inc. Arrangement for and method of regulating laser output power in electro-optical readers
US8368007B2 (en) 2010-09-01 2013-02-05 Symbol Technologies, Inc. Component for and method of sealing an internal optical compartment, and shock mounting a window, of an imaging reader
US8600407B2 (en) 2010-09-21 2013-12-03 Symbol Technologies, Inc. Method and apparatus for identifying bluetooth connection between cradle and handheld data capture device
US20120091206A1 (en) 2010-10-15 2012-04-19 Symbol Technologies, Inc. Method and apparatus for capturing images with variable sizes
US8657200B2 (en) 2011-06-20 2014-02-25 Metrologic Instruments, Inc. Indicia reading terminal with color frame processing
US8939371B2 (en) 2011-06-30 2015-01-27 Symbol Technologies, Inc. Individual exposure control over individually illuminated subfields of view split from an imager in a point-of-transaction workstation
CN102842052B (en) * 2012-08-14 2015-10-21 江苏恒安方信科技有限公司 A kind of identity code generating method
US8925815B2 (en) 2012-09-05 2015-01-06 Symbol Technologies, Inc. Checkout system for and method of preventing a customer-operated accessory reader facing a bagging area from imaging targets on products passed through a clerk-operated workstation to the bagging area
AU2013203316B2 (en) 2012-09-25 2015-09-24 Angel Group Co., Ltd. Card shoe apparatus and table game system
KR20170053744A (en) 2012-09-28 2017-05-16 엔제루 프레잉구 카도 가부시키가이샤 Card shooter device and method
US20190018995A1 (en) * 2017-07-12 2019-01-17 Symbol Technologies, Llc System and method for decoding dynamic barcode quantities
CN111475785A (en) * 2020-04-02 2020-07-31 深圳前海百递网络有限公司 Information acquisition method and device, computer equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4329574A (en) * 1980-06-25 1982-05-11 International Business Machines Corp. Bar code candidate select circuit
JPS57204977A (en) * 1981-06-11 1982-12-15 Nippon Denso Co Ltd Method and device for bar code read
US4438327A (en) * 1982-04-21 1984-03-20 Burr-Brown Research Corporation Bar code reading system and method
US4567361A (en) * 1983-05-23 1986-01-28 Gca Corporation Reticle bar code and method and apparatus for reading same
US4728784A (en) * 1987-01-30 1988-03-01 Federal Express Corporation Apparatus and method of encoding and decoding barcodes

Also Published As

Publication number Publication date
EP0312026A3 (en) 1990-12-19
JPH021087A (en) 1990-01-05
EP0312026A2 (en) 1989-04-19
US4794239A (en) 1988-12-27

Similar Documents

Publication Publication Date Title
CA1311842C (en) Multitrack bar code and associated decoding method
EP0721630B1 (en) Packet bar code encoding and decoding
EP1016027B1 (en) Distortion resistant double-data correcting color transition barcode and method of generating and using same
JP2846442B2 (en) Non-volatile electro-optic read-only memory with high-density two-dimensional symbology
US5939700A (en) Bar code symbology capable of encoding 16-bit characters, and method and apparatus for printing and reading same
US5959285A (en) Two-dimensional bar code symbology using gray code encodation scheme
US6321986B1 (en) Robust machine-readable symbology and method and apparatus for printing and reading same
US5591956A (en) Two dimensional data encoding structure and symbology for use with optical readers
US5329107A (en) Dynamically variable machine readable binary code and method for reading and producing thereof
US4263504A (en) High density matrix code
US5619027A (en) Single width bar code symbology with full character set utilizing robust start/stop characters and error detection scheme
US20070125861A1 (en) Three dimensional barcode
US6012638A (en) Machine-readable symbology and method and apparatus for printing and reading same
KR20090018811A (en) Multi-dimensional symbologies and related methods
EP0537284A1 (en) Low resolution target acquisition
EP0834149A1 (en) System for encoding and decoding data that utilizes a combinatio n of colors and shapes
WO1997037321A9 (en) System for encoding and decoding data that utilizes a combination of colors and shapes
KR20010006507A (en) Robust machine-readable symbology and method and apparatus for printing and reading same
US5811787A (en) Two-dimensional bar code symbology using implicit version information encoding
US6478232B1 (en) Compact optically readable data encoding
CN1041246C (en) Apparatus for reading two dimensional bar codes using charged coupled device technology
LV10820B (en) Polygonal information encouding article,process and system
JPH08212317A (en) Two-dimensional graphic code card
Chang et al. Bar code scanning information entry technology and application
JPH08185494A (en) Card system for two-dimensional code system

Legal Events

Date Code Title Description
MKEX Expiry