The macro mr900_cbl_le.bat contained in the sw package, for example
mswin-i386-745-utils.zip, is suitable for saving
module E from the computer to the CU MR400 using the service cable.
For it to function it is necessary for the directory, where the
macro mr900_cbl_le.bat is located, to contain the
file memcp.exe, the auxiliary program
starter.exe and the subdirectory
fkl, containing the file
ce10.fkl. If the setr.exe program is running, switch
it off.
Start the macro
mr900_cbl_le.bat
wait about 10 sec until a communication link is made and monitor the transfer of packets indicated by symbols ###. After transfer is complete switch off the download message using the Alt+F4 command and the module is ready for use in the CU.
Other macros containing mr900_cbl_… are used in the same way:
mr900_cbl_le.bat mr900_cbl_ld.bat mr900_cbl_lg.bat mr900_cbl_lb.bat
Below is a general description of the macro. For a more detailed definition see the article Chapter 3, Downloading firmware using Memcp. Macros for downloading individual modules:
starter memcp -nt5000 -nr20 -as8 -pS -af.\fkl\ce10.fkl -pb115200 %1 %2 %3 starter memcp -nt5000 -nr20 -as8 -pS -af.\fkl\cd10.fkl -pb115200 %1 %2 %3 starter memcp -nt5000 -nr20 -as8 -pS -af.\fkl\cg10.fkl -pb115200 %1 %2 %3 starter memcp -nt5000 -nr20 -as4 -pS -af.\fkl\cb10.fkl -pb19200 %1 %2 %3
| starter | program starter calls step-by-step the applications written in the batch file |
| memcp | calling the memcp program |
| -nt5000 -nr20 | timeout and repeat for transmission through the network |
| -as8 | length of transmitted packets |
| -pS | B-saver module active in the destination CU |
| -pb115200 | signalling rate over service cable |
| -af.\fkl\ce10.fkl | calling source file |
| %1 %2 %3 | place for other possible parameters |
When downloading various modules only the labelling of the source
file ce10.fkl changes. For increased security when
transmitting module B the length of the packet is shortened to
-as4 and the signalling rate is reduced to
-pb19200.