Home
User Manual
Contents
1. 7 16 Sub Command Function 0x11 Play LED Command ID 50 11 00 0F 00 64 00 CRC Question ID 00 FF 50 Function Code 11 Sub Function Code 0x00 0x0F Start Frame 0x00 0x0F End Frame 0x0064 Time every 10ms Maximum 0xFFFF Ex 0x0064 100 10ms 1S 00 Reserve Response ID 50 11 00 CRC OK ID 00 FF 50 Function Code 11 Sub Function Code 00 Reserve ID D0 00 CRO Error D0 Function Code 50 80 00 Reserve Example1 Play Frame from Frame 0 to Frame 15 every 1second loop Send command 00 50 11 00 00 OF 00 64 00 XX XX Response 00 50 11 00 XX XX Command valid Example2 Play Frame from Frame 5 to Frame 7 every 1second loop Send command 00 50 11 00 05 07 00 64 00 XX XX Response 00 50 11 00 XX XX Command valid Example3 Play Frame from Frame 3 to Frame 3 every 1second loop Send command 00 50 11 00 03 03 00 64 00 XX XX Response 00 50 11 00 XX XX Command valid 7 17 Sub Command Function 0x12 Stop LED Command ID 50 12 00 00 CRC Question ID 00 FF 50 Function Code 12 Sub Function Code 00 Stop LED All dark 00 Reserve Response ID 50 12 00 CRC OK ID 00 FF 50 Function Code 12 Sub Function Code 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Example Stop LED al
2. 37 Chapter7 LEDM RS232 Protocol 7 1 7 Access Control PC Software system diagram 40 7 2 Programmable MODBUS 301 2 16x16 LED Design Guide 41 7 2 1 Modbus Command List 41 7 1 Config Protocol Command Function 0x50 42 7 2 Sub Command Function 0x00 Get Product Name 42 7 3 Sub Command Function 0x01 Get User Name 43 7 4 Sub Command Function 0x02 Set User Name 44 7 5 Sub Command Function 0x04 Set ID 45 7 6 Sub Command Function 0x05 Get Baud Rate 46 7 7 Sub Command Function 0x06 Set Baud Rate 47 7 8 Sub Command Function 0x07 Get Firmware Version 48 7 9 Sub Command Function 0x08 ReSet 49 7 10 Sub Command Function 0x0B Set WatchDog timeout value50 7 11 Sub Command Function 0x0C Get WatchDog timeout value51 7 12 Sub Command Function 0x0D Get Sensor value 52 7 18 Sub Command Function 0xOE Get LED Value s 58 7 14 Sub Command Function 0xOF Set LED Value 54 7 15 Sub Command Function 0x10 Set LED Frame ar DO 7 16 Sub Command Function 0x11 Play LED aO 7 17 Sub Command Function 0x12 Stop LED s 58 7 18 Sub Command Function 0x27 Set power on value 59 7 19 Sub Command Function 0x28 Get p
3. return 0 g7 s sz Z s void ClrKbBuf void while kbhit getch TT void Unlock_W83627EHG void outportb W83627EHG INDEX PORT W83627EHG UNLOCK outportb W83627EHG INDEX PORT W83627EHG UNLOCK void Lock W83627EHG void outportb W83627EHG_INDEX_PORT W83627EHG LOCK void Set W83627EHG Reg unsigned char REG unsigned char DATA TI Unlock_W83627EHG outportb W83627EHG INDEX PORT REG outportb W83627EHG DATA PORT DATA Lock W83627EHG unsigned char Get W83627EHG Reg unsigned char REG unsigned char Result Unlock_W83627EHG outportb W83627EHG INDEX PORT REG Result inportb W83627EHG DATA PORT Lock W83627EHG return Result Note2 Watchdog Sample Code File of the Watchdog cpp Hinclude lt dos h gt include lt conio h gt include lt stdio h gt include lt stdlib h gt define W83627_INDEX_PORT 0x2E define W83627_DATA_PORT 0x2F define W83627_UNLOCK 0x87 define W83627_LOCK 0xAA define Watchdog timeout 10 void Unlock W83627 void void Lock W83627 void void Set W83627 Reg unsigned char unsigned char unsigned char Get W83627 Reg unsigned char int main int Watchdog_timeout
4. User Manual Access Control System Easy to use Interface All in one Design Mifare Card Reader Environmental Friendly and Power Saving 2 0 Megapixel Webcam 16 x 16 Matrix LED programmable indicator v v v v v V USER MANUAL Revision 1 1 FCC Statement This device complies with part 15 FCC rules Operation is subject to the following two conditions e Thisdevice may not cause harmful interference e This device must accept any interference received including interference that may cause undesired operation This equipment has been tested and found to comply with the limits for a class a digital device pursuant to part 15 of the FCC rules These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial environment This equipment generates uses and can radiate radio frequency energy and if not installed and used in accordance with the instruction manual may cause harmful interference to radio communications Operation of this equipment in a residential area is likely to cause harmful interference in which case the user will be required to correct the interference at him own expense Copyright Notice ALL RIGHTS RESERVED No part of this document may be reproduced copied translated or transmitted in any form or by any means electronic or mechanical for any purpose without the prior written permission of the original manufacturer
5. failed 7 36 Note Digital Sample Code File of the Main cpp Hinclude dos h include lt conio h gt include lt stdio h gt include lt stdlib h gt define W83627EHG_INDEX_PORT Ox2E define W83627EHG_DATA_PORT 0x2F define W83627EHG_UNLOCK 0x87 define W83627EHG_LOCK OxAA void ClrKbBuf void void Unlock W83627EHG void void Lock W83627EHG void void Set W83627EHG Reg unsigned char unsigned char unsigned char Get W83627EHG Reg unsigned char int main int main unsigned char ucDO 0 data for digital output unsigned char ucDI data for digital input unsigned char ucBuf Set W83627EHG Reg 0x07 0x07 switch to logic device 7 PIN 1217128 function select BitO 0 gt Game Port 1 gt GPIO1 ucBuf Get W83627EHG Reg 0x29 Set W83627EHG Reg 0x29 ucBuf 0x01 BitO 0 gt GPIO1 is inactive Bit1 1 gt Activate GPIO1 ucBuf Get W83627EHG Reg 0x30 Set W83627EHG Reg 0x30 ucBuf 0x01 Activate GPIO1 76 Set_W83627EHG_Reg 0xF0 0x0F switch GPIO Input 1 Output 0 port Set W83627EHG Reg OxF1 0x00 clear ucDI Get W83627EHG Reg OxF1 amp OxOF CIrKbBuf while 1 ucDO Set_W83627EHG_Reg OxF1 ucDO amp OxOF lt lt 4 ucBuf Get_W83627EHG_Reg OxF1 amp OxOF if ucBuf ucDI ucDI ucBuf printf Digital I O Input Changed Current Data is Ox X n ucDI if kbhit getch break delay 500
6. 640 by 480 pixels r Troubleshoot CHAPTER Chipset Driver Installation This chapter offers information on the chipset software Installation utility Installation of Chipset Driver Further information 4 1 Standard CMOS Features Setp 1 Insert the CD that comes with the motherboard Open the file document Chipset Driver Edt View Favorites Tools Help sem G Address E driver v ge File and Folder Tasks A LAN Driver Chipset Driver G Make a new folder Publish this folder to the Web Graphic Driver Audio Driver KJ share this folder Other Places se Removable Disk E Mv Documents Cg Shared Documents My Computer My Network Places omputer t 4 PM Setp 2 Click on infinst auto exe to install driver amp Chipset Driver Sees File Edit View Favorites Tools Help r gt Address E driver chipset Driver ge cm File and Folder Tasks gt In t Device Softwa NRW ration 29 Make a new folder Publish this folder to the Web Description Intel Chipset Device Software installer Company Intel Corporation EJ Share this folder File Version 1 1 9 0 Date Created 8 16 2007 1 14 PM Size 2 29 MB Other Places driver E Documents C Shared Documents ig My Computer My Network Places untitled S
7. 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Reset device Example Send command 00 50 08 00 07 F5 Response 00 50 08 00 07 F5 7 10 Sub Command Function 0x0B Set WatchDog timeout value Command ID 50 0B NN 00 CRC Question ID 00 FF 50 Function Code 0B Sub Function Code 00 FF NN 00 disable WatchDog NN 01 FF 100ms 25 5s 00 Reserve Response ID 50 OB 00 CRC OK ID 00 FF 50 Function Code 0B Sub Function Code 00 Reserve ID DO 00 CRC Error DO Function Code 50 80 00 Reserve Description Set software watchdog timeout value If timeout reset device Example Send command 00 50 0B 00 00 44 C2 set 0x00 disable watchdog Response 00 50 0B 00 07 05 7 11 Sub Command Function 0x0C Get WatchDog timeout value Command ID 50 0C 00 CRC Question ID 00 FF 50 Function Code OG Sub Function Code 00 Reserve Response ID 50 0C NN CRC OK ID 00 FF 50 Function Code OG Sub Function Code 00 NN NN 00 disable WatchDog NN 01 FF 100ms 25 5s ID DO 00 CRC Error DO Function Code 50 80 00 Reserve Description Get software watchdog timeout value Example Send command 00 50 0C 00 05 35 Response 00 50 0C 00 05 35 get 0x00 disable watchdog 7 12 Sub Command Function 0x0D Get Sensor value Command ID 50 0D 00
8. ID 00 FF 07 Function Code 0000 0001 Output Start Channel 0001 0002 Output Channel Nunber ID 87 00 CRC Error 87 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Set Multi channel Digital Output value Example Send command 00 07 00 00 00 02 02 00 03 AB 6F set DOO DO 1 to high Response 00 07 00 00 00 02 34 1A 7 31 08 0x08 Read Digital Output State Multi channel Command ID 08 00 00 00 01 CRC Question ID 00 FF 08 Function Code 0000 0001 Output Start Channel 0001 0002 Output Channel Number Response ID 08 BC 00 CRC OK ID 00 FF 08 Function Code BC Byte Counter 0x00 0xFF Output channel readback value ID 88 00 CRO Error 88 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Read Multi channel Digital Output value Example Send command 00 08 00 00 00 02 60 1B Response 00 08 01 00 80 76 read 0x00 DOO DO to all low 7 32 15 0x0F Clear the Digital Input count value Multi channel Command ID 0F 20 00 00 01 BC FF FF CRC Question ID 00 FF OF Function Code 2000 2002 or Input channel number 0x0101 0x0103 0x0001 0x0003 Digital input channel number BC 0x02 OxFFFF or 0x0000 input value Response ID OF 20 00 00 03 CRC ID 00 FF OF Function Code 2000 2003
9. Intel R Chipset Graphics Driver Software InstallShield Wizard kooky Production Version Releases Microsoft Windows 2000 Microsoft Windows XP Driver Revision Production Version 14 29 Package 35162 Graphics 6 14 10 4820 HDMI Audio 5 10 0 1026 March 19 2007 NOTE This document refers to systems containing the lt Step 4 Click on Next to install Driver Intel R Graphics Media Accelerator Driver Intel Graphics Media Accelerator Driver Welcome to the setup for the Intel R Graphics Media Accelerator Driver This program will install the Intel R Graphics Media Accelerator Driver on this computer It is strongly recommended that you exit all Windows programs before continuing Intel R Installation Framework Step 5 Click on Yes to agree License Intel R Graphics Media Accelerator Driver License Agreement Please read the following license agreement carefully Press the Page Down key to view the rest of the agreement INTEL SOFTWARE LICENSE AGREEMENT DEM IHV ISV Distribution amp Single User IMPORTANT READ BEFORE COPYING INSTALLING DR USING Do not use or load this software and any associated materials collectively the Software until you have carefully read the following terms and conditions By loading or using the Software you agree to the t
10. Send command 00 50 2A 00 01 00 C9 9F Response 00 50 2A 00 00 00 C8 0F get 0x00 DIO continuous program mode 7 22 Sub Command Function 0x2B Trigger DO Command ID 50 2B 00 01 00 CRC Question ID 00 FF 50 Function Code 2B Sub Function Code 0001 0002 Digital input channel number 0001 011 or 0002 012 00 Reserve Response ID 50 2B 00 CRO OK ID 00 FF 50 Function Code 2B Sub Function Code 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Trigger DO Example Send command 00 50 2B 00 01 00 C8 63 trigger DIO reference 2 Response 00 50 2B 00 1E C5 7 23 Sub Command Function 0x2C Get All Status Command ID 50 2C 00 CRC Question ID 00 FF 50 Function Code 2C Sub Function Code 00 Reserve Response ID 50 2C MN HH LL CRC OK ID 00 FF 50 Function Code 2C Sub Function Code MN M DO N DI M DO Bito DIO Bit1 DI1 Bit2 DI2 N DI Bit4 DOO Bit5S DO1 HH LL 0 65535 sensor value ID DO 00 CRC Error DO Function Code 50 80 00 Reserve Description Get Device all status Example Send command 00 50 2C 0F 5C F1 Response 00 50 2C 07 00 18 79 4C get 0x07 DIO DI2 to high DOO DO1 to low get sensor value 0x0018 24 7 24 01 0x01 Read Digtal Input Value Command ID 01 00 SS 00 01 CRC Que
11. 00 00 XX XX Response 00 50 10 00 XX XX Command valid Example2 Set LED Frame 1 Send command FF FF FF FF 00 00 XX XX Response 00 50 10 00 XX XX Command valid 00 50 10 00 00 FF FF FF FF EF EF EF EF EF EF D7 D7 D7 D7 D7 D7 D7 D7 C7 C7 BB BB BB BB BB BB 11 11 00 50 10 00 01 FF FF FF FF EF EF EF EF EF EF D7 D7 D7 D7 D7 D7 D7 D7 C7 C7 BB BB BB BB BB BB 11 11 byte LED Oxff Oxff Oxff Oxff Oxef Oxef Oxef Oxef Oxef Oxef 0xd7 0xd7 0xd7 0xd7 0xd7 0xd7 0xd7 0xd7 0xc7 0xc7 0xbb 0xbb 0xbb 0xbb 0xbb 0xbb 0x11 0x11 0xff Oxff Oxff Oxff y H L H L LED 0 lJ 1 1 1 1 ld 1 1 1 l dl 1 1 1 LED 1 LED 2 1 1 1 1 1 d l1 1 1 l dll 1 1 LED 3 LED 4 1 1 O 1 1 1 1 1 O 1 1 1 LED S LED 6 H 1 O 1 1 1 1 1 O 1 1 1 LED 7 LED 8 1 1 1 OF 1 1 1 1 1 1 OF 1 1 1 LEDS LED 10 1 1 OF 1 OF 1 1 1 1 OF 1 0 1 1 LED 12 1 0 0 1 1 1 0 0 1 1 LED 13 LED 14 1 1 OF 1 0 1 1 1 1 110 1 Of 1 1 I LED IS LED 16 1 0 0 1 1 1 0 0 1 1 LED 17 LED 18 1 0 0 0 1 1 1 0 0 0 1 1 LED 19 LED 20 No 1 O 1 1 0 1 1 0 1 I LEDDI LED 22 1 0 1 1 O 1 1 0 1 1 1 O 1 I LEDD3 LED 24 O 1 O 1 O 1 0 1 LED 25 LED 26 0 0 0 0 0 0 0 0 0 0 0 0 1 LED 27 LED 28 l 1 1 1 dy 1 l1 1 1 1 LED 29 LED 30 1 1 1 1 1 1 LED 31
12. 10 printf Input Watchdog Timer time out value 0 255 scanf d amp Watchdog_ timeout if Watchdog timeout lt 0 Watchdog timeout gt 255 printf Time out value out of range n n printf Input Watchdog Timer time out value 0 255 scanf d amp Watchdog timeout Set_W83627_Reg 0x07 0x08 switch to logic device 8 Set_W83627_Reg 0x30 0x01 Activate watchdog Set W83627 Reg 0xF5 0x06 Select WDTO count mode Second Mode Set W83627 Reg OxF6 Watchdog timeout Set Watch Dog Timer Time out value Set W83627 Reg 0xF7 0xC0 Clear Watchdog timer event inti Watchdog timeout while 1 if kbhit if getch 0x1B Esc break else i Watchdog timeout Reset Watchdog timer Set_W83627_Reg OxF6 Watchdog timeout Set Watch Dog Timer Time out value cirscr if i gt O i printf After 9624 sec reset computer n i printf Press any key to reset watchdog timer n printf Press Esc to exit n else printf Watchdog timer fail delay 1000 Set_W83627_Reg OxF6 0 Disable Watchdog timer return 0 void Unlock W83627 void outportb W83627_INDEX_PORT W83627_UNLOCK outportb W83627_INDEX_PORT W83627_UNLOCK void Lock_W83627 void outportb W83627 INDEX PORT W83627_LOCK void Set W83627 Reg unsigned char REG unsigned char DATA Unlock_W83627 outportb W83627 INDEX PORT REG outportb W83627
13. CRC Set LED Frame ID 50 11 00 OF 00 64 00 CRC Play LED ID 50 12 00 00 CRC Stop LED ID 50 27 FF 04 00 CRC Set power on value ID 50 28 00 CRC Get power on value ID 50 29 00 01 01 06 00 CRC Set Continuous mode ID 50 2A 00 01 00 CRC Get Continuous mode ID 50 2B 00 01 CRC Trigger DO ID 50 2C 00 CRC Get All Status ID 01 00 SS 00 01 CRC Read Digital Input Value ID 02 00 OF 00 01 CRC Read Digital Input Value ID 03 00 00 00 01 CRC Read Digital Input Count Value ID 04 00 00 00 01 CRC Read Digital Input Count Value ID 05 20 00 FF 00 CRC Clear the Digital Input count value Single channel ID 06 00 00 FF 00 CRC Set the Digital Output value Single channel ID 07 00 00 00 06 BC 00 3F CRC Set the Digital Output value Multi channel ID 08 00 00 00 01 CRC Read Digital Output State Multi channel ID OF 20 00 00 01 BC FF 00 CRC Clear the Digital Input count value Multi channel 71 Config Protocol Command Function 0x50 72 Sub Command Function 0x00 Get Product Name Command ID 50 00 00 CRC Question ID 00 FF 50 Function Code 00 Sub Function Code 00 Reserve Response ID 50 00 00 Model Name 00 00 CRC OK ID 00 FF 50 Function Code 00 Sub Function Code Model Name N Byte ASCII 00 00 Reserve ID DO 00 CRO Error
14. Code 2000 2001 Input channel number FF00 input value Response ID 05 20 00 FF 00 CRC ID 00 FF 05 Function Code 2000 2001 Input channel number FF00 input value ID 85 00 CRO Error 85 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Clear single channel digital input count value Example Send command 00 05 20 00 FF 00 86 2B clear DI0 count value Response 00 05 20 00 FF 00 86 2B 7 29 06 0x06 Set the Digital Output value Single channel Command ID 06 00 00 FF 00 CRC Question ID 00 FF 06 Function Code 0000 0001 Output Start Channel 0000 DO0 or 0001 DO1 FF00 or 0000 Output Value Response ID 06 00 00 FF 00 CRC ID 00 FF 06 Function Code 0000 0001 Output Start Channel FF00 or 0000 Output Value ID 86 00 CRO Error 86 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Set single channel Digital Output value Example Send command 00 06 00 00 FF 00 C9 EB set DOO to high Response 00 06 00 00 FF 00 C9 EB 7 30 07 0x07 Set the Digital Output value Multi channel Command ID 07 00 00 00 02 BC 00 3F CRC Question ID 00 FF 07 Function Code 0000 0001 Output Start Channel 0001 0002 Output Channel Nunber BC 0x02 OOFF Output Value Response ID 07 00 00 00 02 CRC
15. DO Function Code 50 80 00 Reserve Description Get IO Board Product Name and FW Version Ex Get string LEDM L22604 Example Send command 00 50 00 00 00 35 Response 00 50 00 00 4C 45 44 4D 2D 4C 32 32 36 30 34 00 00 29 83 LEDM L22604 7 3 Sub Command Function 0x01 Get User Name Command ID 50 01 00 CRC Question ID 00 FF 50 Function Code 01 Sub Function Code 00 Reserve Response ID 50 01 00 User Name 00 00 CRC OK ID 00 FF 50 Function Code 01 Sub Function Code User Name N Byte ASCII 00 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Get Device User Name Maximum to 16 characters allowed Ex Get string UserName Example Send command 01 50 01 00 01 A5 Response 00 50 01 00 55 73 65 72 4E 61 6D 65 00 00 DE 74 UserName 7 4 Sub Command Function 0x02 Set User Name Command ID 50 02 00 User Name 00 00 CRC Question ID 00 FF 50 Function Code 02 Sub Function Code 00 Reserve User Name N Byte ASCII max 32byte 00 00 Reserve Response ID 50 02 00 CRC OK ID 00 FF 50 Function Code 02 Sub Function Code 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Set Device User Name Maximum to 16 characters allowed Example Send command 00 50 02 00 55 73 65 72 4E 61 6D 65 00 00 DA 7
16. Setting 3 1 Standard CMOS Feature 1931 Motherboard is equipped with Intel 945GSE ICH7M Companion Device The Intel Graphic Drivers should be installed first and it will enable Video Controller VGA compatible Follow the instructions below to complete the installation You will quickly complete the installation Step 1 Insert the CD that comes with the Motherboard Open the file document Graphic Driver File Edit View Favorites Tools Help ay Back 2 Search lg Folders Address E driver x E Go N File and Folder Tasks A cJ LAN Driver GI Make a new Folder 8 Publish this Folder to the Web Chipset Driver Share this folder Graphic Driver Other Places A Se Removable Disk E My Documents cJ Audio Driver Shared Documents ig My Computer My Network Places Details 5 04 Paint Step 2 Click on win2K_xp1429 to execute the setup amp Graphic Driver Je sc File Edit View Favorites Tools Help r Back Search e Folders Address e E driver Graphic Driver Go win2k xp1429 File and Folder Tasks iden p s Intel gg a new folder Publish this folder to the Web Share this folder Other Places gg driver E My Documents Shared Documents 3 My Computer Network Places Details 01 Paint fim Graphic Driver Step 3 Click on Next to install Driver
17. Trademark Acknowledgement Brand and product names are trademarks or registered trademarks of their respective owners Disclaimer We reserve the right to make changes without notice to any product including circuits and or software described or contained in this manual in order to improve design and or performance We assume no responsibility or liability for the use of the described product s conveys no license or title under any patent copyright or masks work rights to these products and makes no representations or warranties that these products are free from patent copyright or mask work right infringement unless otherwise specified Applications that are described in this manual are for illustration purposes only We make no representation or warranty that such application will be suitable for the specified use without further testing or modification Warranty We warrant that each of its products will be free from material and workmanship defects for a period of one year from the invoice date If the customer discovers a defect We will at its option repair or replace the defective product at no charge to the customer provided it is returned during the warranty period of one year with transportation charges prepaid The returned product must be properly packaged in it s original packaging to obtain warranty service If the serial number and the product shipping data differ by over 30 days the in warranty service will be made
18. must be installed near the equipment and must be easily accessible Keep this equipment away from humidity Put this equipment on a reliable surface during installation Dropping it or letting it fall could cause damage The openings on the enclosure are for air convection Protect the equipment from overheating DO NOT COVER THE OPENINGS Make sure the voltage of the power source is correct before connecting the equipment to the power outlet Position the power cord so that people cannot step on it Do not place anything over the power cord All cautions and warnings on the equipment should be noted If the equipment is not used for a long time disconnect it from the power source to avoid damage by transient over voltage Never pour any liquid into an opening This could cause fire or electrical shock Never open the equipment For safety reasons only qualified service personnel should open the equipment If any of the following situations arises get the equipment checked by service personnel The power cord or plug is damaged Liquid has penetrated into the equipment The equipment has been exposed to moisture The equipment does not work well or you cannot get it to work according to the user s manual The equipment has been dropped and damaged The equipment has obvious signs of breakage Do not leave this equipment in an uncontrolled environment where the storage temperature is below 20 C 4 F or above 60 C 140 F It may damage
19. or Input channel number 0x0101 0x0103 0001 0003 Digital input channel number ID 8F 00 CRC Error 8F Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Clear Multi channel digital input count value Example Send command 00 0F 20 00 00 01 02 FF FF CA FE clear DIO count value Response 00 0F 20 00 00 01 9E 1A Reference examples 7 33 Initialization serial port 1 Set Serial Port Number to your COM example COM1 2 SetBaud rate 9600 Example C using MBus bool ret false public ModBus m ModBusSerial new ModBus ret m_ModBusSerial Init 1 9600 Serial Port COM1 Baud rate 9600 ret false init COM1 failed if ret true init COM1 success 7 34 Check device exist 1 Sending Get Product Name Command to check device exist Send command 00 50 00 00 00 35 Response command 00 50 00 00 44 49 34 4F 34 2D 44 34 34 30 30 32 00 00 E8 26 Example C string modelname null byte id 0x00 if m_ModBusSerial GetProductName byte id out modelname int MB RET RET SUCCESS Success failed 7 35 Set DOO to High 1 Sending Set the Digital Output value Command Send command 00 06 00 00 FF 00 C9 EB Response command 00 06 00 00 FF 00 C9 EB Example C int Ret 0 byte id 0x00 Ret m_ModBussSerial SetDigitalOutputValueSingle id 0 1 if Ret RET RET SUCCESS Success
20. 0 Response 00 50 02 00 01 55 UserName 7 5 Sub Command Function 0x04 Set ID Command ID 50 04 ID 00 CRC Question ID 00 FF 50 Function Code 04 Sub Function Code ID NEW ID Number 00 Reserve Response ID 50 04 00 CRC OK ID 00 FF 50 Function Code 04 Sub Function Code 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Set ID header for writing packet to wanted device Example Send command 00 50 04 00 00 74 C1 set ID to 0x00 Response 00 50 04 00 02 F5 76 Sub Command Function 0x05 Get Baud Rate Command ID 50 05 00 CRC Question ID 00 FF 50 Function Code 05 Sub Function Code 00 Reserve Response ID 50 05 00 BR 00 CRO OK ID 00 FF 50 Function Code 05 Sub Function Code 00 Reserve BR 3 1 00 Reserve ID D0 00 CRO Error D0 Function Code 50 80 00 Reserve Description Get device transmitting rate Example Send command 00 50 05 00 03 65 Response 00 50 05 00 06 00 C3 7B 3 1 Baud Rate get baud rate reference 1 Code Number 03 04 05 06 07 08 09 0A Baud Rate bps 1200 2400 4800 9600 19200 38400 57600 115200 7 7 Sub Command Function 0x06 Set Baud Rate Command ID 50 06 00 BR 00 CRC Question ID 00 FF
21. 50 Function Code 06 Sub Function Code 00 Reserve BR 3 1 00 Reserve Response ID 50 06 00 CRC OK ID 00 FF 50 Function Code 06 Sub Function Code 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Set device transmitting rate Example Send command 00 50 06 00 06 00 C3 3F Response 00 50 06 00 03 95 3 1 Baud Rate set baud rate reference x1 Code Number 03 04 05 06 07 08 09 0A Baud Rate bps 1200 2400 4800 9600 19200 38400 57600 115200 7 8 Sub Command Function 0x07 Get Firmware Version Command ID 50 07 00 CRC Question ID 00 FF 50 Function Code 07 Sub Function Code 00 Reserve Response ID 50 07 00 Firmware Version 00 CRC OK ID 00 FF 50 Function Code 07 Sub Function Code 00 Reserve Firmware Version N Byte ASCII 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Get Device Firmware Version Maximum to 3 characters allowed Ex Get string 004 Example Send command 00 50 07 00 02 05 Response 00 50 07 00 30 30 34 00 08 76 004 7 9 Sub Command Function 0x08 ReSet Command ID 50 08 00 CRC Question ID 00 FF 50 Function Code 08 Sub Function Code 00 Reserve Response ID 50 08 00 CRC OK ID 00 FF 50 Function Code 08 Sub Function Code
22. 7 0xd7 Oxd7 0xd7 0xc7 0xc7 0xbb 0xbb 0xbb 0xbb 0xbb 0xbb 0x11 0x11 0xff Oxff Oxff Oxff E H L H L LED 0 1 1 dy 1 1 1 1 1 dy l l 1 LED 2 1 1 l l1 1 1 1 1 l 1 1 1 LED 3 LED 4 1 1 O 1 1 1 1 1 1 OF 1 1 1 LED S LED 6 1 1 O 1 1 1 1 1 1 OF 1 1 1 LED 7 8 1 1 O 1 1 1 l 1 O 1 1 1 LED 9 LED 10 1 0 0 1 1 1 ig 0 1 1 LED 12 1 0 0 1 1 1 110 11 0 1 1 LED 13 LED 14 1 0 0 1 I 1 0 0 1 I LED 15 LED 16 1 0 0 1 1 1 0 0 1 I LED 17 LED 18 1 0 0 0 1 I 1 0 0 0 1 I LED 19 LED 20 0 0 1 0 0 1 I LEDDI LED 22 0 1 0 1 0 1 0 1 LED 23 LED 24 0 1 1 0 1 1 1 0 1 LED 25 LED 26 0 0 0 0 0 0 0 0 0 0 O 0 I LED 27 LED 28 1 1 1 1 1 1 1 1 LED 29 LED 30 1 1 HH 1 1 LED 31 7 15 Sub Command Function 0x10 Set LED Frame Command ID 50 10 00 00 A0 A31 00 00 CRC Question ID 00 FF 50 Function Code 10 Sub Function Code 00 Reserve 0x00 0x0F Frame Number A0 A31 32Bytes 00 00 Reserve Response ID 50 10 00 CRC OK ID 00 FF 50 Function Code 10 Sub Function Code 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Example Set LED Frame 0 Send command FF FF FF FF
23. 97 Audio Setup 5 33 InstallShield Wizard Complete vas finished installin CHAPTER N LEDM RS232 Protocol This chapter describes how to set BIOS configuration SDK Guide 7 1 7 Access Control PC Software system diagram Devices SDK Document Motion sensor LEDM ModBus Protocol DI DO LEDM ModBus Protocol 16x16 LED Array 1 LEDM ModBus Protocol 2 LED data example WebCAM Windows DirectX and Winmate Source code LCD backlight Control 1 AP Winmate source code reference 2 Driver installed COMBS with Baud rate 9600 8N1 and giving a ASCII string COM4 with Baud rate 9600 8N1 Must install driver only for Win 7 XPE XP no require to install 7 2 Programmable MODBUS 3DI 2DO 16x16 LED Design Guide Protocol Support Modbus RTU protocol 7 2 1 Modbus RTU Command List Command List Function Description ID 50 00 00 CRC Get Product Name ID 50 01 00 CRC Get User Name ID 50 02 00 User Name 00 00 CRC Set User Name ID 50 04 ID 00 CRC Set ID ID 50 05 00 CRC Get Baud Rate ID 50 06 00 BR 00 CRC Set Baud Rate ID 50 07 00 CRC Get Firmware Version ID 50 08 00 CRC ReSet ID 50 OB NN 00 CRC Set WatchDog timeout value ID 50 OC 00 CRC Get WatchDog timeout value ID 50 OD 00 CRC Get Sensor value ID 50 10 00 00 0 A31 00 00
24. CRC Question ID 00 FF 50 Function Code 0D Sub Function Code 00 Reserve Response ID 50 0D HH LL CRO OK ID 00 FF 50 Function Code 0D Sub Function Code HH LL 0 65535 ID DO 00 CRC Error DO Function Code 50 80 00 Reserve Use for sensor PYD1978 This functional need detects continually and observes the change value 7 13 Sub Command Function 0x0E Get LED Value Command ID 50 0E 00 CRC Question ID 00 FF 50 Function Code Sub Function Code 00 Reserve Response ID 50 0E 00 A0 A31 00 00 CRC OK ID 00 FF 50 Function Code Sub Function Code A0 A31 32Bytes 00 00 Reserve ID D0 00 CRO Error D0 Function Code 50 80 00 Reserve 7 14 Sub Command Function 0x0F Set LED Value Command ID 50 OF 00 A31 00 00 CRC Question ID 00 FF 50 Function Code OF Sub Function Code 00 Reserve A0 A31 32Bytes 00 00 Reserve Response ID 50 OF 00 CRC OK ID 00 FF 50 Function Code 0F Sub Function Code 00 Reserve ID D0 00 CRO Error D0 Function Code 50 80 00 Reserve Example Send command 00 50 OF 00 FF FF FF FF EF EF EF EF EF EF 07 07 D7 07 D7 D7 D7 D7 C7 C7 BB BB BB BB BB BB 11 11 FF FF FF FF 00 00 XX XX Response 00 50 OF 00 XX XX Command valid byte LED Oxff Oxff Oxff Oxff Oxef Oxef Oxef Oxef Oxef Oxef 0xd7 0xd7 0xd7 0xd7 0xd
25. DATA PORT DATA Lock W83627 unsigned char Get_W83627_Reg unsigned char REG unsigned char Result Unlock W83627 outportb W83627 INDEX PORT REG Result inportb W83627 DATA PORT Lock W83627 return Result Note3 There is some problem when install software in CF Card as following condition 1 Master IDE CD ROM PIONEER DVD 227A Slave CF Card Transcend 120X standard CF Card is not founded 2 Master CF Card InnoDisk Slave IDE CD ROM Plextor PX 760A CD ROM is not founded 3 Master CF Card InnoDisk Slave IDE CD ROM PIONEER CF Card is not founded 4 Master CF Card Transcend 120X standard Slave IDE CD ROM Plextor PX 760A CD ROM is not founded 5 Master IDE CD ROM Plextor PX 760A Slave CF Card Transend 120X standard CF Card is not founded CHAPTER Bracket Mounting Guide This chapter describes how to mount the bracket on the wall Exploded View of Wall Mounting Bracket Left side Mounting Rightside Mounting Rear side Mounting Style Dimensions of Bracket Right Side
26. WARE Microsoft Windows Current ersion Uninstall Creating key HKLMAYSOFTWARE Microsoft Windows Current ersion Uninstall Installing Driver Mobile Intel R 945GM GU Express Chipset Family Version 6 14 10 4820 Installation has completed Click Next to continue Intel R Installation Framework Step 8 Click on Yes I want to restart this computer now to go on Intel R Graphics Media Accelerator Driver The setup of the Intel R Graphics Media Accelerator Driver is complete You must restart this computer for the changes to take effect Would you like to restart the computer now Yes want to restart this computer now No will restart this computer later Click Finish then remove any installation media from the drives Intel R Installation Framework 3 2 Panel Resolution Setting Step 1 Right click the desktop and then click Properties Step 2 In the Display Properties dialog box click the Settings tab Device Manager File Action View Help gt MG 1111AAA bg Computer lt Disk drives 2 DVD CD ROM drives Bj Human Interface Devices 48 IDE ATA ATAPI controllers t Keyboards 77 Mice and other pointing devices Other devices Ethernet Controller Multimedia Audio Controller SM Bus Controller Video Controller VGA Compatible J Ports COM amp LPT Processors Sound video and game controllers System devices Uni
27. Y Environmental Friendly and Power Saving 1 1 Introduction Entrance Security is a big matter But currently the mainstreams in the surveillance market are still based on traditional RISC based Access Management Systems which are using for very limited applications Throughout the latest technologies for innovative and completed solutions there shall be more and more choices for people to maintain the security management system Winmate releases a new Access Management System for Campus and Home security applications which called W07193S CHG1AC is a cutting age access security management system with rapid data control Radio Frequency Identification RFID Motion Sensor and Digital 1 05 Technology for Campus and Home Entrance security maintenances It is a versatile and powerful Access Management solution that can be installed and configured in a variety of ways 1 2 Specification TFT Characteristics Size 7 LED backlight panel Resolutions 800 x 480 Brightness 320 nit Contrast Ratio 400 1 Viewing Angles 70 70 H 50 60 V Touch Screen Specification Touch 4 Wires Resistive Touch screen USB interface SBC Specification Form Factor 3 5 inch 1931 SBC Processor Intel US15WP Chipset BIOS Award 4Mbit Flash System Chipset Intel N270 1 6 GHz Processor System Memory 1 x SO DIMM DDR2 400 533 Default 512 MB Max 1GB Ethernet Controller Dual Realte
28. according to the shipping date In the serial numbers the third and fourth two digits give the year of manufacture and the fifth digit means the month e g with A for October B for November and C for December For example the serial number 1W07Axxxxxxxx means June of year 2009 Check List Before using this Access Control System PC please make sure that all the items listed below are present in your package There are two different type of designs for Access Control System Package Model name W07193S CHG1AC Accessories List 1 5 series Access Management System 1 x SA series Access Management System Quick Install Guide 1 x Manual amp Driver CD 1 x Power adapter Mounting and screws Option vy v Vv v v Make sure that all of the items listed above are present Do not attempt to apply power to the system if there is damage to any of its components Customer Service We provide service guide for any problem as follow steps The first contact with your distributor sales representative or our customer service center for technical support if you need additional assistance You may have the following information ready before you call Product serial number Peripheral attachments Software OS version application software etc Description of complete problem The exact wording of any error messages v v Vv v v In addition free technical support is available from our engineers every business day We are al
29. connect the power cord to the AC outlet 2 Press the power on switch to start the Access Management PC 3 Press DEL to enter the CMOS setting and check the BIOS setup 4 You may install your own 0 5 if it is not installed When installing O S for this Access Management PC please follow the steps and use external equipment as Keyboard and Mouse a Please use external USB DVD ROM to run the O S and Driver setting as picture showed below USB Cable 1 5 Driver Installation The Access Management PC comes with a User s Manual and Driver CD that contains most of the drivers and utilities of your needs 1 Following the step by step to install Driver which includes Chipset VGA Audio and Ethernet 2 Following the step by step to install the Touch screen if necessary CHAPTER Touch Driver Installation This chapter offers information on the touch driver Installation utility Installation of Touch Driver Configuration Utility 2 1 The Premier Touch Driver Installation TouchKit is the Premier Touch software which contains drivers of the touch panel controllers for the specified communication connectors RS232 PS 2 and USB and the other two utilities The two utilities are as follows M Touch Tray support This is utility for emulating the right and left button of mouse through controlling touch panel Users can toggle between right or left mouse buttons by this utility Configuration support The calibrati
30. ction Installation of Ethernet Driver 5 1 Introduction 1931 Motherboard is equipped with the Realtek RTL8111B Gigabit Ethernet controller combines a triple speed IEEE 802 3 compliant Media Access Controller MAC with a triple speed Ethernet transceiver PCI Express bus controller and embedded memory With state of the art DSP technology and mixed mode signal technology it offers high speed transmission over CAT 5 UTP cable or CAT 3 UTP 10Mbps only cable Functions such as Crossover Detection amp Auto Correction polarity correction adaptive equalization cross talk cancellation echo cancellation timing recovery and error correction are implemented to provide robust transmission and reception capability at high speeds The device supports the PCI Express 1 0a bus interface for host communications with power management and is compliant with the IEEE 802 3u specification for 10 100Mbps Ethernet and the IEEE 802 3ab specification for 1000Mbps Ethernet It also supports an auxiliary power auto detect function and will auto configure related bits of the PCI power management registers in PCI configuration space 5 2 Installation of Ethernet Driver The Users must make sure which operating system you are using in the 1931 Motherboard before installing the Ethernet drivers Follow the steps below to complete the installation of the Realtek RTL8111B LAN drivers You will quickly complete the installation Step 1 Insert the CD that comes
31. erms of this Agreement If you do not wish to so agree do not install or use the Software Please Also Note f you are an Original Equipment Manufacturer OEM Independent i You must accept all of the terms of the license agreement in order to continue the setup program Do you accept the terms Back No Intel R Installation Framework Step 6 Click on Next to install Driver Intel R Graphics Media Accelerator Driver Readme File Information Refer to the Readme file below to view the system requirements and installation information Press the Page Down key to view the rest of the file RRR IKK Production Version Releases Microsoft Windows 2000 Microsoft Windows XP Driver Revision Production Version 14 23 Package 35162 Graphics 5 14 10 4820 HDMI Audio 5 10 0 1026 i D Intel R Installation Framework Step 7 Click on Next to install Driver Intel R Graphics Media Accelerator Driver Setup Progress Please wait while the following components are installed Copying file ig pun exe Copying file difxapi dll Copying file IScrNB bmp Copying file IScrNBR bmp Copying file HDMIENLI dll Creating key HKLM System CurrentControlS et Contral windows SystemDirectc Creating key HKLM4 System CurrentControlSet S ervices ialm Device0 SystemL Creating key HKLM System CurrentControlSet S ervices ialm Devicel SystemL Creating key HKLMAYSOFT
32. etp 3 Click on Next to install driver Intel Chipset Device Software Intel Chipset Device Software Welcome to the Setup Program This setup program will install the Intel Chipset Device Software onto this computer It is strongly recommended that you exit all Windows programs before continuing Setp 4 Click on Yes to agree License Intel Chipset Device Software Intel Chipset Device Software License Agreement You must accept all of the terms of the license agreement in order to continue the setup program Do you accept the terms INTEL SOFTWARE LICENSE AGREEMENT OEM IHV ISV Distribution amp Single User IMPORTANT READ BEFORE COPYING INSTALLING OR USING Do not use or load this software and any associated materials collectively the Software until you have carefully read the Following terms and conditions By loading or using the Software you agree to the terms of this Agreement If you do not wish to so agree do not install or use the Software Please Also Note TF you are an Original Equipment Manufacturer OEM Independent Hardware Vendor IHV or Independent Software Vendor ISV this complete LICENSE AGREEMENT applies lt Back Setp 5 Click on Next to install driver Intel Chipset Device Software Intel Chipset Device Software Readme File Information Refer to the Readme file below to view the system requirements and installation information Press the Page Dow
33. hannel 0001 0002 Digital input channel number Response ID 03 BC Data CRC OK ID 00 FF 03 Function Code BC Byte Count Data 2Byte Input channel count value ID 83 00 CRO Error 83 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Digital Input low to high counter add 1 Read digital input count value Maximum to 65535 Example Send command 00 03 00 00 00 02 C5 DA Response 00 03 04 00 00 00 00 EA F3 read DIO DI1 counter value 010 011 012 013 7 27 04 0x04 Read Digtal Input Count Value Command ID 04 00 00 00 01 CRC Question ID 00 FF 04 Function Code 0000 0002 Straring channel 0001 0002 Digital input channel number Response ID 04 BC Data CRC OK ID 00 FF 04 Function Code BC Byte Counter Data 2Byte Input channel count value ID 84 00 CRO Error 84 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Digital Input low to high counter add 1 Read digital input count value Maximum to 65535 Example Send command 00 03 00 00 00 02 C5 DA Response 00 03 04 00 00 00 00 EA F3 read DIO DI1 counter value 010 011 012 013 7 28 05 0x05 Clear the Digital Input count value Single channel Command ID 05 20 00 FF 00 CRC Question ID 00 FF 05 Function
34. ile Move this file C this file Publish this file to the web 3 E mail this file X Delete this file Other Places diver E My Documents Shared Documents Aj My Computer E My Network Places Step 4 Click on Next to install driver REALTEK GbE amp FE Ethernet PCI E NIC Driver InstallShield Wizard Vee to the InstallShield Wizard for REALTEK GbE amp FE Ethernet PCI E NIC river The InstallShield Wizard will install REALTEK GbE amp FE Ethernet PCI E NIC Driver on your computer To continue click Next Step 5 Click on Install to install driver REALTEK GbE FE Ethernet PCI E NIC Driver InstallShield Wizard Click Install to begin the installation IER Rte Ee ed te MB Lie RS wizar Setp 6 Click on Finish and go on REALTEK GbE amp FE Ethernet PCI E NIC Driver InstallShield Wizard InstallShield Wizard Complete The InstallShield Wizard has successfully installed REALTEK GbE amp FE Ethemet PCI E NIC Driver Click Finish to exit the wizard CHAPTER Audio Driver Installation This chapter offers information on the Audio software installation utility Sections include Introduction Installation of Audio Driver Audio Driver Installation 6 1 Introduction The 1931 Motherboard is equipped with the ALC888 GR is a 16 bit full duplex AC 97 Rev 2 3 compatible six channel audio CODEC designed fo
35. k RTL8111B Gigabit Ethernet 10 100 1000 Mpbs Graphic Controller Intel GMA 500 Shared memory max 224MB Audio Controller Realtek ALC 888 GR Storage 1 x PATA Mini PCI E Interface SSD Slot Default 4GB Max 128 GB Watchdog 256 levels System Output Connecto rs Webcam 2 0 Megapixel Slim Type Camera Module Microphone Digital Microphone build in Camera Module Mifare Card Reader USB interface 13 56 MHz 50 mm Maximum Reading Range Digital 1 0 2x DI 2 x DO ports Phoenix Type for environment control Ethernet LAN 2 x RJ45 USB Ports 1 x USB Type A Receptacle 12V DC Power Input 1 x 12V DC IN Lockable 2 5WPower Jack Power Consumption 20W TBD Operating Temp 0 45 C OS Windows XP Embedded Optional 1 3 Interface and Mechanical Dimensions The following figure shows the I O arrangement of the Access Management PC The backside of the chassis contains most of the connectors Front View LED Backlight 16x16 Matrix LED Indicator Front View Mic Motion o Detector 8 S UN Bottom View Rear View e 0 POWER SW z r pipo PORT F LAN PORT E J LAN PORT USB PORT e POWER DC JACK 2 Wa Kingston Lock 2 x 1W Speaker Side View Back View 1 4 Starting the Access Management PC amp O S Installation 1 Connect the power to AC DC adapter and
36. l dark Send command 00 50 12 00 00 XX XX Response 00 50 12 00 XX XX Command valid 7 18 Sub Command Function 0x27 Set power on value Command ID 50 27 FF 02 00 CRC Question ID 00 FF 50 Function Code 27 Sub Function Code OxFFNN Output value 00 FF Bito DOO Bit1 DO1 00 Reserve Response ID 50 27 00 CRC ID 00 FF 50 Function Code 27 Sub Function Code 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Set power on DO value Example Send command 00 50 27 FF 02 00 FB F3 Response 00 50 27 00 1B C5 set 0x02 DO1 power on default to high 7 19 Sub Command Function 0x28 Get power on value Command ID 50 28 00 CRC Question ID 00 FF 50 Function Code 28 Sub Function Code 00 Reserve Response ID 50 28 FF NN 00 CRC ID 00 FF 50 Function Code 28 Sub Function Code OxFFNN Get Power on value NN200 FF 00 Reserve ID DO 00 CRO Error DO Function Code 50 80 00 Reserve Description Get power on DO value Example Send command 00 50 28 00 1E 35 Response 00 50 28 FF 02 75 39 get 0x02 DO1 power on default to high 7 20 Sub Command Function 0x29 Set Continuous mode Command ID 50 29 00 01 MM NN 00 CRC Question ID 00 FF 50 Function Code 29 Sub Function Code 0001 0002 Digi
37. n key to view the rest of the file Product Intel R Chipset Device Software Release Production Version Version 8 3 0 1013 Target Chipset Q33 G33 G31 P35 Date March 05 2007 Setp 6 Click on Next to install driver Intel Chipset Device Software Intel amp Chipset Device Software Setup Progress Please wait while the Following setup operations are performed Installing Driver Intel R 82801G ICH Family USB Universal Host Controller 27C9 Version 8 2 0 1008 Installing Driver Intel R 82801G ICH Family USB Universal Host Controller 27 Version 8 2 0 1008 Installing Driver Intel R 828016 ICH Family USB Universal Host Controller 27CB Version 8 2 0 1008 Installing Driver Intel R 82801G ICH Family USB2 Enhanced Host Controller 27CC Version 8 2 0 1008 Step 7 Click on Yes want to restart this computer now to go on Intel Chipset Device Software Intel Chipset Device Software Setup Is Complete You must restart this computer For the changes to take effect Would you like to restart the computer now Yes I want to restart this computer C No I will restart this computer later Click Finish then remove any installation media from the drives CHAPTER Ethernet Driver Installation This chapter offers information on the Ethernet software installation utility Sections include Introdu
38. on and draw test of touch panel are done by this utility Besides users can add or remove for new RS 232 or PS 2 touch panel devices Follow these steps to install TouchKit Step 1 Put the TouchKit CD to CD ROM Step 2 Open the Win2000_XP directory Step 3 Double click the Setup exe then windows starts to run the installation program Notice that does not plug the USB controller on the system before the installation has been finished Step 4 Click Next to continue installation And it will auto detect touch devices in COM1 port at your Access Management PC Welcome to eni Sotep The pogos held oe vow ow Ft ve iongle secommercied that pau ent d ui reden prog eme beoe Setup prog Step 5 Following the step by step to finish the driver installation 2 2 Configuration Utility After finishing the installation please follow the steps to test the configuration utility Step 1 Click the TouchKit shortcut function in the desktop Step 2 Enter General function and choose the language you need Then go to next step Step 3 Correct 4 point locations on screen with the Panel Screen display as follows Step 4 Play Yes continue if 4 points calibration test is fine finish the test CHAPTER Graphic Driver Installation This chapter offers information on the chipset software Installation utility Installation of Graphic Driver Panel Resolution
39. ower on value 60 7 20 Sub Command Function 0x29 Set Continuous mode 61 7 21 Sub Command Function 0x2A Get Continuous mode 62 7 22 Sub Command Function 0x2B Trigger DO 63 7 23 Sub Command Function 0x2C Get All Status 64 7 24 01 0x01 Read Digtal Input 65 7 25 02 0x02 Read Digtal Input 66 7 26 03 0x03 Read Digtal Input Count Value 67 7 27 04 0x04 Read Digtal Input Count Value 68 7 28 05 0x05 Clear the Digital Input count value Single channel 69 7 29 06 0x06 Set the Digital Output value Single channel 70 7 30 07 0x07 Set the Digital Output value Multi channel 71 7 31 08 0x08 Read Digital Output State Multi channel 72 7 32 15 0x0F CIear the Digital Input count value Multi channel 73 Reference examples 74 7 33 Initialization serial port 1 74 7 34 Check device exist esee 74 7 35 Set DOO to High essen 74 7 36 Note Digital I O Sample 76 Chapter8 Bracket Mounting Guide 83 CHAPTER Hardware Utility Easy to use Interface Y All in one Mechanical Design
40. r PC multimedia systems including host soft audio and AMR CNR based designs The ALC888 GR provides three pairs of stereo outputs with 5 bit volume control a mono output and multiple stereo and mono inputs along with flexible mixing gain and mute functions to provide a complete integrated audio solution for PCs 6 2 Installation of Audio Driver The users must make sure which operating system you are using in the 1931 Motherboard before installing the Audio drivers Follow the steps below to complete the installation of the Realtek ALC888 GR Audio drivers You will quickly complete the installation Step 1 Insert the CD that comes with the motherboard Open the file document Audio and click on WDM R2 exe to execute the setup File Edk View Favorites Tools r O Address E D alc655 driver kdo File and Folder Tasks Rename this Move this fle copy this fle Publish this file to the web EB Emal this fle X Delete this fle Other Places E 36555 driver My Documents E Shared Documents M My Computer My Network Places Step 2 Click on Next to install driver Realtek AC 97 Audio Setup 5 33 Re Realtek 97 Audio Setup 5 33 Welcome to the InstallShield Wizard for Realtek AC 97 Audio Step 3 Click on Yes want to restart my computer now to finish installation lt Realtek AC 97 Audio Setup 5 33 Ree Realtek AC
41. stion ID 00 FF 01 Function Code ss 0x 20 0x 22 for DI value 0x 40 0x 42 for DI Latch high value 0x 60 0x62 for DI Latch low value 0001 0003 Digital input channel number Response ID 01 BC 00 CRC OK ID 00 FF 01 Function Code BC Byte Counter 0x00 0xFF Input channel readback value Bito DIO Bit1 DI1 ID 81 00 CRO Error 81 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Read Digital Input vlaue Example Send command 00 01 00 20 00 02 BD DO read DIO DI1 value Response 00 01 01 03 10 75 010 011 to high 7 25 02 0x02 Read Digtal Input Value Command ID 02 00 0F 00 01 CRC Question ID 00 FF 02 Function Code 0000 0002 Staring channel 0001 0003 Digital input channel number Response ID 02 BC 00 CRC OK ID 00 FF 02 Function Code BC Byte Counter 0x00 0xFF Input channel readback value Bito DIO Bit DI1 ID 82 00 CRO Error 82 Error Code 00 Syntax error 01 Data Format error 02 Start channel error 03 I O out of range Description Read Digital Input vlaue Example Send command 00 01 00 20 00 02 BD DO read DIO DI1 value Response 00 01 01 03 10 75 DIO DI1 to high 7 26 03 0x03 Read Digtal Input Count Value Command ID 03 00 00 00 01 CRC Question ID 00 FF 03 Function Code 0000 0002 Staring c
42. tal input channel number 0001 011 or 0002 DI2 0 6 Mode select 00 FF 0x00 no pulse delay 0x01 0 5s OxFF 127 5s 00 Reserve Response ID 50 29 00 CRC OK ID 00 FF 50 Function Code 29 Sub Function Code 00 Reserve ID DO 00 CRC Error DO Function Code 50 80 00 Reserve When set mode success will clear CHX counter value Continuous Mode Mode Value Trigger Direction DOn Din Trigger program 0 Set by user bypass 1 DOn DIn bypass invert 2 DOr DIn bypass trigger high 3 Din DOn DIn X s DOn H X s bypass invert trigger low 4 DIn DOn Dy DOn L X s bypass invert trigger high 5 Din DOn Hp DOn H X s bypass trigger low 6 DOn DIn X s DOn L X s Description Set Continuous mode Example Send command 00 50 29 00 01 00 00 00 16 0B set DIO to program mode Response 00 50 29 00 1F A5 n 7 21 Sub Command Function 0x2A Get Continuous mode Command ID 50 2A 00 01 00 CRC Question ID 00 FF 50 Function Code 2A Sub Function Code 0001 0002 Digital input channel number 0001 DIO or 0002 DI1 00 Reserve Response ID 50 2A MM NN 00 CRC OK ID 00 FF 50 Function Code 2A Sub Function Code 0 6 Mode select 00 FF 0x00 no pulse delay 0x01 0 5s OxFF 127 5s 00 Reserve ID DO 00 CRC Error DO Function Code 50 80 00 Reserve Description Get Continuous mode Example
43. the equipment Revision History Rev Date Note Author 1 0 Feb 10 2011 First Release Henry 1 1 April 08 2011 LEDM RS232 Protocol Henry Cataloge Chapter 1 Hardware Utility 10 1 1 Introductio a cau E 11 1 2 uuu 12 1 3 Interface and Mechanical Dimensions 13 1 4 Starting the Access Management PC amp O S Installation 14 1 5 Driver 14 Chapter2 Touch Driver Installation 2 1 The Premier Touch Driver Installation 16 2 2 Configuration Utility u u asha 17 Chapter3 Graphic Driver Installation 19 3 1 Standard CMOS Feature 20 3 2 Panel Resolution Setting 24 Chapter4 Chipset Driver Installation 4 1 Standard CMOS Chapter5 Ethernet Driver Installation 51 ni oe Sotto REDE ETE DEED 5 2 Installation of Ethernet Driver Chapter 6 Audio Driver Installation 37 6 1 Enid 37 6 2 Installation of Audio Driver
44. versal Serial Bus controllers start Device Manager Step 3 Click on Monitor Digital Flat Panel 640x480 and Mobile Intel R 945 General Adapter Monitor Troubleshoot Color Management Monitor type a Digital Flat Panel 640 480 Monitor settings Screen refresh rate Use hardware default setting Hide modes that this monitor cannot display Clearing this check box allows you to select display modes that this monitor cannot display correctly This may lead to an unusable display and or damaged hardware Apply Step 4 Click on Hide modes that this monitor cannot display to remove this option Digital Flat Panel 640x480 and Mobile Intel R 945 PR General Adapter Monitor Troubleshoot Color Management Monitor type mj Digital Flat Panel 640 480 Monitor settings Screen refresh rate Use hardware default setting Hide modes that this monitor cannot display Clearing this check box allows vou to select display modes that this monitor cannot display correctly This may lead to an unusable display and or damaged hardware Step 5 Click on Setting then could choose 32bit color qualify Display Properties Themes Desktop Screen Saver Appearance Settings Display Digital Flat Panel 640 480 on Mobile Intel R 345 Express Chipset Family Screen resolution Color quality Les 2 EEE
45. ways ready to give advice on application requirements or specific information on the installation and operation of any of our products Please do not hesitate to call or e mail us Notice 1 Do not touch the LCD panel surface with sharp or hard objects 2 Do not use abrasive cleaners waxes or solvents for cleaning use only a dry or damp soft cloth 3 Use only with a high quality safety approved AC DC power adapter Safety Precautions Warning Always completely disconnect the power cord from your chassis whenever you work with the hardware Do not make connections while the power is on Sensitive electronic components can be damaged by sudden power surges Only experienced electronics personnel should open the PC chassis Caution Always ground yourself to remove any static charge before touching the CPU card Modern electronic devices are very sensitive to static electric charges As a safety precaution use a grounding wrist strap at all times Place all electronic components in a static dissipative surface or static shielded bag when they are not in the chassis Safety and Warranty 10 11 12 13 14 15 gt Please read these safety instructions carefully Please keep this user s manual for later reference Please disconnect this equipment from any AC outlet before cleaning Do not use liquid or spray detergents for cleaning Use a damp cloth For pluggable equipment the power outlet
46. with the motherboard Open the file document LAN Driver f LAN Driver FEI File Edit View Favorites Tools Help ay Qs m yo Search Folders C3 Driver lt Size Type Date File and Folder Tasks CwIN98SE File Folder 816 PRIN winzooo File Folder sjet pa De WINME File Folder 8 16 tp Move tis nie Gwin File Folder ajej A Copy this file 18 setup dll 365 Application Extension 5 18 Publish this file to the U datar 3 346 KB Cabinet File 10 17 Web data1 hdr 36KB HDR File 10 17 2 E mail this file dataz 109KB Cabinet File 10 17 X Delete this file r5Setup dll 540KB Application Extension 10 17 layout 1KB BINFile 10 17 445KB Application 5 25 Other Places ane 1KB Configuration Settings 10 17 setup isn 63KB ISN File 5 17 E setup iss 1KB ISSFile 3 28 E Documents Shared Documents 3 My Computer GJ My Network Places start E untitled Paint Ge LAN Driver File Edi View Favorites Tools Help O P Pen redes File and Folder Tasks 3 2 WIN98SE ce WIN2000 WINME WINXP setup dll 12 0 0 49974 mn FLEXnet R Installshield R S E dataz 109 KB A ISSetup dll N layout 12 0 0 49974 BIN File Installshield R Setup Engine di DS setup Configuration Settings 1KB Py setup iss 155 File T mj Rename this f
Download Pdf Manuals
Related Search
Related Contents
À propos du sommeil - Ordre des infirmières et des infirmiers du View PDF 取扱説明書 - M Bulletin 11 (2).pub 取扱説見 - ケアテックジャパンについて IronKey Defender F200 MXBB1A002G4001FIPS USB 2.0 A USB 2.0 A USB 2.0 A Elgato EyeTv 310 Copyright © All rights reserved.
Failed to retrieve file