This functionality is only available for certain module packages.

Commands for inserting from the palette.

For all palette entries that reference a command, the corresponding commands have now to be configured.

  1. Extend the configuration for the commands with the following lines.
<!-- Commands to create nodes out of the palette -->
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Buildingcomponents.Floor')" eoClassPath="IT_ModularSystem.Buildingcomponents.Floor" id="create_Floor" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Buildingcomponents.Room')" eoClassPath="IT_ModularSystem.Buildingcomponents.Room" id="create_Room" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Basic.LAN_Jack')" eoClassPath="IT_ModularSystem.Basic.LAN_Jack" id="create_LAN_Jack" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.2wayLANJack')" eoClassPath="IT_ModularSystem.Roomcomponents.2wayLANJack" id="create_2wayLANJack" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.PC')" eoClassPath="IT_ModularSystem.Roomcomponents.PC" id="create_PC" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.Telephone')" eoClassPath="IT_ModularSystem.Roomcomponents.Telephone" id="create_Telephone" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.Printer')" eoClassPath="IT_ModularSystem.Roomcomponents.Printer" id="create_Printer" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.5waySwitch')" eoClassPath="IT_ModularSystem.Roomcomponents.5waySwitch" id="create_5waySwitch" />
<command xsi:type="instantiateAndCreateNode" src="=isClassEO() and isAssignableTo('IT_ModularSystem.Roomcomponents.Worker')" eoClassPath="IT_ModularSystem.Roomcomponents.Worker" id="create_Worker" />
  1. Save the diagram configuration ([Ctrl] + [S]).