CSV file structure
- Last UpdatedNov 04, 2024
- 1 minute read
The CSV file includes an entry for the four properties of each counter that was found. The entry structure is:
Type, ObjectName, Counter, Property, Value, Lock
These parameters are described below.
Type
Indicates whether the object is an Instance or a Template.
ObjectName
The System Platform Object name.
Counter
The name of the UCO production counter.
Property
Each production counter has the following properties: SetItemID, AddProdQtyCntr.Deadband, AddProdQtyCntr.MaxValue, and AddProdQtyCntr.UpdateInterval.
Value
The configured value of the counter property.
Lock
Indicates whether the property is locked. Possible values are LockedInMe, LockedInParent, or UnLocked.
An example CSV file is shown below.
Type, ObjectName, Counter, Property, Value, Lock
Instance, Bundler_UCO, Counter1, SetItemId, 2, UnLocked
Instance, Bundler_UCO, Counter1, AddProdQtyCntr.Deadband, 2.0, UnLocked
Instance, Bundler_UCO, Counter1, AddProdQtyCntr.MaxValue, 5.0, UnLocked
Instance, Bundler_UCO, Counter1, AddProdQtyCntr.UpdateInterval, 00:00:06.0000000, UnLocked
Template, $cpUtilizationCapability, Counter1, SetItemId, 0, UnLocked
Template, $cpUtilizationCapability, Counter1, AddProdQtyCntr.Deadband, 1.0, LockedInMe
Template, $cpUtilizationCapability, Counter1, AddProdQtyCntr.MaxValue, 2.0, LockedInMe
Template, $cpUtilizationCapability, Counter1, AddProdQtyCntr.UpdateInterval, 00:00:03.0000000, UnLocked