You are on page 1of 34

RSLogix 500 Project Report

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Processor Information

Processor Type: Bul.1763 Processor Name: MODBUS

MicroLogix 1100 Series B

Total Memory Used: 372 Instruction Words Used - 203 Data Table Words Used Total Memory Left: 6284 Instruction Words Left Program Files: 6 Data Files: 13 Program ID: 9b26

Page 1

Friday, October 14, 2011 - 07:33:14

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS I/O Configuration

0 1 2 3 4

Bul.1763

MicroLogix 1100 Series B

Page 1

Friday, October 14, 2011 - 07:33:15

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Channel Configuration

CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master CHANNEL 0 (SYSTEM) - Driver: Modbus RTU Master Baud: 38.4K Parity: NONE Control Line : No Handshaking (485 Network) InterCharacter Timeout(x1 ms): 5 Pre Transmit Delay(x1 ms): 10 CHANNEL 1 (SYSTEM) - Driver: Ethernet CHANNEL 1 (SYSTEM) - Driver: Ethernet CHANNEL 1 (SYSTEM) - Driver: Ethernet CHANNEL 1 (SYSTEM) - Driver: Ethernet CHANNEL 1 (SYSTEM) - Driver: Ethernet CHANNEL 1 (SYSTEM) - Driver: Ethernet

Edit Resource/Owner Timeout: 60 Passthru Link ID: 1 Write Protected: No Comms Servicing Selection: Yes Message Servicing Selection: Yes 1st AWA Append Character: \d 2nd AWA Append Character: \a

Edit Resource/Owner Timeout: 60 Passthru Link ID: 1 Write Protected: No Comms Servicing Selection: Yes Message Servicing Selection: Yes

Hardware Address: 00:00:00:00:00:00 IP Address: 192.168.3.6 Subnet Mask: 255.255.255.0 Gateway Address: 0.0.0.0 Msg Connection Timeout (x 1mS): 15000 Msg Reply Timeout (x mS): 3000 Inactivity Timeout (x Min): 30 Bootp Enable: No Dhcp Enable No SNMP Enable: No HTTP Enable: Yes Auto Negotiate Enable: Yes Port Speed Enable: 10/100 Mbps Full Duplex/Half Duplex Contact: Location:

Page 1

Friday, October 14, 2011 - 07:33:15

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Program File List

Name [SYSTEM] MAIN PRG MODBUS RTU DRV A CRTL DRV B CRTL

Number 0 1 2 3 12 13

Type SYS SYS LADDER LADDER LADDER LADDER

Rungs 0 0 4 5 17 17

Debug No No No No No No

Bytes 0 0 30 151 258 258

Page 1

Friday, October 14, 2011 - 07:33:15

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File List

Name OUTPUT INPUT STATUS BINARY TIMER COUNTER CONTROL INTEGER FLOAT REF SCALE MODBUS MSG DRV A DATA DRV B DATA

Number 0 1 2 3 4 5 6 7 8 80 90 92 93

Type O I S B T C R N F F MG N N

Scope Global Global Global Global Global Global Global Global Global Global Global Global Global

Debug No No No No No No No No No No No No No

Words 12 18 0 1 3 3 3 1 2 20 100 20 20

Elements Last 4 6 66 1 1 1 1 1 1 10 4 20 20 O:3 I:5 S:65 B3:0 T4:0 C5:0 R6:0 N7:0 F8:0 F80:9 MG90:3 N92:19 N93:19

Page 1

Friday, October 14, 2011 - 07:33:16

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 2 - MAIN PRG - Main Program --- Total Rungs in File = 4

0000

JSR Jump To Subroutine SBR File Number JSR Jump To Subroutine SBR File Number JSR Jump To Subroutine SBR File Number

U:3

0001

U:12

0002

U:13

0003

END

Page 1

Friday, October 14, 2011 - 07:33:16

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 3 - MODBUS RTU --- Total Rungs in File = 5

The MSG instructions for ABB Drives A and B are cascaded so that they all operate in sequence. This scheduling of Modbus RTU MSG instructions is necessary to ensure that each instruction receives its hand-shake and completes properly. The next message can not opreate until the message before is done or error. The READ_MSG_TO_DRV_A will read Modbus Registers 40004 = MSW, 40005 = Actual Speed and 40006 = Actual Torque. MG90:0 MSG Read/Write Message EN MSG File MG90:0 Setup Screen < The READ_MSG_TO_DRV_A will read Modbus Registers 40004 = MSW, 40005 = Actual Speed and 40006 = Actual Torque. MG90:0 MG90:1 MSG Read/Write Message DN EN MSG File MG90:1 Setup Screen < MG90:0 ER The READ_MSG_TO_DRV_B will read Modbus Registers 40004 = MSW, 40005 = Actual Speed and 40006 = Actual Torque. MG90:1 MG90:2 MSG Read/Write Message DN EN MSG File MG90:2 Setup Screen < MG90:1 ER The WRITE_MSG_TO_DRV_B will write Modbus Registers 40001 = MCW, 40002 = Ref 1 and 40003 = Ref 2. MG90:2 MG90:3 MSG Read/Write Message DN EN MSG File MG90:3 Setup Screen < MG90:2 ER 0004 END

0000

EN DN ER

0001

EN DN ER

0002

EN DN ER

0003

EN DN ER

Page 1

Friday, October 14, 2011 - 07:33:17

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 12 - DRV A CRTL - ABB Drive A Control --- Total Rungs in File = 17

Sample program below is controlling a ABB Drive on Modbus RTU. The ABB Drive is program to use ABB Drives profile for control and status. This rung is the Start and Ramp to Stop for the drive. I:0 0000 0 Bul.1763 This rung is an Off 2 or a coast to stop for the drive. I:0 0001 1 Bul.1763 This rung is a Off 3 or Emergency Stop for the drive. I:0 0002 2 Bul.1763 This rung will clear a fault on the drive. I:0 0003 3 Bul.1763 7 RampOut_Zero DRIVE_A_DATA_40001/4 N92:10 0004 4 Inhibit_Operation DRIVE_A_DATA_40001/3 N92:10 0005 3 Ramp_Hold DRIVE_A_DATA_40001/5 N92:10 0006 5 RampIn_Zero DRIVE_A_DATA_40001/6 N92:10 0007 6 Remote_Cmd DRIVE_A_DATA_40001/10 N92:10 0008 10 Fault_Reset DRIVE_A_DATA_40001/7 N92:10 2 Off_3_Ctrl DRIVE_A_DATA_40001/2 N92:10 1 Off_2_Ctrl DRIVE_A_DATA_40001/1 N92:10 0 Off_1_Ctrl DRIVE_A_DATA_40001/0 N92:10

Page 1

Friday, October 14, 2011 - 07:33:17

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 12 - DRV A CRTL - ABB Drive A Control --- Total Rungs in File = 17

Swtches between control location EXT1 and EXT2 in the ABB Drive. I:0 0009 4 Bul.1763 The Speed Ref 1 the maximum speed is equal to 20,000 units. REF 1_Speed_Ref DRIVE_A_DATA_40002 MUL Multiply Source A I:0.4 1023< Source B F80:0 19.55< Dest N92:11 20000< Scaling the analog input to a maximum value of 20,000 units before moving the value to the Speed Ref 1. I:0 0011 5 Bul.1763 TOTAL_SCALE_FOR_REF1 MOV Move Source F80:1 19.55< Dest F80:0 19.55< 11 Ext_Ctrl_Loc DRIVE_A_DATA_40001/11 N92:10

0010

Changing the sign of the value to make the drive run reverse when the drive is in Speed Ref 1 control location. I:0 0012 5 Bul.1763 TOTAL_SCALE_FOR_REF1 MOV Move Source F80:2 -19.55< Dest F80:0 19.55<

0013

The Speed Ref 2 the maximum speed is equal to 10,000 or 20,000 units. Please see User Manual for maximum fieldbus units. REF 2_Torque_Ref DRIVE_A_DATA_40003 MUL Multiply Source A I:0.5 1023< Source B F80:3 9.775< Dest N92:12 10000< Scaling the analog input to a maximum value of 10,000 units before moving the value to the Speed Ref 2. I:0

0014 5 Bul.1763

DRV_A_TSCALE_REF2 MOV Move Source F80:4 9.775< Dest F80:3 9.775<

Page 2

Friday, October 14, 2011 - 07:33:17

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 12 - DRV A CRTL - ABB Drive A Control --- Total Rungs in File = 17

Changing the sign of the value to make the drive run reverse when the drive is in Speed Ref 2 control location. I:0 0015 5 Bul.1763 DRV_A_TSCALE_REF2 MOV Move Source F80:5 -9.775< Dest F80:3 9.775<

0016

END

Page 3

Friday, October 14, 2011 - 07:33:17

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 13 - DRV B CRTL - ABB Drive B Control --- Total Rungs in File = 17

Sample program below is controlling a ABB Drive on Modbus RTU. The ABB Drive is program to use ABB Drives profile for control and status. This rung is the Start and Ramp to Stop for the drive. I:0 0000 0 Bul.1763 This rung is an Off 2 or a coast to stop for the drive. I:0 0001 1 Bul.1763 This rung is a Off 3 or Emergency Stop for the drive. I:0 0002 2 Bul.1763 This rung will clear a fault on the drive. I:0 0003 3 Bul.1763 7 RampOut_Zero DRIVE_B_DATA_40001/4 N93:10 0004 4 Inhibit_Operation DRIVE_B_DATA_40001/3 N93:10 0005 3 Ramp_Hold DRIVE_B_DATA_40001/5 N93:10 0006 5 RampIn_Zero DRIVE_B_DATA_40001/6 N93:10 0007 6 Remote_Cmd DRIVE_B_DATA_40001/10 N93:10 0008 10 Fault_Reset DRIVE_B_DATA_40001/7 N93:10 2 Off_3_Ctrl DRIVE_B_DATA_40001/2 N93:10 1 Off_2_Ctrl DRIVE_B_DATA_40001/1 N93:10 0 Off_1_Ctrl DRIVE_B_DATA_40001/0 N93:10

Page 1

Friday, October 14, 2011 - 07:33:18

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 13 - DRV B CRTL - ABB Drive B Control --- Total Rungs in File = 17

Swtches between control location EXT1 and EXT2 in the ABB Drive. I:0 0009 4 Bul.1763 The Speed Ref 1 the maximum speed is equal to 20,000 units. REF 1_Speed_Ref DRIVE_B_DATA_40002 MUL Multiply Source A I:0.4 1023< Source B F80:0 19.55< Dest N93:11 20000< Scaling the analog input to a maximum value of 20,000 units before moving the value to the Speed Ref 1. I:0 0011 5 Bul.1763 TOTAL_SCALE_FOR_REF1 MOV Move Source F80:1 19.55< Dest F80:0 19.55< 11 Ext_Ctrl_Loc DRIVE_B_DATA_40001/11 N93:10

0010

Changing the sign of the value to make the drive run reverse when the drive is in Speed Ref 1 control location. I:0 0012 5 Bul.1763 TOTAL_SCALE_FOR_REF1 MOV Move Source F80:2 -19.55< Dest F80:0 19.55<

0013

The Speed Ref 2 the maximum speed is equal to 10,000 or 20,000 units. Please see User Manual for maximum fieldbus units. REF 2_Torque_Ref DRIVE_B_DATA_40003 MUL Multiply Source A I:0.5 1023< Source B F80:6 19.55< Dest N93:12 20000< Scaling the analog input to a maximum value of 10,000 units before moving the value to the Speed Ref 2. I:0

0014 5 Bul.1763

DRV_B_TSCALE_REF2 MOV Move Source F80:7 19.55< Dest F80:6 19.55<

Page 2

Friday, October 14, 2011 - 07:33:18

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS LAD 13 - DRV B CRTL - ABB Drive B Control --- Total Rungs in File = 17

Changing the sign of the value to make the drive run reverse when the drive is in Speed Ref 2 control location. I:0 0015 5 Bul.1763 DRV_B_TSCALE_REF2 MOV Move Source F80:8 -19.55< Dest F80:6 19.55<

0016

END

Page 3

Friday, October 14, 2011 - 07:33:18

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File O0 (bin) -OUTPUT

Offset O:0.0 O:0.1 O:0.2 O:0.3

15 14 13 12 11 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

9 0 0 0 0

8 0 0 0 0

7 0 0 0 0

6 0 0 0 0

5 0 0 0 0

4 0 0 0 0

3 0 0 0 0

2 0 0 0 0

1 0 0 0 0

0 0 0 0 0 Bul.1763 Bul.1763 Bul.1763 Bul.1763 MicroLogix MicroLogix MicroLogix MicroLogix 1100 1100 1100 1100 Series Series Series Series B B B B

Page 1

(Radix Binary)

Friday, October 14, 2011 - 07:33:18

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File I1 (bin) -INPUT

Offset I:0.0 I:0.1 I:0.2 I:0.3 I:0.4 I:0.5

15 14 13 12 11 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

9 0 0 0 0 1 1

8 0 0 0 0 1 1

7 0 0 0 0 1 1

6 0 0 0 0 1 1

5 0 0 0 0 1 1

4 0 0 0 0 1 1

3 0 0 0 0 1 1

2 0 0 0 0 1 1

1 0 0 0 0 1 1

0 0 0 0 0 1 1 Bul.1763 Bul.1763 Bul.1763 Bul.1763 Bul.1763 Bul.1763 MicroLogix MicroLogix MicroLogix MicroLogix MicroLogix MicroLogix 1100 1100 1100 1100 1100 1100 Series Series Series Series Series Series

B B B B B-Analog I B-Analog I

Page 1

(Radix Binary)

Friday, October 14, 2011 - 07:33:19

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File S2 (hex)


Main Processor Mode S:1/0 - S:1/4 = Remote Run On Power up Go To Run (Mode Behavior) S:1/12 = 0 First Pass S:1/15 = No Free Running Clock S:4 = 1111-0100-1000-1111 Proc OS Catalog Number S:57 = 1100 OS Series S:58 = B OS FRS S:59 = Processor Catalog Number S:60 = Processor Series S:61 = A Processor FRN S:62 = Scan Times Maximum (x10 ms) S:22 = 38 Watchdog (x10 ms) S:3 (high byte) = 10 Last 100 uSec Scan Time S:35 = 12 Scan Toggle Bit S:33/9 = 0 Math Math Overflow Selected S:2/14 = 0 Overflow Trap S:5/0 = 0 Carry S:0/0 = 0 Overflow S:0/1 = 0 Zero Bit S:0/2 = 0 Sign Bit S:0/3 = 0 Chan 0 Processor Mode S:1/0- S:1/4 = Remote Run Node Address S:15 (low byte) = 0 Baud Rate S:15 (high byte) = ? Channel Mode S:33/3 = 0 Comms Active S:33/4 = 0 Incoming Cmd Pending S:33/0 = 0 Msg Reply Pending S:33/1 = 0 Debug Suspend Code S:7 = 0 Suspend File S:8 = 0 Errors Fault Override At Power Up S:1/8 = 0 Fault Routine S:29 = 0 Startup Protection Fault S:1/9 = 0 Major Error S:6 = 0h Major Error Halt S:1/13 = 0 Overflow Trap S:5/0 = 0 Error Description: Control Register Error S:5/2 = 0 Major Error Executing User Fault Rtn. S:5/3 = 0 Battery Low S:5/11 = 0 Input Filter Selection Modified S:5/13 = 0 ASCII String Manipulation error S:5/15 = 0 Outgoing Msg Cmd Pending S:33/2 = 0 Math Register (lo word) S:13 = 0 Math Register (high word) S:14-S:13 = 0 Math Register (32 Bit) S:14-S:13 = 0 User Program Type S:63 = 8108h Compiler Revision Number S:64 =

--

STATUS

Protection Deny Future Access S:1/14 = No Data File Overwrite Protection Lost S:36/10 = False Mem Module Memory Module Loaded On Boot S:5/8 = 0 Password Mismatch S:5/9 = 0 Load Memory Module On Memory Error S:1/10 = 0 Load Memory Module Always S:1/11 = 0 On Power up Go To Run (Mode Behavior) S:1/12 = 0 Program Compare S:2/9 = 0 Data File Overwrite Protection Lost S:36/10 = 0

Page 1

Friday, October 14, 2011 - 07:33:19

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File S2 (hex)


Forces Forces Enabled S:1/5 = Yes Forces Installed S:1/6 = No

--

STATUS

Page 2

Friday, October 14, 2011 - 07:33:20

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File B3 (bin) -BINARY

Offset B3:0

15 14 13 12 11 10 0 0 0 0 0 0

9 0

8 0

7 0

6 0

5 0

4 0

3 0

2 0

1 0

0 0

(Symbol) Description

Page 1

(Radix Binary)

Friday, October 14, 2011 - 07:33:20

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File T4 -TIMER

Offset T4:0

EN TT DN 0 0 0

BASE .01 sec

PRE 0

ACC 0

(Symbol) Description

Page 1

Friday, October 14, 2011 - 07:33:20

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File C5 -COUNTER

Offset C5:0

CU CD DN OV UN UA 0 0 0 0 0 0

PRE 0

ACC 0

(Symbol) Description

Page 1

Friday, October 14, 2011 - 07:33:21

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File R6 -CONTROL

Offset R6:0

EN EU DN EM ER UL IN FD 0 0 0 0 0 0 0 0

LEN 0

POS 0

(Symbol) Description

Page 1

Friday, October 14, 2011 - 07:33:21

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File N7 (dec) -INTEGER

Offset N7:0

0 0

Page 1

(Radix Decimal)

Friday, October 14, 2011 - 07:33:22

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File F8 -FLOAT

Offset F8:0

0 19.55

Page 1

Friday, October 14, 2011 - 07:33:22

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File F80 -REF SCALE -Ref scaling for the drive

Offset F80:0 F80:5

0 19.55 -9.775

1 19.55 19.55

2 -19.55 19.55

3 9.775 -19.55

4 9.775 0

Page 1

Friday, October 14, 2011 - 07:33:22

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File MG90 -MODBUS MSG -Modbus RTU MSG

Offset MG90:0 MG90:1 MG90:2 MG90:3

IA 21376 21396 21416 21436

RBL 0 0 0 0

LBN 0 0 0 0

RBN 0 0 0 0

CHN 0 0 0 0

NOD 2 2 3 3

MTO 1 1 1 1

NB 3 3 3 3

TFT 0 0 0 0

TFN 3 0 3 0

ELE 0 0 0 0

SEL BK UC TO CO 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Page 1

Friday, October 14, 2011 - 07:33:23

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File N92 (dec) -DRV A DATA -ABB Drive A Control Data

Offset N92:0 N92:10

0 4657 1150

1 0 20000

2 0 10000

3 0 0

4 0 0

5 0 0

6 0 0

7 0 0

8 0 0

9 0 0

Page 1

(Radix Decimal)

Friday, October 14, 2011 - 07:33:23

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Data File N93 (dec) -DRV B DATA -ABB Drive B Control Data

Offset N93:0 N93:10

0 4657 1150

1 0 20000

2 0 20000

3 0 0

4 0 0

5 0 0

6 0 0

7 0 0

8 0 0

9 0 0

Page 1

(Radix Decimal)

Friday, October 14, 2011 - 07:33:24

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS CDM 0 - Untitled

Address (Symbol) = Value [Description]

Page 1

Friday, October 14, 2011 - 07:33:24

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Address/Symbol Database


Address F80:0 F80:1 F80:2 F80:3 F80:4 F80:5 F80:6 F80:7 F80:8 F91:0 F91:1 I:0.4 MG90:0 MG90:1 N92:0 N92:0/0 N92:0/1 N92:0/2 N92:0/3 N92:0/4 N92:0/5 N92:0/6 N92:0/7 N92:0/8 N92:0/9 N92:0/10 N92:0/11 N92:0/12 N92:0/13 N92:0/14 N92:0/15 N92:1 N92:2 N92:10 N92:10/0 N92:10/1 N92:10/2 N92:10/3 N92:10/4 N92:10/5 N92:10/6 N92:10/7 N92:10/8 N92:10/9 N92:10/10 N92:10/11 N92:10/12 N92:10/13 N92:10/14 N92:10/15 N92:11 N92:12 N93:0 N93:0/0 N93:0/1 N93:0/2 N93:0/3 N93:0/4 N93:0/5 N93:0/6 N93:0/7 N93:0/8 N93:0/9 N93:0/10 N93:0/11 N93:0/12 N93:0/13 N93:0/14 N93:0/15 N93:1 N93:2 N93:10 N93:10/0 N93:10/1 N93:10/2 N93:10/3 N93:10/4 N93:10/5 N93:10/6 N93:10/7 N93:10/8 N93:10/9 N93:10/10 N93:10/11 N93:10/12 Symbol TOTAL_SCALE_FOR_REF1 REF1_SCALE_FWD REF1_SCALE_REV DRV_A_TSCALE_REF2 DRV_A_REF2_SCALE_FWD DRV_A_REF2_SCALE_REV DRV_B_TSCALE_REF2 DRV_B_REF2_SCALE_FWD DRV_B_REF2_SCALE_REV FWD_REF_1_SCALING REV_REF_1_SCALING Scope Global Global Global Global Global Global Global Global Global Global Global ANALOG_INPUT1 DRIVE_A_DATA_40004 Global MAIN_STATUS_WORD Rdy_On Rdy_Run Rdy_Ref Tripped Off2_Status Off3_Status Swc_On_Inhibit Warning At_Ref Remote Above_Limit Ext_Ctrl_Loc_Used Ext_Run_Ena Drive_Sts_B13 Drive_Sts_B14 Drive_Sts_B15 Actual_Speed Actual_Torque MAIN_CONTROL_WORD Off_1_Ctrl Off_2_Ctrl Off_3_Ctrl Inhibit_Operation RampOut_Zero Ramp_Hold RampIn_Zero Fault_Reset Drive_Ctrl_B8 - Unused Drive_Ctrl_B9 - Unused Remote_Cmd Ext_Ctrl_Loc Drive_Ctrl_B12 - Unused Drive_Ctrl_B13 - Unused Drive_Ctrl_B14 - Unused Drive_Ctrl_B15 - Unused REF 1_Speed_Ref REF 2_Torque_Ref MAIN_STATUS_WORD Rdy_On Rdy_Run Rdy_Ref Tripped Off2_Status Off3_Status Swc_On_Inhibit Warning At_Ref Remote Above_Limit Ext_Ctrl_Loc_Used Ext_Run_Ena Drive_Sts_B13 Drive_Sts_B14 Drive_Sts_B15 Actual_Speed Actual_Torque MAIN_CONTROL_WORD Off_1_Ctrl Off_2_Ctrl Off_3_Ctrl Inhibit_Operation RampOut_Zero Ramp_Hold RampIn_Zero Fault_Reset Drive_Ctrl_B8 - Unused Drive_Ctrl_B9 - Unused Remote_Cmd Ext_Ctrl_Loc Drive_Ctrl_B12 - Unused Description Sym Group Dev. Code ABV

DRIVE_A_DATA_40005 DRIVE_A_DATA_40006 DRIVE_A_DATA_40001

Global Global Global

DRIVE_A_DATA_40002 DRIVE_A_DATA_40003 DRIVE_B_DATA_40004

Global Global Global

DRIVE_B_DATA_40005 DRIVE_B_DATA_40006 DRIVE_B_DATA_40001

Global Global Global

Page 1

Friday, October 14, 2011 - 07:33:25

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Address/Symbol Database


Address N93:10/13 N93:10/14 N93:10/15 N93:11 N93:12 N97:0/0 N97:0/1 N97:0/2 N97:0/3 N97:0/4 N97:0/5 N97:0/6 N97:0/7 N97:0/10 N97:0/11 N97:1 N98:0/0 N98:0/1 N98:0/2 N98:0/3 N98:0/4 N98:0/5 N98:0/6 N98:0/7 N98:0/10 N98:0/11 S:0 S:0/0 S:0/1 S:0/2 S:0/3 S:1 S:1/0 S:1/1 S:1/2 S:1/3 S:1/4 S:1/5 S:1/6 S:1/7 S:1/8 S:1/9 S:1/10 S:1/11 S:1/12 S:1/13 S:1/14 S:1/15 S:2/0 S:2/1 S:2/2 S:2/3 S:2/4 S:2/5 S:2/6 S:2/7 S:2/15 S:3 S:4 S:5/0 S:5/2 S:5/3 S:5/4 S:5/8 S:5/9 S:5/10 S:5/11 S:6 S:7 S:8 S:9 S:10 S:11 S:12 S:13 S:14 S:15 S:16 S:17 S:18 S:19 S:20 S:21 S:22 S:23 Symbol Scope Description Drive_Ctrl_B13 - Unused Drive_Ctrl_B14 - Unused Drive_Ctrl_B15 - Unused REF 1_Speed_Ref REF 2_Torque_Ref Off_1_Ctrl Off_2_Ctrl Off_3_Ctrl Inhibit_Operation RampOut_Zero Ramp_Hold RampIn_Zero Fault_Reset Remote_Cmd Ext_Ctrl_Loc REF 1_Speed_Ref Off_1_Ctrl Off_2_Ctrl Off_3_Ctrl Inhibit_Operation RampOut_Zero Ramp_Hold RampIn_Zero Fault_Reset Remote_Cmd Remote_Cmd Arithmetic Flags Processor Arithmetic Carry Flag Processor Arithmetic Underflow/ Overflow Flag Processor Arithmetic Zero Flag Processor Arithmetic Sign Flag Processor Mode Status/ Control Processor Mode Bit 0 Processor Mode Bit 1 Processor Mode Bit 2 Processor Mode Bit 3 Processor Mode Bit 4 Forces Enabled Forces Present Comms Active Fault Override at Powerup Startup Protection Fault Load Memory Module on Memory Error Load Memory Module Always Load Memory Module and RUN Major Error Halted Access Denied First Pass STI Pending STI Enabled STI Executing Index Addressing File Range Saved with Debug Single Step DH-485 Incoming Command Pending DH-485 Message Reply Pending DH-485 Outgoing Message Command Pending Comms Servicing Selection Current Scan Time/ Watchdog Scan Time Time Base Overflow Trap Control Register Error Major Err Detected Executing UserFault Routine M0-M1 Referenced on Disabled Slot Memory Module Boot Memory Module Password Mismatch STI Overflow Battery Low Major Error Fault Code Suspend Code Suspend File Active Nodes Active Nodes I/O Slot Enables I/O Slot Enables Math Register Math Register Node Address/ Baud Rate Debug Single Step Rung Debug Single Step File Debug Single Step Breakpoint Rung Debug Single Step Breakpoint File Debug Fault/ Powerdown Rung Debug Fault/ Powerdown File Maximum Observed Scan Time Average Scan Time Sym Group Dev. Code ABV

DRIVE_B_DATA_40002 DRIVE_B_DATA_40003

Global Global

Page 2

Friday, October 14, 2011 - 07:33:25

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Address/Symbol Database


Address S:24 S:25 S:26 S:27 S:28 S:29 S:30 S:31 S:32 S:33 S:33/0 S:33/1 S:33/2 S:33/3 S:33/4 S:33/5 S:33/6 S:33/7 S:33/8 S:33/9 S:33/10 S:33/11 S:33/12 S:33/13 S:33/14 S:33/15 S:34 S:34/0 S:34/1 S:34/2 S:35 S:36 S:36/8 S:36/9 S:36/10 S:37 S:38 S:39 S:40 S:41 S:42 S:43 S:44 S:45 S:46 S:47 S:48 S:49 S:50 S:51 S:52 S:53 S:55 S:56 S:57 S:58 S:59 S:61 S:62 S:63 S:64 S:65 S:66 S:67 S:68 S:69 S:70 S:71 S:72 S:73 S:74 S:75 S:76 S:77 S:78 S:79 S:80 S:81 S:82 S:83 S:84 S:85 S:86 U:13 Symbol Scope Description Index Register I/O Interrupt Pending I/O Interrupt Pending I/O Interrupt Enabled I/O Interrupt Enabled User Fault Routine File Number STI Setpoint STI File Number I/O Interrupt Executing Extended Proc Status Control Word Incoming Command Pending Message Reply Pending Outgoing Message Command Pending Selection Status User/DF1 Communicat Active Communicat Servicing Selection Message Servicing Selection Channel 0 Message Servicing Selection Channel 1 Interrupt Latency Control Flag Scan Toggle Flag Discrete Input Interrupt Reconfigur Flag Online Edit Status Online Edit Status Scan Time Timebase Selection DTR Control Bit DTR Force Bit Pass-thru Disabled Pass-Thru Disabled Flag DH+ Active Node Table Enable Flag Floating Point Math Flag Disable,Fl Last 1 ms Scan Time Extended Minor Error Bits DII Lost STI Lost Memory Module Data File Overwrite Protection Clock Calendar Year Clock Calendar Month Clock Calendar Day Clock Calendar Hours Clock Calendar Minutes Clock Calendar Seconds STI Interrupt Time I/O Event Interrupt Time DII Interrupt Time Discrete Input Interrupt- File Number Discrete Input Interrupt- Slot Number Discrete Input Interrupt- Bit Mask Discrete Input Interrupt- Compare Value Processor Catalog Number Discrete Input Interrupt- Return Number Discrete Input Interrupt- Accumulat Reserved/ Clock Calendar Day of the Week Last DII Scan Time Maximum Observed DII Scan Time Operating System Catalog Number Operating System Series Operating System FRN Processor Series Processor Revision User Program Type User Program Functional Index User RAM Size Flash EEPROM Size Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes Channel 0 Active Nodes DH+ Active Nodes DH+ Active Nodes DH+ Active Nodes DH+ Active Nodes Sym Group Dev. Code ABV

Page 3

Friday, October 14, 2011 - 07:33:25

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Instruction Comment Database

Address

Instruction

Description

Page 1

Friday, October 14, 2011 - 07:33:26

MICROLOGIX_1100_MODBUS_RTU_SAMPLE_PRG_REVA.RSS Symbol Group Database

Group_Name

Description

Page 1

Friday, October 14, 2011 - 07:33:26

You might also like