Demo Device Specifications

■Overview

- Demo Device is a virtual device. You can call API-AIO functions without the actual Analog I/O device.
- Please setup Demo Device to your PC with configuration tool. And you don’t need to install the actual Analog I/O device.
- Demo Device(AIO-16256256-DEMO) has Analog Input, Analog Output, Digital Input and Digital Output feature. So, you can access these feature through the standard API-AIO functions.
  AIO-16256256-DEMO supports the external trigger and the external clock feature. Please refer “Usable Function by Device” to know more details.

- There are the dedicated function for demo device inside API-AIO(LNX).
- You can change the input value or confirm the output value on demo device by these dedicated functions.

And also, you can confirm the control signals (External Trigger signal, External Clock signal) and modify the signal level for them.
Please refer “Demo Device Function List” to know more details.

 

■Demo Device Specification

Name

AIO-16256256-DEMO

Resolution

16

Number of Analog Input(AI) channels

256

Number of Analog Output(AO) channels

256

Number of Digital Input(DI) ports

32 (256bit)

Number of Digital Output(DO) ports

32 (256bit)

Counter Input(CNT)

N/A

External Trigger

External trigger for AI start, External trigger for AI stop
External trigger for AO start, External trigger for AO stop

External Clock

External clock for AI, External clock for AO

Timer

N/A

Event Controller

N/A

 Please refer “Usable Function by Device” to know more details.

 

■Concept Diagram

■How to Use


- As usual, after opening the demo device with AioInit, it is possible to acquire data with AioSingleAi etc.

- It is possible to modify the input value with the demo device functions and confirm it with standard API-AIO.
 And also, it is possible to confirm the output value with the demo device functions.
 The output value will be changed by  by AioSingleAo function.

- For specific usage, please refer to Sample for Demo Device.