OPCHDA.NET Reference Manual
Insert Method
See Also  Send Feedback
OpcHDAWrapperUA.Net4 Assembly > OPCHDA.NET Namespace > OpcHDAServer Class : Insert Method

Glossary Item Box

This asynchronous function inserts values and qualities into the history database for the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error.

This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection.

The results are returned via the client's UpdateComplete event handler.

Overload List

OverloadDescription
Insert(Int32,Int32[],DateTime[],Object[],Int32[],Int32,Int32[])

This asynchronous function inserts values and qualities into the history database for the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error.

This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection.

The results are returned via the client's UpdateComplete event handler.

 
Insert(Int32,Int32[],DateTime[],OPCHDAannotation[],Int32,Int32[])

This asynchronous function inserts annotations into the history database. This function is intended to insert annotations by users to document observations for a value at a specified timestamp.

The results are returned via the client's InsertAnnotations event handler.

 
Insert(Int32[],Int64[],Object[],Int32[],Int32[])

This synchronous function inserts values and qualities into the history database at the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error.

This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection.

 
Insert(Int32[],DateTime[],Object[],Int32[],Int32[])

This synchronous function inserts values and qualities into the history database at the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error.

This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection.

 
Insert(Int32[],DateTime[],OPCHDAannotation[],Int32[])

This synchronous function inserts annotations into the history database.

This function is intended to insert annotations by users to document observations for a value at a specified timestamp.

 
Insert(Int32,Int32[],Int64[],Object[],Int32[],Int32,Int32[])

This asynchronous function inserts values and qualities into the history database for the specified timestamps for one or more items. If a value exists at the specified timestamp, the new value shall not be inserted; instead errors shall indicate an error.

This function is intended to insert new values at the specified timestamps; e.g., the insertion of lab data to reflect the time of data collection.

The results are returned via the client's UpdateComplete event handler.

 

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.