Home » Categories » Rockwell In-chassis

Array Subscript too Large Controller Fault

The ladder logic that handles the module's operation makes an assumption that the size of the ReadData and WriteData blocks are at least one block transfer wide. So, for example, if you are using a block transfer size of 240, but the ReadData and/or WriteData arrays are set to a length of 230, the controller will fault with this error.

The fix is fairly simple: First, in Prosoft Configuration Builder, set the Read Register and Write Register counts to at least the size of a single block transfer (could be 240, 120, or 60). Next, in your Logix program, browse to the User-defined data types in the Controller organizer. Search for the MBSDATA, MBTCPDATA, MCMDATA, etc user-defined type (depends on the specific module being used), and modify the data type so that the size of the ReadData and WriteData arrays match the register counts specified in Prosoft Configuration Builder.
Custom Fields
    Attachments (0) Attachments
    There are no attachments for this article.
    Comments Comments
    There are no comments for this article. Be the first to post a comment.