Quantcast
Channel: Ivanti User Community : Popular Discussions - Supply Chain (formerly Wavelink)
Viewing all 7290 articles
Browse latest View live

Change default size of virtual keyboard

$
0
0

Hi all,

 

I have created a new virtual keyboard in the Wavelink TE application. I starts automatically when connecting to the telnet server. But the size is very small as we use a full quertz keyboard with additional function keys. Manually resizing the virtual keyboard after each start is no solution so I’d like to know how I can change the default size of the virtual keyboard after startup. Is it also possible to change the startup position of the keyboard?

 

Many thanks in advance.


How to read TID + EPC + RESERVED + USER MEMORY in the same time?

$
0
0

Hi...

 

I'm sorry for to opened in the last days two wrong request, and I removed them, but I studied a lot the problem I have and now I found what I would to ask.

When I use the Wavelink Telnet CE with RFID scan, I noticed that the data read is only the EPC. I tried to change the setup of RFID MEMORY BANK and RFID MEMORY BANK FORMAT using the different options, TID, MEMORY BANK but I found only the TID or MEMORY BANK datas (if I use MEMORY BANK it gives me 8 hex chars + EPC data) but not the union of the two datas.

 

For example I take 4 RFID's labels and checked with the scanner that they have 5 different TIDs (for semplify I think they have 01, 02, 03 values).

Now I create on these labels the EPC datas (for semplify I'll give them the same value for all: AAAA).

 

Now I have 3 labels with TID=01 EPC=AAAA and TID=02 EPC=AAAA and TID=03 EPC=AAAA. If I use the scanner on the Wavelink Telnet CE (a Motorola 3190Z handheld) to scan these RFID labels, it read only one label with EPC=AAAA 'cause all have the same EPC value.

 

If I use the VBRFIDSample6 software in Visual Basic installed on the handheld, it gives me the same result, one record with EPC=AAAA but read 3 times.

If I try to read only the TID, it gives me only 1 TID and not the others (read 3 times) and not the original 01 or 02 or 03 values but another value.

I don't understand if there's a mistake when I write the labels and make the wrong operation overwriting the original TID (I don't know if it's possible and I know isn't possibile) or if there's a setup or a parameter on the scanner Wavelink software to let me to read not only TID, or EPC, or User Memory, or Reserved, but all these datas in the same time.

Expand Aplication area on VT100 emulation

$
0
0

Hi,

I need support, how i can reduce the size of the Emulation Keyboard for one line only? my cliente can´t view all your aplication area please...

My terminal is a MC3 MObile with Windows CE 5.0 (buid 1400) and the emulation is Telnet CE Version 7.3.50 witch vt100 emulation.

 

Thanks a lot guys!!

Motorola MC9090G, CE5.0 OS: 1.35.0000 Persistance TE Configuration

$
0
0

Hello,

I have a clientwhohas 35unitsMC9090Gterminalandneeds to establisha quick waytosetall terminals,but without usingprograms installed onPC.Itry to make acopy-paste.


This OS version incorporates V7.0.12 of TE. My intention is to set the Config of Telnet in 1 terminal (hosts, config.emulation, etc. ..), and extract the necessary files, then copy them to the other terminals.

Believedto have foundthe5 filesresponsible forthe configuration of theTE (Config.tim , HostCfgs.bin , HostDffs.bin , S24cfg.bin and Termcfg.bin),but I thinkI'm missing something, but randomly, when I make a Cold Start in the terminal, the Host I disappear. I can not find what are all the files and / or folders to be able to do what I intend. My goal is to configure 1 terminal and extract  the need to copy to the other terminals, and configuration persists even doing a Cold Start.

 

Couldanyone help mesolve this problem


Thank you very much

Please vote in our poll about the community upgrade

Studio Client Emulators

$
0
0

As a developer that works with Wavelink Studio COM, I would greatly appreciate the folks at Wavelink to publish any Studio Client Emulators with instructions on how to tailor them to emulate certain aspects of different scanner devices (like being able to change the "wlclient.cfg" file).

 

I am aware that the new version of the Studio COM Server (v3.8) comes with an emulator, but this emulator does not seem to emulate the appearance of the UI as it would appear on an actual device. It also exhibits glitches where buttons no longer respond, and I can't figure out how to simulate scanner input. This makes program development difficult.

 

Four years ago, I was supplied with an emulator by someone that works at Wavelink that can't be downloaded from the Wavelink website. This emulator works very well, and it calls itself "Wavelink Windows Studio Client". This emulator allows me to make adjustments to its configuration in the same fashion as I would change the configuration on a standard Studio Client via the "wlclient.cfg" file. This means that I can reliably see how the UI is drawn for a device with a wide screen (such as the Motorola WT 4090), and how the UI is drawn for a device with a long screen (Such as the Motorola MC 9000 series).

 

Screenshot from the older "Wavelink Windows Studio Client":

oldEmulator.jpg

 

New emulator packaged with Studio COM Server v3.8 (note the different default font for the Widgets and flagrant difference in display behavior):

38emulator.jpg

 

(**Note: the screenshots you see were taken from the two emulators running the exact same application from the same Studio COM Server. )

 

 

Suffice it to say that I am content with the older emulator that I have in my possession, and I am still able to use it when connecting to a v3.8 Server. However, newer devices on the market (example: Motorola MC9190G) seem to feature a different display technology that makes the UI on the Studio Client appear extremely small. Older models used QVGA technology (Quarter Video Graphics Array), where these newer models have begun to use the standard VGA technology that has a higher resolution than QVGA, hence the smaller appearance of the UI. Under normal circumstances, our programmers would be able to rescale the form automatically in the code, but Studio COM provides no such capability in its API. This makes us dependent on Wavelink to provide client software that is properly calibrated for the device in such a way that maintains consistent appearance and behavior across all other supported devices.

 

Since the emulator I have depended on for four years is no longer reliable in fulfilling its purpose, I'd like Wavelink to supply me with the tools and instructions so that our programs will function with reliable consistency using the Studio COM API as directed.

How to use AJAX method???

$
0
0

when I test my web page in internet explorer pocket it work well, but when i test it in terminal emulation it seems that cache memory or something like that fill out because the terminal emulation slows and then i need to restart my device.

 

This is my actual AJAX CODE

 

function xmlHttpPostGrabar(QueConsulta,Consulta){/

 

     var xmlHttpReq = false;

     var self = this;

 

     if(window.XMLHttpRequest){

          self.xmlHttpReq = new XMLHttpRequest();

     }

     else if(window.ActiveXObject){

          self.xmlHttpReq = new ActiveXObject('Microsoft.XMLHTTP');

     }

     self.xmlHttpReq.open('POST','xxxxx.php',false);

     self.xmlHttpReq.setRequestHeader('Content-Type','application/x-www-form-urlencoded');

     self.xmlHttpReq.onreadystatechange =

     function(){

          alert(self.xmlHttpReq.status+" - "+self.xmlHttpReq.readyState+" - "+self.xmlHttpReq.statusText);    

          return false;

     }

     self.xmlHttpReq.send(LlamaParametrosGrabar(Consulta));

}

5250 emulator issues with WT41N0 devices

$
0
0

We have purchased several WT41N0 devices in the last 4 months.  It seems like ALL of them are having issues with the telnet client in some way or another.  The user will be in the middle of a telnet session and them emulator suddenly closes.  OR, another issue is the scanner.  The user will be using the emulator and the scanner suddenly quits working.   Exiting and going back into the emulator fixes it. 

 

Has anyone had these troubles and how did you fix?


RFID usage problem from script

$
0
0

I'm sorry Cachilli,  but I tried what you told me about the way to enable/disable RFID from a script, and I noticed that don't works.

I don't know if I'm wrong or I understood not correctly.

I tried a simple:

 

Script( RFID_ON )

Activate( From_Menu )

    Escape_Sequence( "$1" )

    Return

 

I went on mine right screen with an input field and called manually the script I created, but without success.

It seems to launch it, but when I push the trigger it don't read and start the laser scanner reader, not the RFID reader.

 

I need a simple example script who let me enable/disable RFID.

Thanks

Unable to download OS update for MC3000

control radio type (b/g/n) on Motorola MC55

$
0
0

Hi Folks -- trying to force a radio mode (802.11b/g/n) on MC55's but don't see a way to do so in the GUI.  Is this something that can be adjusted in a PRF file manually or as a custom property in the WLAN settings of the network profile?

 

Thanks,

-Ben

WT4100 StartUp Problem

$
0
0

We just got new WT4100 from our distributor. Using with TelnetCE at version 7.3.144 (5250 and WT100 sessions). The problem we are facing is that after boot an aoutostrup applican  (WT41NOSTARTUP) is automatically launced by the system. This application is undesired and in conflict wiith the one (TelnetCE) we configured to startup.

 

The main question is how to remove the WT41NOSTARTUP application from startup. We already checked that the application is not defined into the startup folder. Also can see that the WT41NOSTARTUP has a shortcut onto the desktop. If we remove from the desktop at next boot it reappers.

 

Regard Antonio.

Motorola MC9090G, CE5.0 OS: 1.35.0000 Persistance TE Configuration

$
0
0

Hello,

I have a clientwhohas 35unitsMC9090Gterminalandneeds to establisha quick waytosetall terminals,but without usingprograms installed onPC.Itry to make acopy-paste.


This OS version incorporates V7.0.12 of TE. My intention is to set the Config of Telnet in 1 terminal (hosts, config.emulation, etc. ..), and extract the necessary files, then copy them to the other terminals.

Believedto have foundthe5 filesresponsible forthe configuration of theTE (Config.tim , HostCfgs.bin , HostDffs.bin , S24cfg.bin and Termcfg.bin),but I thinkI'm missing something, but randomly, when I make a Cold Start in the terminal, the Host I disappear. I can not find what are all the files and / or folders to be able to do what I intend. My goal is to configure 1 terminal and extract  the need to copy to the other terminals, and configuration persists even doing a Cold Start.

 

Couldanyone help mesolve this problem


Thank you very much

Hardware trigger becomes disabled on Intermec CK3X on WLTE exit.

Unchecked box "turn off device if not used for"

$
0
0

How can I unchecked the "turn off device if not used for" box in the registry.

I tried the battSuspendTimeout below but device keep turning off if it is not in used.

See the screenshut below for details.

 

\System\CurrentControlSet\Control\Power\Timeouts

Name: "BattSuspendTimeout"

Type: DWORD Value: 00000000

 

 

 

Screen Shot 2013-06-03 at 9.42.53 PM.png


How to take over a Wavelink configuration

$
0
0

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 TelnetCE 73197 Display Language - UTF8

$
0
0

Hello.

I have Motorola MC3190 and TelnetCE 73197. I need select UTF8 in "Display Language". It is demand for correct display Russian language in the programm. I do not see UTF8 in list "Display Language".

How i do it?

Best regards,

   Andrey.

Define a minimum time elapse between pressions of Enter key

$
0
0

Dear all,

I have Wavelink WEB emulator (7.3.71) running on a Motorola MC9190 with Windows CE 6.

 

I need to manage the rate at which users can post the Enter key to the emulator, because if they press this button repeatedely with small time gap the web server who is listening gets confused. I need to define a time threshold so that the emulator, after the first pression of Enter key, accepts the next one only after this interval has expired. A kind of time watchdog.

 

I hope I was clear in my explanation.

 

Thank you in advance for any advise.

 

Alessandro

Cyrrilic in Telnet CE Version 7.3.172

$
0
0

Hi!

We are using Motorolа Mc9190 terminals and  Wavelink Telnet CE Version 7.3.172 with following settings:

Emulation: VT220

Display language:  Russian - KOI8

Server Language: UTF-8

 

 

 

 

Displaying of russian symbols are fine but

If we enter russian characters by keyboard or by scanning barcodes we get symbols ?????

wavelink_no_russian.jpg

Is there any way to solve this issue?

how do i install a wavelink licence onto a scanner?

$
0
0

how do i install a wavelink licence onto a scanner?

Viewing all 7290 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>