ImportAssignmentList Method
In This Topic
Imports PLC assignment lists.
Syntax
public void ImportAssignmentList(
Project ,
string ,
string ,
string ,
string ,
string ,
bool ,
bool
)
public:
void ImportAssignmentList(
Project^ ,
String^ ,
String^ ,
String^ ,
String^ ,
String^ ,
bool ,
bool
)
Parameters
| Parameter Name | Description |
|---|
| oProject | Project into which the PLC assignment list will be imported. |
| strConfigurationProject | PLC configuration project name |
| strStation | PLC station name |
| strCPU | PLC CPU. |
| strLanguage | Language shortcut for the import, 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. |
| bCompByAddress | If set to true, the PLC address is used as reference value. |
| bAcceptInvAddr | If set to true, even invalid addresses will be read. |
Exceptions
See Also