点击或拖拽改变大小

YRCRobotData 类

安川机器人的数据信息,其中 Re只在YRC100中有效,没有外部轴的系统, 7-12外部轴的值设定为「0」
继承层次
SystemObject
  HslCommunication.Robot.YASKAWAYRCRobotData

命名空间:  HslCommunication.Robot.YASKAWA
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public class YRCRobotData

YRCRobotData 类型公开以下成员。

构造函数
  名称说明
公共方法YRCRobotData
实例化一个默认的对象
公共方法YRCRobotData(YRCType, String)
指定类型及字符串数据信息来实例化一个对象
Top
属性
  名称说明
公共属性Axis10PulseNumber
第 10 轴脉冲数
公共属性Axis11PulseNumber
第 11 轴脉冲数
公共属性Axis12PulseNumber
第 12 轴脉冲数
公共属性Axis7PulseNumber
第 7 轴脉冲数( 行走轴时、 单位mm)
公共属性Axis8PulseNumber
第 8 轴脉冲数( 行走轴时、 单位mm)
公共属性Axis9PulseNumber
第 9 轴脉冲数(行走轴时、 单位mm)
公共属性Frame
参考系,0:基座坐标,1:机器人坐标,2-65分别表示用户坐标1-64
公共属性Re
肘角姿势 Re,仅在七轴机器人的情况下有效
公共属性Rx
手腕姿勢 Rx 坐标值(单位 °、小数点第 4 位有效)
公共属性Ry
手腕姿勢 Ry 坐标值(单位 °、 小数点第 4 位有效)
公共属性Rz
手腕姿勢 Rz 坐标值(单位 °、 小数点第 4 位有效)
公共属性SpeedPercent
动作速度( 0.01 ~ 100.0%)
公共属性Status
形态数据,各个索引含义为 [0] 0:F lip,1:N o Flip [1] 0:上方肘,1:下方肘 [2] 0:正面,1:背面 [3] 0:R<180, 1:R≥180 [4] 0:T<180, 1:T≥180 [5] 0:S<180, 1:S≥180
公共属性ToolNumber
工具编号( 0 ~ 63)
公共属性X
X 坐标值( 单位mm、小数点第 3 位有效)
公共属性Y
Y 坐标值(单位mm、小数点第 3 位有效)
公共属性Z
Z 坐标值(单位 mm、小数点第 3 位有效)
Top
方法
  名称说明
公共方法Equals
Determines whether the specified object is equal to the current object.
(继承自 Object。)
受保护的方法Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(继承自 Object。)
公共方法GetHashCode
Serves as the default hash function.
(继承自 Object。)
公共方法GetType
Gets the Type of the current instance.
(继承自 Object。)
受保护的方法MemberwiseClone
Creates a shallow copy of the current Object.
(继承自 Object。)
公共方法Parse
从实际机器人读取到的数据解析出真实的机器人信息。
公共方法ToString
Returns a string that represents the current object.
(重写 ObjectToString.)
公共方法ToWriteString
将数据转换为写入命令的字符换,需要指定是否七轴机器人的信息
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见