ExportAssignmentList(Project,String,String,String,String,String) 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
- 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 empty parameter will be taken from plc schema.
Exceptions
Exception | Description |
ArgumentNullException | Thrown in case of
missing parameters. |
ArgumentException | Thrown in case of
invalid arguments,
e.g. the given
Project does not
exist or isn't
valid. |
ApplicationException | \Internal interface
for exporting PLC
data could not be
created. |
BaseException | An error occurred
during the export. |
See Also