HELPLIB.HLB  —  ROBOT  FIND_CARTRIDGE
    The FIND CARTRIDGE command locates a named cartridge in any media robot
    which includes a vision system.  If the named cartridge resides in the
    media robot, MRU software returns its location.

    NOTE:  This command uses the name on the external label affixed to the
    cartridge, it DOES NOT use the name of the recorded label on the medium.

    Format

    FIND CARTRIDGE {cartridge_name} [ROBOT robot_name]

1  –  Parameter

    cartridge_name - The name of the external label on the cartridge.  The
    cartridge name parameter is case sensitive.

    robot_name - The name for the media robot.

2  –  Example

    The following MRU example locates cartridge AQ1Z01 in a TL826 Automated
    Tape Library System.

    $ ROBOT FIND CARTRIDGE AQ1Z01 ROBOT $1$DUA0

    MRU V1.4-1 allows wildcard names for this command as in the
    following examples:

    $ ROBOT FIND CARTRIDGE {"?*"}

    This command shows all elements namely:

    - slots
    - drives
    - transports
    - ports

   that are full.

   $ ROBOT FIND CARTRIDGE {"*"}

   This command shows all slots, drives, transports and ports.
   Irrespective of whether they are full or empty this command
   shows all the elements available in the library.
Close Help