3 Functions of NB-Designer
3-58
NB-series Programmable Terminals NB-Designer Operation Manual(V106)
The internal memory can be also selected, And the descriptions of internal memory are as follows:
RB and RW point to the same area. For example, RB5.0~RB5.15 and RW5 map the same area, i.e.
RB5.0 is the Bit0 of RW5. But the addresses pointed by LB and LW in the memory are different,
because they map the different areas.
The memory addresses of LB9000~LB9999 in LB, LW.B9000.0~LW.B10255.F in LW.B, and
LW9000~LW10255 in LW are reserved by the system internally for some special purposes, and the
users can’t use them as the addresses for the common devices, but should use their special functions
according to the related manuals. For details, refer to 3-11 Address of System Memory (Page 3-319).
When the recipe memory is accessed by the index address, the index address will begin to search from the address
of the offset of the address displayed by
LW9000
. For example: If
LW9000 is 50
, the index address
RWI100
will
access the data in the address of
RW150 (100+50)
. (For details, refer to 3-12 Recipe Data (Page 3-331).)
*1 When using NB3Q-TW01B or NB5Q-TW01B, the range of addresses is 0.0 to 130500.F.
*2 When using NB3Q-TW01B or NB5Q-TW01B, the range of addresses is 0 to 130500.
*3 The addresses RW60000 or later are reserved with the system.
NB-Designer provides the powerful Vector Graphics and bitmap library, and you can create any desired
graphics (such as switch, lamp, piping etc.) in the library and even you can add your own pictures to the
library. The graphics can be 256-color bitmap, 16-color bitmap, 32-color bitmap or in JPG, BMP, GIF
and PNG format. Every vector graphics or bitmap can create 256 statuses. The created Vector
Graphics and bitmap are in [Graphics] in [Project File Window], as shown below:
Type Device Name Range Descriptions
Bit LB 0~9999 The address of the local memory
Bit RBI 0.0~261000.F(*1) The index address of the recipe memory that is
stored in the flash memory in D.H. format and H
ranges from 0 to 15.
Bit RB 0.0~261000.F(*1) The absolute address of the recipe memory that
is stored in the flash memory in D.H. format and
H ranges from 0 to 15.
Bit FRB 0.0~134217727.F The absolute address of the FLASH memory in
D.H. format and H ranges from 0 to 15.
Bit FRBI 0.0~134217727.F The index address of the FLASH memory in
D.H. format and H ranges from 0 to 15.
Bit LW.B 0.0~10255.F The address of the local memory in D.H. format
and H ranges from 0 to 15.
Word LW 0~10255 The address of the local memory
Word RWI 0~261000(*2*3) The index address of the recipe memory that is
stored in the flash memory
Word RW 0~261000(*2*3) The absolute address of the recipe memory that
is stored in the flash memory
Word FRW 0~134217727 The absolute address of the FLASH memory
Word FRWI 0~134217727 The index address of the FLASH memory
3-5-5 Vector Graphic