Problem: The OPC server shuts down automatically after 5 minutes when no clients are connected. |
Solution: This is standard behavior for COM servers. However, you can override this behavior as follows:
Create a string value named LockServer in:
HKEY_CLASSES_ROOT\CLSID\{024C7FFC-9CC3-476f-867A-BC3CAD79F4FE}\Options
To create a new value, select the Options key, and then choose New String Value from the Edit menu.
Set the value of the LockServer entry to 1.
To edit the value, select the entry and choose Modify from the Edit menu (Figure 2-1).
Shut down the server and restart it to have the change take effect.
|
|
|
Category: OPC Servers |
|
|