Main Content
connect
Connect client object to OPC server
Syntax
Description
connect(
connects the
Obj
)opchda
object Obj
to the OPC server that specified
by the object Host
and ServerID
properties. When you
connect Obj
, its Status
property takes the value
'connected'
. You can disconnect Obj
from the server
with the disconnect
function, which sets the
Status
property value to 'disconnected'
.
If Obj
is an array of objects and the function cannot connect some of
these objects, it generates a warning. If the function cannot connect any of the objects, it
generates an error.
Examples
Input Arguments
Version History
Introduced before R2006a