Parameters |
Description |
PROJECTNAME |
Project name with complete file path (optional). |
PAGENAME |
Name of the pages to be opened (optional). Required when X, Y is specified as the parameter. |
DEVICENAME |
Name of an item (optional). |
X |
X coordinate (optional). Parameter is only valid if the parameter PAGENAME is specified. |
Y |
Y coordinate (optional). Parameter is only valid if the parameter PAGENAME is specified. |
INSTALLATIONSPACE |
Name of the layout space to be opened (optional). Cannot be used in combination with PAGENAME. |
DEVICENAME3D |
Name of an item within a layout space (optional). |
IGNOREWHENOPEN |
If the value is 1, no error message is output when the project is already open. |
Open project:
edit /PROJECTNAME:C:\Projects\EPLAN\EPLAN_Sample_Project.elk
Open page:
edit /PROJECTNAME:C:\Projects\EPLAN\EPLAN_Sample_Project.elk /PAGENAME:=CA1+EAA/1
Open page with the device tag:
edit /PROJECTNAME:C:\Projects\EPLAN\EPLAN_Sample_Project.elk /DEVICENAME:=EB3+ET1-F1
Open page and place cursor on X, Y position:
edit /PROJECTNAME:C:\Projects\EPLAN\EPLAN_Sample_Project.elk /PAGENAME:=EB3+ET1/2 /X:200 /Y:100