DriveSECSII provides low level SECS-II communication using HSMS-SS protocol. Standards supported by DriveSECSII are SEMI-E5 and SEMI-E37.
DriveSECSII supports development of client applications in Visual C 6, Visual C 2005 and Visual C#. DriveSECSII employs a call back mechanism to report various SECS-II communication events to the client application. The client application can register call back functions which will be invoked when corresponding events occur. Receipt of SECS-II messages are also handled by this call back mechanism.

|
Features
|
Benefits
|
|
Log Management
|
Logs are managed internally by the DriveSECSII. The user can specify the logging mode.
|
|
Message Encoding and Decoding
|
In the DriveSECSII message encoding of messages to binary format and decoding from binary format are performed at the lowest level. This makes it easy to create and read messages.
|
|
Exception Handling
|
Most of the exceptions raised inside the DLL are directed to an exception handler which can be defined by the client application.
|
|
Spooling
|
DriveSECSII provides an in-built spooling mechanism. When the connection between two systems break the spooler takes charge and stores the outgoing messages in the non-volatile spool. The spooled messages can then be retrieved by the system at other end after re-establishment of the connection.
(See SEMI standard for message S6F23)
|
|
Event Handling
|
Events are handled by call back mechanism. DriveSECSII frame work provides functions that correspond to SECSII events. The Client application only needs to define these functions.
|
|
Platform Compatibility
|
DriveSECSII provides DLLs are that are compatible with both managed and unmanaged development of client applications.
|
|
Help
|
DriveSECSII includes a developer guide which points out different features supported by the product along with sample code which shows how to use them.
|
|
Sample Projects
|
DriveSECSII installation pack also includes ready to build sample projects developed in Visual C 2005 (unmanaged) and Visual C# 2005.
|
Download DriveSECSII demo