点击或拖拽改变大小

DLT645HelperFunction1C 方法

功能码1C的操作,主要用来控制跳闸(控制类型1A),合闸允许(控制类型1B)

命名空间:  HslCommunication.Instrument.DLT.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult Function1C(
	IDlt645 dlt,
	string password,
	string opCode,
	string station,
	byte controlType,
	DateTime validTime
)

参数

dlt
类型:HslCommunication.Instrument.DLT.HelperIDlt645
DLT通信对象
password
类型:SystemString
密钥信息
opCode
类型:SystemString
操作者代码
station
类型:SystemString
站号信息
controlType
类型:SystemByte
控制类型
validTime
类型:SystemDateTime
有效截止时间

返回值

类型:OperateResult
是否操作成功
参见