Page 104 / 129
Section
7
.
Programmers
reference
7.10.8. Save analog color properties
Description
: Save analog color properties of the input ports.
Format
Example
Command {:PICTURE#<in>@<S/A>I=SAVE
)
→ {:picture#3@si=save
)CrLf
Response (P SAVED)
CrLf
(PICTURE#<in>@<S/A>I=
<DF_CHA>;<DF_CHB>;<DF_CHC>;
<G_CHA>;<G_CHB>;<G_CHC>;
<O_CHA>;<O_CHB>;<O_CHC>;
<CONT>;<SAT>;<BRIGHT>;<HUE>;)CrLf
←
←
(P SAVED)CrLf
(PICTURE#3@SI=
1023;1023;1023;
1023;1023;1023;
1023;1023;1023;
128;128;0;0;)CrLf
Legend:
7.10.9. Query analog color properties
Description
: Check analog color properties data of the input ports.
Format
Example
Command {:PICTURE#<in>@<S/A>I=?}
→ {:picture#3@si=?}
Response (PICTURE#<in>@<S/A>I=
<DF_CHA>;<DF_CHB>;<DF_CHC>;
<G_CHA>;<G_CHB>;<G_CHC>;
<O_CHA>;<O_CHB>;<O_CHC>;
<CONT>;<SAT>;<BRIGHT>;<HUE>;)CrLf
← (PICTURE#3@SI=
1023;1023;1023;
1023;1023;1023;
1023;1023;1023;
128;128;0;0;)CrLf
Legend:
7.10.10. Reset analog color properties
Description
: Reset analog color properties of the input ports.
Format
Example
Command {:PICTURE#<in>@<S/A>I=FACTORY}
→ {:picture#3@si=factory}
Response (P SAVED)
CrLf
(PICTURE#<in>@<S/A>I=
<DF_CHA>;<DF_CHB>;<DF_CHC>;
<G_CHA>;<G_CHB>;<G_CHC>;
<O_CHA>;<O_CHB>;<O_CHC>;
<CONT>;<SAT>;<BRIGHT>;<HUE>;)CrLf
←
←
(P SAVED)
CrLf
(PICTURE#3@SI=
1023;1023;1023;
1023;1023;1023;
1023;1023;1023;
128;128;0;0;)CrLf
Legend:
7.10.11. Set analog input audio parameters
Description
: This command changes the setup of the ADC on the audio board.
Format
Example
Command {:ADC#<in>@<S/A>I=
<GAIN>;<POL>;<DC>}
→ {:adc#1@si=9;1;0}
Response (ADC#<in>@<S/A>I=
<GAIN>;<POL>;<DC>)CrLf
← (ADC#1@SI=9;1;0;)CrLf
Legend:
<S/A>:
Affected ports:
S = single selected output
A = all outputs
<GAIN>:
Gain
on the input port: 0, 3, 6, 9 .. 21, 24 dB
<POL>:
Polarity inversion:
0 = Normal
(phase=0°),
1= Inverted (phase=180°)
<DC>:
Audio DC filter:
0 = DC filter off,
1 = DC filter on.