kvlada Posted September 2, 2023 Report Share Posted September 2, 2023 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. Link to comment Share on other sites More sharing options...
Gabriel Franco Posted September 2, 2023 Report Share Posted September 2, 2023 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). Link to comment Share on other sites More sharing options...
Cam Posted September 3, 2023 Report Share Posted September 3, 2023 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. Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted September 3, 2023 MVP 2023 Report Share Posted September 3, 2023 +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. Link to comment Share on other sites More sharing options...
AlexUT Posted September 4, 2023 Report Share Posted September 4, 2023 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. Link to comment Share on other sites More sharing options...
kvlada Posted September 4, 2023 Author Report Share Posted September 4, 2023 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. Link to comment Share on other sites More sharing options...
Fernando Castro Posted September 6, 2023 Report Share Posted September 6, 2023 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now