![VXI GPIB-VXI Скачать руководство пользователя страница 97](http://html1.mh-extra.com/html/vxi/gpib-vxi/gpib-vxi_user-manual_1057860097.webp)
Chapter 3
Local Command Set
© National Instruments Corporation
3-55
GPIB-VXI User Manual
CIArea
Purpose:
Change the location and size of the CI RAM area.
Command
Syntax:
CIArea <Base Address>, <Number of blocks>
Action:
Sets the CI global RAM to start at
<Base Address>
, and span
<Number of blocks>
blocks of 4096 bytes each.
The default base address and size of the CI RAM area are set by the nonvolatile
configuration parameters
CI Block Base
and
CI Num Blocks
.
<Base Address>
is the new base address of the CI RAM area. It must be a
multiple of 4096 decimal (1000h), and must be in the region above the top of
pSOS Region 1 and below the top of memory. pSOS Region 1 starts at 10000h,
and its size is determined by the nonvolatile configuration parameter
Region 1
Size
. For example, if
Region 1 Size
= 60000h, then the lowest allowed
value for
<Base Address>
is as follows:
600000h = 70000h
<Number of blocks>
is the number of 4096 (1000h) byte blocks in the CI
RAM area. The size of the CI RAM area is limited by the amount of physical
RAM on the GPIB-VXI, so the maximum allowed value for
<Number of
blocks>
is as follows:
(
<RAM size>
-
<Base Address>
) / 1000h
For example, if the GPIB-VXI is configured with 512K (80000h) of RAM, and
<New Base Address>
is 70000h, the maximum allowed value for
<Number
of blocks>
is given by the following formula:
(80000h - 70000h)/ 1000h = 10h = 16
If
<Number of blocks>
is set to 0, CI's are disabled.
Example:
Set the base of CI RAM area to 80000h, and the size to 128 blocks of 4K.
CIArea #h80000, 128