
Common notes
151
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,...,B2
M]..
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.
The INDEX parameter specifies the order of buffer, where data will send. The main buffer has
index '1'. The first secondary buffer has index '2', etc. Please note, the secondary buffer(s) is
(are) available for some kinds of devices only (e.g. Microchip PIC16F628). The kind of buffer
indexed by parameter buffindex depends on order of buffer in application PG4UW in dialog
View/Edit buffer. For example device Microchip PIC16F628 has additional buffer with label
"Data EEPROM". This buffer can be accessed for data write(s) by this function when buffindex
= 2 is specified.
Example 1:
/writebufferex:1:7FF800:12,AB,C5,D4,7E,80
The command is equivalent to command
/writebuffer:1:7FF800:12,AB,C5,D4,7E,80
described in section about command /writebuffer.
Example 2:
/writebufferex:2:2F:12,AB,C5,D4,7E,80
The command writes 6 Bytes 12H ABH C5H D4H 7EH 80H to secondary buffer with
index “2” at address 2FH. The addressing looks like following:
the first Byte at the lowest address
Buffer Address
Data
00002FH
12H
000030H
ABH
000031H
C5H
000032H
D4H
000033H
7EH
000034H
80H
Basic rules for using of executive command line parameters:
1. program pg4uwcmd.exe must be located in the same directory as program pg4uw.exe
2. if pg4uw.exe is not running when pg4uwcmd.exe is called, it will be automatically started
3. command line parameters are not case sensitive
4. command line parameters can be used when first starting of program or when program is
already running
5. if program is already running, then any of command line operation is processed only when
program was not busy (no operation was currently executing in program). Program must
be in basic state, i.e. main program window focused, no modal dialogs displayed, no menu
commands opened or executed
6. order of processing command line parameters when using more parameters together is
defined firmly as following:
Содержание 448PRO2AP
Страница 6: ...6 Introduction ...
Страница 11: ...DATAMAN 448PRO2AP AU 11 DATAMAN 448PRO2AP AU ...
Страница 19: ...DATAMAN 448PRO2AP 19 DATAMAN 448PRO2AP ...
Страница 26: ...26 DATAMAN 48PRO2AP ...
Страница 33: ...Setup 33 Setup ...
Страница 38: ...38 Step 8 Installation process will start Step 9 Click Finish button to finish setup ...
Страница 56: ...56 PG4UW ...
Страница 123: ...PG4UWMC 123 PG4UWMC ...
Страница 136: ...136 Installation procedure customized ...
Страница 145: ...Common notes 145 Common notes ...
Страница 157: ...Troubleshooting and warranty 157 Troubleshooting and warranty ...