HP StorageWorks MSL2024 Tape Libraries - Robotic Error Sub-Codes
| 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: 
 | |
HP StorageWorks MSL2024 Tape Libraries - Robotic Error Sub-Codes的更多相关文章
- 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 ... 
- 使用LTT升级HP磁带机的固件程序
		下载后将软件包解压 解压后,进入该文件夹可以看到固件程序 将所有固件程序拷贝至LTT软件安装目录下的firmware文件夹中 C:\Program Files\HP StorageWorks ... 
- metasploit--exploit模块信息
		Name Disclosure Date Rank Description ---- ... 
- Kali linux 2016.2(Rolling)中的Exploits模块详解
		简单来将,这个Exploits模块,就是针对不同的已知漏洞的利用程序. root@kali:~# msfconsole Unable to handle kernel NULL pointer der ... 
- all about AIX MPIO
		Multipath I/O (多路径) 在计算机存储技术里,多路径提供了容错和性能提高,在计算机系统里CPU有多条物理路径通道,块存储设备通过总线,控制器,交换设备以及桥接设备来连接. ... 
- CNCF CloudNative Landscape
		cncf landscape CNCF Cloud Native Interactive Landscape 1. App Definition and Development 1. Database ... 
- 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- ... 
- 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 ... 
- CNCF LandScape Summary
		CNCF Cloud Native Interactive Landscape 1. App Definition and Development 1. Database Vitess:itess i ... 
随机推荐
- Deeplink做不出效果,那是你不会玩!
			最近魔Sir听一些有些同学说之前用过Deeplink,但效果并没有想象中的那么好,在了解了小伙伴的使用场景后,魔Sir觉得有必要出这么篇东西告诉大家,Deeplink效果差,那是因为你不会玩! 对于已 ... 
- Genesis自动登录方法(免输入用户名和密码)
			第一步:点击“我的电脑”右键属性在“高级”里面的“环境变量”里面把“系统变量”照下图所示新建(XP和WIN7的环境变量设置方法类似): 变量名:FRONTLINE_NO_LOGIN_SCREEN 变量 ... 
- java静态与非静态区别
			这里的静态,指以static关键字修饰的,包括类,方法,块,字段. 非静态,指没有用static 修饰的. 静态有一些特点: 1.全局唯一,任何一次的修改都是全局性的影响 2.只加载一次,优先于非静态 ... 
- 【读书笔记】读《编写高质量代码—Web前端开发修炼之道》 - JavaScript原型继承与面向对象
			JavaScript是基于原型的语言,通过new实例化出来的对象,其属性和行为来自于两部分,一部分来自于构造函数,另一部分是来自于原型.构造函数中定义的属性和行为的优先级比原型中定义的属性和优先级高, ... 
- 希尔排序( Shell Sort)
			原文地址:http://www.stoimen.com/blog/,在此感谢作者! Insertion sort is a great algorithm, because it’s very int ... 
- caffe 无GPU 环境搭建
			root@k-Lenovo:/home/k# sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-d ... 
- 好用的PHP分页类
			<?php class Page { private $total; //总记录 private $pagesize; //每页显示多少条 private $limit; ... 
- SqlServer 函数 大全
			sql server使用convert来取得datetime日期数据 sql server使用convert来取得datetime日期数据,以下实例包含各种日期格式的转换 语句及查询结果: Selec ... 
- AutoCompleteTextView自动填充文本
			布局: <AutoCompleteTextView android:id="@+id/auto" android:layout_width="match_paren ... 
- LR结构图
