Changes between Initial Version and Version 1 of Docs/User/ConfigurationUtility


Ignore:
Timestamp:
03/19/09 09:32:42 (16 years ago)
Author:
kyle_s
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/User/ConfigurationUtility

    v1 v1  
     1= Configuration Utility =
     2A calibration program “touchcal” is provided to calibrate the touch screen and to manage tickets, serial i/o, and menu customization.
     3
     4Select “1” to perform the calibration. This will place a target at each corner of the display and wait for a touch. Best accuracy will be obtained using a stylus. When complete a calibration file touchcal.dat is written. Apps may call the fuction read_touch_cal in the library “touch.cpp” module to read the calibration information. The function read_touch in touch.cpp will then adjust the values obtained by the driver /dev/cardtouch to appropriate pixel coordinates X = 0 – 639 Y = 0 – 479 based on the calibration.
     5
     6Select “2” to display a tracking screen to verify the correct operation of the touch screen. Press “ESC” to exit from this screen.
     7
     8Select “3” to select color mode.
     9
     10Select “4” to configure the weight server.
     11
     12Select “5” for ticket settings.
     13
     14Select “6” to configure the application menu.
     15
     16Select “1” to enable or disable menu items.
     17
     18With the “Application” prompt selected press “SPACE” to cycle through the standard applications: “Truck Storage”, “DFC”, “Checkweigher”, “788 Compatibility”, “None”, and “All”. Select the desired standard application or “All” to appear on the application menu.
     19
     20With the “Custom Acitivity” prompt selected press “SPACE” to cycle through any custom activities to show on the application menu, or select “All” or “None”.
     21
     22At the “File manager” prompt select “Yes” to show the file manager on the application menu.
     23
     24At the “Slide show” prompt select “Yes” to show the slide show option on the application menu.
     25
     26At the “Reboot” prompt select “Yes” to show the “Return to Startup” option on the application menu.
     27
     28The “Auto run” prompt may be used to specify a menu item to automatically start. When specified the “Auto run secs” prompt will appear to set the number of seconds before the item starts. This feature automatically reads the appmenu.cfg file and writes changes to the appmenu.cfg file.
     29
     30Select “2” to configure custom menu items.
     31
     32At the “Custom” prompt press “SPACE” to cycle through existing custom menu items to edit, or select “Add” to create a new custom menu item.
     33
     34Use the “Name” prompt to specify the name to appear on the menu.
     35
     36Use the “1:” though “8:” prompts to specify the actions to be performed. Press “ENTER” when finished. This will write a script file such as: cust01.sh
     37
     38#!/bin/sh
     39
     40# Special
     41
     42cd /mnt/nand/apps/spec
     43
     44./spec_app
     45
     46cd /mnt/nand/bin
     47
     48The “Configure Custom Activity” screen will appear again. Additional custom activities may be created or edited. Press “ESC” when finished.
     49
     50The “Configure Menu” screen will then appear to allow the item to be enabled.
     51
     52Press “ENTER” when finished with the configuration. The “appmenu.cfg” file will then be updated. Press “ESC” twice to return to the “Application Menu”. The new custom activity will now show.