QUOTE
Just Tried to do the rsp import and it failed all five times. Next used RS5 to export and EAS and import this. This appeared to be working until I hit an error for max tags exceed 5000. The target progam is a PLC 5/80 with 96 free bytes of memory and would ahve been 22000 tags if the import was successful. Guess I'll enter the ones I need by hand.
I think you'll be better off.
The import just creates a "flat" database, and of course includes lots of unnecessary stuff.
You'll be happier for structuring the tag database and only including what you need.
As an aside...I'm sure you could free up some memory in the 5/80 by optimising the "overhead".
On-line editing must be near impossible.
QUOTE
Has gotten me to thinking - how do I archive a project at a given level of progress as a backup?
You can create an archive at any time by selecting the "Application Manager" from the menus. Only catch is, it won't overwrite, so each time you save to an archive you have to give the file a different name.
And when you're finished with RSView Studio and want to recover CPU resources on your PC run these commands in a batch file.
net stop "RSLinx Enterprise"
net stop "Rockwell Tag Server"
net stop "Rockwell HMI Diagnostics"
net stop "Rockwell HMI Activity Logger"
net stop "Rockwell Directory Server"
net stop "Rockwell Event Multiplexer"
net stop "Rockwell Directory Multiplexer"
net stop "Rockwell Event Server"
net stop "Rockwell Application Services"
sometimes need to run it twice.
Actually, if you haven't modified services since installing Studio, you may want to run it after boot....or modify all the above to only start on demand.