FanucHelperAnalysisFanucAddress 方法 |
从FANUC机器人地址进行解析数据信息,地址为D,I,Q,M,AI,AQ区
Parse data information from FANUC robot address, the address is D, I, Q, M, AI, AQ area
命名空间:
HslCommunication.Robot.FANUC
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<byte, ushort> AnalysisFanucAddress(
string address,
bool isBit
)
Public Shared Function AnalysisFanucAddress (
address As String,
isBit As Boolean
) As OperateResult(Of Byte, UShort)
public:
static OperateResult<unsigned char, unsigned short>^ AnalysisFanucAddress(
String^ address,
bool isBit
)
static member AnalysisFanucAddress :
address : string *
isBit : bool -> OperateResult<byte, uint16>
参数
- address
- 类型:SystemString
fanuc机器人的地址信息 - isBit
- 类型:SystemBoolean
是否使用位操作
返回值
类型:
OperateResultByte,
UInt16解析结果
参见