EfortData 类 |
命名空间: HslCommunication.Robot.EFORT
EfortData 类型公开以下成员。
名称 | 说明 | |
---|---|---|
AuthorityStatus |
权限状态,1:有权限,0:无权限
| |
AxisMoveStatus |
轴运动状态,1:有运动,0:未运动
| |
DbAxisAcc |
一到七轴的加速度
| |
DbAxisAccAcc |
一到七轴的加加速度
| |
DbAxisDirCnt |
轴反向计数
| |
DbAxisPos |
一到七轴的角度
| |
DbAxisSpeed |
一到七轴的速度
| |
DbAxisTime |
轴工作总时长
| |
DbAxisTorque |
一到七轴的力矩
| |
DbCartPos |
X,Y,Z,A,B,C方向,也叫笛卡尔坐标系
| |
DbDeviceTime |
设备开机总时长
| |
ErrorStatus |
报警状态,1:有报警,0:无报警
| |
ErrorText |
错误信息
| |
HstopStatus |
急停状态,1:无急停,0:有急停
| |
IoDIn |
IoDIn状态
| |
IoDOut |
IoDOut状态
| |
IoIIn |
IoIIn状态
| |
IoIOut |
IoIOut状态
| |
ModeStatus |
模式状态,1:手动,2:自动,3:远程
| |
PacketEnd |
报文结束标记
| |
PacketHeartbeat |
数据心跳
| |
PacketOrders |
数据命令
| |
PacketStart |
报文开始的字符串
| |
ProgHoldStatus |
程序暂停状态,1:有暂停,0:无暂停
| |
ProgLoadStatus |
程序加载状态,1:有加载,0:无加载
| |
ProgMoveStatus |
程序运行状态,1:有运行,0:未运行
| |
ProgramName |
加载程序名
| |
ProjectName |
加载工程名
| |
ServoStatus |
伺服状态,1:有使能,0:未使能
| |
SpeedStatus |
读读状态,百分比(单位)
|
名称 | 说明 | |
---|---|---|
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。) | |
PraseFrom |
从新版本数据构造一个埃夫特机器人的数据类型
| |
PraseFromPrevious |
从之前的版本数据构造一个埃夫特机器人的数据类型
| |
ToString | Returns a string that represents the current object. (继承自 Object。) |
名称 | 说明 | |
---|---|---|
ToJsonString |
获取当前对象的JSON格式表示的字符串。 (由 HslExtension 定义。)Gets the string represented by the JSON format of the current object. |