Set OPC DA Tag Value Double

Creates a double value with the specified tag in the SA OPC server’s address space. If the address space already con- tains a tag with the specified name, the previous value will be overwritten.

 

Input Arguments

 

0

String

OPC Server DA Tag Name

The tag name to associate with the data in the address space.

1

Double

Value

The value to associate with the specified tag

name.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

It is assumed that the OPC server is running when this command is executed.