¡@

DOS Lib:

The library file contains a lot of functions in binary format, and these functions can be used to control the specified I/O devices easily. Users can use these functions directly by linking the program with Lib.

ICP DAS provides DOS Lib package that includes useful function libraries and lots of C sample programs with source codes.

SDK (Software Development Kit):

A Windows driver is an executable file that works on Windows kernel mode and enables you to access devices.  

A dynamic-link library (DLL) is an executable file that acts as a shared library of functions. Dynamic linking provides a way for a process to call a function that is not part of its executable code. Multiple applications can simultaneously access the contents of a single copy of a DLL in memory.

The SDK (Software Development Kit) for Windows provides kernel mode driver and shared Win32 DLL for users to access and control hardware in a quick and easy way. ICP DAS also provides a lot of VC/VB/Delphi/BCB sample programs with source codes in the SDK. Users can distribute the driver and shared DLL with no licensing fees.

OCX (ActiveX Control):

The OCX (ActiveX Control) is a software component for users to develop programs easily and friendly. The user can plug the OCX component and use the properties, methods and events of the object to programming applications very easily.

ICP DAS provides OCX and sample programs written in VB, Delphi and BCB with source codes.

LabVIEW:

NI LabVIEW is a powerful graphical development environment for signal acquisition, measurement analysis, and data presentation, giving you the flexibility of a programming language without the complexity of traditional development tools. See more at http://www.ni.com/labview/.

ICP DAS provides LabVIEW .LLB library files for users to control the hardware easily.