Spectrum-controls 2080sc-BAC Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Messgeräte Spectrum-controls 2080sc-BAC herunter. Spectrum Controls 2080sc-BAC User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken

Inhaltsverzeichnis

Seite 1 - BACnet Communication Module

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

Seite 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.

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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.

Seite 12

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

Seite 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

Seite 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

Seite 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

Seite 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,

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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_

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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;

Seite 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

Seite 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

Seite 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

Seite 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

Seite 34

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

Seite 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

Seite 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

Seite 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. 

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 43 - Protocol

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

Seite 44

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

Seite 45

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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 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

Seite 51

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

Seite 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

Seite 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.

Seite 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

Seite 55

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

Seite 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

Kommentare zu diesen Handbüchern

Keine Kommentare