Pioneer CLD-V2800 CLD-V8000 User's Manual31178843 - Page 20

External Computer Control, Level III - laserdisc player manual

Page 20 highlights

CLD-V2800 Level III • Chapter Three 3 External Computer Control - Level III This chapter describes the computer control protocol and specific commands used for Level III control of the CLD-V2800 player. To attach a computer to the player via the RS-232 port, refer to Appendix C, Interface Cable Specifications. See Section 2.4 On-Screen Function Switches, page 2-6, to select Baud Rate. 3.1 Command and Status In the CLD-V2800 external computer control protocol, the computer transmits a command; when the player completes execution of the command, it returns an "R". ASCII character codes are used for the actual commands and status responses. The command mnemonic is expressed as two ASCII characters. In most cases, there is no distinction between the use of uppercase or lowercase letters, and the use of uppercase letters is recommended. Computer 1) "Search to Frame 1000" ->->->- LaserDisc Player 2) Search Execution 4.) R (received) 6) Play Execution 8.) R (received)

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89

3
External Computer Control
Level III
This chapter describes the computer control protocol and specific commands used
for Level III control of the CLD-V2800 player. To attach a computer to the player via
the RS-232 port, refer to
Appendix C
,
Interface Cable Specifications
.
See
Section 2.4 On-Screen Function Switches
, page 2-6, to select Baud Rate.
3.1
Command and Status
In the CLD-V2800 external computer control protocol, the computer transmits a
command; when the player completes execution of the command, it returns an “R”.
ASCII character codes are used for the actual commands and status responses.
The command mnemonic is expressed as two ASCII characters.
In most cases,
there is no distinction between the use of uppercase or lowercase letters, and the
use of uppercase letters is recommended.
Arguments may be set to specify the frame number, speed or other values for a
command.
The argument is always placed before the command.
The command is
also used as the terminator of the argument.
In the simplest protocol, the player
immediately executes one command as soon as the terminator of the command
line, a <CR> (carriage return), is received.
Example:
1000SE<CR>
:
Search to frame 1000.
The player has a command buffer that allows multiple commands to be sent from
the external controller in the same command string.
Example:
1000SE 2000PL <CR>
:
Search to frame 1000, then play to frame 2000.
In this example, when the <CR> is received, commands are executed sequentially
from the first command of the buffer. The “R” is returned to the computer after the
play segment is completed. If a <CR> is sent before a command or command string
has completed execution, the command is cleared and execution is cancelled.
CLD-V2800 Level
III
Chapter Three
CLD-V2800
Level III User’s Manual
TP 120
v. 1.0
• 10/95
3-1
5)
“Play to Frame 2000”<CR>
->->->
6)
Play Execution
4.) R (received) <CR>
<-<-<-
3)
“Completion”
8.) R (received) <CR>
<-<-<-
7)
“Completion”
Computer
LaserDisc Player
1)
“Search to Frame 1000”<CR>
->->->-
2)
Search Execution
Figure 3-A