All the analog input
Event occurring at each sampling of specified times
For example, it is possible to make the event occur at every 1000 samplings.
Therefore, displaying the current data in graph during the sampling is
able to describe the analog input briefly.
Sampling start event
Besides sampling stop event, start event has been added.
For example, if the sampling start condition is set to external signal,
it is easy to know when the sampling starts.
Concealing difference between hardware functionality
The difference between hardware is concealed in the driver as possible.
For example, if driver memory is installed in the board without On-Board
memory, the functionality corresponding to analog E-series can be realized.
Because API is classified by functionality and not by boards, the correction
because of the change of boards is little.
The function interface is common to API of USB device.
Easy to install and set up the driver
After a device is searched out, follow the wizard direction to install
the driver.
After installation, you should just make a decision of the device name
in property page of device manager.
5. Q & A
Is API-AIO(WDM) compatible with API-AIO(98/PC)?
Will API-AIO(98/PC) not be sold in the future?
Can API-AIO(98/PC) be changed to API-AIO(WDM) if it is being used at
present?
Can the two kinds of driver be used at the same time?
What is the advantage in changing API-AIO(98/PC) to API-AIO(WDM)?
Q. Is API-AIO(WDM) compatible with API-AIO(98/PC)?
A. Both API-AIO(WDM) driver and
API-AIO(98/PC) driver are not compatible each other.
In API-AIO(98/PC), the using function and functionality are different
for the board with/without memory. In API-AIO(WDM), these differences
are absorbed and API-AIO(WDM) is developed with the object of same interfaces,
so API-AIO(WDM) is not compatible with API-AIO(98/PC).
Please keep on using API-AIO(98/PC) if you still use existing system.
It is suggested to use API-AIO(WDM) in which case such as developing
new system and investigating the change of using board.
Q. Will API-AIO(98/PC) not be sold in the
future?
A. It will be kept on selling
in the future.
Please keep on using API-AIO(98/PC) if you still use existing system.
Q. Can API-AIO(98/PC) be changed to API-AIO(WDM)
if it is being used at present?
A. Yes. Uninstall the present
driver and install the new driver.
Q. Can API-AIO(WDM)
and API-AIO(98/PC) be used at the same time?
A. No. Two kinds of driver
can not be used to one board.
For example, if API-AIO(98/PC) is being used, you cannot use API-AIO(WDM)
for programming to implement the specific functionality.
Q. What is the advantage in changing API-AIO(98/PC)
to API-AIO(WDM)?
A.