Home » Categories » Rockwell In-chassis » Programmable Modules |
Why do I get the message "Extra ignored!" in my MVI56-BAS module? |
Article Number: 126 | Rating: 5/5 from 1 votes | Last Updated: Tue, Jul 1, 2014 at 5:54 PM |
That means that somewhere in your program you are assigning to a string a value larger than the defined limit using the string statement. In a program that uses strings you need to place at the start of the program the following statement: string(a,b)where a = total number of bytes for the all strings and b = maximum number of bytes for each string. When you exceed the value of b on any given string you will get the "extra ignored!" error message. To solve this problem you can raise the value of b or reduce the length of the strings that you are using on your program. |
Attachments (0)
![]()
There are no attachments for this article.
|
Comments
![]()
There are no comments for this article. Be the first to post a comment.
|
How do I configure my ADM project to work with a particular MVI platform I am using?
Viewed 1 times since Tue, Nov 28, 2006
Why do I get an error 3 on the MVIbp_Open function call on my MVI56-ADM?
Viewed 1 times since Tue, Nov 28, 2006
How do I compile and build my C program for the ADM module?
Viewed 1 times since Tue, Nov 28, 2006
How can I edit the backplane exchange size on the MVI56-ADM?
Viewed 1 times since Tue, Dec 14, 2010
Difference between MVI94-DOS and MVI94-ADM?
Viewed 1 times since Tue, Nov 28, 2006
How do I transfer data from a PLC5 Processor and the MVI71-ADM module using Block Transfers?
Viewed 1 times since Tue, Nov 28, 2006
What Compact Flash card does ProSoft recommend using with my ADM solutions
Viewed 1 times since Wed, Nov 29, 2006
MVI56-ADM module: "Device not available" error is shown on the MVIbp_Open function call.
Viewed 1 times since Tue, Nov 28, 2006
What are the basic memory specs for the MVI56-ADM?
Viewed 1 times since Wed, Nov 29, 2006
|