Pepperl+Fuchs OHV110-F228-R2 Скачать руководство пользователя страница 20

 2

0

2

0

-0

9

20

OHV110-F228-R2

Configuration

DELETE_FROM_POSITION_x_ON_y_CHARS

Deletes part of the code. x refers to the position from which y characters are removed, where x 
= 0 represents the first character of the code.
Example: 

DELETE_FROM_POSITION_0_ON_5_CHARS

 deletes characters 1 to 5.

DELETE_SUBSTRING_abc

Deletes the data string abc from the code. If the data string occurs multiple times, only the first 
occurrence of the data string is deleted.

DELETE_LAST_x_CHARS

Deletes the last x characters of the code.
Example: 

DELETE_LAST_4_CHARS

 deletes the last four characters.

DELETE_ALL_CHARS_BEFORE_abc

Deletes all characters of the code that appear before a data string abc. If there are multiple 
occurrences of the data string abc, only the characters that appear before the first occurrence 
are deleted.

DELETE_ALL_CHARS_AFTER_abc

Deletes all characters of the code that follow a data string abc. If there are multiple occurrences 
of the data string abc, all characters after the first occurrence are deleted.

INSERT_abc_AT_POSITION_x

Adds the data string abc at position x, where x = 0 represents the position before the first char-
acter of the code.

INSERT_abc_AFTER_def

Adds the data string abc to the data string def. If the data string def appears multiple times, the 
data string abc is appended to the first occurrence. If the data string def does not appear, no 
characters are inserted.

APPEND_STRING_abc

Appends the data string abc to the code.

IF_GOODREAD_OUTPUT_abc

Returns the data string abc if a code has been read successfully.

REPLACE_STRING_abc_WITH_def

Replaces the data string abc with the data string def. If the data string abc occurs multiple 
times, only the first occurrence is replaced.

REPLACE_ALL_abc_AFTER_POSITION_x_WITH_def

Replaces the data string abc with the data string def after position x. If the data string abc 
appears after position x multiple times, all occurrences are replaced.

IF_CODE_CONTAINS_abc_OUTPUT_def

Returns the data string def if the data string abc appears in the code. If the data string abc 
appears multiple times, the data string def is returned only once.

APPEND_FROM_ORIGINAL_ALL_CHARS_AFTER_abc

All characters that follow the data string abc in the read code are appended to the output. This 
rule applies directly to the read code and is independent of any other rules already applied to 
the code. If the data string abc appears multiple times, all characters from the first occurrence 
are appended and subsequent occurrences of the data string abc are deleted. If the code does 
not contain the data string abc, no characters are appended.

APPEND_FROM_ORIGINAL_x_CHARS_AFTER_abc

Appends x characters that follow the data string abc in the read code to the output. This rule 
applies directly to the read code and is independent of any other rules already applied to the 
code. If the data string abc appears multiple times, x characters from the first occurrence are 
appended and subsequent occurrences of the data string abc are deleted. If the code does not 
contain the data string abc, no characters are appended.

Source Code

You can edit the source code for the script in the source code area. You can use the 

Insert 

special characters

 button to insert certain special characters.

Содержание OHV110-F228-R2

Страница 1: ...OHV110 F228 R2 1 D 2 D Code Handheld Reader Manual...

Страница 2: ...ion as well as the supplementary clause Expanded reservation of proprietor ship Worldwide Pepperl Fuchs Group Lilienthalstr 200 68307 Mannheim Germany Phone 49 621 776 0 E mail info de pepperl fuchs c...

Страница 3: ...1 2 Establishing a USB Connection 11 3 1 3 Establishing an RS 232 Connection 11 3 2 Installing Device Drivers 11 4 Configuration 12 4 1 Selecting the Operating Mode 12 4 1 1 Keyboard Mode 12 4 1 2 Vi...

Страница 4: ...OHV110 F228 R2 Contents 4 2020 09 5 Operation 34 5 1 Reading Codes 34 5 2 Operation Using a Mounting Bracket 34 5 3 Reading Firmware Version and Serial Number 37 6 Maintenance 38 7 Troubleshooting 39...

Страница 5: ...e EU type examination certificate EU declaration of conformity Attestation of conformity Certificates Control drawings Instruction manual Other documents 1 2 Target Group Personnel Responsibility for...

Страница 6: ...ed in descending order as fol lows Informative Symbols Action This symbol indicates a paragraph with instructions You are prompted to perform an action or a sequence of actions Danger This symbol indi...

Страница 7: ...n or a visual or audio signal The Vision Configurator software can be used to create rule sets for formatting read results without the need for extensive programming work This enables easy integration...

Страница 8: ...not used according to its intended use 2 2 Indicators and Operating Elements 1 Trigger button 2 Optical unit 3 10 pin connector socket 4 Function indicator 2 3 Notifications 1 2 3 4 Action Function in...

Страница 9: ...pplicable laws and guidelines of the respective country Designation Description V45 G 2M PVC ABG USB G Connection cable for USB connection approx 1 8 meters V45 G 2M PVC SUBD9 Connection cable for RS...

Страница 10: ...the end of the cable with the RJ50 plug and insert the plug into the RJ50 socket underneath the handle Figure 3 1 Inserting the cable 2 Make sure that the cable audibly snaps into place Removing the C...

Страница 11: ...ection cable 4 Connect the mains power plug on the power supply unit to the mains 5 Switch on the PC Once you have switched on the PC the handheld reader will switch itself on automatically 6 If the c...

Страница 12: ...e handheld reader has two different operating modes 4 1 1 Keyboard Mode Activating Keyboard Mode Read the following code using the handheld reader Figure 4 1 Keyboard Mode The function indicator on th...

Страница 13: ...fuchs com 2 Run the setup file 3 Select a language 4 Follow the instructions in the setup wizard 5 Before exiting the setup wizard select Install OHV USB driver This installs a virtual COM port which...

Страница 14: ...application window 4 1 3 Keyboard Layout You can use the following control codes to modify the keyboard layout for the current operating mode Microsoft Windows 4 2 Configuring the Handheld Reader The...

Страница 15: ...the Device family section 3 4 Select the handheld reader 5 the connection type 6 and where necessary the connection port 7 from the list 5 Select a language in the Language section 8 6 Read the contr...

Страница 16: ...The Sensor data area shows information about the connected sensor 3 The Test statistics area shows information on the read codes 4 The status bar shows information about the user who is logged in as w...

Страница 17: ...lect a firmware file with the extension crz 3 The firmware file is transferred to the handheld reader Uploading the firmware takes a few minutes 4 Once the file has been transferred the handheld reade...

Страница 18: ...e To delete a suffix click Delete suffix Prefix TAB Click Prefix TAB to insert a tab character into the prefix field Suffix TAB Click Suffix TAB to insert a tab character into the suffix field Suffix...

Страница 19: ...LL_CHARS_BETWEEN_abc_AND_def Returns the characters of the code that are between a data string abc and a data string def If there are multiple occurrences of the data strings abc and def only the char...

Страница 20: ...en read successfully REPLACE_STRING_abc_WITH_def Replaces the data string abc with the data string def If the data string abc occurs multiple times only the first occurrence is replaced REPLACE_ALL_ab...

Страница 21: ...d code begins with a certain data string input the relevant data string in the Prefix of read code column If a command should be executed only if the current processing result begins with a certain da...

Страница 22: ...de is green you can test the source code in the Example area To do this enter a sample value in the Read code field The commands from the Source code area are applied to the sample value in the Read c...

Страница 23: ...e control code for own settings If you check the First completely reset sensor check box a reset command is integrated in the control code When the control code is read all settings are first reset to...

Страница 24: ...figuration Using Control Codes The handheld reader is configured using control codes Control codes allow direct configura tion without using a PC To change a parameter scan the appropriate control cod...

Страница 25: ...OHV110 F228 R2 Configuration 2020 09 25...

Страница 26: ...2020 09 26 OHV110 F228 R2 Configuration...

Страница 27: ...OHV110 F228 R2 Configuration 2020 09 27...

Страница 28: ...2020 09 28 OHV110 F228 R2 Configuration...

Страница 29: ...OHV110 F228 R2 Configuration 2020 09 29...

Страница 30: ...2020 09 30 OHV110 F228 R2 Configuration...

Страница 31: ...OHV110 F228 R2 Configuration 2020 09 31...

Страница 32: ...2020 09 32 OHV110 F228 R2 Configuration...

Страница 33: ...OHV110 F228 R2 Configuration 2020 09 33...

Страница 34: ...2020 09 34 OHV110 F228 R2 Configuration...

Страница 35: ...OHV110 F228 R2 Configuration 2020 09 35...

Страница 36: ...2020 09 36 OHV110 F228 R2 Configuration...

Страница 37: ...OHV110 F228 R2 Configuration 2020 09 37...

Страница 38: ...2020 09 38 OHV110 F228 R2 Configuration...

Страница 39: ...OHV110 F228 R2 Configuration 2020 09 39...

Страница 40: ...2020 09 40 OHV110 F228 R2 Configuration...

Страница 41: ...OHV110 F228 R2 Configuration 2020 09 41...

Страница 42: ...2020 09 42 OHV110 F228 R2 Configuration...

Страница 43: ...OHV110 F228 R2 Configuration 2020 09 43...

Страница 44: ...2020 09 44 OHV110 F228 R2 Configuration...

Страница 45: ...OHV110 F228 R2 Configuration 2020 09 45...

Страница 46: ...2020 09 46 OHV110 F228 R2 Configuration...

Страница 47: ...which the read result is to be transferred 1 Hold the handheld reader so that the contrast between the code and surface is as high as possible A reading angle between 45 and 90 is optimal The reading...

Страница 48: ...detected in the read range It is not necessary to actuate the trigger button If the OHV BRACKET is used the handheld reader is set at the factory in such a way that motion detection is automatically a...

Страница 49: ...Enables automatic activation of motion detection when the handheld reader is inserted into the OHV BRACKET Disables motion detection regardless of whether the handheld reader is in the OHV BRACKET No...

Страница 50: ...R2 Operation 2020 09 37 Sets the maximum brightness for motion detection to 25 Sets the maximum brightness for motion detection to 50 Sets the maximum brightness for motion detection to 75 Control co...

Страница 51: ...on firmware WWWW Version number of bootloader firmware XXXX Version number of Bluetooth firmware SSSSSSSSSS Serial number of the handheld reader A Current execution state A processor is running B unde...

Страница 52: ...h the optical unit with your fingers Do not immerse the device in water Do not spray the device with water or other liquids Do not use a scouring agent to clean the surface of the device Use a cotton...

Страница 53: ...rred The handheld reader is not in keyboard mode Activate keyboard mode The read result is incorrect The handheld reader is using the wrong keyboard layout Change the keyboard layout for the current o...

Страница 54: ...he handheld reader 3 Connect the handheld reader to the PC 4 After a few seconds a number of beeps will sound at an increasing rate and with a rising pitch Release the trigger button The function indi...

Страница 55: ...Pepperl Fuchs Quality Download our latest policy here www pepperl fuchs com quality www pepperl fuchs com Pepperl Fuchs Subject to modifications Printed in Germany DOCT 6660...

Отзывы: