Barco R5075236_r03 Projector User Manual


 
1-12 1-12user's manual R5975236-r3 user's manual R5975236-r3
Filename
A filename is specified as a C-language string. This string has to follow some
rules:
Filename
01234567 891011 12
x x x x x x x x . y z z NULL
length string = 12
x = character of the base name (= 8 characters)
a b c d e f g h i j
k l m n o p q r s t
u v w x y z 0 1 2 3
4 5 6 7 8 9 _ -  
y = kind of file (= 1 character)
s standard file
predefined file stored in read-only memory
c custom file
file created by the user and stored in non-volatile read-write
memory
z = file index (= 2 characters)
0' 1 2 3 4 5 6 7 8 9
- zz specifies the location in memory where the file is stored
- for standard files : zz = 00..maximum standard files
- for custom files : zz = 00..63 where 00 is reserved for the file none
.c00 (file loaded when no signal is applied).
yzz is a unique combination. In other words, no two files can exist with the
same extension yzz.
To specify more than one file you can use the question mark (?) wildcard
character for x, y and z. This wildcard character can represent any possible
character on that location.
Examples : ntsc .c01, svga_60v.s?7, ????????.???
Chapter 1: Communications basics
syntax
Filename
A filename is specified as a C-language string. This string has to follow some
rules:
Filename
0 123 4 567 8 9 1011 12
x x x x x x x x . y z z NULL
length string = 12
x = character of the base name (= 8 characters)
a b c d e f g h i j
k l m n o p q r s t
u v w x y z 0 1 2 3
4 5 6 7 8 9 _ -  
y = kind of file (= 1 character)
s standard file
predefined file stored in read-only memory
c custom file
file created by the user and stored in non-volatile read-write
memory
z = file index (= 2 characters)
0' 1 2 3 4 5 6 7 8 9
- zz specifies the location in memory where the file is stored
- for standard files : zz = 00..maximum standard files
- for custom files : zz = 00..63 where 00 is reserved for the file none
.c00 (file loaded when no signal is applied).
yzz is a unique combination. In other words, no two files can exist with the
same extension yzz.
To specify more than one file you can use the question mark (?) wildcard
character for x, y and z. This wildcard character can represent any possible
character on that location.
Examples : ntsc .c01, svga_60v.s?7, ????????.???
Chapter 1: Communications basics
syntax