OPCQueryConnections

OPCQueryConnections — lists OPC server connections.

Synopsis

(OPCQueryConnections [pattern])
    

Arguments

pattern

A pattern that matches names of OPC connections, such as OPC00*.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command lists OPC server connections.

Example

This is an example of the command being called from the Script Log, using the datahub_command function.

--> pretty_princ(datahub_command ("(OPCQueryConnections OPC00*)", 1));
(OPCQueryConnection "OPC000" "OPC001" "OPC004")
t