点击或拖拽改变大小

ModbusMappingAddressDelta_AS 方法

根据台达AS300的PLC的地址,解析出转换后的modbus协议信息,适用AS300系列,当前的地址仍然支持站号指定,例如s=2;D100
According to the PLC address of Delta AS300, the converted modbus protocol information is parsed, and it is applicable to AS300 series. The current address still supports station number designation, for example, s=2;D100

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<string> Delta_AS(
	string address,
	byte modbusCode
)

参数

address
类型:SystemString
台达plc的地址信息
modbusCode
类型:SystemByte
原始的对应的modbus信息

返回值

类型:OperateResultString
还原后的modbus地址
参见