Gebruiksaanwijzing /service van het product RS-232 Digital I/O Module 232SDD16 van de fabrikant B&B Electronics
Ga naar pagina of 27
232SDD16-1005 Manual Cover Page B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 RS-232 Digital I/O Module Model 232SDD16 Documentation Num ber 232SDD16-1005 pn#3604-r1 This product Designed and Manufactured In Ottawa, Il lin ois USA of domestic and imported pa rts by B&B Electronics Mfg.
232SDD16-1005 Manual Table of Contents i B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Table of Contents Chapter 1 - Introduction ........................................... 1 232SDD16 Features ......
232SDD16-1005 Manual 1 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Chapter 1- Introduction 232SDD16 Features The 232SDD16 is a genera l purpose control module t hat is connected to your compu ter’s RS-232 serial port.
232SDD16-1005 Manual 3 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 232SDD16 Specif i cations I/O Lines Total: 16 (Factory def ault = inp uts) Digital Inputs Voltage Range: 0 Vdc to 5 Vdc Low Voltage: 1.
232SDD16-1005 Manual 5 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Chapter 2 - Connections This chapter will cover the connections re quired for the 232SDD16. There are three sets of conne ction s: digit al I/ O, serial port, and power supply.
232SDD16-1005 Manual 7 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Table 2.2 - RS-232 Connector Pinout DB-25S Pin # Signal Signal Direction at 232SDD16 Notes 2 Transmit Data (TD) Input Connection is required.
232SDD16-1005 Manual 9 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Chapter 3 - Commands There are only two commands required to control the 232SDD16: set output l ines, and read I/O lines.
232SDD16-1005 Manual 11 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 A byte represents an eight-bit binary number (11111111 ), therefore each byte can represent eight I/ O li nes. Each bit is assigned a bit position and a weight (value).
232SDD16-1005 Manual 13 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Command: !0SO Argument: {I/O msb}{I/O lsb} Response: none ASCII Example: !0SOUA Dec. Example: !0SO<85><65> Hex. Example: !0SO <55><41> Bin.
232SDD16-1005 Manual 15 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Command: !0RC Argument: none Response: definition of the sixteen I /O lines in two 8 bit bytes, and the power-up states in two 8 bit bytes.
232SDD16-1005 Manual 17 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Chapter 4 - I/O Interfacing This chapter will explain "HIGH" and "LOW" states and show some general examples of how to interface to t he I/O lines.
232SDD16-1005 Manual 19 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Figure 4.4 - Isolated Solid State Input Digital Outputs Digital outputs are used to turn external devices on or off. Digital outputs are CMOS/TTL compatible and oper ate between 0Vd c and +5Vdc.
232SDD16-1005 Manual 21 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Chapter 5 - Software This chapter will be divided into two sections. The first section covers programming techniques for constructing a command st ring, receiving data and manipulating dat a in QuickBAS IC.
232SDD16-1005 Manual 23 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Step 5 - Determining the I/O line de fin i tio ns: MSdefs = MSdefs AND mask LSd.
232SDD16-1005 Manual 25 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Define I/O Lines Command Step 1a - Constr uc t the command strin g: Define an I.
232SDD16-1005 Manual 27 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Demonstration Program The 232SDD16 Demonstration (SDD16) Program (IBM PC or Compatible) provides the user with examples of how t o receive and transmit commands to the 232SDD16.
232SDD16-1005 Manual Appendix A A-1 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 APPENDIX A ASCII Character Codes A-2 Appendix A 232SDD16-1005 Manua.
232SDD16-1005 Manual Appendix B B-1 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 APPENDIX B Hexadecimal/Decimal Conversions B-2 Appendix B 232SDD16-.
232SDD16-1005 Manual Appendix B B-3 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Hexadecimal to Decimal Conve rsion: Decimal = (1st Hex digit x 4096.
232SDD16-1005 Manual Appendix C C-1 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 APPENDIX C Interface Modules for SDD16 Models C-2 Appendix C 232SDD.
232SDD16-1005 Manual Appendix C C-3 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Table C.1 - DTB25 Connections DB-25P Pin # Function T.B. # DB-25P Pin # Function T.B. # 1 Unused. 1 14 I/O #15 14 2 Unused.
232SDD16-1005 Manual Appendix C C-5 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 DBM16 Interfacing This section will show some general examples of how to interface the DBM16 I/O lines to ext ernal devices.
232SDD16-1005 Manual Appendix C C-7 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Figure C.6 - Isolated Solid State Input Outputs Digital outputs are used to turn "ON" or turn "O FF" ext erna l devices.
232SDD16-1005 Manual Appendix C C-9 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 DBM16 Specifications I/O Lines Total: 16 (Factor y default - set to inputs ) Inputs Voltage range: 0Vdc to +50Vdc Low Voltage: 0Vdc to +1.
232SDD16-1005 Manual Appendix C C-11 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104.
232SDD16-1005 Manual Appendix D D-1 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Appendix D Adding Data Field Confirmation D-2 Appendix D 232SDD16-1.
232SDD16-1005 Manual Appendix D D-3 B&B Electronics -- PO Bo x 1040 -- Ottawa, IL 61350 PH (815) 433-5100 -- FAX (815) 43 3-5104 Table D-1 Extended Commands Function Comma nd Respon se Read I/O Li.
Een belangrijk punt na aankoop van elk apparaat B&B Electronics RS-232 Digital I/O Module 232SDD16 (of zelfs voordat je het koopt) is om de handleiding te lezen. Dit moeten wij doen vanwege een paar simpele redenen:
Als u nog geen B&B Electronics RS-232 Digital I/O Module 232SDD16 heb gekocht dan nu is een goed moment om kennis te maken met de basisgegevens van het product. Eerst kijk dan naar de eerste pagina\'s van de handleiding, die je hierboven vindt. Je moet daar de belangrijkste technische gegevens B&B Electronics RS-232 Digital I/O Module 232SDD16 vinden. Op dit manier kan je controleren of het apparaat aan jouw behoeften voldoet. Op de volgende pagina's van de handleiding B&B Electronics RS-232 Digital I/O Module 232SDD16 leer je over alle kenmerken van het product en krijg je informatie over de werking. De informatie die je over B&B Electronics RS-232 Digital I/O Module 232SDD16 krijgt, zal je zeker helpen om een besluit over de aankoop te nemen.
In een situatie waarin je al een beziter van B&B Electronics RS-232 Digital I/O Module 232SDD16 bent, maar toch heb je de instructies niet gelezen, moet je het doen voor de hierboven beschreven redenen. Je zult dan weten of je goed de alle beschikbare functies heb gebruikt, en of je fouten heb gemaakt die het leven van de B&B Electronics RS-232 Digital I/O Module 232SDD16 kunnen verkorten.
Maar de belangrijkste taak van de handleiding is om de gebruiker bij het oplossen van problemen te helpen met B&B Electronics RS-232 Digital I/O Module 232SDD16 . Bijna altijd, zal je daar het vinden Troubleshooting met de meest voorkomende storingen en defecten #MANUAl# samen met de instructies over hun opplosinge. Zelfs als je zelf niet kan om het probleem op te lossen, zal de instructie je de weg wijzen naar verdere andere procedure, bijv. door contact met de klantenservice of het dichtstbijzijnde servicecentrum.