Download Print this page

Tascam AV-452 Specifications page 2

Hide thumbs Also See for AV-452:

Advertisement

COMMAND STRUCTURE
LF
.
N
A
0Ah
2Eh
50h
4Ch
2Eh
Preamble - All command strings for the AV-452 begin with
a line feed (0Ah).
Period Spacers - The four main data fields (Address,
String Type, Parameter and Value) begin with a period
(2Eh). This was mainly put in to make the string easier to
read when coding. However, you can use the period to
parse the string into the four major elements. Since the
strings are always the same length, so you can also use
byte position.
Address - Since the AV-452 can sit on an RS-485 line with
other devices, the AV-452 is "addressable". This address
corresponds to a rotary dial on the rear panel, underneath
the security panel. If you send an address in the
command, the AV-452 will only respond if the address
matches the position of the rotary dial.
If there is only one AV-452 on the line, you can use "NA"
(50h 4Ch) as an override on the machines. That tells the
AV-452 to listen to the command regardless of its address.
It should be noted that status replies from the AV-452 will
always include the machine's individual address. So, if you
are using bidirectional communication from the AV-452, the
PAGE #
PARAMETER NUMBER & FUNCTION
3
00
MUTE CH 1
3
01
MUTE CH 2
3
02
MUTE CH 3
3
03
MUTE CH 4
4, 5
04
DIM A/V
4, 5
05
SELECT RGB
--
06
- NO FUNCTION -
7
07
AMP A
7
08
AMP B
7
09
INTERCOM
7
10
CASCADE
4, 5
11
SELECT AV SOURCE
4, 6
12
SELECT RECORD MONITOR
8
13
100Hz HPF DIP SWITCH
8
14
CASCADE MODE DIP SWITCH
8
15
MONO OUTPUT DIP SWITCH
8
16
EMG BREAK
4, 5
17
AUX INPUT TYPE
8
18
ROOM VOLUME
8
AA
REQUEST ALL STATUS
7733 Telegraph Road
All features and specifications are subject to change without notice. Contact your local TASCAM representative for the latest information.
.
c
.
0
0
63h
2Eh
30h
30h
DEFINED VALUES
00=OFF, 01=ON
00=OFF, 01=ON
00=OFF, 01=ON
00=OFF, 01=ON
00=OFF, 01=ON
00=NO RGB, 01=RGB1, 02=RGB2
--
00=OFF, 01=ON
00=OFF, 01=ON
00=OFF, 01=ON
00=OFF, 01=ON
00=CASSETTE, 01=CDRW, 02=DVD, 03=VCR, 04=AUX
00=SOURCE, 01=CASSETTE, 02=CDRW
(READ ONLY): 00=OFF, 01=ON
(READ ONLY): 00=OFF, 01=ON
(READ ONLY): 00=OFF, 01=ON
(READ ONLY): 00=NORMAL, 01=EMG BREAK
(READ ONLY): 00=AUDIO ONLY, 01=AUDIO+VIDEO
00=DOWN, 01=UP (rotates dial for 1/2 second)
00 (DEFAULT)
Montebello, CA 90640
AV-452 Serial Control Specification
.
0
1
CR
2Eh
30h
31h
0Dh
programmer and installers should agree upon the address
to be used.
String Type - This section indicates whether the string is a
command, status query, or return status string. A
lowercase "c" (63h) indicates a command for the AV-452,
"q" (71h) indicates a query for the AV-452 to respond to,
and "s" (73h) indicates a status return string from the AV-
452. In the example string above, the lowercase "c"
indicates it is a command.
Parameter - This determines which function on the AV-
452 is being controlled, queried, or reported. In the
example above, parameter "00" (57h 44h) refers to the
mute control for mic channel 1. (The complete list of
parameter numbers can be found below.)
Value - This is the desired the status of the parameter (or
the current parameter status in a reply). For status
queries, this should be set to "00" (30h 30h). In the
example above, "01" (30h 31h) indicates Mute 1 on.
Delimiter - All command strings for the AV-452 end with a
carriage return (0Dh).
(323) 726-0303
http://www.tascamcontractor.com
Example Command of
Mute Channel 1, bypassing
machine address.
Page 2 of 8
AV-452_RS-232_spec.pdf
031104

Advertisement

loading