> For the complete documentation index, see [llms.txt](https://cimtops.gitbook.io/i-repo-scan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cimtops.gitbook.io/i-repo-scan/matrixscan/duplication-control.md).

# 重複判定について

読み取り時の対象のバーコードだけでなく、読取データ表に出力済みの値も**重複判定**の対象になります。

:arrow\_down\_small: 重複判定の例

{% tabs %}
{% tab title="例1" %}
:arrow\_down: 設定内容

同じバーコードの読み取り : 同じバーコードは読み取らない\
読取データ表の分解設定 : 設定なし

:arrow\_down: 読み取る動作

![](/files/waJ5BJccA3jOj3QpUKWK)

:arrow\_down: 1回目読み取り後に読取データ表に出力される値

* A
* B
* C
* D
* E
* F
* G
* H

:arrow\_down: 2回目読み取り後に読取データ表に出力される値

* I
* J
* K
* L
* M
* N

\
2回目で読み取った**B,D,F,H**は1回目の読み取りにより読取データ表に出力済みのため、2回目の読み取りで再び読み取られません。
{% endtab %}

{% tab title="例2" %}
:arrow\_down: 設定内容

同じバーコードの読み取り : 同じバーコードは読み取らない\
読取データ表の分解設定 : \
![](/files/W7WnQwTVvDRfVD6iYA3g)

:arrow\_down: 読み取る動作

![](/files/6YCiYP6k2G58dJYs2XsV)

​​:arrow\_down: 1回目読み取り後に読取データ表に出力される値

* A,1
* B,2
* C,3
* D,4
* E,5
* F,6
* G,7
* H,8

​​:arrow\_down: 2回目読み取り後に読取データ表に出力される値

* I,9
* J,10
* K,11
* L,12
* M,13
* N,14

2回目で読み取っ&#x305F;**(B,2)(D,4)(F,6)(H,8)**&#x306F;1回目の読み取りにより読取データ表に出力済みのため、2回目の読み取りで再び読み取られません。
{% endtab %}

{% tab title="例3" %}
:arrow\_down: 設定内容

同じバーコードの読み取り : 同じバーコードは読み取らない\
読取データ表の分解設定 :&#x20;

![](/files/sfQ6ruhXwyS4dmOQFvzl)

:arrow\_down: 読み取る動作

![](/files/04EqxmkA5GxFYtLxwxzo)

:arrow\_down: 1回目読み取り後に読取データ表に出力される値

* A,1,a
* B,2,b
* C,3,c
* D,4,d
* E,5,e
* F,6,f
* G,7,g
* H,8,h

:arrow\_down: 2回目読み取り後に読取データ表に出力される値

* I,9,i
* J,10,j
* K,11,k
* L,12,l
* M,13,m
* N,14,n

2回目で読み取っ&#x305F;**(B,2,b)(D,4,d)(F,6,f)(H,8,h)**&#x306F;1回目の読み取りにより読取データ表に出力済みのため、2回目の読み取りで再び読み取られません。
{% endtab %}
{% endtabs %}

{% hint style="info" %}
「読取データ表の分解設定」について詳細は[読取データ表の設定](/i-repo-scan/matrixscan/how-to-use/form-setting/decompositon-setting.md)を参照ください。
{% endhint %}
