NEO 2 Interface Developer’s Guide
456
19.3.9.
Get Current Screen Name (61-0C)
This command allows a user to check the currently live screen’s name.
Command Frames
Byte 0-9
Byte 10
Byte 11
Byte 12
Byte 13
Byte 14
Byte 15
Header Tag &
Protocol
Version
Command
Sub-
Command
Data Length
(MSB)
Data Length
(LSB)
CRC (LSB)
CRC (MSB)
ViVOtech2\0
61h
0Ch
00
00
Response Frame
Byte 0-9
Byte 10
Byte 11
Byte 12
Byte 13
Byte 14 …
Byte 13+n
Byte 14+n
Byte 15+n
Header Tag &
Protocol
Version
Command
Status Code
Data Length
(MSB)
Data Length
(LSB)
Data
CRC (MSB)
CRC (LSB)
ViVOtech2\0 61h
00h
See Below
Data Field
Data Item
Length (bytes)
Description
Screen ID
2
Screen ID format;
see
Screen Name
var
Screen name string
No longer than 32 bytes
ASCII string, terminated by 0x00
Example:
•
Get Cur Screen (“Screen1”, ID=0x0000 is live)
TX:
56 69 56 4F 74 65 63 68 32 00 61 0C 00 00 E0 3E
RX:
56 69 56 4F 74 65 63 68 32 00 61 00 00 0A 00 00 53 63 72 65 65
6E 31 00 10 B5
If the current screen is a default one, an error report would be returned.
TX:
56 69 56 4F 74 65 63 68 32 00 61 0C 00 00 E0 3E
RX:
56 69 56 4F 74 65 63 68 32 00 61 0A 00 3E 43 75 72 72 65 6E 74
20 73 63 72 65 65 6E 20 69 73 20 6E 6F 74 20 75 73 65 72 2D 64 65
66 69 6E 65 64 2C 20 67 65 74 20 73 63 72 65 65 6E 20 69 64 20 69
73 20 72 65 6A 65 63 74 65 64 2E 08 3A
(Current screen is not user-defined,
get screen ID is rejected)