Parameter |
Description |
PROJECTNAME |
Project name with complete file path (optional). |
CONFIGSCHEME |
Configuration scheme (optional). |
FILTERSCHEME |
Filter scheme (optional). |
SORTSCHEME |
Sorting scheme. |
LANGUAGE |
Language (e.g. en_US). |
DESTINATIONFILE |
Target file in which the results of the export of the manufacturing data / labeling are stored. |
RECREPEAT |
Optional: Number of repetitions per label (>=1). |
TASKREPEAT |
Optional: Number of repetitions of total output (>=1). |
SHOWOUTPUT |
Optional: Specifies whether the output file should be displayed. |
USESELECTION |
Specifies whether the current selection in the user interface is to be taken into account in connection with the output of the manufacturing data (optional, 0 = No, 1 = Yes). |
Note:
In contrast to the behavior when exporting of the manufacturing data / labeling is executed via the EPLAN menu, the label action does not take into account the current selection in the project, but always outputs the data for the entire project. If the current selection in the project is to be considered during the output of the manufacturing data, you have to use the parameter /USESELECTION.
label /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /CONFIGSCHEME:config_scheme /FILTERSCHEME:filter_scheme /SORTSCHEME:sort_scheme /LANGUAGE:en_US /DESTINATIONFILE:c:\temp\labeling.txt /RECREPEAT:3 /TASKREPEAT:2
Usage of the last configuration scheme: The CONFIGSCHEME parameter is not specified. It is empty.
label /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /FILTERSCHEME:filter_scheme /SORTSCHEME:sort_scheme /LANGUAGE:en_US /DESTINATIONFILE:c:\temp\labeling.txt /RECREPEAT:3 /TASKREPEAT:2
Carry out exporting of the manufacturing data / labeling without filtering and sorting: In this case the parameters FILTERSCHEME and SORTSCHEME are not transferred.
label /PROJECTNAME:C:\Projects\EPLAN\ESS_Sample_Project.elk /CONFIGSCHEME:config_scheme /LANGUAGE:en_US /DESTINATIONFILE:c:\temp\labeling.txt /RECREPEAT:3 /TASKREPEAT:2