ProSoft Technology MVI56-PDPMV1 User Manual
Page 43

MVI56-PDPMV1 ♦ ControlLogix Platform
Start Here
PROFIBUS DPV1 Master
User Manual
ProSoft Technology, Inc.
Page 43 of 255
March 22, 2011
5 Adjust the array size for your application. The default array size is INT[248]
(maximum size). This example is for 248 output words.
6 The imported ladder rung has also used the default I/O settings (Input Count
= 250 words, Output Count = 248 words). If different values are used, make
the following changes to the ladder logic:
COP Instruction (input)
Change the Length to match the number of input words configured for the
module. The default uses 250 words.
NEQ Instruction
Change the array element as the last element of the connection input array. The
default refers to element 249, since this is the last element of the array of 250
words. For example, if the module connection input is set as 122 words, set the
last element as 121.