Set OPC DA Tag Value String

Creates a string with the specified tag in the SA OPC server’s address space. If the address space already contains 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

String

Value

The string 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.