opcuaserverinfo
Query host for installed OPC UA servers
Description
An opc.ua.ServerInfo object provides information on OPC UA
servers installed on a specific host.
Creation
Description
queries the specified host for its installed OPC UA servers. serverInfo = opcuaserverinfo(hostname)hostname
must be the host name or IP address of the local machine or a remote machine on the same
local network.
Note
Before running opcuaserverinfo to query a host, you must set
up a Local Discovery Service (LDS) on that host, as described in Install a Local
Discovery Service for OPC UA Server Discovery.
queries the Discovery Service located at the URL serverInfo = opcuaserverinfo(discoveryUrl)discoveryUrl.
discoveryUrl must use the opc.tcp protocol
specified by the syntax "opc.tcp://hostname:port/Url". Use the
discoveryUrl when your server's OPC UA Discovery Service uses a
nonstandard port number (by default 4840).
Input Arguments
Output Arguments
Properties
Object Functions
findAuthentication | Find OPC UA servers supporting specified user authentication type |
findDescription | Find OPC UA servers containing specified description |
Examples
Version History
Introduced in R2015b