system.opchda.insertReplace

Description

Will insert values on the OPC-HDA server, or replace them if they already exist.

Syntax

system.opchda. insertReplace( serverName, itemId, value, date, quality )

  • Parameters

String serverName - The name of the defined OPC-HDA server.

String itemId - The item ID to perform the operation on.

Object value - The value to insert or replace.

Object date - The date to insert or replace.

int quality - The quality to insert or replace.

  • Returns

int - The items quality form the operation.

  • Scope

All

Code Examples

There are no examples for this function.