opc.daSupport
(To be removed) OPC data access troubleshooting utility
Support for the OPC Data Access (DA) standard will be removed in a future release. Instead use OPC Unified Architecture (UA). See Version History.
Syntax
Description
opc.daSupport('localhost')
returns diagnostic information for all
OPC data access 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.daSupport(
returns diagnostic
information for the OPC servers installed on the host with name 'HostName'
)HostName
,
and saves the output text to the file opcsupport.txt
in the current
folder. Then the file opens in the editor for viewing.
opc.daSupport(
returns diagnostic information for the host with the name 'HostName'
,'FileName'
)HostName
, and
saves the output text to the file FileName
in the current folder. Then
the file opens in the editor for viewing.
opc.daSupport(
appends its 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.outFile
= opc.daSupport(___)