opcsupport
OPC troubleshooting utility
Syntax
Description
opcsupport('localhost')
returns diagnostic information for all OPC
servers installed on the local machine, and saves the output text to the file
opcsupport.txt
in the current folder. This file is then opened in the
editor for viewing.
opcsupport(
returns diagnostic
information for the OPC servers installed on the host with name 'HostName'
)HostName
,
and saves the text output to the file, opcsupport.txt
in the current
directory. This file is then opened in the editor for viewing.
opcsupport(
,
returns diagnostic information for the OPC servers installed on the host with name
'HostName'
,'FileName'
)HostName
, and saves the text output to the file
FileName
in the current folder. This file is then opened in the editor
for viewing.
opcsupport(
or
'HostName'
,'FileName'
,'da'
) opcsupport(
restricts information gathered from the servers on 'HostName'
,'FileName'
,'hda'
)HostName
to only data
access ('da'
) or to only historical data access
('hda'
).
returns
the full path to the generated file and does not open the file in the editor for
viewing.outFile
= opcsupport(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a