ProSoft Technology PS69-DPM User Manual

Page 61

Advertising
background image

PS69-DPM ♦ CompactLogix or MicroLogix Platform

Contents

PROFIBUS DPV1 Master

User Manual

ProSoft Technology, Inc.

Page 61 of 130

October 1, 2014

3.1.2 Input Array

Device Status Registers

The PS69-DPM module uses the first 4 bytes of the CPUs input area to transfer Device
Status Register information. The Device State Register contains information indicating the
modules communication status and command status. The CPUs input area mapping of this
information is shown below.

Byte Offset

Structure Member

Data Type

Description

0

MSB

SINT

Module Status Bit

1

HSA

SINT

Handshake Acknowledge Bits

2

Reserved

INT

Reserved

3

Reserved

INT

Reserved

MSB := Module Status Bits

Bit Offset

Structure Member

Data Type

Description

0

Reserved

BOOL

Reserved

1

Reserved

BOOL

Reserved

2

Reserved

BOOL

Reserved

3

Reserved

BOOL

Reserved

4

Reserved

BOOL

Reserved

5

COM

BOOL

Communication

6

RUN

BOOL

Run

7

RDY

BOOL

Ready

 RDY (Ready)

When this bit is set, the module is operational. The RDY bit should always be set by the
module. If this bit is not set a system error has occurred and the communication between
controller and module is not possible.

 RUN (Run)

When the RUN bit is set, the module is ready for communication. Otherwise an
initialization error or incorrect parameterization has occurred. Further diagnostic is
carried out with the PROSOFT.fdt (SYCON.net) configuration tool.

 COM (Communication)

When this bit is set, the communication is started and the module is engaged in cyclic
data exchange with at least one of the connected Slaves.

HSA := Handshake Acknowledge Bits

Bit Offset

Structure Member

Data Type

Description

0

HsAck0

BOOL

SlvDiagCnf ,Slave Diag Confirmation

1

HsAck1

BOOL

GlbCtrCnf , Global Control Confirmation

2

HsAck2

BOOL

Reserved

3

HsAck3

BOOL

Reserved

4

HsAck4

BOOL

Reserved

5

HsAck5

BOOL

Reserved

Advertising