DeltaDvpHelperParseDeltaDvpAddress 方法 |
根据台达PLC的地址,解析出转换后的modbus协议信息,适用DVP系列,当前的地址仍然支持站号指定,例如s=2;D100
According to the address of Delta PLC, the converted modbus protocol information is parsed out, applicable to DVP series,
the current address still supports station number designation, such as s=2;D100
命名空间:
HslCommunication.Profinet.Delta.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法public static OperateResult<string> ParseDeltaDvpAddress(
string address,
byte modbusCode
)
Public Shared Function ParseDeltaDvpAddress (
address As String,
modbusCode As Byte
) As OperateResult(Of String)
public:
static OperateResult<String^>^ ParseDeltaDvpAddress(
String^ address,
unsigned char modbusCode
)
static member ParseDeltaDvpAddress :
address : string *
modbusCode : byte -> OperateResult<string>
参数
- address
- 类型:SystemString
台达plc的地址信息 - modbusCode
- 类型:SystemByte
原始的对应的modbus信息
返回值
类型:
OperateResultString还原后的modbus地址
参见