SOFTWARE PACKAGE
Configuration
E355/E265 USER AND BEST PRACTICES GUIDE 73
• vlr -c #version.txt #version.sys is the command to convert to
compressed format.
Configuration
NOVA package includes configuration file config.$$$, which contains system
configuration/environment variables. The OS recognizes config.$$$ file during
reboot and merges this file with CONFIG.SYS. This config.$$$ file is also in
compressed variable length record format with content stored as key and value
pairs. Use same VLR utility tool to convert this file to text format.
• vlr -a -c config.$$$ config.txt is the command to convert to text
file.
• vlr -c config.txt config.$$$ is the command to convert to
compressed format.
Sample Content of
config.$$$ File
The config.$$$ may contain the following, or more, content:
• *GO
F:CTRL_APP.OUT
• *VXAPP1
I:BT_MGR.OUT
• *VXAPP2
F:BARCODEAPP.OUT
• *VXAPP3
• *BT_ENABLE
1
• *CTLS_POLL_EVT
1
Downloading
• NOVA packages are posted in Agile, DevNet (released ones), and at the
following Sharepoint link:
http://sharepoint/sites/E355PackageSite/SitePages/Home.aspx
• Extract the NOVA-xx.xx.xx_Package.zip.
• Initiate Full download on E355 via VTM's COM1 or USB Dev port.
• Modify download.bat:
• p1 for COM1 or assigned communications port.
• px for USB Dev where x is the assigned port for E355 device (check
device manager).
• Run download.bat.