Demo Device Specifications

■Overview

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

- There are the dedicated function for demo device inside API-DIO(LNX).
- You can change the input value on demo device by these dedicated functions. Please refer “Demo Device Function List” to know more details.

 

■Demo Device Specification table

Name

DIO-6464-DEMO

Number of Digital Input(DI) ports

8

Number of Digital Output(DO) ports

8

Counter Input(CNT)

N/A

Digital Filter

N/A

Failsafe function

N/A

Bus Master function

N/A

 

■Concept Diagram

  Please refer “Usable Function By Device" to know more details.

 

■How to Use

- As usual, after opening the demo device with DioInit, it is possible to acquire data with DioInpBit etc.
- It is possible to change the input value with the demo device functions and confirm the input value with function DioInpBit etc. And also, it is possible to confirm the output value by DioOutBit with DioEchoBackBit function.
- For specific usage, please refer to Demo Device Control Sample.