Problem/Issue:
When I try to session monitor a device, I get an error saying that Session Monitor requires a password.
Resolution:
You must set up a password for Session Monitor in the emulation parameters.
Problem/Issue:
When I try to session monitor a device, I get an error saying that Session Monitor requires a password.
Resolution:
You must set up a password for Session Monitor in the emulation parameters.
Questions:
1. How is TelnetCE gathering the status of the interface in order to report a problem?
2. Is the status of the interface/signal polled or is the event triggered?
3. If polled, what's the interval?
4. What's the expected behavior if the poll happens simultaneous to an AP roam?
5. We've noticed the error message lasts about 10 seconds with end users. Is this the minimum display time? Can this be configured to be shorter if the interruption is shorter?
Response:
1. The TelnetCE application gathers information from the Wi-Fi interface by using the NDISUIO driver or its own protocol driver that provides an NDISUIO type functionality. The information comes from the Wi-Fi driver itself and can vary slightly depending on the driver's implementation. Association status is determined by querying the BSSID (OID_802_11_BSSID), if the BSSID is a valid MAC address then the device is considered associated by TelnetCE. Signal quality is determined by querying the RSSI (OID_802_11_RSSI). The RSSI returned is adjusted to a percentage by this formula: quality=(rssi+90)*2. The quality percent is then adjusted to be between 0 and 100. So 0 percent is equivalent to -90db or lower, and 100 percent is equivalent to -40db or higher. When using the Detect Signal Quality option, the out-of-range condition will also be triggered when the signal quality falls below the configured value.
2. The TelnetCE application polls the BSSID and RSSI.
3. The association status is queried every 500 milliseconds (.5 seconds). The signal quality is also queried every 500 milliseconds (.5 seconds).
4. If a query happens during an AP roam then results will vary depending on what is returned by the Wi-Fi driver when roaming. Generally we do not see out-of-range conditions during roam events.
5. The TenetCE application does not have a minimum time to display the out-of-range message. It is displayed as long as the Wi-Fi driver reports unfavorable conditions. The longest the message should be prolonged would be near the polling time of 500 milliseconds.
Additional Information:
*If coverage conditions are always good in the facility it may be best to disable out-of-range checking, and allow the TCP retries to handle any lost network packets. * Updating the Wi-Fi radio drivers and AP firmwares can help eliminate roaming problems. * Some Wireless APs or Wireless switches may have more optimal settings then the default. * Complicated Wi-Fi authentication and security protocols can add to roaming problems.
Applicable Product Version(s): 7.x
Problem:
The auto send feature for 3270 did not work in version 5.10.24 for the WIN XP Telnet Client.
Solution:
This has been resolved starting in version 6.0.07.
"Fix for Auto Send Key Data in 3270. Release 6.0.07 - 09/21/06"
Problem/Issue:
Cannot Display French Characters on VC5090
Solution:
Loaded the Telnet language build 5.11.34 for the VC5090.This version is still under the pre-license and resolves the issue displaying French.
Wavelink Emulation Client for VC5090 Language Build Version 5.11-34:
Problem:
MC9060 running CE4.2 using TE version 4.25.07 does not have correct roll up / roll down functionality
Resolution:
Upgrade to TE version 4.25.64
Envoirnment:
Wavelink Emulation Client License Server 4.x
Problem:
Mobile Devices are unable to connect to license server. Displaying error message "Attempting to contact a license server on the local segment... TIMED OUT!"
Cause:
This is often caused by the requested license being unavailable on the license server.
to verify
Log onto the Wavelink Emulation Client License Server, and go into the "Status" menu.
In this menu there is a list of Unlicensed Devices. This list will tell you what license type the mobile device is requesting.
Solution / Workaround:
1. This can be resolved by entering additional licenses of the requested platform version.
2. This can also be caused by an incorrect host emulation type, and can be corrected by making changing the emulation type within the host profile.
3. This can also be fixed by making sure the License Server Address is configured in the Emulation Parameters. Emulation Parameters > Emulation > Common> License Server Addresses > (Specify the host name or the IP Address of a specific License Server)
4. Licenses can also be made unavailable due to a Site ID mismatch.
To verify
Log onto the license server.
View the license details and make note of the Site ID
Compare the Site ID to the Emulation Parameter > Emulation > Common > License Server Site ID
Make sure that these match.
Environment:
Telnet Emulation
TelnetCE 4.x to 7.x Clients
Problem:
After entering in a Wavelink Telnet Emulation license the license is not entered and the error message "Authorization Code Check Failed!" is displayed on the screen.
Cause:
When the Authorization Code Check Failed messages appears it is because there is a mismatch between the license providedand the way that the license was entered.
Resolution:
Here are a few things that to try that commonly fix this problem.
1. Check to make sure the case is correct. For example, if the Licensee Name was "WaveLink" and had been entered in as "Wavelink"
2. Leaving a space on the before or after any field can cause this error. IE: "WaveLink " - notice the extra space after Wavelink
3. Another common error is selecting an incorrect platform version. The version of Telnet Emulation that you register the license for, needs to match the version of Telnet Emulation that is installed on the device. If you register the license for 7.3 and install version 7.0, the license will not authorize
If the licensee name seems like it may be too long contact Wavelink Customer Support for a license exchange.
In other rare cases, a license may have been generated incorrectly and a license exchange will be necessary. For help with a license exchange contact Wavelink Customer Support
Environment:
TelnetCE 7.2.x to 7.3.x
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.
* These methods do not work for BT scanners. for BT scanners you need to create a script to intercept the scanned data before it is printed to the screen
Script( Scanner_Disable )
Activate( From_Menu )
Escape_Sequence( "%0S" )
Return
Script( Scanner_Enable )
Activate( From_Menu )
Escape_Sequence( "%1S" )
Return
Script( ScanTrigger_Enable )
Activate( From_Menu )
Escape_Sequence( "%6;1S" )
Return
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.
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
Pn=6 Soft Trigger. Disable 6 trigger.
Pn=6 Soft Trigger. Enable soft trigger.
Example:
ESC % 6 ; 0 S
ESC % 6 ; 1 S
ESC % Pb ; Ps A
Format: ESC $ Pe ; Pr R
PE=0 Disable RFID
Pe=1 Enable RFID
Pe=2 Don't change RFID state
Pr=0 Don't return new state
Pr=1 Return new state
if Pr=1, it returns ESC $ Pe R
Where Pe=0 if the RFID reader is disabled, or Pe=1 if the RFID reader is enabled
(The command ESC $ 2; 0 R is valid, but will do nothing)
When setting up the Emulatoin License Server, complete the following steps:
How do I configure TE Client to execute a carriage return after each scan? / Auto send scan after each scan / Auto enter after each scan
Environment
Telnet Client 7.x and newer
5250 / 3270 Emulation
IBMHOST/ VT Emulation
WEB Emulation
Question
Response
Scan Handler (Any Emulation)
==============
This Translate to Append an Enter to the end of any barcode any length. The command can be targeted to a certain Symbology and /or barcode length.
5250 Emulation Specific Solution
==============
To auto send scanned data to a host when using 5250 emulation you will need to set the parameter: AUTO SEND SCANS = YES
VT Emulation Specific Solution
===========
On VT emulation has a default value of \0D to be appended to all scanned data. This HEX value is a Carriage Return and is set in the option called SCAN TERMINATOR
WEB Emulation Specific Solution
=============
Use Default Scanner Auto keys
This document has been written in regards to utilizing a Bluetooth scanner with Wavelink TE that is being controlled by the OS.
Environment:
Problem/Issue:
Device will allow for Bluetooth scanner to work outside of Wavelink TE but once user is within Wavelink TE Environment, the scanner will no longer generate a beam.
Resolution:
Within Emulation Parameters make your way to Scanner -> Common
Alter Disable Scanner to Yes and No Scanner Configuration to Do Not Configure Scanner.
Optionally you may need to set Default Scanner to be listed as the device name such as Bluetooth Scanner.
We are looking for emulator for Zebra/Motorola MC40 devices and found Wavelink Emulators for Zebra MC40 at "http://www.wavelink.com/Zebra-MC40-Emulators-downloads/"
Wanted to understand the usability for this emulator.
I am developing a buzzer control program of WavelinkTE.
When you enable on Screen update of the General
The script is executed at keypress time.
Please tell me how to disable it.
Environment
: WLTE_DEN_BHT 1300 Q _ CE 7 _ 7 _ 3 _ 291 _ AS.exe
: Denso BHT-1300 Q (CE 7.0)
Hello,
I'm trying to use TermProxy with some RF scanners from Datalogic, and TelnetCE.
We have this configuration :
Scanner1: hostip:8461
Scanner2: hostip:8462
Scanner3: hostip:8463
And so on ...
We need TermProxy to redirect the connection to the exact same port, because each port is dedicated for each scanner.
I have configured TermProxy with this: connect xx.xxx.x.xxx:8461-8488, but it attribute ports randomly and it causes conflict with scanners connections
Which configuration do I need to set with TermProxy to tell it to use same port as the client one ?
Environment(s):
Motorola - USB scanner - LS3408
Intermec - USB scanner - SR61
Problem/Issue:
Resolution:
Turning off 'Sticky Keys' in the Emulation Parameters resolves the issue.
1. Open the Telnet Configuration Utility
2. Open Emulation Parameters
3. Open to Emulation > Keyboard > Sticky Keys
4. Click Save to save the settings
5. Send the configuration to the device
6. Restart Telnet on the device.
When installing the activesync download of the Telnet Client, Enabler Client, Velocity Client, or Studio Client, I receive the following error message "A required DLL was not found (RAPI.DLL). Please verify that Microsoft ActiveSync (2000/XP) or Windows Mobile Device Center (Vista) is installed and retry this installation".
Another error is plainer, but still corrected by the same solution. When you press 'Application and Config', you receive an error 'ERROR: The system cannot find the file specified'
Download Active Sync from Microsoft Site:
http://www.microsoft.com/en-gb/download/details.aspx?id=15
32-bit Download Mobile Device Center from Microsoft site:
http://www.microsoft.com/en-gb/download/details.aspx?id=14
64-bit Download Mobile Device Center from Microsoft site:
http://www.microsoft.com/en-gb/download/details.aspx?id=3182
Wavelink Terminal Emulation software features the broadest range of supported devices across all major AIDC mobile device vendors and OS platforms. As an agnostic solution, Wavelink TE family of clients supports Windows based, Android, iOS and DOS/legacy devices, and preserves existing infrastructure investment, while providing an easy migration path to newer devices and technologies.
Wavelink TE helps your system and people work smarter by providing intelligent data collection and communications functions. Prevent errors and inefficiencies caused by incorrect data entry or scans, take advantage of easy on-screen navigation, and maximize the uptime of your workforce by avoiding dropped connections, directed messages and error notices.
Wavelink Emulation License Server (Optional):
The Wavelink Emulation License server makes it easy to distribute and keep track of licenses across a large number of hand held devices by centralizing this function in an easy-to-use application. To download select "Emulation License Server" from the Wavelink Product Downloads menu.
Wavelink ConnectPro Server (Optional):
The ConnectPro Server allows you to avoid dropped connections and automatically reconnect by acting as an intermediary connection server between the client device and the host application server. To download select "Emulation ConnectPro Server" from the Wavelink Product Downloads menu.
What is a .wltna file?
The .wltna file contains a snapshot of the current settings configuration of your Wavelink Telnet
How to generate a .wltna file?
Environment:
Wavelink Industrial Browser 7.0.x - 7.3.x
TelnetCE 7.0.x - 7.3.x running WEB Emulation
NOTE: TelnetCE connect to a host via WEB Emulation is the same as using 'Wavelink Industrial Browser'. Different ways of saying the same thing.
Problem/Issue:
Resolution: