Follow these steps, Review application tags, Follow these steps review application tags – Rockwell Automation 2711C-xxxx PanelView Component HMI Terminals Quick Start User Manual

Page 46

Advertising
background image

46

Publication 2711C-QS001F-EN-P - November 2010

Chapter 5 Create Tags

Follow These Steps

Complete these steps to enter application tags.

Review Application Tags

The sample application uses read and write tags to define how objects interact with the addresses of a
MicroLogix 1100 controller. You must create these tags before you can assign them to objects in the
application. Only objects that interact with the controller require a tag. Objects such as screen navigation
buttons, drawings, and screen text do not require tags.

The same tags are used when communicating to a MicroLogix 1100 controller using DF1 or Ethernet
communication.

Refer to this table when entering your application tags.

Application Tags

Tag Name

Data Type

Tag Address

Controller

Description

Motor_Start

Boolean

B3:0/0

PLC_1

Starts the motor.

Motor_Stop

Boolean

B3:0/1

PLC_1

Stops the motor.

Change_Speed

16 bit integer

N7:1

PLC_1

Changes the motor speed to a value

between 0 and 1000 rpm.

Motor_Status_Ind

Boolean

B3:0/2

PLC_1

Reads the running or stopped status

of the motor.

Motor_Speed

16 bit integer

N7:0

PLC_1

Reads the current motor speed. Also

used to trigger an alarm if the speed

rises above 850 or 900 rpm.

Motor_AutoManual Boolean

B3:0/3

PLC_1

Changes the motor to auto or manual

mode and also used to read the

current mode of the motor.

page 46

Review

Application Tags

Open the Tags

View

Create

External Tags

page 47

page 47

Advertising