Sepasoft MES Module Suite
system.mes.getTagCollectorItemList(equipmentPath, collectorType)
Return a PyDictionary of item names and UUIDs for a given MES tag collector type. For example, if the specified MES tag collect type is Equipment Counter, then a list of counter names and associated UUIDs are returned.
Syntax
system.mes.getTagCollectorItemList(equipmentPath, collectorType)
- Parameters
String equipmentPath - The path from the production model to the desired equipment.
String collectorType - The name of the tag collector type. See Tag Collector Types for more details.
- Returns
Object value - A PyDictionary containing the names and unique identifiers (UUIDs).
- Scope
All
Python |
equipmentPath = '[global]\Enterprise\San Marcos\MP Rotator\MP Rotator 1' collectorType = 'Equipment State' system.mes.getTagCollectorItemList(equipmentPath, collectorType) |
Sepasoft MES Module Suite