GE IC754VSL12CTD QuickPanel
Storage ManagerUse Storage Manager to repair or format lost or corrupted data volumes. Storage
Manager can repair data volumes existing either in Compact Flash (CF) or battery backed SRAM (BBSRAM). Data volumes existing in the main flash file system of
the QuickPanel may not be repaired by Storage Manager.
Storage Manager, accessed from the Control Panels folder, is a Microsoft product
for which on-line help is available.
System Information
System Information is a custom utility that displays a splash screen with the
following information:
■ Operating System version. For example, ‘Windows CE .NET v4.10’.
■ Platform. Identifies the host hardware, its version and build number.
Tapping More Info on the splash screen opens the Advanced System Information
window, which provides information such as hardware version and serial number,
CPU type and specifications, etc. This information can be especially useful if you
are contacting GE Fanuc Support.
To run the System Information program
1. On the desktop, double-tap System Information.
The System Information splash screen appears.
2. Tap More Info to open the Advanced System Information window, or tap Close to continue.
Network information alone can be viewed by double-tapping the LAN icon
displayed on the taskbar for each connection.
Copy Project to Flash Card
RestorePCCard is a custom utility for transferring Proficy Machine Edition Projects
between compatible QuickPanel View units via CF cards.
Caution: Ensure that the copy or update operation is complete (i.e., no busy or
wait cursor displays) before disconnecting power.
To copy a Machine Edition project onto a CF card
1. Ensure there is a blank CF card in the in the CF port.
2. Double tap the Copy Project to Flash Card icon on the desktop.
3. Tap Yes when the Proceed with Copy to CF Card confirmation dialog box appears.
The system copies the project onto the blank CF Card.
To update a Machine Edition project
You can update a Proficy Machine Edition application currently stored on the
QuickPanel View with a revision stored on a CF Card.
1. Insert the CF Card containing an upgraded version of the Machine Edition project in the CF port.
2. Reboot the machine (see page 13).
When a valid project is found on the CF card, you will be prompted to install the
project or skip it. Tap OK to install or Cancel to skip the install and continue to
reboot. If an invalid project is found, an error message appears in a dialog box.
This dialog box must be closed before reboot will continue.
3. Remove the CF Card from the slot.
Emulate PPC
Emulate PPC is a utility that allows the QuickPanel to emulate a Pocket PC 2003
during an ActiveSync session, enabling the download of third-party Pocket PC
2003 software.
To use Emulate PPC during an ActiveSync session
1. Start Windows Explorer, double tap Windows, then double tap EmulPPC.
The Emulate PPC dialog box appears.

2. Start the ActiveSync session. When installation of third-party software is complete, close the dialog box to deactivate
Emulate PPC.
HTTP File Transfer Utility
The HTTP File Transfer Utility (HFTU) is a small, standalone command line
program that allows you to send and delete files to and from computers over a
network. The HFTU uses the HTTP protocol, so you can even send files to
computers over the Internet.
Run the HTTP utility from a command line prompt, from a batch file (.BAT) or as
an application call in a script. The HTTP utility is an executable (.EXE) file included
in the 10” and 12” QuickPanel View’s operating system.
The HTTP utility currently supports two file transfer commands: COPY and
DELETE.
Note: In order to function, the HTTP File Transfer utility requires both
computers to have web servers that support PUT functionality. (Most web
servers support PUT, including the CIMPLICITY Machine Edition web server
installed with the runtimes for View and Logic Developer - PC.) If in doubt,
check the documentation for your web server.
To use the HTTP utility
1. From the Start menu, choose Programs, then choose Command Prompt.
The Command Line editor appears.
2. Type commands as required.
3. Use the following syntax:
HTTPUTIL COPY source destination
Where “source” is the URL of the source file, and “destination” is the URL of the
destination file. For example
Copies a file called MyFile.txt on drive C: of the local computer to the webfiles
folder under the web server at //MyServer. Note that you can rename a file as you
copy it.
HTTPUTIL DELETE url
Where “url” is the remote URL of the file you want to delete. This URL must use
the “//” or ”HTTP://” syntax. For example:
HTTPUTIL DELETE http://MyServer/webfiles/MyFileBACKUP.txt
Deletes a file called MyFileBACKUP.txt from the webfiles directory under the web
server at HTTP://MyServer.