Avalue Technology VNS-15W01 Quick Reference Manual

Hide thumbs Also See for VNS-15W01:

Advertisement

Quick Links

VNS-15W01
Panel PC
Quick Reference Guide
th
Ed – 12 August 2019
5
Copyright Notice
Copyright  2019 ALL RIGHTS RESERVED.
Part No. E2017VN15A4R

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VNS-15W01 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Avalue Technology VNS-15W01

  • Page 1 VNS-15W01 Panel PC Quick Reference Guide Ed – 12 August 2019 Copyright Notice Copyright  2019 ALL RIGHTS RESERVED. Part No. E2017VN15A4R...
  • Page 2 For the most frequently asked questions, you can easily find answers in your product documentation. These answers are normally a lot more detailed than the ones we can give over the phone. So please consult the user’s manual first. 2 VNS-15W01 Quick Reference Guide...
  • Page 3: Table Of Contents

    The voice come out from speaker, When the handset is on the cradle........ 15 3.1.2 The voice come out from the handset, when it is lifted up............ 15 LED Instruction ..................... 16 4.1 VNS-15W01 LED Programmer’s Reference manual ..........17 4.1.1 Android Studio ........................17 4.1.2 Sample code ..........................
  • Page 4 4.3.5.3 Write I2C command & data ....................25 Front Touch Button /Handset Function Instruction ........... 27 5.1 Handset Function / Front Touch Button Instruction ..........28 Handset function disable as default..................28 Front touch button function as Enable................... 29 4 VNS-15W01 Quick Reference Guide...
  • Page 5: Getting Started

    Risque d'explosion si la batterie est remplacée par un type incorrect. Jetez les piles usagées selon les instructions 1.2 Packing List 1 x VNS-15W01  1 x AC/DC adapter 12V/5A 90 Screw Type (Option)  1 x power cord (Option)  VNS-15W01 Quick Reference Guide...
  • Page 6: System Specifications

    CE/ FCC class B Dust and Rain Test Front Panel IP65 Sine Vibration test (Non-operation) Reference IEC60068-2-6 Testing procedures Vibration Test Test Fc : Vibration sinusoidal 1 Test Acceleration : 2G 2 Test frequency : 5~500 Hz 6 VNS-15W01 Quick Reference Guide...
  • Page 7 6. Operation mode 1. One corner , three edges, six faces Drop Test 2. ISTA 2A, IEC-60068-2-32 Test:Ed Operating 0°C ~ 40°C Temperature Operating Humidity 0% ~ 90% Relative Humidity, Non-condensing Storage Temperature -20°C ~ 60°C VNS-15W01 Quick Reference Guide...
  • Page 8 VNS-15W01 Note: Specifications are subject to change without notice. 8 VNS-15W01 Quick Reference Guide...
  • Page 9: System Overview

    Quick Reference Guide 1.4 System Overview 1.4.1 Front View Camera Smart Card Reader* Power on/off Reading Light Brightness Volume Up/down Up/down *Note: Insert the IC card (face down) into the Smart Card Reader slot. VNS-15W01 Quick Reference Guide...
  • Page 10: Rear View

    VNS-15W01 1.4.2 Rear View Connectors Label Function Note DC-IN power connector DC IN RJ-45 Ethernet Serial port connector 2 x USB2.0 connector Line-out audio jack Line-out 10 VNS-15W01 Quick Reference Guide...
  • Page 11: System Dimensions

    Quick Reference Guide 1.5 System Dimensions (Unit: mm) VNS-15W01 Quick Reference Guide 11...
  • Page 12: Hardware Configuration

    VNS-15W01 2. Hardware Configuration 12 VNS-15W01 Quick Reference Guide...
  • Page 13: Vns-15W01 Connector Mapping

    Quick Reference Guide 2.1 VNS-15W01 connector mapping 2.1.1 Serial port connector (COM) RS-232 Signal PIN PIN Signal RS-485 Signal PIN PIN Signal DATA- DATA+ RS-422 Signal PIN PIN Signal VNS-15W01 Quick Reference Guide 13...
  • Page 14: Handset Feature

    VNS-15W01 3. Handset Feature 14 VNS-15W01 Quick Reference Guide...
  • Page 15: Vns-15W01 Handset Function

    Quick Reference Guide 3.1 VNS-15W01 handset function 3.1.1 The voice come out from speaker, When the handset is on the cradle. 3.1.2 The voice come out from the handset, when it is lifted up. VNS-15W01 Quick Reference Guide 15...
  • Page 16: Led Instruction

    VNS-15W01 4. LED Instruction 16 VNS-15W01 Quick Reference Guide...
  • Page 17: Vns-15W01 Led Programmer's Reference Manual

    Quick Reference Guide 4.1 VNS-15W01 LED Programmer’s Reference manual 4.1.1 Android Studio Put the ledlib.jar into the app "libs" folder ● Set the jar file as library ● 4.1.2 Sample code import this library in java file ● You can use the sample code to run any super user command as follows.
  • Page 18: For Win 10 Led Instruction

    Read buffer length. Remarks: Write the wbuf data and read the result from the rbuf. If the return value is False, it indicates the driver is not installing successfully or not uses the GENERICEC_Open function first. 18 VNS-15W01 Quick Reference Guide...
  • Page 19: Genericec_Write

    True on success and False on failure. Parameters: wbuf Write buffer. wlen Write buffer length. Remarks: Write the wbuf data. If the return value is False, it indicates the driver is not installing successfully or not uses the GENERICEC_Open function first. VNS-15W01 Quick Reference Guide 19...
  • Page 20: Standard Operating Procedures

    Cycle Test LED ON/OFF, auto minimizes the app after executing the program. Timer Interval: set LED ON/OFF interval seconds. b. ManualTest Manual test LED ON/OFF, move the app to the center of screen after executing the program. 20 VNS-15W01 Quick Reference Guide...
  • Page 21: Bin

    (https://imagine.microsoft.com/en-us/Catalog/Product/530) CAUTION. Because only provide x86 Dynamic-Link Library, so please create x86 application. CAUTION. All the test app and sample are only execute on the Venus Series which is installing the GENERICEC Driver. VNS-15W01 Quick Reference Guide 21...
  • Page 22: Demo

    VNS-15W01 4.2.2.5 Demo a. Run the Sample\C\Tutorial\Debug\Tutorial.exe and it will show as below picture. b. Press enter key to turn all LED on. 22 VNS-15W01 Quick Reference Guide...
  • Page 23 Quick Reference Guide c. Press enter key to turn all LED off. VNS-15W01 Quick Reference Guide 23...
  • Page 24: For Ubuntu 19.04 Led Instruction

    0 // turn off LED 4.3.5 APP & API Introduction (vns_led.c, i2c-dev.h, i2cbusses.h) 4.3.5.1 Open I2C driver int open_i2c_dev(int i2cbus, char* filename, size_t size, int quiet); Open i2c driver, and return file handle. Parameter: 24 VNS-15W01 Quick Reference Guide...
  • Page 25: Set I2C Device/Slave Address

    __u8 *values: data buffer. Example: int res, i2cbus=2, address=0x70, daddress=0x01, led=0; // 0x81=EC I2C Write, 0xbc=LED data address, 0x00=LED ID unsigned char block[16] = {0x81, 0xbc, 0x00}; block[2] = led; res = i2c_smbus_write_i2c_block_data(fd, daddress, 3, block); VNS-15W01 Quick Reference Guide 25...
  • Page 26 When get into OS under Android system, the LED on the Smart Card Reader Module is ● still red light, that LED will be green after insert card. 26 VNS-15W01 Quick Reference Guide...
  • Page 27: Front Touch Button /Handset Function Instruction

    Quick Reference Guide 5. Front Touch Button /Handset Function Instruction VNS-15W01 Quick Reference Guide 27...
  • Page 28: Handset Function / Front Touch Button Instruction

    1. Handset function disable as default. 1.1 Press “F2” key into BIOS setup screen. BIOS path: Main/Touch Button: Enabled as default. 1.2. Change Handset item from Disable to “Enabled”. 1.3. Press “F10” key to save BIOS setting. 28 VNS-15W01 Quick Reference Guide...
  • Page 29: Front Touch Button Function As Enable

    BIOS path: Main/Touch Button: Enabled as default. 2.2. Change Front touch Button item from Enable to “Disabled”. 2.3. Press “F10” key to save BIOS setting. 2.4. Restart VNS system the front touch button function will be turned off. VNS-15W01 Quick Reference Guide 29...

Table of Contents