Panasonic Aj D650 Operating Instructions Manual
Here you can view all the pages of manual Panasonic Aj D650 Operating Instructions Manual. The Panasonic manuals for Cassette Player are available online for free. You can easily download all the documents as PDF.
Page 61
(3) Return format [VTR controller (PC)] The following responses are made to the command. If necessary, more than one response is made. When the communication has terminated normally 1. The receive completion message is returned. [ACK] 06h 2. The execution completion message is returned. [STX] [command] [data] [ETX] 02h XX XX XX XX-XX 03h [command] :This is the message (data) which is returned or the execution completion message identifier. [data] :This is the data to be returned. It can be omitted....
Page 62
5. Command table 1) Commands relating to operation control execution message is subsequently returned. It is only the execution message which is listed in this table. has been returned. VTR Send commandReturn (completion) operation messageSupplementary notes STOP[STX] OSP [ETX] [STX] OSP [ETX]This command is for stopping the tape travel. The resulting output picture and sound statuses differ according to the settings selected for the set-up menus given below. AJ-D750: No.105 (AUTO EE SEL) AJ-D650,...
Page 63
VTR Send commandReturn (completion) operationmessageSupplementary notes SHTL FORWARD[STX] OSF:data [ETX][STX] OSF [ETX]This is the forward direction shuttle command. data =n: speed data 0: STILL 1: ×0.03 (DVCPRO), ×0.03(DV, DVCAM) 2 : ×0.1 (DVCPRO), ×0.1 (DV, DVCAM) 3 : ×0.2 (DVCPRO), ×0.3 (DV, DVCAM) 4 : ×0.5 (DVCPRO), ×0.5 (DV, DVCAM) 5: × 1 (DVCPRO), ×1(DV, DVCAM) 6 : ×1.85 (DVCPRO), ×1.85(DV, DVCAM) 7 : ×4.1 (DVCPRO), ×3.1 (DV, DVCAM) 8 : ×9.5 (DVCPRO), ×9.5(DV, DVCAM) 9 : ×16...
Page 64
2) Commands relating to inquiries execution message is subsequently returned. It is only the execution message which is listed in this table. has been returned. VTR operation CTL/TC DATA REQUEST Return (completion)Send command messageSupplementary notes [STX] QCD [ETX] [STX] CD data [ETX]This command is for inquiring about the counter value. data = f w gh mm ss ff f=F W= S gh = CTL: g = SP (20h): for a plus display – (2Dh):for a minus displayh = O~9: hours TC: gh = 00~23: hours mm = 00~59: minutes ss...
Page 65
3) Microsoft QuickBASIC sample program CLS STX$ =CHR$(&H2): ETX$ = CHR$(&H3): NAK$ = CHR$(15): ACK$ = CHR$(&HG) PRINT ***RS-232C COMMUNICATION SAMPLE PROGRAM *** PRINT Type Command QUIT to quit. PRINT REM *** Communication Port Initial & Open *** REM Port 1,9600Bps,No parity, 8 bit data,1 stop bit OPEN COM1:9600,N,8,1 FOR RANDOM AS #l LEN = 256 REM *** Input Command & Send Command *** SendCmd: INPUT Input Command =; SEND$ IF SENDS = QUIT THEN GOTO ProgEnd PRINT #1, STX$ + SEND$ + ETX$ REM *** Wait for...