opchda
Create OPC historical data access client
Syntax
Description
constructs hdaObj
= opchda(Hostname
,ServerID
)hdaObj
for the host specified by Hostname
and the OPC server ID specified by ServerID
.
When you construct hdaObj
, its initial Status
property value is 'disconnected'
. To communicate with the server, connect
hdaObj
to the server using the connect
function.
applies the specified property values to the client created with the hdaObj
= opchda(Hostname
,ServerID
,Name,Value
)Host
and ServerID
parameters. If you specify an invalid property name or
value, the function does not create an object.
applies the specified property values to the client created with the ServerInfo object,
hdaObj
= opchda(SIObj
,Name,Value
)SIObj
. If you specify an invalid property name or value, the function
does not create an object.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a