点击或拖拽改变大小

AllenBradleyHelperAnalysisArrayIndex 方法

分析地址数据信息里的位索引的信息,例如a[10] 返回 a 和 10 索引,如果没有指定索引,就默认为0

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public static string AnalysisArrayIndex(
	string address,
	out int arrayIndex
)

参数

address
类型:SystemString
数据地址
arrayIndex
类型:SystemInt32
位索引

返回值

类型:String
地址信息
参见