Using
Multiple Sockets to overcome Digi Lockup
We noted a problem with some of the Digi
products where after a long period of continuous communication over IP, the
communications would fail. The product we were working with would close and
re-open the socket connection on its' end in an attempt to reset the connection
and continue.
Our observation was that the product
could no longer open the socket and would lose any ability to communicate with
the Digi using that socket.
Read More...
|
Using flexs2db to Manage Database Size
While doing FactoryLink support, CTH
determined that it would be handy to have a tool to create the appropriate
database tables and related indexes for certain tasks such as trending and AGA
via an XML configuration file that can be created and edited ahead of time.
The tool would create the specified
database tables and the related indexes when run and would even delete
specified tables if that became necessary, such as when changes to the schema
are required. It would not require knowledge of SQL server management or tools,
hence abstracting that away from the end user.
It was also determined that customers
were running into database size issues with SQL Server and/or the filesystem
who did not have a SQL person handy, and so a data deletion feature was added. Read More...
|