《恐龙快打》刷分BUG可刷55秒

合集下载

FX3U-1PG用户手册 (2015.10)

FX3U-1PG用户手册 (2015.10)

(1)
安全方面注意事项
(使用之前请务必阅读)
参考页
请在可编程控制器主机手册所记载的一般规格的环境下使用。
请勿在有灰尘、油烟、导电性粉尘、腐蚀性气体(海风、Cl2、H2S、SO2、NO2 等)、可燃性气体的
场所,暴露在高温、结露、风雨中的场所,有振动、冲击的场所中使用。
否则有可能导致触电、火灾、误动作、产品损坏以及变质。
预先通知
设置产品时如有疑问,请向具有电气知识(电气施工人员或是同等以上的知识)的专业电气技术人员咨询。 关于该产品的操作和使用方法有疑问时,请向技术咨询窗口咨询。
本书、技术资料、样本等中记载的事例是作为参考用的,不是保证动作的。选用的时候,请用户自行对机器· 装置的功能和安全性进行确认以后使用。
2. 规格 .................................................................. 14
2.1 一般规格 ................................................................. 15 2.2 电源规格 ................................................................. 15 2.3 性能规格 ................................................................. 15 2.4 输入规格 ................................................................. 16
认安全的情况下方可进行操作。
操作错误有可能导致机械破损及事故发生。

小霸王其乐无穷

小霸王其乐无穷

小霸王其乐无穷!要说起李阳的那句“啊哦,小霸王其乐无穷啊”,不少人可能都会会心一笑。

我一个朋友前几天突发奇想,花50块钱买了台小霸王,结果发现开机的时候没有这句了,郁闷了很长一段时间,逢人便讲此事,颇有祥林嫂的风格。

神机小霸王小的时候,家里大人能给孩子买游戏机的非常少,一则那时游戏机并不便宜,二则游戏这东西,永远都是大人不愿意孩子触碰的禁忌。

最早进入中国大陆的游戏机是任天堂红白机,不过那时候它的价格并不便宜,而一盘卡带的价格更是贵的惊人。

在这消费能力和价格落差很大的情况下,伟大的国人创造了奇迹,小霸王和无数盗版卡带应运而生。

虽然家长对游戏一无所知,但是他们却一直在极力反对着这种“不正经”的东西,不过小霸王却有一个很好的伪装——“学习机”,你知道学校会卖这种“学习机”吗,反正我们学校有过,并且有很多同学很好的利用了这个伪装。

当时的游戏卡带让人印象深刻,正版卡带十分昂贵游戏却十分少,通常都是单卡单游戏。

而价格便宜的多的盗版卡带却经常是几百合一,甚至几千合一,虽然大部分都是同一个游戏的不同MOD版本,但再怎么说,游戏的数量也是比那种正版卡多得多的,所以还是大有市场。

况且小时并不懂这些,总是觉得里边总有几个是自己没玩过的游戏,特别是看到奸商们起的那些天花乱坠的游戏名,比如什么“街头铁血战士”其实就是散弹版魂斗罗,“怒火铁拳”就是双截龙……。

这些神奇的游戏卡,就是国人自己烧制的,不过有些人也做出了创新,比如“燕山坦克(90坦克)”。

现在想来,在那个技术并不发达的年代,国人的“盗版”能力就已经如此强大了,真令人叹服。

不过,我们再想一想80年代的那些拼凑起来的流行歌曲磁带,就会释然了。

几十几百合一的卡遍地都是盗版的集成卡带选择游戏的菜单一般都是用罗马音写的日语,根本就不认识,只能看卡带封面上的标号来选游戏,而卡带封面就像现在的盗版盘一样,包装和内容是经常表里不一,于是就要经常自己摸索着玩,实在不行就找个笔找个本,把自己爱玩的游戏数字自己下来。

【一天攻破KL26】BUG汇总

【一天攻破KL26】BUG汇总

count = lptmr_pulse_get(); //保存脉冲计数器计算值
printf("LPTMR脉冲计数为:%d\n", count); //打印计数值
}
port_init (I2C0_SCL_PIN, ALT2 | PULLUP );
else
ASSERT(0); //上诉条件都不满足,直接断言失败了,设置管脚有误?
if ((I2C0_SDA_PIN == PTB1) || (I2C0_SDA_PIN == PTB3) || (I2C0_SDA_PIN == PTD9) )
SIM_SCGC4 |= SIM_SCGC4_IIC0_MASK; //开启 I2C0时钟
#endif
sclk = bus_clk_khz * 1000;
/* 配置 I2C0功能的 GPIO 接口 */
if((I2C0_SCL_PIN == PTB0) || (I2C0_SCL_PIN == PTB2) || (I2C0_SCL_PIN == PTD8) )

lptmr_pulse_init(LPT0_ALT2,INT_COUNT, LPT_Rising); //初始化脉冲计数器,用LPT0_ALT2,即PTC5输入,每隔INT_COUNT产生中断(需要开中断才能产生中断),上升沿触发
while(1)
{
================================== 新增 LPTMR 脉冲计数 ===============================
之前漏了加上去,在原有代码基础上,替换一下 main 函数即可
普通浏览复制代码
/*!
* @brief main函数

脚本精灵函数说明

脚本精灵函数说明

目录1 脚本精灵控制条 (7)1.1 改变控制条状态 (7)1.1.1 展开态 (7)1.1.2 缩放态 (8)1.1.3 吸附态 (8)1.2 脚本管理 (9)1.2.1 二进制脚本 (11)1.2.1 明文脚本 (12)1.2.3 导入脚本 (13)1.2.4 退出脚本管理面板 (14)1.3 播放脚本 (14)1.3.1 开始播放 (14)1.3.2 播放一次 (14)1.3.3 循环播放 (15)1.3.4 停止播放 (15)1.4 录制脚本 (15)1.4.1 开始录制 (15)1.4.2 停止录制 (16)1.4.3 保存脚本 (16)1.5 取素材 (16)1.5.1 全屏截图 (16)2 脚本精灵开发工具 (19)2.1 基本介绍 (19)2.1.1 开发工具介绍 (19)2.1.2 各组成部分介绍 (19)2.1.3 二进制脚本结构 (19)2.1.4 明文格式脚本 (20)2.2 工程管理 (20)2.2.2 删除工程 (21)2.2.3 脚本编辑 (21)2.2.4 图片路径 (21)2.3 远程设备管理 (21)2.3.1 远程导入脚本 (22)2.3.2 远程屏幕 (22)2.3.3 远程截图 (22)2.3.4 远程取色 (23)2.3.5 远程取坐标 (23)2.4 脚本编辑器 (23)2.4.1 关键字高亮 (23)2.4.2 脚本检错 (24)2.4.3 编译脚本 (24)3 脚本语言 (25)4 脚本精灵库函数 (27)4.1 基本函数 (27)4.1.1 触摸点击 (27)4.1.2 触摸按下 (27)4.1.3 触摸弹起 (28)4.1.4 触摸滑动 (29)4.1.5 输入文本 (30)4.1.6 模拟按键 (31)4.1.7 获取颜色 (31)4.1.8 普通寻色 (32)4.1.9 模糊寻色 (33)4.1.10 RGB颜色合成 (34)4.1.11 获取颜色RGB (35)4.1.12 判断颜色 (36)4.1.13 精确寻图 (37)4.1.14 点击图片 (38)4.1.15 范围寻图 (39)4.1.16 模糊寻图 (40)4.1.17 范围模糊寻图 (41)4.1.18 不规则寻图 (43)4.1.19 范围不规则寻图 (44)4.1.24 获取屏幕色位 (49)4.1.25 弹出文本提示 (50)4.1.26 震动 (51)4.1.27 记录日志 (51)4.1.28 记录错误日志 (52)4.1.29 查找某应用是否安装 (53)4.1.30 判断某应用是否正在运行 (54)4.1.31 启动指定应用 (55)4.1.32 结束一个应用 (56)4.1.33 退出当前脚本 (56)4.1.34 获取SD卡路径 (57)4.1.35 截图到文件 (58)4.1.36 拷贝文本到剪切板 (59)4.1.37 暂停指定应用 (60)4.1.38 恢复指定应用的运行 (60)4.2 高级函数 (61)4.2.1 获取设备UDID唯一串 (61)4.2.2 获取网卡MAC (62)4.2.3 获取蓝牙设备MAC (63)4.2.4 获取IMEI (64)4.2.5 获取设备信息串 (65)4.2.9 随机触摸滑动 (70)4.2.10 http访问 (71)4.3 兼容模式相关函数 (71)4.3.1 强制设置兼容模式 (72)4.3.2 判断当前模式 (72)4.3.3 设置自定义截屏 (74)4.3.4 截取屏幕 (74)5 使用技巧 (77)5.1 如何模拟触摸操作 (77)5.2 如何寻图 (77)5.3 如何找色 (78)5.4 如何记录日志 (78)5.5 开发平台如何与手机建立连接 (78)5.6 如何进行远程调试 (78)5.7 如何输入中文文本 (79)5.8 脚本优化原则 (79)5.9 处理意外逻辑 (79)6 附录 (82)6.1 虚拟键对照表 (82)7 UI说明 (84)7.1脚本结构 (84)7.6创建文本编辑框 (87)7.7创建复选框 (88)7.8创建单选框 (88)7.9创建按钮 (89)7.10 UI换行 (90)7.11创建扩展窗口 (90)7.12在扩展窗口中创建控件 (90)7.13动态设置UI文本 (91)7.14动态获取UI文本 (92)7.15动态设置选中 (92)7.16动态获取选择状态 (92)7.17设置是否显示循环播放设置UI (93)8、获取配置项 (94)1 脚本精灵控制条为方便使用,脚本精灵所有的功能都集中在控制条上,控制条可任意拖动,缩小,吸附。

极域电子教室使用指南

极域电子教室使用指南

极域电子教室使用指南目录1 产品介绍...................................................................... .................. 6 2. 安装与注册 ..................................................................... ............... 8 2.1 系统需求 ..................................................................... ............ 8 2.2 设置网络协议 ..................................................................... ..... 8 2.3 产品安装 ..................................................................... .......... 10 2.3.1 教师机和学生机的安装................................................... 10 2.3.2 RPL 无盘工作站学生机的安装 ....................................... 18 2.3.3 PXE 无盘工作站学生机的安装 ...................................... 19 2.3.4跨网段路由器的安装 ......................................................19 2.4 产品卸载 ..................................................................... .......... 20 2.5 试用与注册 ..................................................................... ...... 23 3 学生机端的使用 ........................................................................... 24 3.1 学生机界面 ..................................................................... ...... 24 3.2 学生机的管理与设置 ............................................................. 24 3.3 电子举手 ..................................................................... .......... 25 3.4 远程消息 ..................................................................... .......... 25 3.5 自动接收 ..................................................................... .......... 25 3.6 窗口显示模式 ..................................................................... ... 25 4 教师机端的使用 ..................................................................... ...... 27 4.1 教师机的登录 ..................................................................... ... 27 4.2 教师机主界面 ..................................................................... ... 28 4.3 右键菜单 ..................................................................... .......... 30 4.4 弹出式工具条 ..................................................................... ... 32 4.5 系统功能的执行方式 ............................................................. 33 4.6班级模型的建立与维护 ......................................................... 33 4.6.1 学生名称显示 (33)4.6.2 班级模型的建立 (34)4.6.3 班级模型的保存与调用................................................... 36 4.7 模型中图标的含义.................................................................37 4.8 广播教学 ..................................................................... .......... 37 4.8.1 广播教学相关系统设置................................................... 38 4.8.2 学生发言 ..................................................................... ... 38 4.8.3 广播的开始接收与停止接收 ........................................... 39 4.8.4 广播带有视频文件的课件 ............................................... 40 4.9 电子教鞭 ..................................................................... .......... 41 4.10 语音教学 ..................................................................... ...... 43 4.10.1 语音教学相关系统设置 .................................................. 43 4.10.2 语音教学 ..................................................................... ... 43 4.11 语音对讲 ..................................................................... ...... 45 4.12 学生演示 ..................................................................... ...... 45 4.12.1 学生演示相关系统设置 .................................................. 46 4.12.2 学生演示 ..................................................................... ... 46 4.12.3 学生演示时的监控转播 .................................................. 47 4.13 监控转播 ..................................................................... ...... 48 4.13.1 监控转播相关系统设置 .................................................. 48 4.13.2 监控转播 ..................................................................... ... 48 4.13.3 监控窗口显示设置.......................................................... 49 4.13.4 转播 ..................................................................... .......... 49 4.13.5 遥控辅导 ..................................................................... ... 50 4.14 屏幕录制 ..................................................................... ...... 51 4.15 屏幕回放 ..................................................................... (51)4.16 分组教学 ..................................................................... ...... 52 4.17 语音讨论 ..................................................................... ...... 55 4.18 文件分发 ..................................................................... ...... 57 4.18.1 文件分发 ..................................................................... ... 58 4.18.2 宏目录设定 ....................................................................59 4.19 作业提交 ..................................................................... ...... 60 4.20 网络影院 ..................................................................... ...... 61 4.20.1 网络影院相关系统设置 .................................................. 61 4.20.2 网络影院的使用 . (62)4.21 电子点名 ..................................................................... ...... 63 4.22 视频直播 ..................................................................... ...... 65 4.23 黑屏肃静 ..................................................................... ...... 67 4.24 远程命令 ..................................................................... ...... 67 4.24.1 远程命令 ..................................................................... ... 68 4.24.2 远程关机及重启 (69)4.24.3 远程开机 ..................................................................... ... 70 4.24.4 远程退出 ..................................................................... ... 70 4.24.5 本机运行与远程运行 ...................................................... 70 4.25 系统设置 ..................................................................... ...... 71 4.25.1 一般设定 ..................................................................... ... 71 4.25.2 高级设置 ..................................................................... ... 73 4.25.3 网络设置 ..................................................................... ... 75 4.25.4 热键设置 ..................................................................... ... 77 4.25.5 其他设置 ..................................................................... ... 78 4.26 远程设置 ........................................................................... 80 4.26.1 显示设置 ..................................................................... ... 81 4.26.2 控制面板设置 (82)4.26.3 限制设置 ..................................................................... ... 83 4.26.4 因特网设置 ....................................................................84 4.26.5 高级设置 ..................................................................... ... 85 4.26.6 远程设置的保存和调用 .................................................. 86 4.27 远程消息 ..................................................................... ...... 87 4.28 音频设定 ..................................................................... ...... 88 4.29 系统锁定 ..................................................................... ...... 89 4.30 清除举手 ..................................................................... ...... 90 4.31 清除未登录学生机 ............................................................. 91 4.32 学生属性 ..................................................................... ...... 91 4.33 视频加速程序 ....................................................................92 5 术语解释...................................................................... ................ 95 6 常见问题解答 ..................................................................... (97)1 1 产品介绍极域电子教室V2.0SR2是南京优网科技有限公司最新开发的网络教学领域中的领航级产品,它既无硬件版教学网投资大、安装维护困难、图像传输有重影和水波纹以及线路传输距离限制之弊病;同时又克服了其他同类软件版教学网广播效率低、语音延迟大、操作复杂、稳定性兼容性差等方面的不足。

恐龙快打dino恐龙新世纪作弊码mame大全详细cheat

恐龙快打dino恐龙新世纪作弊码mame大全详细cheat

[收藏]恐龙快打dino恐龙新世纪Cadillacs and Dinosaurs作弊码大全详细 mame cheat xmxxxxl filedino.xmxxxxl<?xmxxxxl version="1.0" encoding="utf-8"?><mamecheat version="1"><cheat desc="food weapons when Destroy the enemy灭敌人得到食物武器"><parameter><item value="0x00">00</item><item value="0x01">01</item><item value="0x08">08</item><item value="0x0B">0B龙虾LOBSTER</item><item value="0x0C">0C</item><item value="0x0D">0D烤肉BARBECUE</item><item value="0x10">10手雷</item><item value="0x12">12机枪</item><item value="0x17">17</item><item value="0x18">18冰激淋PAFFE</item><item value="0x1A">1A来复枪</item><item value="0x1B">1B</item><item value="0x1D">1D</item><item value="0x21">21</item><item value="0x29">29机关枪M16</item><item value="0x1E">1E</item><item value="0x2F">2F奶油蛋糕CAKE</item><item value="0x30">30牛排STEAK</item></parameter><scxxxxript state="run"><output format="灭敌人得到食物武器X" line="1"><argument count="1">(param)</argument></output><action>maincpu.pb@ffD08A=(param)</action><action>maincpu.pb@ffD16A=(param)</action><action>maincpu.pb@ffD24A=(param)</action><action>maincpu.pb@ffD32A=(param)</action><action>maincpu.pb@ffD40A=(param)</action><action>maincpu.pb@ffD4EA=(param)</action><action>maincpu.pb@ffD5CA=(param)</action><action>maincpu.pb@ffD6AA=(param)</action><action>maincpu.pb@ffD78A=(param)</action><action>maincpu.pb@ffD86A=(param)</action><action>maincpu.pb@ffD94A=(param)</action><action>maincpu.pb@ffDA2A=(param)</action><action>maincpu.pb@ffDB0A=(param)</action><action>maincpu.pb@ffDBEA=(param)</action><action>maincpu.pb@ffDCCA=(param)</action><action>maincpu.pb@ffDE8A=(param)</action><action>maincpu.pb@ffDF6A=(param)</action></scxxxxript></cheat><cheat desc="food weapons for Boxes打箱子得到食物武器"> <parameter><item value="0x00">00</item><item value="0x01">01手枪</item><item value="0x03">03咖啡</item><item value="0x06">06机枪</item><item value="0x08">08机关枪M16</item><item value="0x09">09牛排STEAK</item><item value="0x0A">0A寿司SUSHI</item><item value="0x0B">0B烤肉BARBECUE</item><item value="0x0C">0C蔬菜沙拉SALAD</item><item value="0x11">11来复枪</item><item value="0x16">16汉堡BURGER</item><item value="0x18">18龙虾LOBSTER</item><item value="0x19">19炸弹</item><item value="0x1A">1A</item><item value="0x1B">1B</item><item value="0x21">21火箭筒</item></parameter><scxxxxript state="run"><output format="打箱子得到食物武器X" line="2"><argument count="1">(param)</argument></output><action>maincpu.pb@ff908A=(param)</action><action>maincpu.pb@ff914A=(param)</action><action>maincpu.pb@ff920A=(param)</action><action>maincpu.pb@ff92CA=(param)</action><action>maincpu.pb@ff938A=(param)</action><action>maincpu.pb@ff944A=(param)</action><action>maincpu.pb@ff950A=(param)</action><action>maincpu.pb@ff95CA=(param)</action><action>maincpu.pb@ff968A=(param)</action><action>maincpu.pb@ff974A=(param)</action><action>maincpu.pb@ff980A=(param)</action><action>maincpu.pb@ff98CA=(param)</action><action>maincpu.pb@ff998A=(param)</action><action>maincpu.pb@ff9A4A=(param)</action><action>maincpu.pb@ff9B0A=(param)</action><action>maincpu.pb@ff9BCA=(param)</action><action>maincpu.pb@ff9C8A=(param)</action><action>maincpu.pb@ff9E0A=(param)</action><action>maincpu.pb@ff9ECA=(param)</action><action>maincpu.pb@ff9F8A=(param)</action></scxxxxript></cheat><cheat desc="Infinite Time"><scxxxxript state="run"><action>maincpu.pb@FF84E9=09</action></scxxxxript></cheat><cheat desc="Infinite Character Select Time"><scxxxxript state="run"><action>maincpu.pb@FF8635=0A</action></scxxxxript></cheat><cheat desc="Select Starting Episode"><parameter min="1" max="8" step="1"/><scxxxxript state="run"><action condition="(maincpu.pb@FF84D9==00)">maincpu.pb@FF84D9=(param-1)</action> </scxxxxript></cheat><cheat desc="Hit Anywhere"><scxxxxript state="on"><action>temp0 =maincpu.mw@0109C6</action><action>temp1 =maincpu.mw@011020</action><action>temp2 =maincpu.mw@011A0A</action><action>temp3 =maincpu.mw@012154</action><action>temp4 =maincpu.mw@01223A</action><action>temp5 =maincpu.mw@01230E</action><action>temp6 =maincpu.mw@0123A4</action></scxxxxript><scxxxxript state="run"><action>maincpu.mw@0109C6=6002</action><!-- This ROM cheat was made by nolberto82 --><action>maincpu.mw@011020=6002</action><action>maincpu.mw@011A0A=4E71</action><action>maincpu.mw@012154=6002</action><action>maincpu.mw@01223A=6002</action><action>maincpu.mw@01230E=6002</action><action>maincpu.mw@0123A4=6002</action></scxxxxript><scxxxxript state="off"><action>maincpu.mw@0109C6=temp0</action><action>maincpu.mw@011020=temp1</action><action>maincpu.mw@011A0A=temp2</action><action>maincpu.mw@012154=temp3</action><action>maincpu.mw@01223A=temp4</action><action>maincpu.mw@0123A4=temp6</action></scxxxxript></cheat><cheat desc="One Hit Kills"><scxxxxript state="on"><action>temp0 =maincpu.mw@010A62</action><action>temp1 =maincpu.mw@0110E2</action><action>temp2 =maincpu.mw@0123E8</action><action>temp3 =maincpu.mw@01256E</action></scxxxxript><scxxxxript state="run"><action>maincpu.mw@010A62=6002</action><!-- This ROM cheat was made by nolberto82 --><action>maincpu.mw@0110E2=6002</action><action>maincpu.mw@0123E8=6002</action><action>maincpu.mw@01256E=6002</action></scxxxxript><scxxxxript state="off"><action>maincpu.mw@010A62=temp0</action><action>maincpu.mw@0110E2=temp1</action><action>maincpu.mw@0123E8=temp2</action><action>maincpu.mw@01256E=temp3</action></scxxxxript></cheat><cheat desc="Infinite Ammo"><comment>Works for Rifle Gun Uzi M-16A1 Shotgun and Bazooka</comment> <scxxxxript state="on"><action>temp0 =maincpu.md@0239DE</action><action>temp1 =maincpu.md@0239E2</action><action>temp2 =maincpu.md@180000</action><action>temp3 =maincpu.md@180004</action><action>temp4 =maincpu.md@180008</action></scxxxxript><scxxxxript state="run"><action>maincpu.md@0239DE=4EB90018</action><action>maincpu.md@0239E2=00004E71</action><!-- jsr $180000.l / nop --><action>maincpu.md@180000=366A00B4</action><!-- movea.w ($b4A2) A3 --><action>maincpu.md@180004=70323740</action><!-- moveq #$32D0 [ Always 50 bullets ] --><action>maincpu.md@180008=006C4E75</action><!-- move.w D0($6cA3) / rts --></scxxxxript><scxxxxript state="off"><action>maincpu.md@0239DE=temp0</action><action>maincpu.md@0239E2=temp1</action><action>maincpu.md@180004=temp3</action><action>maincpu.md@180008=temp4</action></scxxxxript></cheat><cheat desc="Never lose weapons"><comment>After enemy hits dropped weapons are never lost</comment><scxxxxript state="on"><action>temp0 =maincpu.mb@0246B2</action></scxxxxript><scxxxxript state="run"><action>maincpu.mb@0246B2=60</action><!-- This ROM cheat was made by syndromtr --></scxxxxript><scxxxxript state="off"><action>maincpu.mb@0246B2=temp0</action></scxxxxript></cheat><cheat desc="Never drop weapons"><comment>Weapons are never dropped unless Game Over happens.</comment> <scxxxxript state="on"><action>temp0 =maincpu.mb@010EA2</action><action>temp1 =maincpu.mb@0117CC</action><action>temp2 =maincpu.mb@01C26C</action><action>temp3 =maincpu.mb@01C44C</action><action>temp4 =maincpu.mb@01C612</action><action>temp5 =maincpu.mb@01C7AA</action><action>temp6 =maincpu.mb@01CC96</action><action>temp7 =maincpu.mb@01D2FA</action></scxxxxript><scxxxxript state="run"><action>maincpu.mb@010EA2=0C</action><!-- This ROM cheat was made by syndromtr --><action>maincpu.mb@0117CC=B2</action><action>maincpu.mb@01C26C=B2</action><action>maincpu.mb@01C44C=B2</action><action>maincpu.mb@01C612=B2</action><action>maincpu.mb@01C7AA=B2</action><action>maincpu.mb@01CC96=B2</action><action>maincpu.mb@01D2FA=B2</action></scxxxxript><scxxxxript state="off"><action>maincpu.mb@010EA2=temp0</action><action>maincpu.mb@0117CC=temp1</action><action>maincpu.mb@01C26C=temp2</action><action>maincpu.mb@01C44C=temp3</action><action>maincpu.mb@01C612=temp4</action><action>maincpu.mb@01C7AA=temp5</action><action>maincpu.mb@01D2FA=temp7</action></scxxxxript></cheat><cheat desc="Kill Vice T. with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFDCA0=0001</action></scxxxxript></cheat><cheat desc="Kill Butcher with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFDCA0=0001</action></scxxxxript></cheat><cheat desc="Kill Hogg with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFD3E0=0001</action></scxxxxript></cheat><cheat desc="Kill Slice with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFDAE0=0001</action></scxxxxript></cheat><cheat desc="Kill Morgan/Morgue with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFDCA0=0001</action></scxxxxript></cheat><cheat desc="Kill Tyrog with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFDCA0=0001</action></scxxxxript></cheat><cheat desc="Kill Slisaur 1 with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFD680=0001</action></scxxxxript></cheat><cheat desc="Kill Slisaur 2 with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFD5A0=0001</action></scxxxxript></cheat><cheat desc="Kill the one headed Fessenden with 1 hit Now!"> <scxxxxript state="on"><action>maincpu.pw@FFD920=0001</action></scxxxxript></cheat><cheat desc="Kill the several headed Fessenden with 1 hit Now!"><scxxxxript state="on"><action>maincpu.pw@FFD4C0=0001</action></scxxxxript></cheat><cheat desc="Finish Episode Now!"><scxxxxript state="on"><action>maincpu.pb@FF84D1=06</action></scxxxxript></cheat><cheat desc="See End Sequence Now!"><scxxxxript state="on"><action>maincpu.pb@FF84D1=06</action><action>maincpu.pb@FF84D9=07</action></scxxxxript></cheat><cheat desc=" "/><cheat desc="P1 Infinite Lives"><scxxxxript state="run"><action>maincpu.pb@FFB317=03</action></scxxxxript></cheat><cheat desc="P1 Infinite Energy"><scxxxxript state="run"><action>maincpu.pb@FFB2E1=64</action></scxxxxript></cheat><cheat desc="P1 Invincibility"><scxxxxript state="run"><action>maincpu.pb@FFB274=02</action><action>maincpu.pw@FFB360=0002</action></scxxxxript></cheat><cheat desc="P1 Select Character"><parameter><item value="0x01">Jack.T</item><item value="0x02">Hannah.D</item><item value="0x03">Mustapha.C</item><item value="0x04">Mess.O</item></parameter><scxxxxript state="run"><action condition="(param==01)">maincpu.pb@FFB277=00</action> <action condition="(param==01)">maincpu.pb@FF863A=00</action> <action condition="(param==02)">maincpu.pb@FFB277=02</action> <action condition="(param==02)">maincpu.pb@FF863A=01</action> <action condition="(param==03)">maincpu.pb@FFB277=01</action> <action condition="(param==03)">maincpu.pb@FF863A=02</action><action condition="(param==04)">maincpu.pb@FF863A=03</action></scxxxxript></cheat><cheat desc="P1 Rapid Fire - Normal"><comment>Turn it OFF on the name entry screen</comment><scxxxxript state="run"><action>maincpu.pb@FFB314=00|(maincpu.pb@FFB314 BAND ~10)</action> </scxxxxript></cheat><cheat desc="P1 Rapid Fire - Unlimited"><comment>Turn it OFF on the name entry screen</comment><scxxxxript state="run"><action>maincpu.pb@FFB314=00|(maincpu.pb@FFB314 BAND ~10)</action> <action>maincpu.pb@FFB326=00</action></scxxxxript></cheat><cheat desc=" "/><cheat desc="P2 Infinite Lives"><scxxxxript state="run"><action>maincpu.pb@FFB497=03</action></scxxxxript></cheat><cheat desc="P2 Infinite Energy"><scxxxxript state="run"><action>maincpu.pb@FFB461=64</action></scxxxxript></cheat><cheat desc="P2 Invincibility"><scxxxxript state="run"><action>maincpu.pb@FFB3F4=02</action><action>maincpu.pw@FFB4E0=0002</action></scxxxxript></cheat><cheat desc="P2 Select Character"><parameter><item value="0x01">Jack.T</item><item value="0x02">Hannah.D</item><item value="0x03">Mustapha.C</item><item value="0x04">Mess.O</item></parameter><scxxxxript state="run"><action condition="(param==01)">maincpu.pb@FFB3F7=00</action><action condition="(param==01)">maincpu.pb@FF8646=00</action><action condition="(param==02)">maincpu.pb@FFB3F7=02</action><action condition="(param==02)">maincpu.pb@FF8646=01</action><action condition="(param==03)">maincpu.pb@FFB3F7=01</action><action condition="(param==03)">maincpu.pb@FF8646=02</action><action condition="(param==04)">maincpu.pb@FF8646=03</action></scxxxxript></cheat><cheat desc="P2 Rapid Fire - Normal"><comment>Turn it OFF on the name entry screen</comment><scxxxxript state="run"><action>maincpu.pb@FFB494=00|(maincpu.pb@FFB494 BAND ~10)</action> </scxxxxript></cheat><cheat desc="P2 Rapid Fire - Unlimited"><comment>Turn it OFF on the name entry screen</comment><scxxxxript state="run"><action>maincpu.pb@FFB494=00|(maincpu.pb@FFB494 BAND ~10)</action> <action>maincpu.pb@FFB4A6=00</action></scxxxxript></cheat><cheat desc=" "/><cheat desc="P3 Infinite Lives"><scxxxxript state="run"><action>maincpu.pb@FFB617=03</action></scxxxxript></cheat><cheat desc="P3 Infinite Energy"><scxxxxript state="run"><action>maincpu.pb@FFB5E1=64</action></scxxxxript></cheat><cheat desc="P3 Invincibility"><scxxxxript state="run"><action>maincpu.pb@FFB574=02</action><action>maincpu.pw@FFB660=0002</action></scxxxxript></cheat><cheat desc="P3 Select Character"><parameter><item value="0x01">Jack.T</item><item value="0x02">Hannah.D</item><item value="0x03">Mustapha.C</item><item value="0x04">Mess.O</item></parameter><scxxxxript state="run"><action condition="(param==01)">maincpu.pb@FFB577=00</action><action condition="(param==01)">maincpu.pb@FF8652=00</action><action condition="(param==02)">maincpu.pb@FFB577=02</action><action condition="(param==02)">maincpu.pb@FF8652=01</action><action condition="(param==03)">maincpu.pb@FFB577=01</action><action condition="(param==03)">maincpu.pb@FF8652=02</action><action condition="(param==04)">maincpu.pb@FF8652=03</action></scxxxxript></cheat><cheat desc="P3 Rapid Fire - Normal"><comment>Turn it OFF on the name entry screen</comment><scxxxxript state="run"><action>maincpu.pb@FFB614=00|(maincpu.pb@FFB614 BAND ~10)</action></scxxxxript></cheat><cheat desc="P3 Rapid Fire - Unlimited"><comment>Turn it OFF on the name entry screen</comment><scxxxxript state="run"><action>maincpu.pb@FFB614=00|(maincpu.pb@FFB614 BAND ~10)</action><action>maincpu.pb@FFB626=00</action></scxxxxript></cheat><cheat desc=" "/><cheat desc="Enable Hidden obxxxxject TEST and SCROLL TEST"><comment>Press F2 and get obxxxxject Test on '10' and SCROLL TEST on '11'</comment><scxxxxript state="run"><action>maincpu.pb@FF84C3=01</action></scxxxxript></cheat></mamecheat><!-- Cheat file downloaded from see cheat.txt for list of contributors. -->。

FLAMMA 吉他综合效果器FX150 说明书

FLAMMA 吉他综合效果器FX150 说明书
吉他综合效果器 中文说明书
www.flShenzhenFlammaInnovationCo.,Ltd
目录
注意事项-----------------------------------------------------------------------------------------------------------01 性能概述-----------------------------------------------------------------------------------------------------------02 主面板说明----------------------------------------------------------------------------------------------------03-04 接口面板说明-------------------------------------------------------------------------------------- -----------05-06 应用场景连接说明------------------------------------------------------------------------------------ --------07-12 连接吉他功放后级+吉他箱体--------------------------------------------------------------------------------07 连接全频设备 - -----------------------------------------------------------------------------------------------08 全频+非全频设备混合连接 ----------------------------------------------------------------------------------09 连接吉他音箱的INPUT - -------------------------------------------------------------------------------------10 连接吉他音箱的FXLOOP------------------------------------------------------------------------------------11 四线接法 -----------------------------------------------------------------------------------------------------12 基本操作------------------------------------------------------------------------ ------------------------------13-19 开机 ----------------------------------------------------------------------------------------------------------13 主界面--------------------------------------------------------------------------------------------------------13 编辑界面-----------------------------------------------------------------------------------------------------14 选择预置音色--------------------------------------------------------------------------------------------15-17 编辑预置音色 ------------------------------------------------------------------------------------------------18 编辑效果链顺序----------------------------------------------------------------------------------------------19 预置音色保存------------------------------------------------------------------------------------------------19 调音器-------------------------------------------------------------------- -----------------------------------------20 LOOPER乐句循环功能--------------------------------------------------------------------------------------21-22

Indradrive 系列 故障代码

Indradrive 系列 故障代码

Error MessagesF9001 Error internal function call.F9002 Error internal RTOS function callF9003 WatchdogF9004 Hardware trapF8000 Fatal hardware errorF8010 Autom. commutation: Max. motion range when moving back F8011 Commutation offset could not be determinedF8012 Autom. commutation: Max. motion rangeF8013 Automatic commutation: Current too lowF8014 Automatic commutation: OvercurrentF8015 Automatic commutation: TimeoutF8016 Automatic commutation: Iteration without resultF8017 Automatic commutation: Incorrect commutation adjustment F8018 Device overtemperature shutdownF8022 Enc. 1: Enc. signals incorr. (can be cleared in ph. 2) F8023 Error mechanical link of encoder or motor connectionF8025 Overvoltage in power sectionF8027 Safe torque off while drive enabledF8028 Overcurrent in power sectionF8030 Safe stop 1 while drive enabledF8042 Encoder 2 error: Signal amplitude incorrectF8057 Device overload shutdownF8060 Overcurrent in power sectionF8064 Interruption of motor phaseF8067 Synchronization PWM-Timer wrongF8069 +/-15Volt DC errorF8070 +24Volt DC errorF8076 Error in error angle loopF8078 Speed loop error.F8079 Velocity limit value exceededF8091 Power section defectiveF8100 Error when initializing the parameter handlingF8102 Error when initializing power sectionF8118 Invalid power section/firmware combinationF8120 Invalid control section/firmware combinationF8122 Control section defectiveF8129 Incorrect optional module firmwareF8130 Firmware of option 2 of safety technology defectiveF8133 Error when checking interrupting circuitsF8134 SBS: Fatal errorF8135 SMD: Velocity exceededF8140 Fatal CCD error.F8201 Safety command for basic initialization incorrectF8203 Safety technology configuration parameter invalidF8813 Connection error mains chokeF8830 Power section errorF8838 Overcurrent external braking resistorF7010 Safely-limited increment exceededF7011 Safely-monitored position, exceeded in pos. DirectionF7012 Safely-monitored position, exceeded in neg. DirectionF7013 Safely-limited speed exceededF7020 Safe maximum speed exceededF7021 Safely-limited position exceededF7030 Position window Safe stop 2 exceededF7031 Incorrect direction of motionF7040 Validation error parameterized - effective thresholdF7041 Actual position value validation errorF7042 Validation error of safe operation modeF7043 Error of output stage interlockF7050 Time for stopping process exceeded8.3.15 F7051 Safely-monitored deceleration exceeded (159)8.4 Travel Range Errors (F6xxx) (161)8.4.1 Behavior in the Case of Travel Range Errors (161)8.4.2 F6010 PLC Runtime Error (162)8.4.3 F6024 Maximum braking time exceeded (163)8.4.4 F6028 Position limit value exceeded (overflow) (164)8.4.5 F6029 Positive position limit exceeded (164)8.4.6 F6030 Negative position limit exceeded (165)8.4.7 F6034 Emergency-Stop (166)8.4.8 F6042 Both travel range limit switches activated (167)8.4.9 F6043 Positive travel range limit switch activated (167)8.4.10 F6044 Negative travel range limit switch activated (168)8.4.11 F6140 CCD slave error (emergency halt) (169)8.5 Interface Errors (F4xxx) (169)8.5.1 Behavior in the Case of Interface Errors (169)8.5.2 F4001 Sync telegram failure (170)8.5.3 F4002 RTD telegram failure (171)8.5.4 F4003 Invalid communication phase shutdown (172)8.5.5 F4004 Error during phase progression (172)8.5.6 F4005 Error during phase regression (173)8.5.7 F4006 Phase switching without ready signal (173)8.5.8 F4009 Bus failure (173)8.5.9 F4012 Incorrect I/O length (175)8.5.10 F4016 PLC double real-time channel failure (176)8.5.11 F4017 S-III: Incorrect sequence during phase switch (176)8.5.12 F4034 Emergency-Stop (177)8.5.13 F4140 CCD communication error (178)8.6 Non-Fatal Safety Technology Errors (F3xxx) (178)8.6.1 Behavior in the Case of Non-Fatal Safety Technology Errors (178)8.6.2 F3111 Refer. missing when selecting safety related end pos (179)8.6.3 F3112 Safe reference missing (179)8.6.4 F3115 Brake check time interval exceeded (181)Troubleshooting Guide | Rexroth IndraDrive Electric Drivesand ControlsI Bosch Rexroth AG VII/XXIITable of ContentsPage8.6.5 F3116 Nominal load torque of holding system exceeded (182)8.6.6 F3117 Actual position values validation error (182)8.6.7 F3122 SBS: System error (183)8.6.8 F3123 SBS: Brake check missing (184)8.6.9 F3130 Error when checking input signals (185)8.6.10 F3131 Error when checking acknowledgment signal (185)8.6.11 F3132 Error when checking diagnostic output signal (186)8.6.12 F3133 Error when checking interrupting circuits (187)8.6.13 F3134 Dynamization time interval incorrect (188)8.6.14 F3135 Dynamization pulse width incorrect (189)8.6.15 F3140 Safety parameters validation error (192)8.6.16 F3141 Selection validation error (192)8.6.17 F3142 Activation time of enabling control exceeded (193)8.6.18 F3143 Safety command for clearing errors incorrect (194)8.6.19 F3144 Incorrect safety configuration (195)8.6.20 F3145 Error when unlocking the safety door (196)8.6.21 F3146 System error channel 2 (197)8.6.22 F3147 System error channel 1 (198)8.6.23 F3150 Safety command for system start incorrect (199)8.6.24 F3151 Safety command for system halt incorrect (200)8.6.25 F3152 Incorrect backup of safety technology data (201)8.6.26 F3160 Communication error of safe communication (202)8.7 Non-Fatal Errors (F2xxx) (202)8.7.1 Behavior in the Case of Non-Fatal Errors (202)8.7.2 F2002 Encoder assignment not allowed for synchronization (203)8.7.3 F2003 Motion step skipped (203)8.7.4 F2004 Error in MotionProfile (204)8.7.5 F2005 Cam table invalid (205)8.7.6 F2006 MMC was removed (206)8.7.7 F2007 Switching to non-initialized operation mode (206)8.7.8 F2008 RL The motor type has changed (207)8.7.9 F2009 PL Load parameter default values (208)8.7.10 F2010 Error when initializing digital I/O (-> S-0-0423) (209)8.7.11 F2011 PLC - Error no. 1 (210)8.7.12 F2012 PLC - Error no. 2 (210)8.7.13 F2013 PLC - Error no. 3 (211)8.7.14 F2014 PLC - Error no. 4 (211)8.7.15 F2018 Device overtemperature shutdown (211)8.7.16 F2019 Motor overtemperature shutdown (212)8.7.17 F2021 Motor temperature monitor defective (213)8.7.18 F2022 Device temperature monitor defective (214)8.7.19 F2025 Drive not ready for control (214)8.7.20 F2026 Undervoltage in power section (215)8.7.21 F2027 Excessive oscillation in DC bus (216)8.7.22 F2028 Excessive deviation (216)8.7.23 F2031 Encoder 1 error: Signal amplitude incorrect (217)VIII/XXII Bosch Rexroth AG | Electric Drivesand ControlsRexroth IndraDrive | Troubleshooting GuideTable of ContentsPage8.7.24 F2032 Validation error during commutation fine adjustment (217)8.7.25 F2033 External power supply X10 error (218)8.7.26 F2036 Excessive position feedback difference (219)8.7.27 F2037 Excessive position command difference (220)8.7.28 F2039 Maximum acceleration exceeded (220)8.7.29 F2040 Device overtemperature 2 shutdown (221)8.7.30 F2042 Encoder 2: Encoder signals incorrect (222)8.7.31 F2043 Measuring encoder: Encoder signals incorrect (222)8.7.32 F2044 External power supply X15 error (223)8.7.33 F2048 Low battery voltage (224)8.7.34 F2050 Overflow of target position preset memory (225)8.7.35 F2051 No sequential block in target position preset memory (225)8.7.36 F2053 Incr. encoder emulator: Pulse frequency too high (226)8.7.37 F2054 Incr. encoder emulator: Hardware error (226)8.7.38 F2055 External power supply dig. I/O error (227)8.7.39 F2057 Target position out of travel range (227)8.7.40 F2058 Internal overflow by positioning input (228)8.7.41 F2059 Incorrect command value direction when positioning (229)8.7.42 F2063 Internal overflow master axis generator (230)8.7.43 F2064 Incorrect cmd value direction master axis generator (230)8.7.44 F2067 Synchronization to master communication incorrect (231)8.7.45 F2068 Brake error (231)8.7.46 F2069 Error when releasing the motor holding brake (232)8.7.47 F2074 Actual pos. value 1 outside absolute encoder window (232)8.7.48 F2075 Actual pos. value 2 outside absolute encoder window (233)8.7.49 F2076 Actual pos. value 3 outside absolute encoder window (234)8.7.50 F2077 Current measurement trim wrong (235)8.7.51 F2086 Error supply module (236)8.7.52 F2087 Module group communication error (236)8.7.53 F2100 Incorrect access to command value memory (237)8.7.54 F2101 It was impossible to address MMC (237)8.7.55 F2102 It was impossible to address I2C memory (238)8.7.56 F2103 It was impossible to address EnDat memory (238)8.7.57 F2104 Commutation offset invalid (239)8.7.58 F2105 It was impossible to address Hiperface memory (239)8.7.59 F2110 Error in non-cyclical data communic. of power section (240)8.7.60 F2120 MMC: Defective or missing, replace (240)8.7.61 F2121 MMC: Incorrect data or file, create correctly (241)8.7.62 F2122 MMC: Incorrect IBF file, correct it (241)8.7.63 F2123 Retain data backup impossible (242)8.7.64 F2124 MMC: Saving too slowly, replace (243)8.7.65 F2130 Error comfort control panel (243)8.7.66 F2140 CCD slave error (243)8.7.67 F2150 MLD motion function block error (244)8.7.68 F2174 Loss of motor encoder reference (244)8.7.69 F2175 Loss of optional encoder reference (245)Troubleshooting Guide | Rexroth IndraDrive Electric Drivesand Controls| Bosch Rexroth AG IX/XXIITable of ContentsPage8.7.70 F2176 Loss of measuring encoder reference (246)8.7.71 F2177 Modulo limitation error of motor encoder (246)8.7.72 F2178 Modulo limitation error of optional encoder (247)8.7.73 F2179 Modulo limitation error of measuring encoder (247)8.7.74 F2190 Incorrect Ethernet configuration (248)8.7.75 F2260 Command current limit shutoff (249)8.7.76 F2270 Analog input 1 or 2, wire break (249)8.7.77 F2802 PLL is not synchronized (250)8.7.78 F2814 Undervoltage in mains (250)8.7.79 F2815 Overvoltage in mains (251)8.7.80 F2816 Softstart fault power supply unit (251)8.7.81 F2817 Overvoltage in power section (251)8.7.82 F2818 Phase failure (252)8.7.83 F2819 Mains failure (253)8.7.84 F2820 Braking resistor overload (253)8.7.85 F2821 Error in control of braking resistor (254)8.7.86 F2825 Switch-on threshold braking resistor too low (255)8.7.87 F2833 Ground fault in motor line (255)8.7.88 F2834 Contactor control error (256)8.7.89 F2835 Mains contactor wiring error (256)8.7.90 F2836 DC bus balancing monitor error (257)8.7.91 F2837 Contactor monitoring error (257)8.7.92 F2840 Error supply shutdown (257)8.7.93 F2860 Overcurrent in mains-side power section (258)8.7.94 F2890 Invalid device code (259)8.7.95 F2891 Incorrect interrupt timing (259)8.7.96 F2892 Hardware variant not supported (259)8.8 SERCOS Error Codes / Error Messages of Serial Communication (259)9 Warnings (Exxxx) (263)9.1 Fatal Warnings (E8xxx) (263)9.1.1 Behavior in the Case of Fatal Warnings (263)9.1.2 E8025 Overvoltage in power section (263)9.1.3 E8026 Undervoltage in power section (264)9.1.4 E8027 Safe torque off while drive enabled (265)9.1.5 E8028 Overcurrent in power section (265)9.1.6 E8029 Positive position limit exceeded (266)9.1.7 E8030 Negative position limit exceeded (267)9.1.8 E8034 Emergency-Stop (268)9.1.9 E8040 Torque/force actual value limit active (268)9.1.10 E8041 Current limit active (269)9.1.11 E8042 Both travel range limit switches activated (269)9.1.12 E8043 Positive travel range limit switch activated (270)9.1.13 E8044 Negative travel range limit switch activated (271)9.1.14 E8055 Motor overload, current limit active (271)9.1.15 E8057 Device overload, current limit active (272)X/XXII Bosch Rexroth AG | Electric Drivesand ControlsRexroth IndraDrive | Troubleshooting GuideTable of ContentsPage9.1.16 E8058 Drive system not ready for operation (273)9.1.17 E8260 Torque/force command value limit active (273)9.1.18 E8802 PLL is not synchronized (274)9.1.19 E8814 Undervoltage in mains (275)9.1.20 E8815 Overvoltage in mains (275)9.1.21 E8818 Phase failure (276)9.1.22 E8819 Mains failure (276)9.2 Warnings of Category E4xxx (277)9.2.1 E4001 Double MST failure shutdown (277)9.2.2 E4002 Double MDT failure shutdown (278)9.2.3 E4005 No command value input via master communication (279)9.2.4 E4007 SERCOS III: Consumer connection failed (280)9.2.5 E4008 Invalid addressing command value data container A (280)9.2.6 E4009 Invalid addressing actual value data container A (281)9.2.7 E4010 Slave not scanned or address 0 (281)9.2.8 E4012 Maximum number of CCD slaves exceeded (282)9.2.9 E4013 Incorrect CCD addressing (282)9.2.10 E4014 Incorrect phase switch of CCD slaves (283)9.3 Possible Warnings When Operating Safety Technology (E3xxx) (283)9.3.1 Behavior in Case a Safety Technology Warning Occurs (283)9.3.2 E3100 Error when checking input signals (284)9.3.3 E3101 Error when checking acknowledgment signal (284)9.3.4 E3102 Actual position values validation error (285)9.3.5 E3103 Dynamization failed (285)9.3.6 E3104 Safety parameters validation error (286)9.3.7 E3105 Validation error of safe operation mode (286)9.3.8 E3106 System error safety technology (287)9.3.9 E3107 Safe reference missing (287)9.3.10 E3108 Safely-monitored deceleration exceeded (288)9.3.11 E3110 Time interval of forced dynamization exceeded (289)9.3.12 E3115 Prewarning, end of brake check time interval (289)9.3.13 E3116 Nominal load torque of holding system reached (290)9.4 Non-Fatal Warnings (E2xxx) (290)9.4.1 Behavior in Case a Non-Fatal Warning Occurs (290)9.4.2 E2010 Position control with encoder 2 not possible (291)9.4.3 E2011 PLC - Warning no. 1 (291)9.4.4 E2012 PLC - Warning no. 2 (291)9.4.5 E2013 PLC - Warning no. 3 (292)9.4.6 E2014 PLC - Warning no. 4 (292)9.4.7 E2021 Motor temperature outside of measuring range (292)9.4.8 E2026 Undervoltage in power section (293)9.4.9 E2040 Device overtemperature 2 prewarning (294)9.4.10 E2047 Interpolation velocity = 0 (294)9.4.11 E2048 Interpolation acceleration = 0 (295)9.4.12 E2049 Positioning velocity >= limit value (296)9.4.13 E2050 Device overtemp. Prewarning (297)Troubleshooting Guide | Rexroth IndraDrive Electric Drivesand Controls| Bosch Rexroth AG XI/XXIITable of ContentsPage9.4.14 E2051 Motor overtemp. prewarning (298)9.4.15 E2053 Target position out of travel range (298)9.4.16 E2054 Not homed (300)9.4.17 E2055 Feedrate override S-0-0108 = 0 (300)9.4.18 E2056 Torque limit = 0 (301)9.4.19 E2058 Selected positioning block has not been programmed (302)9.4.20 E2059 Velocity command value limit active (302)9.4.21 E2061 Device overload prewarning (303)9.4.22 E2063 Velocity command value > limit value (304)9.4.23 E2064 Target position out of num. range (304)9.4.24 E2069 Holding brake torque too low (305)9.4.25 E2070 Acceleration limit active (306)9.4.26 E2074 Encoder 1: Encoder signals disturbed (306)9.4.27 E2075 Encoder 2: Encoder signals disturbed (307)9.4.28 E2076 Measuring encoder: Encoder signals disturbed (308)9.4.29 E2077 Absolute encoder monitoring, motor encoder (encoder alarm) (308)9.4.30 E2078 Absolute encoder monitoring, opt. encoder (encoder alarm) (309)9.4.31 E2079 Absolute enc. monitoring, measuring encoder (encoder alarm) (309)9.4.32 E2086 Prewarning supply module overload (310)9.4.33 E2092 Internal synchronization defective (310)9.4.34 E2100 Positioning velocity of master axis generator too high (311)9.4.35 E2101 Acceleration of master axis generator is zero (312)9.4.36 E2140 CCD error at node (312)9.4.37 E2270 Analog input 1 or 2, wire break (312)9.4.38 E2802 HW control of braking resistor (313)9.4.39 E2810 Drive system not ready for operation (314)9.4.40 E2814 Undervoltage in mains (314)9.4.41 E2816 Undervoltage in power section (314)9.4.42 E2818 Phase failure (315)9.4.43 E2819 Mains failure (315)9.4.44 E2820 Braking resistor overload prewarning (316)9.4.45 E2829 Not ready for power on (316)。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
相关文档
最新文档