ExportAssignmentList Method
In This Topic
Exports PLC assignment lists
Syntax
public void ExportAssignmentList(
Project ,
string ,
string ,
string ,
string ,
string
)
public:
void ExportAssignmentList(
Project^ ,
String^ ,
String^ ,
String^ ,
String^ ,
String^
)
Parameters
| Parameter Name | Description |
|---|
| oProject | Project of which the PLC assignment list will be exported. |
| strConfigurationProject | PLC configuration project name or empty string. If you do not fill parameter strConfigurationProject you can only export i/o data which is related to PLC boxes where the the configuration project also is empty. |
| strStation | PLC station name or empty string. If you do not not fill parameter strStation you can only export i/o data which is related to PLC boxes where the station name also is empty. |
| strCPU | PLC CPU or empty string. If you do not fill parameter strCPU you can only export i/o data which is related to PLC boxes where the cpu name also is empty. |
| strLanguage | Language shortcut to determine the export language, e.g. "en_US". |
| strAssignmentListFileName | Alternative file name and path. If this parameter is left empty, the file name will be taken from the PLC scheme. |
Exceptions
See Also