点击或拖拽改变大小

AllenBradleyNetWriteDateAsync 方法

使用日期格式(Date)将指定的数据写入到指定的地址里,PLC的地址类型变量必须为 "Date",否则写入失败。
Use the date format (Date) to write the specified data to the specified address. The PLC address type variable must be "Date", otherwise the writing will fail.

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public Task<OperateResult> WriteDateAsync(
	string address,
	DateTime date
)

参数

address
类型:SystemString
PLC里变量的地址
date
类型:SystemDateTime
时间信息

返回值

类型:TaskOperateResult
是否写入成功

实现

IReadWriteCipWriteDateAsync(String, DateTime)
参见