diff --git a/src/.vuepress/public/images/barcode_config/00_factory_reset.png b/src/.vuepress/public/images/barcode_config/00_factory_reset.png new file mode 100644 index 0000000..712e94d Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/00_factory_reset.png differ diff --git a/src/.vuepress/public/images/barcode_config/01_programming-mode.png b/src/.vuepress/public/images/barcode_config/01_programming-mode.png new file mode 100644 index 0000000..d2fc6df Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/01_programming-mode.png differ diff --git a/src/.vuepress/public/images/barcode_config/02_disable_all.png b/src/.vuepress/public/images/barcode_config/02_disable_all.png new file mode 100644 index 0000000..80ac953 Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/02_disable_all.png differ diff --git a/src/.vuepress/public/images/barcode_config/03_enable_ean.png b/src/.vuepress/public/images/barcode_config/03_enable_ean.png new file mode 100644 index 0000000..c5569f4 Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/03_enable_ean.png differ diff --git a/src/.vuepress/public/images/barcode_config/04_check_ean_digit.png b/src/.vuepress/public/images/barcode_config/04_check_ean_digit.png new file mode 100644 index 0000000..0ff5ca2 Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/04_check_ean_digit.png differ diff --git a/src/.vuepress/public/images/barcode_config/05_disable_ean_digit.png b/src/.vuepress/public/images/barcode_config/05_disable_ean_digit.png new file mode 100644 index 0000000..81fa818 Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/05_disable_ean_digit.png differ diff --git a/src/.vuepress/public/images/barcode_config/06_always_on.png b/src/.vuepress/public/images/barcode_config/06_always_on.png new file mode 100644 index 0000000..9b74082 Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/06_always_on.png differ diff --git a/src/.vuepress/public/images/barcode_config/07_beep_off.png b/src/.vuepress/public/images/barcode_config/07_beep_off.png new file mode 100644 index 0000000..36af7c3 Binary files /dev/null and b/src/.vuepress/public/images/barcode_config/07_beep_off.png differ diff --git a/src/scanstations/hardware.md b/src/scanstations/hardware.md index f7af85d..a167d90 100644 --- a/src/scanstations/hardware.md +++ b/src/scanstations/hardware.md @@ -1,12 +1,40 @@ -# Hardwareempfehlungen -> Known-good Hardware, die wir für die Scannerstationen empfehlen können - -## Computer -* Raspberry Pi 3 oder neuer -* Prozessor: Minimum: Intel Core 2 Duo -* Arbeitsspeicher: Minimum 4GB - -## Barcodescanner -* Datalogic Gryphon GD4130-BK/WH USB Scanner -* Datalogic Gryphon GD4132-BK/WH USB Scanner -* Datalogic Gryphon GD4200 USB Scanner \ No newline at end of file +# Hardware +## Hardwareempfehlungen +> Known-good Hardware, die wir für die Scannerstationen empfehlen können + +### Computer +* Raspberry Pi 3 oder neuer +* Prozessor: Minimum: Intel Core 2 Duo +* Arbeitsspeicher: Minimum 4GB + +### Barcodescanner +* Datalogic Gryphon GD4130-BK/WH USB Scanner +* Datalogic Gryphon GD4132-BK/WH USB Scanner +* Datalogic Gryphon GD4200 USB Scanner + +## Scannerkonfiguration +> Achtung: Diese Konfiguratiuon wurde nur mit GD4130-BK/WH USB Scannern getestet +> Donload als PDF: + +### 1. Werkseinstellungen wiederherstellen +![Factory reset](/images/barcode_config/00_factory_reset.png) + +### 2. Programming Mode Aktivieren +![Enter/Exit Programming Mode](/images/barcode_config/01_programming-mode.png) + +### 3. Nur EAN-13 scannen (optional) +![Check EAN Checkdigit](/images/barcode_config/02_disable_all.png) +![Disable EAN Checkdigit](/images/barcode_config/03_enable_ean.png) + +### 4. EAN13 Check-Zahl überprüfen, aber nicht übertragen +![Disable EAN Checkdigit](/images/barcode_config/05_disable_ean_digit.png) + +### 5. Scanner auf always on stellen (optional) +![Scan mode: Always on](/images/barcode_config/06_always_on.png) +### 6. Programming Mode Verlassen +![Enter/Exit Programming Mode](/images/barcode_config/01_programming-mode.png) + +### 7. Beep auschalten (optional) +![Enter/Exit Programming Mode](/images/barcode_config/01_programming-mode.png) +![Scan mode: Always on](/images/barcode_config/07_beep_off.png) +![Enter/Exit Programming Mode](/images/barcode_config/01_programming-mode.png)