Robotic error sub-codes

Mechanical initialization failure

02

Connection to slave robotic failed

03

Error motor initialization

04

Error during gripper  close

05

Error slider  home positioning

06

Error elevator  home movement

07

Error during sled  movement to rotation  position

08

Error during rotation  initialization, get range failed

09

Error elevator  init

0A

Error during rotation  to far position

0B

Error first sled  init, move to sensor failed

0C

Error during sled  movement to rotation  position

0D

Error during rotation  to drive position

0E

Error slider  init, get range failed

0F

Error during slider  forward movement

10

Error gripper  init, get range failed

11

Error during slider  home movement

12

Error during rotation  to FAR position

13

Error sled  init, move to sensor failed

20

Error inventory scan

21

Error during gripper  close

22

Error slider  home movement

23

Error during move gripper  to scan pos

24

Error reading bar code label

28

Error Extra inventory scan

29

Error during closing gripper 

2A

Error slider  preposition movement

2B

Error during opening gripper 

2C

Error during sled  movement up to sensor

2D

Error slider  preposition backwards movement

30

Error slot preposition

31

Error during sled  movement in FLMoveRotation

32

Command sending to robotic failed

33

Error during elevator  movement in FLMoveRotation function

34

Error during rotation  in FLMoveRotation function

35

Error during elevator  movement in FLMoveRotation function

36

Error during sled  movement in FLMoveSled function

37

Error during sled  positioning to mail slot in FLMoveSled function

38

Error during sled  positioning to mail slot in FLMoveSled function

39

Error during sled  positioning without sensor

40

Movement to/from slot failed

41

Error during first slider  movement

42

Error during first gripper  movement

43

Error during second slider  movement

44

Error during second gripper  movement, get range failed

45

Error during third slider  movement, move home failed

50

Preposition to drive failed

51

Elevator  movement to home sensor failed

52

Sled  movement to home sensor failed

53

Error during sled  movement to drive position

54

Error during rotation  to drive position

55

Error during elevator  movement in drive position

60

Move from/to drive failed

61

Error during first slider  movement

62

Error during first gripper  movement

63

Error during second slider  movement

64

Error during second gripper  movement, get range failed A4 Error during rotation  to far position

65

Error during third slider  movement, move home failed

70

Release magazine failed

71

Error during sled  movement to rotation  position

72

Error during rotation  to unlock position

73

Error during move sled  to block

80

Opening mail slot failed

82

Error during moving back, sensor was found

90

Movement to home position failed

91

Elevator  movement to home position failed

92

Error during sled  movement to rotation  position

93

Error during rotation  to home or far position

94

Sled  movement to home sensor position failed

95

Sled  movement to transport position failed

A0

Movement to mail slot failed

A1

Sled  movement to sensor failed

A2

Sled  movement to rotation position failed

A3

Elevator  movement to home position failed

A4

Error during rotation  to far position

A5

Sled  movement to mail slot position failed

NOTE:

  1. Gripper is the part of the robotics assembly that pinches media in order to grip it.
  2. Slider is the part of the robotics assembly that plunges in and out for get and put operations.
  3. Elevator is the part of the robotics assembly that moves in the vertical direction.
  4. Rotation is the part of the robotics assembly that turns the robot to face each magazine and the drive.
  5. Sled is the part of the robotics assembly that moves the robot towards the OCP or back towards the drive.

HP StorageWorks MSL2024 Tape Libraries - Robotic Error Sub-Codes的更多相关文章

  1. HP StorageWorks MSL2024 Tape Libraries - Tape library Error Codes

    Main error codes Error Code Description Details and Solution 80 Can not initialize bar code reader P ...

  2. 使用LTT升级HP磁带机的固件程序

    下载后将软件包解压 解压后,进入该文件夹可以看到固件程序     将所有固件程序拷贝至LTT软件安装目录下的firmware文件夹中 C:\Program Files\HP StorageWorks ...

  3. metasploit--exploit模块信息

    Name                                             Disclosure Date  Rank    Description ----           ...

  4. Kali linux 2016.2(Rolling)中的Exploits模块详解

    简单来将,这个Exploits模块,就是针对不同的已知漏洞的利用程序. root@kali:~# msfconsole Unable to handle kernel NULL pointer der ...

  5. all about AIX MPIO

    Multipath  I/O (多路径)   在计算机存储技术里,多路径提供了容错和性能提高,在计算机系统里CPU有多条物理路径通道,块存储设备通过总线,控制器,交换设备以及桥接设备来连接.     ...

  6. CNCF CloudNative Landscape

    cncf landscape CNCF Cloud Native Interactive Landscape 1. App Definition and Development 1. Database ...

  7. How Google Backs Up The Internet Along With Exabytes Of Other Data

    出处:http://highscalability.com/blog/2014/2/3/how-google-backs-up-the-internet-along-with-exabytes-of- ...

  8. Clustered filesystem with membership version support

    A computer system with read/write access to storage devices creates a snapshot of a data volume at a ...

  9. CNCF LandScape Summary

    CNCF Cloud Native Interactive Landscape 1. App Definition and Development 1. Database Vitess:itess i ...

随机推荐

  1. springMVC的一些工具类

    springMVC的一些工具类,主要有转换器,读取器 读取文件: package cn.edu.hbcf.common.springmvc; import java.util.HashMap; imp ...

  2. HDU 5651 xiaoxin juju needs help (组合数)

    xiaoxin juju needs helpTime Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64uSu ...

  3. C++调用Object-C界面

    在C++代码中想调用显示一个IOS界面,使用NSNotificationCenter 1.在界面中注册消息 [[NSNotificationCenter defaultCenter]  addObse ...

  4. 何时使用hadoop fs、hadoop dfs与hdfs dfs命令(转)

    hadoop fs:使用面最广,可以操作任何文件系统. hadoop dfs与hdfs dfs:只能操作HDFS文件系统相关(包括与Local FS间的操作),前者已经Deprecated,一般使用后 ...

  5. Linux网络编程必看书籍推荐

    首先要说讲述计算机网络和TCP/IP的书很多. 先要学习网络知识才谈得上编程 讲述计算机网络的最经典的当属Andrew S.Tanenbaum的<计算机网络>第五版,这本书难易适中. &l ...

  6. 菜鸟学Linux命令:grep配合ls等使用

    linux grep命令 (global search regular expression(RE) and print out the line )是一种强大的文本搜索工具,它能使用正则表达式搜索文 ...

  7. WCF测试客户端的使用

    进入vs安装目录下,C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE,找到WcfTestClient.exe程序,点击文件 ...

  8. hdu 4004 二分 2011大连赛区网络赛D

    题意:一个长为L的河,中间有n个石子,小青蛙需要跳少于m次过河,判断小青蛙每次跳跃最大距离的最小值 最大值最小,用二分 Sample Input 6 1 2 2 25 3 3 11 2 18 Samp ...

  9. TP-Link 无线路由器设置图文教程----怎么设置TP-Link无线路由器图解

    转自:http://www.jb51.net/softjc/39399.html 无线路由器的基础配置 在我们第一次配置无线宽带路由器时,参照说明书找到无线宽带路由器默认的IP地址是192.168.1 ...

  10. Office Word 2013发布带数学公式的博客

    今日在自学冈萨雷斯的<数字图像处理>一书,想做笔记来记录,并分享一些MATLAB代码,又加上刚刚注册博客园的账户,便想着如何能够较为方便的来书写博客.本文主要涉及到的问题有: 如何用wor ...