# CipherLab Set Scanner Preferences

Sets the scanner preferences of a CipherLab Scanner (check CipherLab’s ‘Reader DLL’ Documentation).

Action available for the following operating systems:

![](/files/-MGNsZjeYMKt8-HvBB5n)

### Parameters

* **Laser on Time** *\<numeric> -* The time, in miliseconds, that the laser stays turned on.
* **Scan Angle** *\<unquoted string> -* The angle, in degrees, of the scanner. The possible values are: 47º, 35º or dynamic.
* **Timeout Between Same Barcode** *\<numeric> -* The timeout, in miliseconds, between sucessive scan action of the same barcode.
* **Redundancy Level** *\<unquoted string> -* The redundancy level for the CipherLab Scanner. The possible values are: Codabar, MSI, Industrial25, Interleaved 25 must be read twice; All codes must be read twice; All codes must be read twice except Codabar, MSI, Industrial25, Interleaved 25; All codes must be read three times; or dynamic.
* **Trigger Mode** *\<unquoted string> -* The trigger mode of the CipherLab Scanner. The possible values are: Laser Moder, Continuous Mode or dynamic.
* **Security Level** *\<unquoted string> -* The security level of the CipherLab Scanner. The possible values are:
  * Decode most "in-spec" barcodes
  * Eliminate most misdecodes
  * Eliminate misdecodes (if level 1 fails)
  * Eliminate misdecodes (if level 2 fails)
  * Dynamic
* **Inter Char Gap Size** *\<unquoted string> -* Defines the size of the characters gaps. The possible values are:
  * Normal intercharacter gaps
  * Large intercharacter gaps
  * Dynamic.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-barcode/cipherlab-set-scanner-preferences.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
