Eplan Platform API
EPLAN API / API Reference / Actions / XAMlExportProductionData2RASCenterAction
In This Topic
    XAMlExportProductionData2RASCenterAction
    In This Topic
     Export of the construction spaces of the selected project in AutomationML format.
     The generated AutomationML file is intended for import into the Rittal - RiPanel Processing Center,
     which controls the machines for creating the openings or cutting the mounting rails and wiring channels.
     
    

    Parameter Description
    ProjectPath
    Project which should be exported.
     Note, this project has to be opened in P8 beforehand.
     If ProjectPath is invalid the current Project will be used.
    
    FileName
    Projectpath + Filename where the project will be exported to. If this parameter is Empty
     a dialog will be shown.
    
    DatabaseId
    DatabaseId of the Project which should be exported
    

    Remarks
    If the file used in FileName already exists a dialog will be shown, to ask whether it should be
     overwritten or not.
    

    Example
       XAMlExportProductionData2RASCenterAction /ProjectPath:C:\Projects\EPLAN\ESS_Sample_Project.elk
                    /FileName:C:\Exports\EPLAN\ESS_Sample_Project.aml
    
            XAMlExportProductionData2RASCenterAction /DatabaseId:27
                    /FileName:C:\Exports\EPLAN\ESS_Sample_Project.aml