Gripper part for C310

  1. // Judge Rotor not on the Z3106 an Magnetism result ?
  2. A "K21N1"
  3. A #T_W
  4. A "B3108.2"
  5. JCN _NUL //Judge Step is activated ?
  6. //Judge Rotor not on the Z3106
  7. A "B3106.2"
  8. JCN _NoR
  9. //Judge Magnetism Done?
  10. A "SeqDB"._bFlag.MagnetismDone
  11. JCN _NoM
  12. //Judge Magnetism result?
  13. L "SeqDB"._IFlag.MagnetismStatus
  14. L 1
  15. ==I
  16. JCN NoK
  17. //Magnetism OK
  18. S "K21N20"
  19. R "K21N1"
  20. _NoK:NOP 0
  21. L "SeqDB"._IFlag.MagnetismStatus
  22. L 2
  23. ==I
  24. JCN _MER
  25. //Magnetism NOK
  26. S "Ky3103.2"
  27. R "Ky3103.1"
  28. S "K21N4"
  29. R "K21N1"
  30. JU _NUL
  31. _NoM: NOP 0
  32. //Rotor not Magnetism
  33. S "Ky3103.2"
  34. R "Ky3103.1"
  35. S "K21N4"
  36. R "K21N1"
  37. JU _NUL
  38. _NoR: Nop 0
  39. //Rotor not on the Z3106
  40. S "Ky3102.2"
  41. R "Ky3102.1"
  42. S "K21N2"
  43. R "K21N1"
  44. JU _NUL
  45. _MER: NOP 0
  46. //Magnetism result err.
  47. _NUL: NOP 0

来自为知笔记(Wiz)

时间: 2024-10-24 22:51:02

Gripper part for C310的相关文章

[src] baxter_examples

__init__.py # Copyright (c) 2013-2015, Rethink Robotics # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # 1. Redistributions

《zw版·Halcon-delphi系列原创教程》 2d照片-3d逆向建模脚本

<zw版·Halcon-delphi系列原创教程> 2d照片-3d逆向建模脚本 3D逆向建模,是逆向工程的核心要素.       3D逆向建模,除了目前通用的3D点云模式,通过2D图像实现快速3D建模,也是目前的重要手段.       2D图像的3D逆向建模,目前常用的有两种模式,一个是左右视距(或多角度取景)图片叠加处理,google的卫星地图3D化,就是这个模式.       另外一种,就是本文要介绍的3D定标模式(handeye??模式),就是在现场先拍摄一张标准3D定标图片,获取定位参

英语电影剧本大全(中英对照)

目     录 <泰坦尼克号>全部英文剧本 TV REPORTER: Treasure hunter Brock Lovett is best known for finding Spanish gold off islands in the best Caribbean. LIZZY: It’s OK, I’ll get you in a minutes. Come on. TV REPORTER: Now he is using Russian subs to reach the most

ubuntu12.04+fuerte 下跑通lsd-slam——使用usb摄像头

上一篇介绍了如何使用数据集跑lsd-slam,这篇介绍如何用一个普通的usb摄像头跑lsd-slam,默认ubuntu12.04,fuerte已经安装好,workspace也已设置,如果没有,请参考上一篇数据集下跑lsd-slam的博文. 我使用的摄像头是罗技c310 usb摄像头,其他的usb摄像头应该也没什么问题. 1.测试摄像头好坏.安装cheese,执行 $ sudo apt-get install cheese 运行cheese,执行 $ cheese 确认摄像头是否能在ubuntu下

Firefox 个人定制版

效果图: /*博客图片显示比例失调,建议右键查看图像浏览大图*/ 设置: 1 # Mozilla User Preferences 2 3 /* Do not edit this file. 4 * 5 * If you make changes to this file while the application is running, 6 * the changes will be overwritten when the application exits. 7 * 8 * To make

转载:Pixhawk源码笔记四:学习RC Input and Output

转自:新浪@WalkAnt 第五部分 学习RC Input and Output 参考:http://dev.ardupilot.com/wiki/learning-ardupilot-rc-input-output/ RC Input,也就是遥控输入,用于控制飞行方向.改变飞行模式.控制摄像头等外围装置.ArduPilot支持集中不同RC input(取决于具体的硬件飞控板): 1. PPMSum – on PX4, Pixhawk, Linux and APM2 2. SBUS – on P

HP StorageWorks MSL2024 Tape Libraries - Robotic Error Sub-Codes

Robotic error sub-codes Sub-Code Description 01 Mechanical initialization failure 02 Connection to slave robotic failed 03 Error motor initialization 04 Error during gripper?1?close 05 Error slider?2?home positioning 06 Error elevator?3?home movement

第四篇:SOUI资源文件组织

什么是资源? 现代的软件只要有UI,基本上少不了资源. 资源是什么?资源就是在程序运行时提供固定的数据源的文件. 在MFC当道的时代,资源一般就是位图(Bitmap),图标(Icon),光标(Cursor),对话框模板(Dialog)等资源. 在SOUI中,资源主要变成了XML布局和PNG图片文件. SOUI-DEMO的资源解析 首先看一下SOUI-DEMO中用到的资源索引XML(uires.idx): 1 <?xml version="1.0" encoding="u

函数alv下的颜色设置

ABAP中的颜色代码是由4位字都组成的 cxyz    c:color的简写,颜色代码均以C开头 x:标准色代码,SAP中一共有7个标准色    y:反转颜色启用/关闭 1/0 z:增强颜色启用/关闭 1/0 标准色代码一览表 X 颜色 主要用处 1 灰蓝色 抬头.标题栏 2 浅灰色 列表内容 3 黄色 汇总 4 蓝色 关键字 5 绿色 正确 6 红色 错误 7 橙色 控制 如: 单元格颜色控制: 定义最后显示内表的时候要在里面增加一个 colour  type lvc_T_scol,类型,这是