RTC6 boards
Doc. Rev. 1.0.21 en-US
6 Developing RTC6-User Programs
103
6.3.2 Configuring the RTC6 List
Memory
The RTC6 List Memory offers 8M = 8,388,608 = 2
23
storage positions in total. After load_program_file
the RTC6 List Memory areas “List 1” and “List 2” can
each store 4,194,304 list commands. The protected
RTC6 List Memory area “List 3” cannot store
list commands, see Figure 32.
By config_list, the RTC6 List Memory areas can be
can reconfigured.
If a user program only needs one single list, then the
total RTC6 List Memory can be treated as a single
RTC6 List Memory with a total capacity of 2
23
storage
positions, see Configuration (5) in Figure 32).
32
Examples of allowed RTC6 List Memory configurations.
Legend
Left: numbers of the limiting memory positions of the two RTC6 List Memory areas “List 1” and “List 2”.
1 Default configuration (= without protected RTC6 List Memory area “List 3”). Corresponds to:
config_list( 4,194,304, 4,194,304 )
2
config_list( Mem1, Mem2 )
with
Mem1
> 0,
Mem2
2
23
–
Mem1
3
config_list( Mem1, –1 )
with
Mem1
> 0
4
config_list( Mem1, 0 )
with
Mem1
> 0
5
config_list( -1, x )
with
x
as desired
54321
0
2
22
–1
2
22
2
23
–1
List
1
List
1
List
3
List
1
List
2
List
1
List
2
List
3
List
1
List
2