Category Articles RSS Feed
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
Run backplane startup function failed after you successfully compiled and downloaded the sample program to the MVIXX-ADM. It doesn't work and you get the following message on the debug port: error: Startup function failed! Although the sample... Read More
Difference between MVI94-DOS and MVI94-ADM?
Viewed 1 times since Tue, Nov 28, 2006
There is no difference between these two modules. The module was originally called DOS, then we renamed it to ADM to match our other ADM products. Read More
MVI56-ADM module: "Device not available" error is shown on the MVIbp_Open function call.
Viewed 1 times since Tue, Nov 28, 2006
The MVI56DD.exe file must be run in the config.sys file. The following line should be added to the config.sys file: install = a:MVI56DD.exe Read More
Why do I get the message "Extra ignored!" in my MVI56-BAS module?
Viewed 1 times since Tue, Nov 28, 2006
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)... Read More
What are the differences between the Rockwell 1756-MVI and the MVI56-ADM module? Can I change an MVI56-ADM module to run the same firmware as a 1756-MVI module?
Viewed 1 times since Tue, Nov 28, 2006
The MVI56-ADM is essentially the same product as the 1756-MVI.  The 1756-MVI (and MVID) are no longer sold by Rockwell Automation. ProSoft's MVI56-ADM has additional libraries that were not available from Rockwell for the 1756-MVI. These... Read More
What Compact Flash card does ProSoft recommend using with my ADM solutions
Viewed 1 times since Wed, Nov 29, 2006
For all ADM and ADMNET products, an industrial grade compact flash card is required for use with the ADM cards. There are specific cards that we have tested with, and these are the only cards recommended for use. These cards can... Read More
What are the basic memory specs for the MVI56-ADM?
Viewed 1 times since Wed, Nov 29, 2006
System RAM = 1MB, OS flash RAM = 1MB, application compactflash module: up to 2GB. note: the ADM module uses a version of DOS as the operating system. Read More
How do I compile and build my C program for the ADM module?
Viewed 1 times since Tue, Nov 28, 2006
The attached procedures will step you through the creating, compiling, and building of a C program for the ADM modules using the Borland 16-bit C compiler. Read More
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
If you are using the backplane API you need to execute in the autoexec.bat the program mvi56dd.exe before executing your application. This program is a device driver that allows your application to communicate to the backplane. Read More
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
The transfer of data between the PLC5 processor and the MVI71-ADM can be made in two ways: using block transfers or using the side connector. In this application note we will discuss the way to do the block transfers. The MVI71-ADM can not use... Read More
How can I edit the backplane exchange size on the MVI56-ADM?
Viewed 1 times since Tue, Dec 14, 2010
First use the MVIcip_open function to open the backplane then you will need to use   'MVIcip_WriteConnected' function call and the 'MVIcip_ReadConnected' function call to change the I/O size.     ... Read More