Tags
- Last UpdatedDec 01, 2024
- 1 minute read
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(destinationFilename) |
No Result |
Exports current list in .xls format. |
|
ExportAsXls(STRING categoryName, STRING listName, STRING destinationFilename) |
No Result |
Exports specified list in .xls format. |
|
PublishToAVEVANET() |
No Result |
Publishes current list to AVEVA AIM. |
|
PublishToAVEVANET(STRING categoryName, STRING listName) |
No Result |
Publishes specified list to AVEVA AIM. |
|
PublishToAVEVANET(STRING categoryName, STRING listName, STRING configurationName) |
No Result |
Publishes specified list to AVEVA AIM using given configuration name. Where a configuration name is not specified, the default Tags configuration is used. Publish To AVEVA AIM Configurations can be defined using AVEVA AIM Gateway Setup, accessible on the Admin Tab. |