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 ...
随机推荐
- codeforces B. Flag Day 解题报告
题目链接:http://codeforces.com/problemset/problem/357/B 题目意思:输入n个人和m场舞蹈,给出每场舞蹈(只有3个人参与)中参与的舞者的编号,你需要为这些舞 ...
- Java跨平台原理
此篇博文主要源自网络xiaozhen的天空的博客:http://xiaozhen1900.blog.163.com/blog/static/1741732572011325111945246/ 1.是 ...
- ubuntu 13.10 amd64安装ia32-libs
很多软件只有32位的,有的依赖32位库还挺严重的:从ubuntu 13.10已经废弃了ia32-libs,但可以使用多架构,安装软件或包apt-get install program:i386.有的还 ...
- SpringJDBC的简单应用
此处写上应用JdbcTemplate的dao操作数据库的一些代码(含基本的增删改查,注:重点是查询出多条语句的写法): package org.sakaiproject.zhaorui.dao.imp ...
- HDU 5754 Life Winner Bo (各种博弈) 2016杭电多校联合第三场
题目:传送门 题意:一个国际象棋棋盘,有四种棋子,从(n,m)走到(1,1),走到(1,1)的人赢,先手赢输出B,后手赢输出G,平局输出D. 题解:先把从(n,m)走到(1,1)看做是从(1,1)走到 ...
- poj 1935(树形dp)
题目链接:http://poj.org/problem?id=1935 思路:首先我们考虑从源点出发到所有自己想要经过的点然后在回到源点sum,显然每条边都必须经过源点(这个我们可以一次dfs求出), ...
- 电赛总结(二)——AD芯片总结之AD7705
1.特性参数 (1)16位无丢失代码性AD转化器 (2)只需要3.3V供电(即只需要单片机即可供电) (3)双通道差分输入 (4)基准电压为2.5V时,在单极性信号下,输入范围是0到2.5V,在双极性 ...
- .Net AppDomain.CurrentDomain.AppendPrivatePath(@"Libs");
今天就说说.Net中通过反射取得某个类型时,我们怎么知道这个类型在硬盘上的哪个角落?比如说,假如我们需要要求服务端动态载入某个数据源,那服务端怎么知道数据源在哪?网上大部分的教程都写着,可以使用Ass ...
- http://blog.csdn.net/congcong68/article/details/39252897
http://blog.csdn.net/congcong68/article/details/39252897
- MVC RenderSection
简要使用介绍 @RenderSection在母版页中占个位,然后让使用此母版页的子页自己去呈现他们的Section. 在母版页_Layout.cshtml中定义@RenderSection(" ...