opc.hdaSupport
OPC HDA troubleshooting utility
Syntax
Description
opc.hdaSupport('localhost')
returns diagnostic information for all
OPC HDA servers installed on the local machine, and saves the output text to the file
opcsupport.txt
in the current folder. Then the file opens in the editor
for viewing.
opc.hdaSupport(
returns diagnostic
information for the OPC HDA servers installed on the host with name
'HostName'
)HostName
, and saves the text output to the file,
opcsupport.txt
in the current directory. Then the file opens in the
editor for viewing.
opc.hdaSupport(
saves the text output to the file 'HostName'
,'FileName'
)FileName
in the current folder. Then
the file opens in the editor for viewing.
opc.hdaSupport(
appends the output information to the file already opened with 'HostName'
,Fid
)fopen
. The Fid
argument must be a valid file
identifier.
returns the full path to the generated file and does not open the file in the editor for
viewing. This syntax can use any input arguments previously listed in earlier
syntaxes.outFile
= opc.hdaSupport(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a