Exporting usage list for standard blocks
The export of the StandardLibraryManagement type creates an overview of which standard modules are used where.
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
UTC
Determines whether the timestamp is given in local format or in UTC. Values:
- Y = for UTCÂ format (default value)
- N = for local time.
Example call:
Parameter file StandardLibraryManagement.ini
[Common]
ReportType=StandardLibraryManagement
ExportFile=D:TestStandardLibraryManagement.csv
[User]
Account=
Password={Password}
The following table contains a list of columns that can be found in the resulting file:
Column | Descriptio |
---|---|
Stat | Displays whether a standard programming block was used or not. The following values are possible:0 (not used 1 (used |
StdLibComponen | Relative path to LibraryManagement component. |
StdLibCurrentVersio | Current version of the LibraryManagement component |
StdLibOb | Name of the standard programming block used in the LibraryManagement component |
StdLibProjec | Name of the project in the LibraryManagement component |
StdLibVersion | Version of the LibraryManagement component used |
StdLibVersionUserDefine | User defined version of the LibraryManagement component |
StdLibComponentI | LibraryManagement component ID |
StdLibObjVersio | Version of the block (taken from the LibraryManagement component) that was used |
StdLibObjCurrentVersio | Current version of the standard programming block from the LibraryManagement component. |
PrjComponen | Relative path to the project component |
PrjCurrentVersio | Current version of the project component |
PrjOb | Name of the standard programming block used in the project component. |
PrjProjec | Name of the project in the project component |
PrjVersio | Version of the project component that was used |
PrjVersionUserDefine | User defined version of the project component |
PrjComponentI | ID of the project component |
CompareClas | Compare class |
TimeStam | Timestamp (UTC) of the moment in which the LibraryManagement component was used |
Related Topics
Last update: September 15, 2023