Skip to content

Velocity Script Repository

Besides the scripts that are available in the NIMMSTA Velocity Demo Kit, many other scripts can make the integration of the Smart Watch easier and increase productivity. This repository contains some of these script. These are grouped by scripts that can be used in any both telnet and web sessions, scripts that are intented for telnet sessions and scripts that are used for web sessions.

Scripts for general use

GS1 Scan Handler

Scan Handler for GS1-128 (EAN or DATAMATRIX) barcodes. Every GS1-128 symbol encodes one or more Application Identifiers to indicate that what type of data is encoded. This function returns the selected Application Identifiers from a scanned barcode.

Download gs1ScanHandler v2.0

Scripts for telnet sessions

Ask Workstation ID On Pre-connect

For 5250/3270 emulatoion. This script can be used to configure a unique Workstation ID for every device that is configured with the same Velocity project. It asks for the workstation ID at session preconnect if no Workstation IS is defined. The Workstation ID is then stored in global storage memory. By pressing a combination of keys the workstation ID will be deleted.

Download askWorkstationIDOnPreconnect+v2.0

Scripts for web sessions

Set Focus Function (SAP ITS)

Override the function setFocus() for SAP-ITS Mobile to work with Velocity. Check if the onload function of the page is setFocus(). If so, call the new version of it. If the onload function is not setFocus() but a function that calls setFocus(), call that onload function again so that the new version of setFocus is called.

Download setFocusSAPITS v2.0

Set ITS Function Keys

Map (function) keys to SAP ITS javascript functions

Download SetITSfKeys v1.1

Web Display

Set one or more parameters to make the web application fit the screen of the device best.

Download webDisplay v3.1

Smart Keyboard (Web)

Will display the keyboard when you tap a field (Link To Session)

Download webSmartKeyboard v1.2.1

Smart Keyboard (Web)

This function reconnects to the last know URL of a websession when Velocity is restartet after unexpected shutdown. Important, in the Host Profile - disable Clear Cookies on Connect - disable Detect network out of range

Download WebSessionReconnect+v2.0