Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

EquipCheckUpdate

  • Last UpdatedJul 18, 2023
  • 1 minute read

The runtime environment will automatically check if the equipment database has been updated before each page open and before running an equipment browse open function (EquipBrowseOpen). It does this by checking the version of the database file. You may also update the database periodically in a background task to reload the database even if the page is not changed.

The EquipCheckUpdate function checks if the equipment database file has been updated, and provides the facility to reload it. The reload can only be performed if there are no open browse sessions.

Syntax

INT EquipCheckUpdate(INT Reload[, STRING sCluster])

Reload:

1 (TRUE) if you want to reload the database.

0 (FALSE) checks the status of the database without reloading it.

Cluster:

The cluster name to check and/or reload the equipment database for. All clusters will be checked if omitted or an empty string is set.

Return Value

0 (FALSE) if the equipment database has not changed, or 1 (TRUE) if it has been changed, otherwise an error is returned.

EquipBrowseClose, EquipBrowseGetField, EquipBrowseFirst, EquipBrowseNext, EquipBrowseNumRecords, EquipBrowseOpen, EquipBrowsePrev, EquipGetProperty

See Also

Equipment Database Functions

In This Topic
TitleResults for “How to create a CRG?”Also Available in