kvlada Posted September 2 Report Share Posted September 2 I've wanted to ask this for a long time. When downloading full project to Vision PLC, which contains several full-screen graphics (System Images = 1.7 MB, + Downloading 94 image(s) = 252 KB), the full download with burn-to-flash feature takes about 40 minutes over LAN! That is waaaaaay too long. Is there any way to speed it up? It's just 1.7 MB of data. Even copying a floppy disk would take a few minutes. Quote Link to comment Share on other sites More sharing options...
Gabriel Franco Posted September 2 Report Share Posted September 2 I´ve experienced it with large projects. I suggest to use Download All & Burn (or burn upload project) only on the final stage of development mode when the program is ready to operate. The fastest way to transfer program is simple Download (CTRL + D). Quote Link to comment Share on other sites More sharing options...
Cam Posted September 3 Report Share Posted September 3 Same here, large projects or image heavy projects can take a while even over LAN, we have one we use on a regular basis that takes ~42min to download and burn the upload. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted September 3 MVP 2022 Report Share Posted September 3 +1 on using Download only while developing. When you do a simple Download, only the things you've changed are downloaded. Download and Burn takes a ridiculously long time. Don't forget to upload your memory table values (Export PLC Operands to Binary File or Text File) when you're done, too, so you have a record of all your settings. If you have values in Data Tables you need to save those as well. They will save in your project file but you need to make the effort to read and save the Data Tables from the Data Table dialog. Joe T. Quote Link to comment Share on other sites More sharing options...
AlexUT Posted September 4 Report Share Posted September 4 I frequently download very different projects to the same PLC for testing . This leads to long download time. In most of cases this is inevitable. a. Flash is erased by blocks, not by Bytes. b. Erase and program time cannot be exactly predicted. I ALWAYS use simple Download. If I have to store project in flash memory, I do this from INFO mode. This is much fastest. Quote Link to comment Share on other sites More sharing options...
kvlada Posted September 4 Author Report Share Posted September 4 I've found out that this also works: - Download your program to RAM (fastest) - When done, go to Info mode, submenu Flash, and choose option "Burn to flash" or "Save to flash". The PLC will save the program from RAM to flash, and do it in background, so the program is still running and PLC is responsive. Quote Link to comment Share on other sites More sharing options...
Fernando Castro Posted September 6 Report Share Posted September 6 use Unitronics download manager. is faster than the regular download and is also unattended, just start and let it be. there have been so many times on which I started a download then open some other window to check something quick and just forgot to click on the OK button to proceed with the download. or restart the PLC. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.