ExportAddressOverview Method
                In This Topic
            
            Exports PLC address overview list into csv file.
            
            
            Syntax
            
        
            Parameters
- oProject
- Project of which the PLC address overview list will be exported.
- strPlcConfigurationProject
- 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.
- strPlcStation
- 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.
- strPlcCpu
- 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.
- strAddressOverviewFileName
- 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. | 
| BaseException | An error occurred
                                during the export. | 
See Also