API Help
Eplan.EplApi.HEServices Namespace / PlcService Class / ImportAssignmentList Method / ImportAssignmentList(Project,String,String,String,String,String,Boolean,Boolean) Method
Project into which the PLC assignment list will be imported.
PLC configuration project name
PLC station name
PLC CPU.
Language shortcut for the import, e.g. "en_US".
Alternative file name and path. If empty parameter will be taken from plc schema.
If set to true, the PLC address is used as reference value.
If set to true, even invalid addresses will be read.

ImportAssignmentList(Project,String,String,String,String,String,Boolean,Boolean) Method
Imports PLC assignment lists.
Syntax

Parameters

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 empty parameter will be taken from plc schema.
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
ExceptionDescription
Thrown in case of missing parameters.
Thrown in case of invalid arguments, e.g. the given Project does not exist or isn't valid.
\Internal interface for importing PLC data could not be created.
An error occurred during the import.
Remarks
If no scheme name (strScheme) is passed, the last-used scheme will be used which is currently set in GUI. The name of the file to import is defined in the scheme.
See Also