YRCRobotData 类 |
命名空间: HslCommunication.Robot.YASKAWA
YRCRobotData 类型公开以下成员。
名称 | 说明 | |
---|---|---|
YRCRobotData |
实例化一个默认的对象
| |
YRCRobotData(YRCType, String) |
指定类型及字符串数据信息来实例化一个对象
|
名称 | 说明 | |
---|---|---|
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 位有效)
|
名称 | 说明 | |
---|---|---|
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 |
将数据转换为写入命令的字符换,需要指定是否七轴机器人的信息
|
名称 | 说明 | |
---|---|---|
ToJsonString |
获取当前对象的JSON格式表示的字符串。 (由 HslExtension 定义。)Gets the string represented by the JSON format of the current object. |