1757-abrio update, New plx function blocks, 1757-abrio update -2 new plx function blocks -2 – Rockwell Automation 1757-SWKIT5100 ProcessLogix R510.0 Installation and Upgrade Guide User Manual

Page 232

Advertising
background image

Publication 1757-IN510A-EN-P - October 2003

9-2 New Functions and Features

1757-ABRIO Update

The new features for the ABRIO include:

• Supports scheduled connections to update digital data with a

ControlLogix processor.

• Supports firmware updates using NTools or ControlFlash.
• Supports direct DDE/OPC data access.

The 1757-ABRIO ships with a configuration utility,

AbRioCfg. This

configuration program is an online configuration tool. Use it to:

• query the RIO network to determine the location and size of the

racks present

• add and configure supported block transfer modules
• create tags for access by the control processor
• map I/O data to those tags
• download the configuration to the module, using RSLinx
• monitor data and diagnostics on the module
• upload a configuration from a module
• print the configuration

New PLX Function Blocks

AB Logic instructions are contained in the ControlBuilder Library tab.
These instructions allow you to combine bits into bytes, words, or
dwords. You can also convert bytes, words, or dwords into bits. The
following is a brief description of the new instructions.

Navigate in Knowledge Builder to ProcessLogixR500

CCL Help

AB_LOGIC for more information.

Table 9.B New CCL Instructions

Instructions

Action

Inputs

Outputs

8Bits2Byte

takes 8 bits of input and creates 1
byte of output

(Boolean) 8 bits

(INT8) 1 byte

Byte2Bits8

takes 1 byte of input and
translates it into 8 bits of output

(INT8) 1 byte

(Boolean) 8 bits

16Bits2Word

takes 16 bits of input and creates
1 word of output

(Boolean) 16 bits (INT16) 1 byte

Word2Bits16

takes 1 word of input and
translates it into 16 bits of output

(INT16) 1 word

(Boolean) 16 bits

32Bits2DWord takes 32 bits of input and creates

1 dword of output

(Boolean) 32 bits (INT32) 1 dword

DWord2Bits32 takes 1 dword of input and

translates it into 32 bits of output

(INT32) 1 dword

(Boolean) 32 bits

Advertising