Home » Categories » Rockwell In-chassis » ControlLogix » MVI56 Series » MVI56-BAS |
How can I prevent the user of an MVI56-BAS module from modifying the BASIC program while installed on a customer site? |
Article Number: 425 | Rating: Unrated | Last Updated: Thu, Jul 17, 2014 at 4:31 PM |
You cannot prevent the user from modifying the BASIC program. However, you can make it more difficult.
Here are the steps: 1. Write the program and test it in RAM. 2. Use PROG to transfer the program from simulated RAM to ROM 1 of the simulated EEPROM on the CF. 3. Use PROG2 to tell BASIC to automatically execute ROM 1 on power-up. 4. Use NEW to clear the BASIC program out of simulated RAM. In order to change the program, the user would have to: 1. Either change the setup jumper to power-up to the BASIC command prompt, or start the program then hit ^C to stop it. 2. Use XFER to transfer the BASIC program to RAM. 3. Use PROG0 to nullify the previous PROG2 command. 4. Use RAM to change the BASIC program pointer to RAM. 5. Now the user can edit the RAM 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.
|
MSG instruction fails to the MVI56-BAS module
Viewed 1 times since Thu, Jun 26, 2014
MVI56-BAS does not list edits, Why?
Viewed 1 times since Fri, Feb 2, 2007
In the MVI56-BAS how can I transfer a string to the CLX Processor?
Viewed 1 times since Tue, Nov 28, 2006
MVI56-BAS is running a program connected to a device that sends data and sometimes the BASIC program is changed. How do I prevent this?
Viewed 1 times since Tue, Nov 28, 2006
|