00197483-02_VD_SIPLACE-OIB-3.3_EN.pdf - 第21页
Version Descripti on SIPLAC E OI B 3.3 04/2014 E dition 21 6.4 Checki ng for Setup Center A vail abilit y General The SIPL ACE OI B Setup C enter Adapter is a servic e that will be star ted when the c om puter starts and…

Version Description
SIPLACE OIB 3.3 04/2014 Edition
20
6.2 Email Configuration
The adapter can send emails if encountering serious problems.
There is a SIPLACE OIB configuration section to configure the email escalation in the configuration file.
The property emailNotificationAddress can be used to specify a semicolon separated list of email
addresses. The property smtpServer is used to specify the Mail server which is forwarding the emails.
<oib>
<administration emailNotificationAddress="" oibEmailAddress=""
smtpServer=""/>
<discovery discoveryMode…
6.3 Checking for the MSMQ Operation
General
The SIPLACE OIB Setup Center Adapter is collecting the information from Setup Center and transferring
the event information via MSMQ to SIPLACE OIB Core. This is a reliable asynchronous communication. In
case of network malfunctions or malfunctions of the MSMQ Service on the server side the event
information is queued on the client computer in a so called outgoing queue. This check performs a periodic
check if the MSMQ queue is filled up with more than 500 messages. If so the adapter will send an
escalation email. Then user interaction is required to resolve the error situation.
Configuration
By default the installation is configured to check for collected messages.
It can be adjusted in the oib section under configuration->oib in the config files in the installation directory.
<siplaceSetupCenter factoryLocation="TEST.TEST.TEST"
setupCenterSCIPortOut="8001" setupCenterSCITimeOut="60000"
setupCenterPerformProductionEvents="true"
setupCenterPerformUnknownEvents="true"
setupCenterUseProductionEventCache="true"
setupCenterUseProductionEventCacheTimeSpan="60"
setupCenterMSMQMessageThreshold="500"
setupCenterMSMQWatchdogActivation="true"
setupCenterMSMQWatchDogCheckTimeSpan="3600000"
setupCenterDisconnectedWatchdogActivation="false"
setupCenterDisconnectedWatchDogCheckTimeSpan="300000">
Changing the value from setupCenterMSMQWatchdogActivation to false will disable the check functions.
Changing the value setupCenterMSMQWatchDogCheckTimeSpan will change the time in milliseconds,
how often the check is performed. Changing the value setupCenterMSMQMessageThreshold will change
the number of messages in the outgoing queue which triggers the escalation email.

Version Description
SIPLACE OIB 3.3 04/2014 Edition
21
6.4 Checking for Setup Center Availability
General
The SIPLACE OIB Setup Center Adapter is a service that will be started when the computer starts and
Setup Center is a GUI application which can be closed. When SIPLACE Setup Center is closed no
material control events are forwarded to SIPLACE OIB. If the information flow is critical the adapter can
check the communication to Setup Center and trigger an escalation email for the disconnected
communication.
Configuration
By default the installation is configured NOT to check for maintained connection.
It can be adjusted in the oib section under configuration->oib in the config files in the installation directory.
<siplaceSetupCenter factoryLocation="TEST.TEST.TEST"
setupCenterSCIPortOut="8001" setupCenterSCITimeOut="60000"
setupCenterPerformProductionEvents="true"
setupCenterPerformUnknownEvents="true"
setupCenterUseProductionEventCache="true"
setupCenterUseProductionEventCacheTimeSpan="60"
setupCenterMSMQMessageThreshold="500"
setupCenterMSMQWatchdogActivation="true"
setupCenterMSMQWatchDogCheckTimeSpan="3600000"
setupCenterDisconnectedWatchdogActivation="false"
setupCenterDisconnectedWatchDogCheckTimeSpan="300000">
Changing the value from setupCenterDisconnectedWatchdogActivation to true will enable the check
functions. Changing the value setupCenterDisconnectedWatchDogCheckTimeSpan will change the time in
milliseconds, after which time of being disconnected an escalation email will triggered.
Version Description
SIPLACE OIB 3.3 04/2014 Edition
22
7 Functions in SIPLACE OIB Monitoring Service Adapter
The functions of the SIPLACE OIB Monitoring Adapter are
→
Online Station Events
→
Board summary with
o Used material
o Identification and Vacuum errors
o Related SIPLACE Pro and Setup data
o Component names
→
A combined data model including the separated SIPLACE OIS/SIS data in a common structure.
8 Functions in SIPLACE OIB Client API
8.1 Installing Assemblies into the GAC together with a policy file
This behavior of the SIPLACE OIB Client API will enable to update the SIPLACE OIB Smart Proxy
assemblies at the customer site. This might be required for bug fixes in the Smart proxies.
The policy files will redirect the existing application to use the new versions of the Smart Proxy assemblies
in the GAC. The SIPLACE OIB Client API installation will take care that the upgrade of these components
will be performed automatically.
Please see also the chapter “2.7 Upgrading with SIPLACE OIB” in the 00197480-02_IM_SIPLACE-OIB-
3.3_EN.pdf document.