点击或拖拽改变大小

MelsecMcDataType 构造函数

实例化一个三菱数据类型对象,如果您清楚类型代号,可以根据值进行扩展
Instantiate a Mitsubishi data type object, if you know the type code, you can expand according to the value

命名空间:  HslCommunication.Profinet.Melsec
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public MelsecMcDataType(
	ushort code,
	byte type,
	string asciiCode,
	int fromBase
)

参数

code
类型:SystemUInt16
数据类型的代号
type
类型:SystemByte
0或1,默认为0,0代表按字,1代表按位
asciiCode
类型:SystemString
ASCII格式的类型信息
fromBase
类型:SystemInt32
指示地址的多少进制的,10或是16
参见