system.kanoa.asset.addAssetTagUDTInstance
Description
Creates the assets tag folder structure and assetOEE UDT instance for the new asset (kanoaOPS).Syntax
addAssetTagUDTInstance(assetId)- assetId (int) - ID of the asset.
- No specific return value.
Code Examples
# Example Usage:
asset_id = 123
system.kanoa.asset.addAssetTagUDTInstance(asset_id)