点击或拖拽改变大小

AllenBradleyServerAddTagValue 方法

重载列表
  名称说明
公共方法AddTagValue(String, AllenBradleyItemValue)
向服务器新增一个新的Tag值
Add a new tag value to the server
公共方法AddTagValue(String, Boolean)
向服务器新增一个新的bool类型的Tag值,并赋予初始化的值
Add a new tag value of type bool to the server and assign the initial value
公共方法AddTagValue(String, Boolean)
向服务器新增一个新的bool数组类型的Tag值,并赋予初始化的值
Add a new tag value of type bool array to the server and assign the initial value
公共方法AddTagValue(String, Byte)
向服务器新增一个新的type类型的Tag值,并赋予初始化的值
Add a new type tag value to the server and assign the initial value
公共方法AddTagValue(String, Double)
向服务器新增一个新的double类型的Tag值,并赋予初始化的值
Add a new tag value of type double to the server and assign the initialized value
公共方法AddTagValue(String, Double)
向服务器新增一个新的double数组的Tag值,并赋予初始化的值
Add a new double array Tag value to the server and assign the initialized value
公共方法AddTagValue(String, Int16)
向服务器新增一个新的short类型的Tag值,并赋予初始化的值
Add a new short tag value to the server and assign the initial value
公共方法AddTagValue(String, Int16)
向服务器新增一个新的short数组的Tag值,并赋予初始化的值
Add a new short array Tag value to the server and assign the initial value
公共方法AddTagValue(String, Int32)
向服务器新增一个新的int类型的Tag值,并赋予初始化的值
Add a new Tag value of type int to the server and assign the initialized value
公共方法AddTagValue(String, Int32)
向服务器新增一个新的int数组的Tag值,并赋予初始化的值
Add a new Tag value of the int array to the server and assign the initialized value
公共方法AddTagValue(String, Int64)
向服务器新增一个新的long类型的Tag值,并赋予初始化的值
Add a new Tag value of type long to the server and assign the initialized value
公共方法AddTagValue(String, Int64)
向服务器新增一个新的long数组的Tag值,并赋予初始化的值
Add a new Long array Tag value to the server and assign the initial value
公共方法AddTagValue(String, Single)
向服务器新增一个新的float类型的Tag值,并赋予初始化的值
Add a new tag value of type float to the server and assign the initial value
公共方法AddTagValue(String, Single)
向服务器新增一个新的float数组的Tag值,并赋予初始化的值
Add a new Tag value of the float array to the server and assign the initialized value
公共方法AddTagValue(String, UInt16)
向服务器新增一个新的ushort类型的Tag值,并赋予初始化的值
Add a new tag value of ushort type to the server and assign the initial value
公共方法AddTagValue(String, UInt16)
向服务器新增一个新的ushort数组的Tag值,并赋予初始化的值
Add a new ushort array Tag value to the server and assign the initial value
公共方法AddTagValue(String, UInt32)
向服务器新增一个新的uint类型的Tag值,并赋予初始化的值
Add a new uint tag value to the server and assign the initial value
公共方法AddTagValue(String, UInt32)
向服务器新增一个新的uint数组的Tag值,并赋予初始化的值
Add a new uint array Tag value to the server and assign the initial value
公共方法AddTagValue(String, UInt64)
向服务器新增一个新的ulong类型的Tag值,并赋予初始化的值
Add a new Ulong type Tag value to the server and assign the initial value
公共方法AddTagValue(String, UInt64)
向服务器新增一个新的ulong数组的Tag值,并赋予初始化的值
Add a new Ulong array Tag value to the server and assign the initial value
公共方法AddTagValue(String, String, Int32)
向服务器新增一个新的string类型的Tag值,并赋予初始化的值
Add a new Tag value of string type to the server and assign the initial value
公共方法AddTagValue(String, String, Int32)
向服务器新增一个新的string数组的Tag值,并赋予初始化的值
Add a new String array Tag value to the server and assign the initialized value
Top
参见