This functionality is only available for certain module packages. Info / Copyright

Spare Items: Device Definitions

In the software it is possible to create a function pool for a device. (Whether these functions are placed or not is irrelevant.) A verifiable function pool can be realized using part or device selection: Only when a device definition has been assigned, can unplaced functions be checked for errors and then a message generated about them.

The device definition is bound to the main function and is dependent on this, i.e. it is managed as part of the main function. The lifetime of a device definition and the function templates contained therein is thus bound to the main function.
If the main function (or the part) is deleted, then the device definition is also deleted. If the main function is copied, then the device definition is also copied.

There are thus the following types of device definitions:

See also