We recently received a demo Zebra/Motorola MC55 from Zebra. We are in need of a Wavelink license (even if temporary) so we can have our customer try this MC55 out with the terminal emulator running on it. Can you provide a license to run Wavelink? Even if it expires after a week or two, that's fine. Thanks.
Demo equipment license to Wavelink needed
Registration Problem
I registered my Wavelink software using the wrong Platform Version. Is there any way to cancel and re-register that you know of? I've tied calling support but just get bumped around and finally disconnected.
how to prevent select a host popup
On the Intermec CK71 devices a popup with the title "Select a Host" comes up periodically whenever a session has ended. The host profile is set to auto-launch, and the session is set to reconnect in the emulation settings; however it still popups and requests the user select a host profile. Can this be automated?
When will avalanche support ios 9 features?
per-device app installation, etc
Is there a way to emulate page up and page down for motorola MC3190 ?
Good morning,
is there a possibility to scroll up and down my screen when i'm using a wavelink 5250 emulation ?
I can't use any combination of keys or the up/down specific keys.
Can someone help me please?
Thanks.
Roberto
Are there any pre-built TelnetCE scripts for GS1 barcode parsing?
Does Wavelink have any scripting libraries that include GS1 barcode handing? I have a scenario where I have to parse information out of a GS1 barcode scan into multiple fields or persistent variables based on the Application Identifiers within the barcode. I've developed the pseucode for accomplishing this and am about to port it into TelnetCE scripting. I just wanted to make sure this didn't already exist before I spend my time building it from scratch. I have to imagine other Wavelink customers have ran into this situation before as it's a standard symbology for the pharmaceutical industry.
Wavelink TE don't reconize a few letters.
Hi.
Our customer are using an Intermec CN51 WM unit whit Wavelink Terminal Emulator.
In Norway the letters ÆØÅ is used on on-screen qwerty, when in TE they need to type a name for example Norwegian name Bjørn.
In their system they need to type these in large letters as BJØRN, what happens in Wavelink is that special letter is typed whit lower case, BJøRN.
When this happen the system does not reconize the letter and does not appear on final confirmation for theur customer again, so no refrense on the order.
If we type directly on Notes for example it types all big letters so we can't find issue whit the unit or on-screen keyboard.
Does anyone know what may be wrong or what needs to be done so letters ÆØÅ is typed right in Wavelink?
Best Regards
Øystein Stakvik
Lexit Group
IDA_SCAN_DISABLE
Hello,
we made a test HTML page and run this in the wavelink industrial browser.
The html looks like this:
<html>
<ahref="ida:IDA_BEEP">IDA_BEEP</a>
<br/>
<ahref="ida:IDA_ERROR_BEEP">IDA_ERROR_BEEP</a>
<br/>
<ahref="ida:IDA_SCAN_DISABLE">IDA_SCAN_DISABLE</a>
<br/>
<ahref="ida:IDA_SCAN_ENABLE">IDA_SCAN_ENABLE</a>
</html>
IDA_BEEP does, what it should do. Also IDA_ERROR_BEEP.
However, the IDA_SCAN_DISABLE has no effect. Is this command depending on any other setting in the wavelink industrial browser?
Any ideas ?
Thank you
Markus
The taskbar is not visible in TelnetCE, even though I'm not hiding anything in the options tab. How can I get it back, so I cen get into the config menus
I'm using TelnetCE 7.3 with app center. When I go into TelnetCE, I lose the taskbar which contained the config menus.
So I can't change config or even exit the program. I'm force to cold boot to exit TelnetCE. I'm do not have any
options in the 'options' tab checked, so nothing should be hidden. How can I get it back?
how to setup automatic unassigned devices in 6.1 to a folder
how to setup automatic unassigned devices to a folder Avalanche 6.1
Meta Tag Scanner Navigate - Event is not working
This example code snippet is not working. Can any one suggest what needs to corrected in the below code or any configuration need to set?
Head Section
<meta http-equiv="Scanner" content="Enabled">
<meta http-equiv="ScannerNavigate" content="Javascript:onscan('%s', '%s','%s');">
Javascript:
<script language="javascript">
function onscan(data, type, timestamp)
{
alert("The barcode scanned was " + data + "\n" +"The symbology was " + type + "\n" +"The time stamp was " + timestamp);
document.form1.submit();
}
</script>
CEterm Licensing site is requesting username and password, before i didnt needed that, how que i get mine?
Hi the question is in the subject
How to take over a Wavelink configuration
Hello, I have some Motorola MC9100 and I'd like to take over the configuration from one device to another device. I heard that I could copy the Termcfg.bin from the application\wavelink folder (via Active Sync) to another MC9100 but that don't work. If I looked in the Termcfg.bin I didn't find my configuration profile.
In which file is the configured profile from my Wavelink Telnet (Version 7.3.40) saved?
Another possibiltiy to take over the profile should be the Wavelink TelnetCE Configuration Utility but I can't find a download. Is this software only available for
maintenance agreement?
I hope you can help me :-)
Thanky You
Olaf
Wavelink in MC9090 and MC9060?
Hi,
I bought two MC9000, one MC9090 and one MC9060. And I need check or installa on PDAs:
Wavelink Emulator Telnet installed. With WEB adapter. with Windows CE 5.0 running WaveLink Telnet CE Version 7.0.x
So, please can you help me?
Thanks
Luis
How can you avoid this?
Using our current WT4090 Wavelink config files, the WT41N0 asks the user to reboot the terminal to change the taskbar state.
We don’t want the users to make this choice. If they choose no, then Wavelink does not go into Kiosk mode. (Taskbar is unlocked)
Is there a way to update the config files so that a reboot is not necessary, have the device reboot automatically or as a last resort not attempt to lock the taskbar (so the popup does not appear)?
What happens when a maintenance license expires
What happens when maintenance license (5.3) expires on a Avalanche 6.1 installation.
Do these 5.3 licenses stop working then ?
Thanks in advance.
Stephan C
ios features with Avalanche
I'm trying to figure out feature set wise how avalanche compares to other MDMs using http://www.enterpriseios.com/wiki/Comparison_MDM_Providers but LDMO/Avalanche isn't on the list. It would be nice to see where avalanche ranks amongst the competitors and what MDM features it supports especially when it comes to iOS support.
What VT escape sequences are supported?
Hi there,
We have a legacy custom-written telnet server to which several MC9090 devices running Wavelink TE are connecting to.
We need to update this server to support configuring the scanners on the devices.
There was a document we came across a few years ago called "WL-VTReferenceGuide.doc" which listed all the supported VT escape sequences - however this no longer seems to exist. The relevant section was"WAVELINK CUSTOM ESCAPE SEQUENCES".
For example, it contained entries such as:
ESC % Pt ; Pl F | Enable/disable Fixed Screen Mode. Pt and Pl are 1-based coordinates. |
ESC % Pn ; Pf ; Pi L | Turn on/off the scan LED on the terminal |
We successfully used the information from that list to enable/disable the scanner with commands from the telnet server. However we can longer find this document, nor any similar list. And, unfortunately, we only recorded the ones we actually used in our own internal documentation.
We are now after some further escape sequences to configure the scanner from the telnet server - does such a list exist and can we have access to it?
Many thanks in advance and all the best,
Mark.
Problem with the deinstallation of the Wavelink TelnetCE 7378 application
I am currently about to deinstall / install the Wavelink TelnetCE 7378 application on our Motorola MC9100 device. In order to achieve this, I have already tried the following measures without any success:
(1) Deinstallation via the Motorola Wavelink Application (Application & Config):
After having executed the deinstallation process I get the following error message despite the fact, that the application is already installed on the device:
"Update failed. Unable to determine install directory. Please verify that the product is installed on the device."
(2) Deinstallation via the remove programs menu on the scanner
It is written on the screen: "Programs in storage memory: Wavelink TelnetCE 7378". I mark the entry. Afterwards I click on "remove". After having clicked on "remove" the following error appears:
"Wavelink TelnetCE 7378 was not completely removed. Do you want to remove it from the list of installed programs?" Then I click on "yes" but nothing happens.
(3) Reinstallation of the client via the "Application & Config" button on the application:
The reinstallation process starts. However I get the following error messages on the screen:
"The previous version of Wavelink TelnetCE 7378 will be removed before the new one is installed. Select OK to continue or cancel to quit". I click on "OK". After three seconds the following error message appears:
"The previous version of Wavelink TelnetCE 7378 cannot be removed. Do you want to continue installing Wavelink TelnetCE 7378?" Here I click on yes. Then the following message appears:
"Installation of Wavelink TelnetCE 7378.cab was unsuccessful."
(4) Restarting of the Scanner and the following of the reinstallation / deinstallation measures (Bullet points 1 - 3) as described above after the scanners’ reboot was also not successful
(5) The deinstallation of the Wavelink Application and the following of the reinstallation / deinstallation measures (Bullet points 1 - 3) as described above after the scanners’ reboot was also not successful
So I have now tried five possibilities to solve the problem. Do you have any other hints regarding the solution of this issue?
Thank you very much in advance.
VC70N0 Naurtech Customization
i Dear Support Team,
I want to customaze the look /font of the Naurtech, when the device connects to the Naurtech then I got a really small command window with small font in the top left corner. So I would like to expend it to the point where the keyboard starts so when I open the keyboard it wouldn't cover the Naurtech window. (Photo in the Attachment).
Keyboard Customization:
Do you know if the Keyboard can be Customized? We would only need F-Keys to navigate trough the Menus.
Thanks for your help in advance.
Best Regards,
Ziga