Func type, Data type – ProSoft Technology MVI56E-SIE User Manual

Page 65

Advertising
background image

MVI56E-SIE ♦ ControlLogix Platform

Configuring the MVI56E-SIE Module

Client Communication Module

User Manual

ProSoft Technology, Inc.

Page 65 of 168

September 6, 2012

Func Type

This parameter can either be Read or Write.

Data Type

This parameter can be: BOOL, BYTE, DINT, REAL, INT, TIME, or COUNT.

Address Type

This parameter can be: INPUT, OUTPUT, FLAG, TIMER, COUNTER or DB
(Data Block).

DB Number

This parameter specifies the Data Block number to be used with the command.

DB Number is only used when the Address Type is set to DB.

Address

For Read or Write operations using the INT, DINT, REAL or BYTE Data Types,
the address is a byte address.

For Read or Write operations using the BOOL Data Type, the address is a bit
address.

Please note below:

S7-300/S7-1200 Processor:

Byte Address in Data Block:

DB1.DBB1 DB1.DBB3

2#0000_0110 2#0000_0000 2#0110_0001 2#0011_0110 2#1100_0110

DB1.DBB0

DB1.DBB2

DB1.DBB4

Word Address in Data Block:

DB1.DBW1 DB1.DBW3

2#0000_0110 2#0000_0000 2#0110_0001 2#0011_0110 2#1100_0110

DB1.DBW0 DB1.DBW2

Advertising