Driver for connecting digital gauges. XYZ, connection gauges and measuring devices - profilprojectors, measuring equipment, gauges
- Possibility to expand brand presence / visibility
- 1D & 2D scanning at a speed of 100 fps
- Well thought out design for comfortable use
- Comes with a stand for hands free scanning.
Technical Description
Functionality & Operation | |
---|---|
Communication interface | USB |
1D Barcode Symbologies | All standard one-dimension barcodes |
2D Code Symbologies | all standard 2D-Codes |
Optical | |
Scanning rate | 100scan/s |
Bar code scanner | 2D Imager |
Electrical | |
Power Source | +5 VDC ±5% |
Mechanical | |
Dimensions | Width: 75.4mm, Height: 169.5mm, Length: 121.2mm |
Weight | 145g |
Environment | |
Operating temperature | -20 to 50°C |
Storage temperature | -30 to 60°C |
Maximal ambient light | 10000lux |
Shock resistance | drop from 1,5 m onto concrete surface |
Storage humidity (non-condensing) | 5 to 90% |
Operating humidity (non-condensing) | 5 to 90% |
Ingress protection | IP42 |
Vibrations resistance | 10-100 Hz with 2G for 1h. |
Others | |
Certifications | CE, FCC, VCCI, RoHS, IEC 62471 Extempt |
Bundled Accessories | stand, power supply |
- advanced illumination provides the multiple lighting effects reguired to capture marks on any type of surface
- comprehensive patented features enable the capture of literally every type of DPM (Direct Part Mark)
- almost indestructible design, will last underwater for up to 30 minutes
- 123Scan2, Scanner Management Service (SMS), and SDK Scanner utilities
Technical Description
Functionality & Operation | |
---|---|
Indicators | LED, beeper, vibration |
Communication interface | USB |
1D Barcode Symbologies | Code 128, Code 93, Code 39, Codabar, Code 11, MSI, Plessey, GS1-DataBar, Base 32, Korean 3 of 5, UPC/EAN, Postcode |
2D Code Symbologies | PDF417, MicroPDF417, Composite codes, TLC-39, Aztec, Data Matrix, MaxiCode, QR code, Micro QR Code, OCR-A, OCR-B |
Optical | |
Light source | warm white LEDs 2x , Ring of Red 634 nm LEDs, Aimer 655 nm Laser |
Depth of scan field | 0-147 mm |
Resolution | 1280x960 px |
Maximal skew angle | 60% |
Maximal pitch angle | 60% |
Minimal PCS value | 15% |
Electrical | |
Power Consumption - Standby | 100mA |
Power Consumption - Operation | 360mA |
Main battery pack | Rechargeable Li-Ion battery 3100 mAh |
Mechanical | |
Dimensions | Width: 76mm, Height: 185mm, Length: 132mm |
Weight | 304g |
Environment | |
Operating temperature | -30 to 50°C |
Storage temperature | -40 to 70°C |
Maximal ambient light | 108000lux |
Shock resistance | 5000 tumbles at 1m, multiply drops from 2,4 m onto concrete surface |
Operating humidity (non-condensing) | 5 to 95% |
Electrical static discharge | ±20kV air, ±10kV contact |
Ingress protection | IP67 |
- Robust design with protection rating IP65
- 4” display Corning Gorilla Glass 3 with multi-touch panel
- Physical keypad for more accurate data input
- Android 7 Nougat
- The 4000 mAh swappable battery keeps the durable productivity going for long shifts in any environment
- Powerful wireless options and versatile data capture functionality
Technical Description
Functionality & Operation | |
---|---|
Indicators | Tri-color LEDs, vibrator, speaker |
Communication interface | USB 2.0 OTG |
Memory | 2GB RAM, 16 GB Flash |
CPU Type | Qualcomm Quad Core 1,4 GHz |
Operation interface | 25 keys, volume up and down, left and right trigger keys, ON/OFF |
Display type | 4" WVGA 480x800, Corning Gorilla Glass 3 |
Operating system | Android 7 Nougat |
Wireless communication | Bluetooth®, WiFi |
Expansion slot | Micro SD Card (SDHC) 32 GB |
Audio | dual array digital microphine with echo and noise cancellation, speaker |
Touch-screen panel | capacitive multi-touch |
WLAN Features | IEEE 802.11a/b/g/n/ac/d/h/i/k/r/e |
WPAN Features | Bluetooth® Class II |
Optical | |
Depth of scan field | 1,5-28 cm |
Sensors | Accelerometer, proximity sensor, light sensor, e-compass, gyroscope |
Bar code scanner | 2D Imager |
Camera | 8 MPix, with Autofocus, with LED flash |
Electrical | |
Main battery pack | Rechargeable Li-Ion battery 4000 mAh, 3,8V |
Mechanical | |
Dimensions | Width: 73.8mm, Height: 26mm, Length: 168mm |
Weight | 292g |
Environment | |
Operating temperature | -20 to 50°C |
Storage temperature | -30 to 70°C |
Shock resistance | 300 tumbles at 0,5 m, multiply drops from 1,5 m onto concrete surface |
Storage humidity (non-condensing) | 5 to 95% |
Operating humidity (non-condensing) | 10 to 90% |
Electrical static discharge | ±15kV air, ±8kV contact |
Ingress protection | IP65 |
Others | |
Certifications | CE, CCC, ANATEL, ErP, NCC, SRRC, REACH, RoHS, WEEE, BIS, WPC |
When deploying the driver, it is necessary to configure it using an XML configuration file. The instructions below describe the configuration options.
Location of individual files
The "Palstat.Drivers.CSV.dll" driver is located in the ../CAQdesktop/APL/Drivers/ directory and is part of the update/installation package that you download from our customer portal.
The "Palstat.Drivers.CSV.xml" configuration file must be located in the ../CAQdesktop/CONFIG/Drivers/ directory or in the ../CAQservice/CONFIG/Drivers/ directory if you use the CAQservice (recommended). The default configuration file is included in the installation package ../CAQservice/CONFIG/Drivers/
Driver imports data into the Palstat system according to the set configuration in the file "Palstat.Drivers.CSV.xml"
Driver can be configured to automatically load data into the system
Sample configuration file Palstat.Drivers.CSV.xml
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<Delimiter>;</Delimiter>
<HeaderLinesCount>1</HeaderLinesCount>
<Parameters>
<Parameter Name="Date" Position="1" Format="dd.MM.yyyy"></Parameter>
<Parameter Name="Time" Position="2" Format="HH:mm:ss"></Parameter>
<Parameter Name="PartNumber" Position="3"></Parameter>
<Parameter Name="CharCode" Position="4"></Parameter>
<Parameter Name="MachineCode" Position="5"></Parameter>
<Parameter Name="ActualValue" Position="6"></Parameter>
</Parameters>
</Settings>
Description of parameters
List of parameters that can be set in the driver.
Delimiter | item separator (default value is ";") | ||
HeaderLinesCount | number of header lines (default value is "1") | ||
Parameters | parameter settings | ||
Name | parameter name in code (from allowed parameters) | ||
Position | position from which parameter is to be filled (from "1") | ||
Default | default value | ||
Format | format date and time | ||
LowerTolerance | for subtraction "-" (default value is "+") | ||
Allowed parameters | PartNumber | part number – Číslo dílu | |
PartIndex | change index – Index změny | ||
PartName | part name (default value is PartNumber) – Název dílu | ||
CharCode | characteristic code – Kód kóty | ||
CharName | characteristic name (default value is CharCode) – Název kóty | ||
MachineCode | machine (machine code in codelist Machines) - Stroj | ||
ActualValue | measured value – Nová hodnota | ||
NominalValue | nominal value - JR | ||
UpperValue | upper limit - HT | ||
LowerValue | lower limit - DT | ||
UpperTolerance | upper tolerance (if not used UpperValue) – odchylka od JR, která dopočítá HT | ||
LowerTolerance | lower tolerance (if not used LowerValue) – odchylka od JR, která dopočítá DT | ||
DateTime | date and time of inspection - default value is current date and time | ||
Date | inspection date (if not used DateTime) - default value is current date | ||
Time | inspection time (if not used DateTime) - default value is current time | ||
User | inspector (default value is IMPORT) - Kontrolor | ||
NestName | cavity name - Otisk | ||
NestNumber | cavity number – Název otisku | ||
Info1 | Info1 | ||
Info2 | Info2 | ||
Info3 | Info3 | ||
Info4 | Info4 | ||
Info5 | Info5 |
The router provides a wireless connection in the 2.4GHz band between the E-INK displays and transmits the current data content at regular intervals. Each communication unit can connect 2500 price tags with an approximate range of 25m depending on the operating environment.
The wireless channel number can be set on each router to better optimize traffic with the existing WiFi network.
- The display can be updated remotely via two-way communication using the Opticon base station
- 100% content display flexibility and centralized management of all devices and content via Opticon ESL Server Software
- High-contrast display allows barcode scanning outside the display using a standard barcode
- Extremely low power consumption
- Reduces waste, labor costs and minimizes errors
- 2.4 Ghz, 802.15.4 based protocol
- 296 x 128 pixels
A special model of the CipherLab 2564DPM cable-free reader, designed to read Direct Part Mark (DPM) codes, which are codes stamped or etched directly onto the metal surface of the product. With increasing demands for advanced scanning capabilities in many industries such as retail, warehousing and light industrial, CipherLab has designed the rugged 2500 Series handheld reader to suit a variety of applications in harsh environments. The wireless barcode scanners enable barcode scanning and data transmission up to 100m from the base.
For the reader to work properly with the PalstatCAQ system, it must be configured correctly. CipherLAB readers can be configured using QR codes, which can be generated on the manufacturer's website and put the reader into the desired functional state.
Here and in the PDF you will find a pre-made QR-code that corresponds to the configuration:
- Interface: USB VCOM_CDC via Cradle
- Ruling: [CR][LF]
- After loading the QRcode with the configuration, the reader and cradle must be re-paired by reading the barcode on the bottom of the cradle.
Parameters:
- Bluetooth v4.0 Dual Mode with EDR
- 1D and 2D barcode reading
- Direct Part Mark DPM code reading
- Ability to read even poorly readable or damaged barcodes
- Metal lanyard loop for wearing on a belt
- Industrial IP54 protection
- Reading speed up to 578 scans per second when reading 1D codes
- Replaceable battery that lasts up to 24 hours of operation after a charge
- Communication interface according to reader type and settings
- Battery under cover, Lion 800mAh, 2.96Wh
- White-yellow backlight - very fast code reading
- Support for QR codes CZECH in UTF8 - 2D version
Basic information
Gauge | Devices ATEQ F6xx |
Target use | Any application |
Data transfer method | Data is transferred either by pressing the appropriate button on the device or by requesting it from the computer. If the application does not allow direct connection and driver settings, KeyboardDriver can be used. |
Setup
The connection must be made via the RS232 interface with a crossover cable.
Name | Set |
Baud rate | 9600 baud |
Parita | none |
Data bits | 8 |
- Service enables distribution of configuraton for users of system
- Folder CONFIG no longer included LICence or other specific configurations
- Increase operational safety
- Client is connect with running service and this will inform about needed configuration including connection to database
- Flawless and fast data exchange between users and the calibration company.
- Save work when writing calibrations.
- Possibility of data visualization in own external system.
- Designed for IT professionals who know how to work with the API.
- We offer customers the ability to support implementation for the environment (C #, ASP and PHP)
- Connection to the Palstat CAQ system via API is available to all customers who purchase required LICENSE
- 152.4 mm (6”) per second print speed
- 300 meter (984”) ribbon supply on a 25.4 mm (1”) core (coated outside)
- 72 to 110 meter (361”) ribbon supply on a 12.7 mm (0.5”) core (coated outside)
- 127 mm (5”) OD internal media supply, optional external media holder supports 214 mm (8.4”) OD label rolls on 76.2 mm (3”) core
- Print mechanism for kiosk applications
- 400 MHz 32-bit RISC processor with 16 MB SDRAM, 8 MB Flash memory
- Internally scalable true type fonts
- TSPL-EZ™ firmware emulates TPLE and TPLZ languages out of the box
- Free Windows® drivers and label design software (available via download)
- ENERGY STAR® qualified
- Smart Thermal Control technology significantly extends printhead life and ensures sharper print output
Technical Description
Functionality & Operation | |
---|---|
Communication interface | Ethernet, USB, RS232, USB Host |
1D Barcode Symbologies | All standard one-dimension barcodes |
Print mode | thermal-transfer, direct thermal |
Maximal print width | 108mm |
Print speed | 5ips |
Print resolution | 300dpi |
Fonts | 8 alpha-numeric bitmap fonts, Monotype Image® true type font engine with one CG Triumvirate Bold Condensed scalable font |
Maximal print length | 2974mm |
Memory | 16MB DRAM, 8 MB Flash |
CPU Type | 32-bit RISC |
2D Code Symbologies | GS1 DataBar Composite Code, Data Matrix, MaxiCode, Aztec, PDF417, QR code, MicroPDF417 |
Commands set | TSPL-EZ TM (Compatible to EPL, ZPL, ZPL II) or CPCL emulation |
Fonts & barcode rotation | 0°, 90°, 180°, 270° |
Optical | |
Sensors | Ribbon end sensor, open print-head detector, transmissive, reflective |
Electrical | |
Power Source | External adapter |
Mechanical | |
Dimensions | Width: 204mm, Height: 164mm, Length: 280mm |
Weight | 2.4kg |
Body housing | ABS plastic |
Color | black |
Consumables | |
Maximal paper width | 112mm |
Maximal roll diameter | 127mm |
Media type | continuous, black-marked media, fan-fold, notch, perforated |
Minimal paper width | 20mm |
Ribbon width | 40 to 110mm |
Max. ribbon length | 300m |
Media thickness | 0.06 to 0.19mm |
Media core diameter | 25.4 to 38mm |
Minimal label length | 10mm- 2794 mm |
Environment | |
Operating temperature | 5 to 40°C |
Storage temperature | -40 to 60°C |
Storage humidity (non-condensing) | 10 to 90% |
Operating humidity (non-condensing) | 25 to 85% |
Others | |
Certifications | FCC Class A, CE Class A, C-Tick Class A, UL, cUL, TÜV/Safety, CCC, RoHS, REACH, WEEE |
Warranty | 2 years (printer), 25000 m or 6 months (print head), 50000 m or 12 months (printing cylinder), on approved material |
It is used to control the functions of the device for connection with the Jack 3.5mm mono connector. Cable length 2m, pressing closes the contacts.