AllenBradleyHelperWriteTimeAndDate 方法 |
使用日期格式(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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult WriteTimeAndDate(
IReadWriteCip plc,
string address,
DateTime date
)
Public Shared Function WriteTimeAndDate (
plc As IReadWriteCip,
address As String,
date As DateTime
) As OperateResult
public:
static OperateResult^ WriteTimeAndDate(
IReadWriteCip^ plc,
String^ address,
DateTime date
)
static member WriteTimeAndDate :
plc : IReadWriteCip *
address : string *
date : DateTime -> OperateResult
参数
- plc
- 类型:HslCommunication.Profinet.AllenBradleyIReadWriteCip
当前的通信对象信息 - address
- 类型:SystemString
PLC里变量的地址 - date
- 类型:SystemDateTime
时间信息
返回值
类型:
OperateResult是否写入成功
参见