Setup Center mit Setup Center Interface.pdf - 第36页
3 Application progra m interface (API) description SIPLACE Ausgabe 05/2007 36 Description of the properties 3 – SCI.Assembly Name: The name o f the assembly , which co ntains the implementation of the SCI interface – SCI…
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.

SIPLACE 3 Application program interface (API) description
Ausgabe 05/2007
37
3.2 Definitions
3.2.1 Machine location definition
SCI uses the definition of the SIPLACE station interface to determine the locations of placement
machines. The definition is shown in Figure 5 - placement machine with 1 processing area and
Figure 6 - placement machine with 2 processing areas: 3
3
Fig. 3.11 - 1 Placement machine with 1 processing area
3
3
3
3
3