Rockwell-automation Logix5000 Controllers Controller Information and S Manual de usuario

Busca en linea o descarga Manual de usuario para Equipo Rockwell-automation Logix5000 Controllers Controller Information and S. Rockwell Automation Logix5000 Controllers Controller Information and Status Programming Manual User Manual Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir

Indice de contenidos

Pagina 1 - Programming Manual

Programming Manual Logix5000 Controllers Information and Status Catalog Numbers 1756 ControlLogix, 1756 GuardLogix, 1768 Compact GuardLogix, 1768 C

Pagina 2 - Important user information

Chapter 1 Connections In some situations, such as when initially commissioning a system, it is useful to disable portions of a contr

Pagina 3 - Summary of changes

Connections Chapter 1 If you are And you And Then Uninhibit a module (clear the check box) No fault occurs A connection is ma

Pagina 4

Chapter 1 Connections If the controller loses communication with a module, data from that device does not update. When this occurs,

Pagina 5 - Table of contents

Connections Chapter 1 Configure a major fault to occur You can configure modules to generate a major fault in the controller if th

Pagina 6 - Chapter 5

Chapter 1 Connections If communication with a module times out, the controller produces the following warnings. • The I/O status in

Pagina 7 - Studio 5000 environment

Connections Chapter 1 Example: This rung checks the status of an I/O connection. The controller checks the entry status of the con

Pagina 9 - Connections

Chapter 2 Determine controller memory information Depending on your type of controller, the memory of the controller may be divided into several area

Pagina 10 - Inhibit a connection

Chapter 2 Determine controller memory information 2. On the Online toolbar (above the Controller Organizer), click the Controller P

Pagina 11

Determine controller memory information Chapter 2 When you are online with a controller, the Memory tab shows the actual memory us

Pagina 12 - Manage a connection

Important user information Read this document and the documents listed in the additional resources section about installation, configuration, and ope

Pagina 13

Chapter 2 Determine controller memory information There are several ways to use logic to get memory information. • Get memory infor

Pagina 14

Determine controller memory information Chapter 2 Choose the memory information The MSG instruction returns the following informat

Pagina 15

Chapter 2 Determine controller memory information Convert INTs to a DINT The MSG instruction returns each memory value as two separa

Pagina 16

Chapter 3 Controller logging You use the controller logging feature to detect and log changes made to Logix5000 controllers without adding any auditi

Pagina 17 - Estimate memory

Chapter 3 Controller logging Record Number Time Entry Description User Name Workstation Name FactoryTalk ID Extended Information C

Pagina 18

Controller logging Chapter 3 The following example shows controller log entries in a spreadsheet. Controller log files are stored

Pagina 19 - View run-time memory

Chapter 3 Controller logging • Change to constant tag configuration reset • Mode change • Major fault, major fault cleared • Pro

Pagina 20 - Write Logic to Get Memory

Controller logging Chapter 3 The controller does not attempt to write log entries to a full removable media card. If the removable

Pagina 21

Chapter 3 Controller logging You can retrieve the current state of the automatic write setting by using a CIP Generic message type

Pagina 22 - Convert INTs to a DINT

Controller logging Chapter 3 Save On Demand You can command the controller to write buffered entries to the CompactFlash card by

Pagina 23 - Controller logging

Summary of changes This manual contains new and updated information. There are a number of minor changes throughout this publication that were made t

Pagina 24 - Controller log entry

Chapter 3 Controller logging Controller logging counters Three counters, listed in the following table, provide real-time statistic

Pagina 25

Controller logging Chapter 3 Example: Total Entry Count by using a Get System Value (GSV) ladder instruction The following rung o

Pagina 26 - Controller log buffer

Chapter 3 Controller logging Example: Retrieve the Unsaved Entry Count using a Get System Value (GSV) ladder instruction Execution

Pagina 27 - Automatic Save

Controller logging Chapter 3 Example: Retrieve the Execution Modification Count by using a GSV ladder instruction The following r

Pagina 28 - Example:

Chapter 3 Controller logging Example: Controller Log Config Execution Set ladder instruction and configuration dialog box The Sour

Pagina 29 - Save On Demand

Controller logging Chapter 3 Example: Controller Log Config Execution Get ladder instruction and configuration dialog box The De

Pagina 30 - Controller logging counters

Chapter 3 Controller logging Log File Location The file is named ControllerLog_yyy.txt, where yyy is a sequential number from 000…9

Pagina 31 - Unsaved Entry Count

Controller logging Chapter 3 Log file format The following table lists the information that is contained in the controller log fil

Pagina 32 - Execution Modification Count

Chapter 3 Controller logging Create custom log entries You can add custom entries to the controller log using a message instruction.

Pagina 33

Controller logging Chapter 3 Sample ladder Logic file In the Logix Designer application, there is a controller logging sample lad

Pagina 35 - Log file storage

Chapter 3 Controller logging Entry Information Logged Store to removable media • Time Stamp • Entry Description: Project store •

Pagina 36 - Log File Location

Controller logging Chapter 3 Entry Information Logged I/O forces modified • Time Stamp • Entry Description: I/O force value cha

Pagina 37 - Log file format

Chapter 3 Controller logging Entry Information Logged Firmware update from removable media • Time Stamp • Entry Description: Firm

Pagina 38 - Create custom log entries

Controller logging Chapter 3 Entry Information Logged Major faults cleared • Time Stamp • Entry Description: All major faults c

Pagina 39 - Controller log events

Chapter 3 Controller logging Entry Information Logged Controller time slice modified • Time Stamp • Entry Description: Controller

Pagina 40

Controller logging Chapter 3 Entry Information Logged Safety unlocked • Time Stamp • Entry Description: Safety unlock • UserNa

Pagina 41

Chapter 3 Controller logging Entry Information Logged Safety signature delete allowed in Run mode • Time Stamp • Entry Descriptio

Pagina 42

Chapter 4 Change detection You can use the controller change detection feature as an additional means of detecting changes made to Logix5000 controll

Pagina 43

Chapter 4 Change detection Attribute Name Description Access ChangesToDetect Used to specify which changes are monitored. When a

Pagina 44

Change detection Chapter 4 Tip: Rockwell recommends using the DINT[2] data type to avoid limitations when working with LINT data t

Pagina 45

Table of contents Studio 5000 Environment ... 7 Additional Resources

Pagina 46

Chapter 4 Change detection access data using an MSG instruction, refer to the Logix5000 Controllers Messages Programming Manual, pub

Pagina 47 - Change detection

Change detection Chapter 4 Bit number Event description 22 Removable media inserted 23 Safety signature created 24 Safety sign

Pagina 48 - ChangesToDetect

Chapter 4 Change detection To edit the Changes To Detect field, type a new value. To select the events to monitor for changes from a

Pagina 49 - AuditValue

Chapter 5 Access status information The controller supports status keywords you can use in your logic to monitor specific events. • The status key

Pagina 50 - ChangesToDetect Format

Chapter 5 Access status information The state of S:FS depends on the status of the SFC. • If you use S:FS in an action of a sequent

Pagina 51 - Designer Application

Access status information Chapter 5 4. In the Type in the keyword to find field, type GSV/SSV objects and click Display. 5. In t

Pagina 52

Chapter 5 Access status information To Enter this instruction Get the value of an attribute GSV Set the value of an attribute SSV

Pagina 53 - Access status information

A access status information 55 AuditValue 51 B bridge module connection 10 C Change Detection 49 ChangesToDetect 50 communicate other cont

Pagina 54 - Get and set system data

Index O objects data storage 56 P path connection route 9 S status access data 55 memory 17 monitor 56 system data access 56 58 Rockwell

Pagina 55

Rockwell Automation support Rockwell Automation provides technical information on the web to assist you in using its products. At http://www.rockwell

Pagina 56

Table of Contents Chapter 4 Introduction ... 4

Pagina 57

Preface This manual describes how Logix5000 controllers use connections with other devices. This manual also describes status keywords and how to get

Pagina 58

Preface These documents contain additional information concerning related Rockwell Automation products. Resource Description Industrial Automation

Pagina 59 - Rockwell Automation support

Chapter 1 Connections A Logix5000 controller uses connections for most, but not all, of its communication with other devices. Term Definition Connec

Comentarios a estos manuales

Sin comentarios