Setup Center mit Setup Center Interface.pdf - 第29页
SIPLACE 3 Application program interface (API) description Ausgabe 05/2007 29 3.1.8.1 Interface methods in det ail SetMessageLeve l 3 Levels to filter messages, which are publis hed via this int erface: 3 3 Parameters 3 s…

3 Application program interface (API) description SIPLACE
Ausgabe 05/2007
28
Delete 3
Deletes the packaging units with the corresponding UID. 3
3
Parameters 3
packagingUnits 3
The packaging unit with the corresponding UID 3
Remarks 3
If the packaging unit is in use or is not the first piece of a splice chain (reel), the packaging unit
won't be deleted. All errors which occurred during execution can be get MessagesReceived-
event. 3
3
3.1.7 Interface ISetupCenterCallback
3.1.7.1 Public instance methods
3
3.1.8 Public instance events
3
3
Member name Description
SetMessageLevel
Levels to filter messages, which are published via this interface:
Valid values: "Debug", "Error", "Warn", "Info", "Detail"
Member name Description
FeederPlaced
Event will be thrown, if feeders are set up to the line
FeederRemoved
Event will be thrown, if feeders are removed from the line
MessagesReceived
Event will be thrown, if errors/warnings/infos occur within Setup
Center
NewSetupActive
Event will be thrown, if there is a new setup active on a station of
the line. The event will only be thrown, if the machine reports back
a new active setup
PackagingQuantityChanged
Event will be thrown, if quantities of packaging units have changed
SetupChanged
Event will be thrown, if PUs have changed

SIPLACE 3 Application program interface (API) description
Ausgabe 05/2007
29
3.1.8.1 Interface methods in detail
SetMessageLevel 3
Levels to filter messages, which are published via this interface: 3
3
Parameters 3
strLevel 3
Valid values: "Debug", "Error", "Warn", "Info", "Detail". 3
3.1.8.2 Interface events in detail
FeederPlaced 3
Event will be thrown, if feeders are set up to the line. 3
3
3
FeederRemoved 3
Event will be thrown, if feeders are removed from the line. 3
3
3
NewSetupActive 3
Event will be thrown, if there is a new setup active on a station of the line. The event will only be
thrown, if the machine reports back a new active setup. 3
3
3
MessagesReceived 3
Event will be thrown, if errors/warnings/infos occur within Setup Center. 3
3
3
3

3 Application program interface (API) description SIPLACE
Ausgabe 05/2007
30
Remarks 3
The message language depends from the Setup Center configuration setting "language". 3
SetupChanged 3
Event will be thrown, if PUs have changed. 3
3
PackagingQuantityChanged 3
Event will be thrown, if quantities of packaging units have changed. 3
3
3
3.1.8.3 Interface delegates
FeederChangedEventHandler 3
Eventhandler for FeederPlaced, FeederRemoved and FeederTearDown events from the line. Pa-
rameter - feederLocations: concerned feeder locations (array). 3
3
3
SetupChangedEventHandler 3
Eventhandler for changes within one setup. 3
3
3
SetupActiveEventHandler 3
Eventhandler for change of active setup. 3
3