You are on page 1of 1

Tags Page 1 of 1

Design Common Functionality User Guide 12 Series


Chapter: Schematic Gateway

Tags
The PMLTags Object is available on the .NET Aveva.Pdms.Tags.Pml.dll assembly which may be imported
and used as follows:
import 'Aveva.Pdms.Tags.Pml'
handle (1000,0)
endhandle

using namespace 'Aveva.Pdms.Tags'


!!tags = object PMLTags()
!!tags. PublishToAVEVANET ('category', 'list')
handle any
$P $!!Error.Text
endhandle
Where an error is encountered during gateway operation exceptions are retuned using module number 98 and
error code 1.
The interface has the following methods:

Name Result Purpose

ExportAsXls No Result Exports current list in xls format


(destinationFilename)

ExportAsXls(STRING No Result Exports specified list in xls format


categoryName, STRING
listName, STRING
destinationFilename)

PublishToAVEVANET() No Result Publishes current list to AVEVA NET.

PublishToAVEVANET No Result Publishes specified list to AVEVA NET.


(STRING categoryName,
STRING listName)

PublishToAVEVANET No Result Publishes specified list to AVEVA NET


(STRING categoryName, using given configuration name. Where
STRING listName, STRING a configuration name is not specified,
configurationName) the default Tags configuration is used.
Publish To AVEVA NET Configurations
can be defined using AVEVA NET
Gateway Setup, accessible on Admin
Tab.

Copyright 1974 to current year. AVEVA Solutions Limited and its subsidiaries. All rights reserved.

mk:@MSITStore:C:\AVEVA\Plant\PDMS12~1.SP4\DOCUME~1\DCFUG.chm::/DCFUG... 6/4/2020

You might also like