how do i install a wavelink licence onto a scanner?
how do i install a wavelink licence onto a scanner?
SCRIPT PROBLEM ABOUT RFID
I’m a programmer who is working on your Wavelink Telnet CE product and I would to ask you about a problem in scripting code.
My customer own some Motorola MC319Z handhelds and asked me to configure a connection to their As400 and read some RFID Tags and put the datas in a blank field of their program.
I did the connection without any problem, as a 3477-FC emulator and entered in the emulation parameters to enable RFID functions, in ENABLE RFID key with Yes, in ENABLE KEY with <0x79> the F10 key in hexadecimal, in INSERT MODE with Auto-Detect, and USE TRIGGER with Yes.
I tried using it and when I arrive at the right screen of the program I press F10 on the keyboard of the handheld (not the keyboard of the emulator) and RFID start to read when I push the handheld read button, passing to my screen the tags read. It works correctly!
I also tried to create a script that, when reached the right screen of the program, it press automatically F10 using the code KEYPRESS_KEY <0x79> my F10 key but, it don’t works, this don’t enable the RFID reader.
When I did it manually it works perfectly and I receive a message on the screen that told me the number of tags read and put the tags on the field I use, but if I try to use the script, when KEYPRESS-KEY work, it do only a beep but no one message about RFID enable and create problems about the use of the emulator keyboard.
My script is a simple:
Script( RFID_MAN )
Profile( As400 )
Activate( From_Menu )
Keypress_Key( 0x79 )
Return
But it don’t press the F10 like I could do on the handheld keyboard. There’s something wrong in my code?
I would to enable RFID reader by script code and after the tags read end disable it.
Thanks for all and I hope you can help me as soon as possible.
Cordially
How to have loudly sound on MC3190?
Hello,
on MC3190 when we use Telnet CE ( any version) the level of the sound is not enough loud to be hear by a end user in the warehouse
we need to know how we can set correctly TelnetCE to have a very heavy sound
thanks
Sebastien
Scripting - Enable / Disable integrated scanner
The following scripts will allow for the scanner to be turned on or off. Be careful when using these scripts.. if you turn off the scanner do not forget to turn it back on.
Disable Scanner:
Script( Scanner_Disable )
Escape_Sequence( "%0S" )
Return
Enable Scanner:
Script( Scanner_Enable )
Escape_Sequence( "%1S" )
Return
Enable scan Trigger:
Script( ScanTrigger_Enable )
Activate( From_Menu )
Escape_Sequence( "%6;1S" )
Return
Disable Scan Trigger:
Script( ScanTrigger_Enable )
Activate( From_Menu )
Escape_Sequence( "%6;0S" )
Return
This type of script is normally used in conjunction with the Screen Reformatter to better handle of when to enable / disable the scanner on particular screens.
Escape Sequence defined:
Sets the scanner to be enabled/disabled after successful scans, where Pb is the bar code type scanned and Ps is the scanner setting to be set:
Pb=0 After no scans (Ps ignored); disables mode
Pb=1 After all scans
Pb=2 After 1-D bar code scans
Pb=3 After 2-D bar code scans
Pb=4 Return current setting (Ps ignored). Returns:
ESC % ? <type> ; <setting> A
Ps=0 Set mode off
Ps=1 Set mode on
Soft Trigger:
Pn=6 Soft Trigger. Disable 6 trigger.
Pn=6 Soft Trigger. Enable soft trigger.
Example:
ESC % 6 ; 0 S
ESC % 6 ; 1 S
Custom Sequence:
ESC % Pb ; Ps A
Using OUTCOM: in 5250 emulation
Hello.
I have been tasked with migrating our old Symbol VRC6946 terminals to Motorola VC5090.
On the VRC6946, we previously used 'OUTCOM:\#1A:OUTCOM' in an output field to turn on a sick CLV450 scanner via the com port.
Try as I may, I can't get the VRC5090 to do the same.
Any help would be appreciated.
Regards,
Don
Scan Handler - How to remove barcode characters after the first 35
What does the formula look like?
Strange characters on WEB emulation
Hello. Some time ago I had problems with Datalogic Elf and Telnet Web emulation version 7.2
Some characters appears strange, for example:
- accented a ("à") appears as "A" with an upper wave (the hispanic wave upper N, "tilde")
- the copyright (R) appears correctly but with character "A" with an upper "^" before che copyright character
Upgraded to version 7.3.77 resolved the problem
Now with a Motorola MC9190 with Telnet WEB emulation version 7.3.177 (the last one) I have the same problem.
I've tried to set the right Localization on Wavelink (Italy in my case) but with no luck.
Any suggestion?
Thanks
Problem with RFID Screen Input on MC9190-Z
I running into an issue with the RFID functionality on a Motorola MC9190Z (connected to SAP via a Telnet session). The scanner is set to use 'When Detected' as the RFID input method when the trigger is pulled. I wrote an application that has one input field on the main screen. When this field is filled (and enter is pressed), the data is validated and the field will open back up for more input. For the most part it works just fine.
The issue I am running into is that the 'When Detected' method does not always wait for an open input field to enter data. It appears that data is getting chopped off, some data is even being missed. Does anyone have any ideas on how to proceed or alternatives that worked for them? Any help would be appreciated, thanks!
How To Print via passthrough 5250
Hello,
do you have a tutorial for print on a serial printer on a Motorola VC70N0 ( or other device) in 5250 emulation and using AS400 Passthrough?
thanks a lot
How to Configure Display Orientation for Motorola WT41N0 devices
This only applies to Motorola WT41N0 devices
Motorola has incorporated a new zero degree location that produces rotations differently than what is historically expected.
Display Orientation changes the orientation of the display within the device's view frame. The display orientation is changed using 90 degree rotations.Without any change, the emulation client renders the display in alignment with the device view frame. This means that the bottom of the display is associated with the bottom of the view frame (see below).
When the Display Orientation setting is used, the emulation client makes rotations based on a zero degree starting point set by the manufacturer.
Historically the manufacturer has associated the zero degree starting point with the bottom of the view frame. However, the WT41N0 device associates the zero degree starting point with the vertical left side of the view frame. This remains unseen until the Display Orientation setting is changed from the default setting of Keep Current Configuration.
The Display Orientation options are as follows:
Display Orientation setting | Results on the Motorola WT41N0 |
Keep Current Orientation | The screen is not rotated from the orientation that TE starts with (even if the orientation is changed beforehand by another app) |
Use Standard Orientation | The screen is rotated with the bottom of the screen being associated with the Manufacturers' zero degree starting point on the left hand side of the view frame. |
Rotate Counterclockwise | The screen is rotated 90 degrees counterclockwise (from the zero degree starting point) with the bottom of the screen being on bottom of the view frame. |
Rotate Clockwise | The screen is rotated 90 degrees clockwise (from the zero degree starting point) with the bottom of the screen being along the top of the view frame. |
Turn Upside Down | The screen is rotated 180 degrees (from the zero degree starting point) with the bottom of the screen being along the right hand side of the view frame. |
Keep Current Orientation is the default value.
This keeps the display in what we would consider the “Normal View”
If "Use Standard Orientation" is selected, the display appears as:
If Rotate Counterclockwise is selected, the display appears as:
If Rotate Clockwise is selected, the display appears as:
If Turn Upside Down is selected, the display appears as:
The new zero degree location produces rotations differently than what is historically expected.
telnetCE licence error
Hi,
I have a problem with a Datalogic gun, The gun won't get a licence on licensing server.
- Licence server was up and running (other gun was ok with licence) ;
- licence server port was open ;
- gun was able to ping licence server ;
- re-image with a new OS firmware ;
- TelnetCE 7.2
Anyone have a idea for this issue?
Motorola MC9190 Chinese letters in Wavelink 5555 emulation
We use on a MC9190 the wavelink TelnetCE version 7.0.147. For our chinese colleagues I we use the emulation 5555-B01 to display also chinese letters.
Our problem is, that only a part of the chinese letters we have to display really are displayed. It depands from the selected font what happen with the other letters.
With some fonts the not displayed letters just are replaced with empty boxes. Some fonts just display a blank space.
How to solve this issue.
The operation system is a Windows CE in chinese.
How to find the Term Proxy configuration
How can I use a 3rd party scanner on my device
Question:
- How can I use a 3rd party scanner on my device?
- How can I use datawedge / scanwedge on my device with Telnet instead of the integrated scanner or wavelink scanner?
Answer:
- Disable the scanner in Emulation Parameters > Scanner > Common > Disable Scanner
- Enable your third party scanner
Code128 barcodes and UCC-GS1 128 Barcodes read the same
Problem:
- I cannot distinguish between Code128 barcodes and UCC-GS1 128 Barcodes
Resolution:
This is known problem, however it is due to the fact that the Barcodes are exactly the same please see the explaination below:
In 2006 the Uniform Code Counsel (UCC), changed their name to GS1. In doing so the industry standard for all UCC type bar codes are now GS1 barcodes. The physical makeup of the bar codes being scanned are the exact same bar codes.
The GS1 company site..
This page gives the reason for the change:
Toggling between sessions in TE
If I have configured TE with two or more Host Profiles and I have active connections to two or more Telnet/SSH sessions is there any way to toggle between the open sessions besides using the drop down file menu? We are trying to avoid giving users access to the menu system at all.
Ideally I would want to use a keypress to toggle between my active sessions. I thought that this might be possible using scripting with the Run_Application command but it seems a bit convoluted.
My theory was to have the following logic (understand this is pseudocode):
Script Session1Toggle
Activate on (Keypress XYZ)
Run_application (TelnetCE.exe --host "HostProfile2name")
Script Session2Toggle
Activate on (Keypress XYZ)
Run_application (TelnetCE.exe --host "HostProfile1name")
Would this work as a toggle between active sessions or would it launch completely new instances of TE with each call?
Are there any other available methods?
Program Crashes with Initial Value
I have recently picked up the TE project from a co-worker, but I am having some issues with the existing configuration. From the sounds of it, the existing configuration was tested and was in working condition. When I loaded the configuration, along with Wavelink TelnetCE 73143, onto a Motorola (Symbol) MC9000 series device, the program unexpectedly crashed on several different host profiles at different points. When it crashes, it exits silently. I logged everything done by the scripts we have for the screens, and it looks like the script called by the screen it should go to is never run. Also, when loading a screen capture of this event, a warning appears that says, "An error occurred while reading the file. Some information may not have been loaded." Only the screens that preceded the crash event are loaded and again, the screen it should have loaded does not appear.
I isolated the issue down to a problem with the "initial value" feature, which is part of the "Modified Screen Creation" section. If I remove the initial value set on several screens, it runs fine. As soon as I add the initial value back in, it crashes. Is this a known issue with the version of the software or the specific devices we are using? It is crucial that we have initial values set for some screens because we do not want the user to have to input some fields.
Thanks!
HowTo disable hardware keyboard within VT100 emulation?
Hi all,
I need to disable the hardware keyboard from with in a VT100 emulation session.
Is it possible to start an external application (whitch toogles the keboard between on and off) by scanning a specific barcode?
Or, mybe somebodey has some other ideas?
I would appriciate your help, thank you.
Greetings
Diego
Scan Handler - Removing specificed string from the start of a Barcode
Hi I'm trying to configure my RF Guns to remove any barcode that starts with "1P" and that starts with an "S".
I have the following code written for the removal of the S but it doesn't seem to be working. Can anyone correct my mistake or show me where I'm making the error. Thanks very much!
Syntax= A(0){0,S}[SS]
Sam
Problem with RFID Screen Input on MC9190-Z
I running into an issue with the RFID functionality on a Motorola MC9190Z (connected to SAP via a Telnet session). The scanner is set to use 'When Detected' as the RFID input method when the trigger is pulled. I wrote an application that has one input field on the main screen. When this field is filled (and enter is pressed), the data is validated and the field will open back up for more input. For the most part it works just fine.
The issue I am running into is that the 'When Detected' method does not always wait for an open input field to enter data. It appears that data is getting chopped off, some data is even being missed. Does anyone have any ideas on how to proceed or alternatives that worked for them? Any help would be appreciated, thanks!