What does the SlotDefinition represent in the GSD file?
The SlotDefinition is used to set a guide for the modules in the configuration software. Example: SlotDefinition SLOT(1) = “Volumeflow” 2 1,2 SLOT(2) = “Totalizer 1” 3 1,3 SLOT(3) = “Totalizer 2/batch” 4 1,4 SLOT(4) = “Totalizer control” 1 1,5 EndSlotDefinition SLOT(1) to SLOT(4) : available slots “Volumeflow” : Slot name 2 : Default module. This is the module number determined in the module definition. 1,2 : Allowed modules. These are the module numbers determined in the module definitions.