Spectrum-controls 2080sc-BAC Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro Měřící nástroje Spectrum-controls 2080sc-BAC. Spectrum Controls 2080sc-BAC User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk

Shrnutí obsahu

Strany 1 - BACnet Communication Module

User’s Manual Pub. 0300274-01 Rev. A.0 Micro800™ BACnet Communication Module Catalog Number: 2080sc-BAC

Strany 2

1-2 Chapter 1: Module Overview User’s Manual Pub. 0300274-01 Rev. A.0 web browser to access this software to configure the parameters for the module.

Strany 3 - Important Notes

Chapter 1: Module Overview 1-3 User’s Manual Pub. 0300274-01 Rev. A.0 WARNING Cet équipement est prévu pour fonctionner en environnement industri

Strany 4

1-4 Chapter 1: Module Overview User’s Manual Pub. 0300274-01 Rev. A.0 Section 1.3 Prevent Electrostatic Discharge WARNING Electrostatic discharge c

Strany 5 - Table of Contents

Chapter 1: Module Overview 1-5 User’s Manual Pub. 0300274-01 Rev. A.0 WARNING Pour se conformer à la Directive basse tension CE, cet équipement

Strany 6

1-6 Chapter 1: Module Overview User’s Manual Pub. 0300274-01 Rev. A.0 WARNING  Cet équipement est considéré comme étant un équipement industriel d

Strany 7 - Used in This

Chapter 1: Module Overview 1-7 User’s Manual Pub. 0300274-01 Rev. A.0 The six-pin Connector pinouts are as follows: Pin Signal 6 MSTP+ 5 GND 4 GN

Strany 8

1-8 Chapter 1: Module Overview User’s Manual Pub. 0300274-01 Rev. A.0 Section 1.6 LED Indicator A single LED indicator is provided with the module. T

Strany 9 - Module Overview

User’s Manual Pub. 0300274-01 Rev. A.0 Chapter 2 Installation and Wiring Section 2.1 Insert Module into Controller Follow the instructions to ins

Strany 10

2-2 Chapter 2: Installation and Wiring User’s Manual Pub. 0300274-01 Rev. A.0 1. Position the plug-in module with the terminal block facing the fron

Strany 11

User’s Manual Pub. 0300274-01 Rev. A.0 Chapter 3 Configuring the Module using Software Before configuring the module with the BACnet software: 1.

Strany 12

ii BACnet Communication Module User’s Manual Pub. 0300274-01 Rev. A.0

Strany 13 - Section 1.4 Parts List

3-2 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 To access the software on your module: 1. Access your PC local area con

Strany 14 - WARNING

Chapter 3: Configuring the Module 3-3 User’s Manual Pub. 0300274-01 Rev. A.0 The following dialog appears: 5. Type the password spectrum into t

Strany 15 - 1.5.2 Ethernet Connector

3-4 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 Section 3.1 Configuring the System System configuration includes setting

Strany 16 - Section 1.7 Software Upgrade

Chapter 3: Configuring the Module 3-5 User’s Manual Pub. 0300274-01 Rev. A.0 - Date. Enter the date as MM/DD/YYYY where MM is month, DD is day,

Strany 17 - Installation and Wiring

3-6 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0  The module and personal computer’s IP addresses must also be on the s

Strany 18

Chapter 3: Configuring the Module 3-7 User’s Manual Pub. 0300274-01 Rev. A.0 your MS/TP network you will need to determine what MAC address to us

Strany 19 - Software

3-8 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 To set up tag mapping between the Micro800 PLC and BACnet objects: 1. S

Strany 20

Chapter 3: Configuring the Module 3-9 User’s Manual Pub. 0300274-01 Rev. A.0 - Attribute. Enter the PLC variable attribute. - Object Name. En

Strany 21

3-10 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 Section 3.3 Editing XML Tag Information You normally modify tags throug

Strany 22

Chapter 3: Configuring the Module 3-11 User’s Manual Pub. 0300274-01 Rev. A.0 Example. In the above Tags list, you may change: <Name>__IO_

Strany 23

BACnet Communication Module iii User’s Manual Pub. 0300274-01 Rev. A.0 Important Notes 1. Please read all the information in this owner’s gu

Strany 24

3-12 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 The software generates the CCW structured text and shows the text in th

Strany 25 - Section 3.2 Setting Up Tags

Chapter 3: Configuring the Module 3-13 User’s Manual Pub. 0300274-01 Rev. A.0 This function block does not need to change when you make a tag map

Strany 26

3-14 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 The first step is to create Local Variables for the Main program. Th

Strany 27

Chapter 3: Configuring the Module 3-15 User’s Manual Pub. 0300274-01 Rev. A.0 Similarly, for Analog Output, a read is performed to read the whole

Strany 28

3-16 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 tmp_index := param_offset; tmp_raw_var := 0; tmp_raw_var := tm

Strany 29

Chapter 3: Configuring the Module 3-17 User’s Manual Pub. 0300274-01 Rev. A.0 tmp2 := AND_MASK(tmp2, 1); IF tmp2 = 1 THEN tmp_raw_var := 1;

Strany 30

3-18 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 (* Write Input Table to Module *) bacnet_module_address := 112; bacnet

Strany 31 - 3.5.1 Main function

Chapter 3: Configuring the Module 3-19 User’s Manual Pub. 0300274-01 Rev. A.0 Each bit of the BACnet Binary Value represents a true/false value f

Strany 32

3-20 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 Register Name Addr. Comments Default R/W From PLC R/W From Module BAC_A

Strany 33 - 3.5.2 Function Blocks

Chapter 3: Configuring the Module 3-21 User’s Manual Pub. 0300274-01 Rev. A.0  DWORD 0 to 429467295  LINT -1e18 to 1e182  ULINT 0 to

Strany 34

iv BACnet Communication Module User’s Manual Pub. 0300274-01 Rev. A.0 Microsoft and Microsoft Windows are registered trademarks

Strany 35

3-22 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 Examples: To write BO 3 present value to 1, do this – “bacwp 200121 4 3

Strany 36 - 3.5.3 Memory Mapping

Chapter 3: Configuring the Module 3-23 User’s Manual Pub. 0300274-01 Rev. A.0 The Ethernet hardware MAC address is listed. 2. To exit, click OK

Strany 37

3-24 Chapter 3: Configuring the Module User’s Manual Pub. 0300274-01 Rev. A.0 Confirm you wish to save the data:  To save the data, click Yes. 

Strany 38 - 3.5.4 Data Type Range

User’s Manual Pub. 0300274-01 Rev. A.0 Chapter 4 Implementing the BACnet Protocol This chapter describes the BACnet protocol and its implementati

Strany 39 - 3.5.5 Tools

4-2 Chapter 4: Implementing the BACnet Protocol User’s Manual Pub. 0300274-01 Rev. A.0 Properties Supported Property Data Type Identifier Read/Write

Strany 40

Chapter 4: Implementing the BACnet Protocol 4-3 User’s Manual Pub. 0300274-01 Rev. A.0 Properties Supported Property Data Type Identifier Read/Wr

Strany 41 - Section 3.9 Saving Changes

4-4 Chapter 4: Implementing the BACnet Protocol User’s Manual Pub. 0300274-01 Rev. A.0 Property Device Binary Value Analog Value Preset Value √ Sta

Strany 42

Chapter 4: Implementing the BACnet Protocol 4-5 User’s Manual Pub. 0300274-01 Rev. A.0 Register Address Comments Default PRODUCT_TYPE_LO 0×04 10

Strany 43 - Protocol

4-6 Chapter 4: Implementing the BACnet Protocol User’s Manual Pub. 0300274-01 Rev. A.0

Strany 44

User’s Manual Pub. 0300274-01 Rev. A.0 Appendix A Configuration Information This appendix contains configuration information as follows: Environme

Strany 45

BACnet Communication Module v User’s Manual Pub. 0300274-01 Rev. A.0 Table of Contents IMPORTANT NOTES ...

Strany 46

A-2 Appendix A: Configuration Information User’s Manual Pub. 0300274-01 Rev. A.0 Environmental Tests Industry Standards Test Level Limits Conducted E

Strany 47 - Technical Assistance

Appendix A: Configuration Information A-3 User’s Manual Pub. 0300274-01 Rev. A.0 Environmental Tests Industry Standards Test Level Limits Magneti

Strany 48

A-4 Appendix A: Configuration Information User’s Manual Pub. 0300274-01 Rev. A.0 Input Specifications Fusing 2.7 Ω 1/10 W resistor, 24 VDC input 0.4

Strany 49 - Information

User’s Manual Pub. 0300274-01 Rev. A.0 Index 2080-sc BACnet Communication Module How it works 1-1 2080sc-BACnet Communication Module configuring 3

Strany 50

I-2 Index User’s Manual Pub. 0300274-01 Rev. A.0 user requirement, iii Object ID field 3-9 Object Name field 3-9 Object Type field 3-9 Parameter modu

Strany 51

User’s Manual Pub. 0300274-01 Rev. A.0

Strany 52

User’s Manual Pub. 0300274-01 Rev. A.0 ©2014 Spectrum Controls, Inc. All rights reserved. Specifications are subject to change without notice. Th

Strany 53

vi BACnet Communication Module User’s Manual Pub. 0300274-01 Rev. A.0 Preface Read this preface to familiarize yourself with the rest of the manual.

Strany 54

BACnet Communication Module vii User’s Manual Pub. 0300274-01 Rev. A.0 Documentation If you would like a manual, you can download a free elect

Strany 55

viii BACnet Communication Module User’s Manual Pub. 0300274-01 Rev. A.0

Strany 56 - Tel: 425-746-9481

User’s Manual Pub. 0300274-01 Rev. A.0 Chapter 1 Module Overview Section 1.1 General Description The 2080sc-BAC Communication Module is a two-chan

Komentáře k této Příručce

Žádné komentáře