Exercise 1: Copy Files to a USB Flash Drive and Perform USB Mirror
Exercise 1: Copy Files to a USB Flash Drive and Perform USB Mirror
View content for :
Product:

Exercise 1: Copy Files to a USB Flash Drive and Perform USB Mirror

  1. On your USB Flash Drive, create the following:
    • a folder called
      Zebra
    • in that folder, three subfolders:
      • appl
      • commands
      • files
  2. In the
    /appl
    folder, place a copy of the latest firmware for your printer.
  3. In the
    /files
    folder, place the following file:
  4. In the
    /commands
    folder, place the following files:
  5. Insert the USB Flash drive into a USB host port on the front of your printer.
  6. Observe the control panel and wait.
    The following should happen:
    • If the firmware on the USB Flash drive is different than what is on the printer, the firmware downloads to the printer. The printer then restarts and prints a printer configuration label. (If there is no firmware on the USB Flash drive or if the firmware version is the same, the printer skips this action.)
    • The printer downloads the files in the
      /files
      folder and briefly shows the names of the files that are downloading on the display.
    • The printer executes any files in the
      /commands
      folder.
    • The printer restarts and then displays this message:
      MIRROR PROCESSING FINISHED
  7. Remove the USB Flash drive from the printer.
    Advance User Information
    See the Zebra Programming Guide for more information about these commands.
    To enable/disable mirroring:
    ! U1 setvar "usb.mirror.enable" "value"
    Values:
    "on"
    or
    "off"
    To enable/disable automatic mirroring that occurs when a USB Flash drive is inserted into the USB host port:
    ! U1 setvar "usb.mirror.auto" "value"
    Values:
    "on"
    or
    "off"
    To specify the number of times that the mirror operation will be repeated if it fails:
    ! U1 setvar "usb.mirror.error_retry" "value"
    Values:
    0
    to
    65535
    To change the path to the location on the USB device from which mirror files are retrieved:
    ! U1 setvar "usb.mirror.appl_path" "new_path"
    Default:
    "zebra/appl"
    To change the path to the location on the printer from which mirror files are retrieved:
    ! U1 setvar "usb.host.lock_out" "value"
    Default:
    "zebra"
    To enable/disable the ability to use the USB port:
    ! U1 setvar "usb.host.lock_out" "value"
    Values:
    "on"
    or
    "off"