Quantcast
Channel: Ivanti User Community : Popular Discussions - Terminal Emulation (Powered by Wavelink)
Viewing all 8066 articles
Browse latest View live

Scanner not returning data

$
0
0

I've been having some occasional trouble with the Wavelink Industrial Browser on some Datalogic Falcon X3s. (Both the Falcon X3 and Falcon X3+)
The IB shows the web page correctly, but when a scan is attempted, it seems like it reads the barcode (IE, the laser turns off), but there is no confirmation beep, and the data is not returned to the input box on the screen.
I've already confirmed that the scanning functionality works fine outside of Wavelink. Dropping back to Windows, they can scan text to Notes just fine.

 

I found this article in the knowledge base, but these settings don't seem to have made a difference.
Scanner wont input data on CI70 Device Using TelnetCE.

 

Anyone else run into this issue before?


5250 Remove all right characters on Enter in an Input Field

$
0
0

One of our customers has as problem with the default functionality on a Datalogic Skorpio X3. The problem is shown on input fields. First, they type in a long string (in this example "9" is typed in several times). After that, they go back and and type several times "5", so they and up with "55559999" and with the cursor behind the last "5". After that, they want to press Enter and only have "5555" as the input result. But this won't work, because "55559999" is send as the result. According to the customer, this kind of functionality was possible on their old Datalogic Memor devices running the discontinued DL-TCL-NET software. So the question is how to get the same kind of functionality or workaround the problem.

 

Bild_1.jpegBild_2.jpeg

I need help with Scripting

$
0
0

I need to play a sound when users get a message for the first time, I had this functionality working in Naurtech, Examples below. My wavelink script is configured to execute on screen changes. The problem is that text stays in place through additional screen updates before the next successful output, the results are with every tab and move within the screen this sound plays. A solution may be waiting until the user presses enter, I tried changing the setting from when screen updates to after keystroke of enter 0D and it breaks the software because I can no longer hit enter to logon.

 

Script for Wavelink:

Script( BeepTest2 )

String( text2 )

Boolean( Successful )

Activate( On_Key, 0xd, None )

    text2 = Get_Screen_Text( 15, 1 )

Successful = String_Equal( "successful.", text2 = String_Left( text2, 11 ), 0, TRUE )

If( Successful )

        Play_Sound( "Beep.wav" )

    End_If

Return

 

Script for Naurtech:

// Written by Naurtech Support for Case 19328

//

//   - Sounds a beep when it finds a unique text "Processing" on row 14, col 1

//     and text "successful." on row 15, col 1

 

 

function OnSessionReceive(currentSession, count)

{

    // -----------------------------------------------------------  

    // This script looks for a special text on the screen of emulation

    // session S1 and then plays a beep if the text is found. 

    //

    // TODO: You can change the session in which you would like to

    //       look the text

    //

    // TODO: You can change the text string to look for. Presently

    //       this script does a case independent text match

    //

    // TODO: You can change beep and play a WAV file to sound

    //       text match is detected. Make sure that the WAV file

    //       exists on the specified file path

    // -----------------------------------------------------------

   

    // TODO: Change the pattern regular expression as required to

    // change the unique text match strings

var pattern1 = /Processing/gi;

var pattern2 = /successful./gi;

 

 

   

    // TODO: Change the matching text string locations if required

    //

    var line1 = CETerm.Session(currentSession).Screen.GetTextLine( 14 );

    var line2 = CETerm.Session(currentSession).Screen.GetTextLine( 15 );

   

    //

    // Look for the unique text; pattern 1 on line 1 and pattern 2 on line 2

    // Do a regular expression case-insensitive match

    //

    if ((line1.match(pattern1)) && (line2.match(pattern2)))

    {

        // Uncomment next line to display a message prompt.

        // OS.Alert( "Found Text!! ");

               

        // Sound a beep or play a WAV file if text is found

        // TODO: Change the file name and path to play a different WAV

        // file. Make sure that the WAV file exists on the device

        // OS.PlaySound("\\Windows\\beep.wav", 0);

        //OS.Beep();

        OS.PlaySound("\\flash disk\\beep.wav", 0);       

    }

}

missing/lost TelnetCE 7.3 license after reinstalling the program

$
0
0

Hi Everyone,

 

We purchased a TelnetCE 7.3 for zebra MC3100G with RFID.

 

At first we install the TelnetCE 7.3.47 on the device and sucessfully added manually the license on the mobile device.

 

However, there is a problem with the screen indicator that is not showing up when pressing the yellow button. But there is no problem when pressing the Function button as it shows the blue ring indicator on the screen.

 

So what we did is we try reinstalling a TelnetCE that is version 7.3.299 then it solves the issue with the yellow and blue screen indicator when the button Was pressed.

 

But then, after installing this version, the TelnetCe license seems missing and keep prompting to “add the license”. Then we tried to add the license and key-in the information that we get from license registration but it keeps showing “Authorization Code Failed”.

 

Can anyone help how to fix this issue? We purchased a 2 in 1 license for VT220.

 

 

Thank you very much in Advance.

 

Best regards,

Roger

TE Scripting capabilities

$
0
0

Is it possible to access OS specific features via scripting in particular to communicate data to a local custom application running on device in any of the platforms (Android, CE7).

 

Alternatively is there an API available from scripting to open TCP connections?

VC70 - System Request key

$
0
0

We are using a mixture of Zebra VC5090 and VC70's.  Our forklifters use the system request key (FUNCTION and the RESET/ATTN button) on the VC5090 to change password as well as the Send Message option.   We cant figure out how to do this on the VC70.   Is there a keyboard map or can someone tell me what the option is for this?  

Remapping function keys for SAP ITSMobile using wavelink telnet ce?

$
0
0

How to enables the Function and Enter keys under a SAP ITSMobile session executed with the Wavelink  TelnetCE web browser?

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.


Errant "?" inserted into scans in TE on Thor VM1

$
0
0

I have a Windows Embedded (XP flavor) Thor VM1 running the universal client of TelnetCE with the Link*One software being used as the scanner wedge. Using TE as the scanner wedge was not a viable option as "?"s were inserted in between every character when using a serial scanner.

 

Using Link*One has worked out great so far except for we are now running into a situation with TE inserts a "?" in scans of barcodes that contain hyphens. Outside of TE the barcode scans absolutley fine and even from a putty session to the same VT host the barcode scans fine. But in TE a "?" gets inserted.

 

How can this be removed? It seems to only be affecting Wavelink TE.

 

Sample barcode:

Barcode.JPG

 

Barcode scanning into Putty session (scan is after Tsk#) and Notepad. Notice no ? is inserted in either case:

2014-04-17 08_57_01-Greenshot.jpg

 

TE session with the ? inserted after the scan (after Task#):

2014-04-17 08_58_14-Greenshot.jpg

 

What's the deal?

MC9190G TelnetCE W6.5 hanging

$
0
0

We have just purchased 7 x Motorola MC9190 OS is Windows 6.5 and installed Wavelink Telnet CE V 7.3.265. This is configured to connect to a Pragma Session Manager on a Remote Server.

 

We are finding that the Scanners will lock/freeze/hang for an, as yet undetermined, period of inactivity. However the Pragma Session Manager still see's a live session and indeed I can log the user off from the Pragma Session manger which in turn resets the hand held terminal.

 

I have tried to configure Wavelink Emulation Keep Session Active to 30seconds however this has no effect.

 

It seem to me like something configured on the Hand Held is disconnecting or disabling any keypad input until the session is reset in Pragma.

 

Any thoughts?

Use file:// in TelnetCE for Industrial Browser

$
0
0

I'm trying to create a web host profile configuration that will load an HTML file stored on the device itself but whatever I try I get the error: "Error 0x8007000E reported during navigation: file://<HTML file>

 

I've tried putting the HTML file in the \Application folder, \ folder, \Application\Wavelink\TelnetCE folder.

I've tried:

file://test.html

file://Application/test.html

file://Application\test.html

 

On the device, when I navigate to the \Application folder for example and click on the test.html file there it opens fine in IE on the device.

 

Anyone know how to have Wavelink open a local HTML file and where to put that HTML file then on the device?

Function keys with WT41N0 Telnet CE 7.3.192 VT220 emulation

$
0
0

Hi i'm having difficulties using function keys with Motorola WT41N0 Telnet CE 7.3.192 and VT200 emulation. Random charachtes or error message key not recognized is diplayed if i'm trying to use Function keys (F1; F2 etc.) Any ideas?

wavelink IB - KeyMaps.asc not found

$
0
0

Hello

My Motorola MC 9190 WM 6.5 - Wavelink 7.3.193 - Industrial Browser WEB , show me on the start screen

KeyMaps.asc file not loaded.

Device was working three Month without any problems

 

anyone has an idea.

 

thanks

Carsten

KeyMap_asc_not_loaded.jpg

Is there a way to emulate page up and page down for motorola MC3190 ?

$
0
0

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

Remapping function keys for SAP ITSMobile using wavelink telnet ce?

$
0
0

How to enables the Function and Enter keys under a SAP ITSMobile session executed with the Wavelink  TelnetCE web browser?


WIB disable zoom on screen tap

$
0
0

How can we disable the zoom on screen tap in web environment?

 

e.g. when a user taps on a input form field the screen zooms in. How do we stop the zoom from happening?

Ctrl 2 as Barcode or F2 as Barcode?

$
0
0

Hallo,

 

i want to print a funktional key as Barcode.

We use Motorola 9090 with 28 keys and Wavelink TelnetCE.

Our Users Need to press "ctrl 2" 500 times a day. I want to solve this with a Barcode. Does anybody know how to do this?

Our emulationtype is XTERM.

 

THX

I am trying to find a way to change the color of the telnet window title bar. I want to have 5 distinct colors to designate which area a MC9090 unit belongs.

$
0
0

I am trying to find a way to change the color of the telnet window title bar.  I want to have 5 distinct colors to designate which area a MC9090 unit belongs.

I can change the color of the background but the session text becomes difficult to read with some colors.  I can change the color of the cursor but I would like it to stand out a little more.

We are using 7.0.1.33 telnet client on MC9090 and MC9190 units

Scanner not returning data

$
0
0

I've been having some occasional trouble with the Wavelink Industrial Browser on some Datalogic Falcon X3s. (Both the Falcon X3 and Falcon X3+)
The IB shows the web page correctly, but when a scan is attempted, it seems like it reads the barcode (IE, the laser turns off), but there is no confirmation beep, and the data is not returned to the input box on the screen.
I've already confirmed that the scanning functionality works fine outside of Wavelink. Dropping back to Windows, they can scan text to Notes just fine.

 

I found this article in the knowledge base, but these settings don't seem to have made a difference.
Scanner wont input data on CI70 Device Using TelnetCE.

 

Anyone else run into this issue before?

Connection Reset by peer.

$
0
0

We are using Motorola VC5090(CE5.0) and MC3190(CE6.0) at warehouse, through Wavelink 7.3, we connected to end user Telnet SSH Server

 

We discover after a certain time, the packer who is currently working and using MC3190, the wavelink clients would "jump out" and the messages prompt shown "connection reset by peer", it cannot recover, it is need to relogin again. So, it got annoying and heavy complain on us

 

 

Under the same network, VC5090 is good and no disconnected problems. We go through the network packages by Wireshark and found the followings.

 

  • MC3190 is always retransmitted error and it is only using TCP package to transmit.
  • VC5090 is smooth and no error packages, it can using SSHv2 package to transmit

 

 

 

1) How can we avoid the messages jump out and disconnect which is "Connect reset by peer" at MC3190?

2) Can we setup on MC3190 to transmit the packages by SSHv2 just like VC5090

 

We got a long complain from end user, look forward for kindly technical expert to help us on this, really thank a lot.

VC5090.JPGMC3190.JPG

 

Regards,

William

Viewing all 8066 articles
Browse latest View live


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