Setup Center mit Setup Center Interface.pdf - 第35页

SIPLACE 3 Application program interface (API) description Ausgabe 05/2007 35 Parameters 3 sender 3 Object, which has released this event. 3 packagingUnit s 3 List of packaging u nits with changed quantiti es. 3 3 3.1.10 …

100%1 / 44
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
3 Application program interface (API) description SIPLACE
Ausgabe 05/2007
36
Description of the properties 3
SCI.AssemblyName: The name of the assembly, which contains the implementation of the SCI
interface
SCI.Enabled: True means, that the interface is activated, false means deactivated.
SCI.Host: The host name, which is used to publish the remoting object.
SCI.Level: The filter level for messages, which are published via the MessagesReceived
event.
SCI.MessageLineLength: The length of one line. By this property, the message line length can
be adapted to the client system. ‘-1’ means, that messages will be sent to the client unformat-
ted.
SCI.PortSCI: The port number, which is used to publish the implementation of the ISetupCen-
ter remoting object.
SCI.PortSCICallback: The port number, which is used to publish the implementation of the ISe-
tupCenterCallback remoting object.
SCI.ServiceSCI: The service name, which is used to publish the implementation of the ISetup-
Center remoting object.
SCI.ServiceSCICallback: The service name, which is used to publish the implementation of the
ISetupCenterCallback remoting object.