QUOTE (nickolaym @ Oct 9 2009, 06:51 AM)

All problem is in following: PLC374 running and operate properly, thus generally a program in plc is properly too( I suppose). Initially program in ME is ok, but not equal, after uploading it's coming equal with errors. What happen during upload? I can't stop plc because a technology is too expensive to stop it. I need exchange one variable (timer's register) because two timers refer same variable and at least one of them don't work. I am afraid to download a corrected version.
Any suggestions?
My suggestion is to attempt a Word-for-Word exchange of the bad address. To do this:
1. Upload, make sure that Logic is Equal, ignore the 'with error' for now.
2. Switch to 'Online Mode' (Green chip)
3. In Ladder locate the timer that needs to be changed, select the variable and type in the new address.
4. Allow the PLC update to take place.
You should be able to make one change at a time in this manner.
*********
REMEMBER! Whenever you 'Write' to a running PLC there is a
slight risk that something can go wrong and put the CPU in 'Stop' mode.
**********
During 'Upload' PME checks the CRC in the PLC against the PC, if different, it replaces all logic in your PC with the logic that is in the PLC, and recalculates the CRCs. To see what and where the 'with error' is you can look at the fault tables (Dbl-Click the Green chip).
If you would reveal the firmware version of your CPU, what faults are in the fault table and version of Proficy ME that you are using, someone may be able to give you additional information on this.