
Common notes
167
/Close
This parameter has sense together with /Program parameter only,
and makes program PG4UW to close automatically after device
programming is finished (no matter if operation was successful or
not).
/Saveproject:<file_name>
The command is used to save currently selected device type, buffer
contents and configuration to project file. Command /Saveproject... is
equivalent to user selected command Save project in PG4UW control
program.
/writebuffer:ADDR1:B11,B12,B13,B14,...,B1N[::ADDR2:B21,B22,B23,B24,...,B2M]...
Command /writebuffer is used to write block of Bytes to PG4UW main
buffer at specified address. Write buffer command has one block of
data required and other block(s) of data (marked with [...]) optional.
Please do not use spaces or tabs in the command.
Buffer address is always defined as Byte address, it means, that for
buffer organization x16, the address AAAAx16 in buffer has to be
specified in command /writebuffer as 2*AAAA (x8).
Example 1:
/writebuffer:7FF800:12,AB,C5,D4,7E,80
Writes 6 Bytes 12H ABH C5H D4H 7EH 80H to buffer at address 7FF800H.
The addressing looks like following:
the first Byte at the lowest address
Buffer
Address Data
7FF800H
12H
7FF801H
ABH
7FF802H
C5H
7FF803H
D4H
7FF804H
7EH
7FF805H
80H
Example 2
:
/writebuffer:7FF800:12,AB,C5,D4,7E,80::FF0000:AB,CD,EF,43,21
\_____________________/ \___________________/
the first block of data the second block of data
Writes two blocks of data to buffer.
The first block of data - 6 Bytes 12H ABH C5H D4H 7EH 80H are written to buffer
at address 7FF800H in the same way as in Example 1.
The second block of data - 5 Bytes ABH CDH EFH 43H 21H are written to buffer
at address FF0000H.
The addressing looks like following:
the first Byte at the lowest address
Buffer
Address Data
FF0000H
ABH
FF0001H
CDH
FF0002H
EFH
FF0003H
43H
FF0004H
21H
/writebufferex:INDEX:ADDR1:B11,B12,B13,B14,...,B1N[::ADDR2:B21,B22,B23,B24,...,B2M]..
Command /writebufferex is used to write block of Bytes to PG4UW
main buffer at specified address. The command is very similar to
command /writebuffer, except one more parameter – INDEX.
Содержание BeeHive204
Страница 7: ...Introduction 7 Introduction ...
Страница 12: ...Elnec s r o 12 Quick Start ...
Страница 15: ...Detailed description 15 Detailed description ...
Страница 16: ...Elnec s r o 16 BeeHive204 ...
Страница 33: ...BeeProg2 BeeProg2C 33 BeeProg2 BeeProg2C ...
Страница 50: ...Elnec s r o 50 SmartProg2 ...
Страница 59: ...Setup 59 Setup ...
Страница 63: ...Setup 63 Step 7 Check your settings and then click on Install button Step 8 Installation process will start ...
Страница 66: ...Elnec s r o 66 PG4UW ...
Страница 141: ...PG4UWMC 141 PG4UWMC ...
Страница 162: ...Elnec s r o 162 Common notes ...
Страница 176: ...Elnec s r o 176 Troubleshooting and warranty ...