Setup Center mit Setup Center Interface - 第34页
3 Application progra m interface (API) description SIPLACE Ausgabe 05/2007 34 _OnSetupChanged 3 Callback for the SetupChanged event, which has to be implemented by the client. 3 3 3 Parameters 3 sender 3 Object, which ha…

SIPLACE 3 Application program interface (API) description
Ausgabe 05/2007
33
_OnFeederRemoved 3
Callback for the FeederRemoved event, which has to be implemented by the client. 3
3
3
Parameters 3
sender 3
Object, which released this event. 3
feederLocations 3
Locations of the feeders, which have been removed. 3
3
_OnNewSetupActive 3
Callback for the NewSetupActive event, which has to be implemented by the client. 3
3
3
Parameters 3
sender 3
Object, which has released this event. 3
strStation 3
The station, on which a new setup is active. 3
strSetup 3
The new setup. 3
3
3
3
3

3 Application program interface (API) description SIPLACE
Ausgabe 05/2007
34
_OnSetupChanged 3
Callback for the SetupChanged event, which has to be implemented by the client. 3
3
3
Parameters 3
sender 3
Object, which has released this event. 3
states 3
The locations with the associated states. 3
3
_OnMessagesReceived 3
Callback for the MessagesReceived event, which has to be implemented by the client. 3
3
3
Parameters 3
sender 3
Object, which has released this event. 3
strMessages 3
Errors, warnings etc. sent to the client. 3
3
_OnPackagingQuantityChanged 3
Callback for the PackagingQuantityChanged event, which has to be implemented by the client. 3
3
3
3
SIPLACE 3 Application program interface (API) description
Ausgabe 05/2007
35
Parameters 3
sender 3
Object, which has released this event. 3
packagingUnits 3
List of packaging units with changed quantities. 3
3
3.1.10 Configuration and integration
3.1.10.1 Integration
The implementation of the SCI interface will be dynamically loaded during Setup Center start. This
means, that the SCI implementation can be replaced on the fly. Only a Setup Center restart is re-
quired, to activate the new implementation. 3
3.1.10.2 Configuration
The configuration of this interface is embedded in the ApplicationSettings.xml file of Setup Center.
The following section shows the default configuration of this interface: 3
<Setting key="SCI.AssemblyName" value="SCIService" /> 3
<Setting key="SCI.Enabled" value="true" /> 3
<Setting key="SCI.Host" value="sdd7093c" /> 3
<Setting key="SCI.Level" value="Warn" /> 3
<Setting key="SCI.MessageLineLength" value="-1" /> 3
<Setting key="SCI.PortSCI" value="8000" /> 3
<Setting key="SCI.ServiceSCI" value="SCIService" /> 3
3
3
3
3
3
3
3
3