Skip to main content

system.kanoa.quality.event.getAssetTagInfo(tagPath)

Returns the current asset status values from the qds/assetInfo udt at the given tagPath


Parameters

tagPath String


Returns

assetTagInfo dict i.e. {'modeCode' 4, 'itemId' None, 'shiftNameId' 2, 'stateCode' 1, 'toolingId' None}


Example

tagPath = '[Kanoa]Kanoa Box Co/Box Plant/Packaging/Box Line 1/qdsAssetInfo'
assetTagInfo = system.kanoa.quality.event.getAssetTagInfo(tagPath)