Exporting Factory Floor Status data
When exporting of the AssetState type, an overview of the Factory Floor Status job is output.
The export can be output either as a CSV or JSON file.
In addition to the keys described in the Parameter file section, there are also other keys (listed below), which can be used for this specific export type.
Key Values
AsInfoType
Determines the data that you wish to export from Factory Floor Status.
The following values are possible:
- Safety (default value)
- Modules
- Raw
Example call:
AssetState.ini parameter file (for the Safety value)
[Common]
ReportType=AssetState
AsInfoType=Safety
ExportFile=D:TestAssetState.csv
PathRef=D:TestAssetStateSafetyRef.csv
ComponentId=1234567890ABCDEF1234567890ABCDEF
Dir=SmartShopFloor
[User]
Account=
Password={Password}
AssetState.ini parameter file (for the Module value)
[Common]
ReportType=AssetState
ExportFile=D:TestAssetStateModule.csv
AsInfoType=Module
ComponentId=1234567890ABCDEF1234567890ABCDEF
Dir=SmartShopFloor
[User]
Account=
Password={Password}
AssetState.ini parameter file (for the Raw value)
[Common]
ReportType=AssetState
ExportFile=D:TestAssetStateRaw.csv
AsInfoType=Raw
[User]
Account=
Password={Password}
List of attributes that can be found in the resulting file
Column | Descriptio |
---|---|
JobNam | Name of the job |
JobI | ID of the job |
Componen | Relative path to the component |
ComponentI | The ID of the component |
UploadClas | Name of the upload class |
Module | Name of the module or target system (dependent on upload class) |
Only for AsInfoType=Safety | |
SafetyChecksu | Name of the module or target system (dependent on upload class) |
TimeStam | Timestamp at which the checksum was generated (presence depends on the upload class) |
Only for AsInfoType=Module | |
OrderNumbe | Order number (presence depends on upload class) |
SerialNumbe | Serial number (presence depends on upload class) |
FirmwareVersio | Firmware version (presence depends on upload class) |
HardwareVersio | Hardware version (presence depends on upload class) |
Only for AsInfoType=Raw | |
Dat | XML buffer of all information available for the module encoded as Base64 |
Related Topics
Last update: September 15, 2023