Quantcast
Channel: Ivanti User Community : All Content - Terminal Emulation (Powered by Wavelink)
Viewing all 466 articles
Browse latest View live

VT100 DISABLE SCANNER

$
0
0

 

Hello,

 

I need to know the string that a VT100 server have to send to a Datalogic Terminal using TelnetCE to "DISABLE" and "ENABLE" the scanner device

 

 

 

I need, in case of error, that the Datalogic device can have the laser scanner not avaible by the server

 

 

 

Can you help me?

 


Key Macro: How do I create a key macro (key map)?

$
0
0

Environment:

TelnetCE 7.x and later

 

Question:

  • How do I create a key macro?
  • How do I find the hex value of a button on the keyboard?

 

Answer:

In addition to the information below, it would be worth it to check out the Key Macro Generator: Key Macro Generator


  1. On Device, open Telnet
  2. Click ALT + D to open diagnostics (Or open via the Menu > View > Emulation keyboard. Select cfg and then click Diagnostics)
  3. Use the Windows Keyboard Diagnostics to find the hex value of the characters you are wanting to create a macro for.
    • Backspace: 0008
    • Space: 0020
  4. After you have these values, use the Telnet Configuration Tool on the PC to create and send the configuration to the device.
  5. In Telnet configuration tool on PC, Open Emulation Parameters

    EmulationParameters_button.png

  6. In Emulation > Common > Key Macros

    Untitled.png
  7. If I wanted to swap the backspace and space buttons, then I would enter the following macros
    • 0008:\0020
    • 0020:\0008
  8. NOTE: If you need to add multiple macros, simply right click on Key Macros and select 'Add'
  9. Save your configuration
  10. Send the configuration to your device
  11. Restart TelnetCE on the device

Resource Editor: Adding a Custom Error Beep

$
0
0

The purpose of this document is to demonstrate how to add a customer wav file and use that as the error beep using the resource editor. For this document I am using the active sync configurator.

 

1. Open the configuration utility and select "Resource Editor".

TE0.JPG

ResEdit.JPG

2. Once inside the Resource Editor, Select Add new sound and Browse to the wav file of choice.

ReEdit1.JPG

3. Once Selected, click save and exit the Editor.

4. Open the Emulation Parameters\Sound\Error Beep and enter the name of the newly added wav file. Save and Exit.

resedit2.JPG

 

Push these settings to the device and Start TE on the device.. When an error occurs, you will now here your newly added wav file play upon an error in TE

ScanHandler: removing a GS, FS, RS from a barcode

$
0
0

The purpose of this document is to demonstrate how to remove a Group Separator Field Separator or Record Separator from a barcode..

 

Hex    Char

1C       FS = Field Separator

1D       GS = Group Separator

1E       RS = Record Separator

 

To remove a Field Separator:

A(0)[X\\1C;]

 

To remove a Group separator:

A(0)[X\\1D;]

 

To remove a Record Separator:

A(0)[X\\1E;]

 

the above Scan Handler interrupts in the following way.

 

A = Any barcode type

(0) = Any length barcode

X = Remove

\\ = Hex Character to follow

1C,1D or 1E = Hex value for each separator type

WIB Slow Scanning

$
0
0

Environment:

Wavelink Industrial Browser 7.x and newer


Problem

Scanning is too slow in the WIB, especially when using the parameter "Web Scan Data Insertion Method" set to "keyboard data". Sometimes you need to set this to keyboard data to allow for certain java script functions to occur, but doing so could make scanning slower.

 

Solution

We have an emulation parameter (under Emulation/Web) called "WEB Fast Keyboard Support" that when enabled can increase scan performance.

Datalogic Falcon X3 - TelnetCE Program Diagnostics Scan Test - no data showing

$
0
0

When I test the scanner from within windows the barcode data scanned displays correctly however when I use the TelnetCE Program Diagnostics Scan Test no data is displayed. Has anyone any ideas please?

Auto login password

$
0
0

I tried to make auto login in TE 7.3 on motorola mc9190 but the process stop at password and I need to enter it manually. The user name and the command that came after passing automatically, only the password needed to enter manually.

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


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

$
0
0

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

  • How do I confgure TE Client to execute a carriage return after each scan?
  • How do I auto send a scan?
  • How do I automatically have enter sent after every scan?

 

Response

  • Scan Handler (For any emulation)
  • 5250 Specific Solution
  • VT Specific Solution
  • WEB Emulation Specific Solution

 

 

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.

  1. Open Emulation Parameters
  2. Emulation > Scanner > Common > Scan Handler
    Example: A(0)[A\\0D]

Autosendenter_scanhandler.PNG


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

  1. Open Emulation Parameters
  2. Emulation > Common > Auto Send Scans

ibmhostscan.png

 

 

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

  1. Open Emulation Parameters
  2. Emulation > VT and HP > Common > Scan Terminator


VTScan.png

 


 

 

WEB Emulation Specific Solution

=============

Use Default Scanner Auto keys

  1. Open Emulation Parameters
  2. Emulation > WEB > Default Scanner Auto keys

 

WEBscan.png

 


Configuration Function Key F5 and F6 to TE VT220

$
0
0

Anyone knowthe configuration ofkeysF5andF6function inVT220emulation?


I have a customer usgin SAP VT220 emulation.

 

 

I triedthe settings below,butit did not work

F5 - 3F00:\3F00\000D

F6 - 4000:\0336\000D

 


What License is needed to purchase to get TelnetCE Client with WEB-Emulation for a Motorola MC9090??

$
0
0

What License is needed to purchase to get TelnetCE Client with WEB-Emulation for a Motorola MC9090?

how do I print to a bluetooth printer from TelnetCE?

$
0
0

Need some information on printing to a Zebra QL320 bluetooth printer from my MC3190 device via Wavelink TelnetCE.    Any guidance would be appreciated.

Thanks Mark

Disable Auto SIP on CE7 if Emulation Parameters do not work

$
0
0

Environment:

CE7 Devices using Web Emulation

 

Scenario:

Customer is using device that has full keyboard and does not want to use SIP. SIP may not disable with settings at time of writing. Use provided reg keys to fix issue

 

Resolutions:

 

http://msdn.microsoft.com/en-us/library/ee504097.aspx

GUI method can be altered by going here:

Start>settings>control panel>Input panel>current input method:

Reg Key method is here:

xamlim

HKEY_CURRENT_USER\ControlPanel\SIP\DefaultIm "0409" = {498EFF0E-5A69-43fc-BE06-726BB90FAA5F}

QWERTY
HKEY_CURRENT_USER\ControlPanel\SIP\DefaultIm "0409" = {42429667-ae04-11d0-a4f8-00aa00a749b9}

Enable TurnOffAutoDeploy:

HKEY_CURRENT_USER\ControlPanel\SIP "TurnOffAutoDeploy" = dword:00000001

How to use SSH with Android device

$
0
0

For Android devices, please follow the steps below to enable SSH:

1. Install .apk file onto the android device

2. Manually set up SSH server. Wavelink currenlty only provides SSH utility for CE devices, X86 based Mobile devices and windows PC

3. Enable SSH on android to connecting to the SSH server in the host profile

how to print to a zebra bluetooth portable printer?

$
0
0

Having trouble printing to a zebra bluetooth portable printer. Looking for some tips regards configuration and or coding etc.


Encrypt password in the Telnet Emulation configuration file?

$
0
0

Hi there,

 

Is there a way to encrypt or obfuscate the different passwords in the Telnet Emulation configuration file?

 

As of today, anyone who steals a device can navigate on the hard drive using a computer and USB cable, collect the Telnet Emulation files and recover most of the information in there, including password to change and/or exit the application.

 

This leads to get information about the telnet server address(es), getting to use the device as a gateway for any device to connect when access to the Operating System is granted (after exiting the application with the clear-text password recovered from the file), and some more.

 

If this is not possible today, is there anything planned in the near future? Ideally the password is encrypted in the file and the tool (Configmgr.exe) should only be able to read and change it, but not display it, as the tool itself is free for downloading on the Wavelink website.

 

Thanks for the feedback and help.

Patrick

VC70 SSI Mode with LS type scanners

$
0
0

This document goes through the steps to set up SSI scanning with in TE.

 

1. Configure the emulation parameters:

               a. Default Scanner = External SSI

               b. Use Com Input / Output = Yes

2. Obtain the barcodes for your SSI scanner

               a. SSI Barcodes

ls3408.png

 

After the scanner has been set up, start TE and scan. Make sure that any external scanning software is disabled.

Auto login Wavelink Web Browser 7.0.159

$
0
0

I tried to make auto login in TE 7.0.159 on motorola mc3190 with Wavelink Webbrowser but i don't find the field "Auto Login" in the Hosts editor. And the laser is disabled because the Authentication windows is a popup.

Why is pre licensed terminal emulation asking for a licence on one of my customers unit?

$
0
0

Hi, i have just loaded 10 units with pre-licensed software (mc9090, wm5, ver:7.0.133)  for a customers and the last unit he powers up is asking for a licence? Can someone advise why?

 

 

Thanks in advance.

Windows Mobile power settings being reset

$
0
0

Hi,

We've recently installed Wavelink TE on our Honeywell 7600 Hand Held Terminals. This interacts with a Pragma Server. On the HHT's we un-tick any power saving options in Windows > Settings > Power > Advanced. However, much to our annoyance we've found that something is turning it back on again! This causes us big problems if the Warehouse guys are in the middle of a pick. The HHT freezes and we have to warm reboot the HHT to get the session back.

 

Is there a setting in Wavelink config which is causing this behaviour?

 

Regards

Viewing all 466 articles
Browse latest View live


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