Scientific Solutions ® Inc.

LabPac32 ® for Windows

Product Description

Key Features

Applications

Compatible Languages

Functional Description

System Requirements

Optimize your research and industrial applications in a PC using Scientific Solutions family of data acquisition and control products with LabPac32, a sophisticated full-featured data acquisition function library for 32-bit Windows operating systems. Simple functions handle event counting, precision timing, analog input, analog output, digital input and digital output.

Scientific Solutions was the first company to introduce the concept of device drivers and function libraries for pc based data acquisition products. The original LabPac for DOS and its companion Route-488 for IEEE cards were pioneers in the new PC based data acquisition industry in 1981. LabPac32 continues this fine tradition.

LabPac CD


Product Description

LabPac32 is a full featured function library that is the Application Programming Interface (API) for all of the Scientific Solutions data acquisition products. The LabPac32 library works with the Scientific Solutions 32-bit, Ring-0, Kernel-Mode Device Drivers to provide a fast, efficient and optimized software program environment.

Simple to use functions handle event counting, precision timing, analog input, analog output, digital input and digital output. LabPac32 is implemented as a standard Dynamic Link Library (DLL) for open compatibility with programming languages and environments.

Repetitive functions, such as multiple sampling of analog inputs, can be done using hardware interrupts, external triggers, pacer clocks, or timed intervals. The routines are designed to utilize the full power of Scientific Solutions products.


Key Features


Applications


Compatible Languages


Functional Description

When you install the Scientific Solutions Device Drivers, the LabPac32 function library is also automatically installed. The device driver handles all of the low-level control of the hardware and operates in the kernel-mode environment of the operating system - providing the fastest response available. The LabPac32 library is the "interface" between the application software code and the device driver. The library is implemented as a standard DLL, and as such is callable from any programming language or environment that makes DLL calls. Applications access the LabPac32 functions directly thru the calling convention of the programming language.

The analog I/O, digital I/O, and timer/counter features of LabPac32 are modular in design. Each feature is initialized separately and has distinct subroutines to monitor parameters. If an application only requires analog input with timed intervals between conversions, then only the analog and timer/counter features will be initialized. This saves valuable time in program execution because unused features are not being serviced.

The simplest level of action is to sample one input channel or send data to an output channel. LabPac provides this level for all supported hardware. Additionally, digital routines will set/clear output lines without disturbing the other lines in an 8-bit port. Functions are available that monitor the state of analog inputs, digital inputs, and timer/counters.

Multiple Channels/Multiple Samples

Analog I/O and digital I/O can be processed in sets of channels. LabPac functions can be configured to manipulate the channel sets at pre-determined intervals under control of the timer/counters. One type of routine uses one 16-bit timer to initiate processing of the set of channels. A second type of routine is part of an interrupt service routine keyed to intervals between hardware interrupts. With the interrupt routines, multiple I/O features can be processed concurrently in time. Multiple channels for analog input and digital I/O can also be processed using routines geared to use hardware triggers. DMA and BusMaster features allow fast background sampling of analog input.


System Requirements