Intermec IF61 Bedienungsanleitung Seite 70

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 152
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 69
Chapter 3 — Developing and Using RFID Applications
56 IF61 Fixed Reader User’s Manual
For C# applications, create a .zip file that includes your application
(.exe), all required DLLs, and a configuration file. Install the .zip file
on the IF61 as described in “Installing RFID Applications on the
IF61” on page 59.
For more information on configuration files, see the next section.
About Configuration Files
When you package your application for installation on the IF61, you
need to include a configuration file in the root directory of the
archive. The file must be named “userapp.conf” and must include this
syntax:
AUTOSTART=true|false
RUNAFTERINSTALL=true|false
CMDLINE=<command line to start the application>
where:
AUTOSTART specifies whether or not the application should
automatically be executed when the IF61 boots. When
AUTOSTART=true, the Auto-Start check box for this application on
the Application Control screen will be checked.
RUNAFTERINSTALL specifies whether or not the application should
be started immediately after installation.
CMDLINE specifies the application name and optional parameters it
accepts. Specify command line parameters as if the application is
being executed from inside the directory containing the application.
This example runs a C# application named “testapp.exe” using the
Mono runtime:
CMDLINE=./testapp.exe
Note: After you install the application on the IF61, you can enable or
disable the auto-start feature from the web browser interface. For
help, see “Managing Applications” on page 60.
Note: Do not use the $JAVA_HOME environment variable in the
command line.
Seitenansicht 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 151 152

Kommentare zu diesen Handbüchern

Keine Kommentare