Program Page Turning
# Program Page Turning
Move to Previous Program Page
Request format:
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “611” |
Control PC sends:
<STX><FLAG><36H><31H><31H><ETX><LRC>
Device responds:
<ACK>
Example of command sent: 02 11 36 31 31 03 32
Move to Next Program Page
Request format: <STX><FLAG><Command><ETX><LRC>
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “612” |
Control PC sends:
<STX><FLAG><36H><31H><32H><ETX><LRC>
Device responds:
<ACK>
Example of command sent: 02 11 36 31 32 03 32
Move to Previous Material Page
Request format: <STX><FLAG><Command><ETX><LRC>
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “613” |
Control PC sends:
<STX><FLAG><36H><31H><33H><ETX><LRC>
Device responds:
<ACK>
Example of command sent: 02 11 36 31 33 03 32
Move to Next Material Page
Request format: <STX><FLAG><Command><ETX><LRC>
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “614” |
Control PC sends:
<STX><FLAG><36H><31H><34H><ETX><LRC>
Device responds:
<ACK>
Example of command sent: 02 11 36 31 34 03 32
Move to Previous Slide
Request format: <STX><FLAG><Command><ETX><LRC>
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “615” |
Control PC sends:
<STX><FLAG><36H><31H><35H><ETX><LRC>
Device responds:
<ACK>
Example of command sent: 02 11 36 31 35 03 32
Move to Next Slide
Request format: <STX><FLAG><Command><ETX><LRC>
| Field | Format | Length | Description |
|---|---|---|---|
| Command | AN | 3 | “616” |
Control PC sends:
<STX><FLAG><36H><31H><36H><ETX><LRC>
Device responds:
<ACK>
Example of command sent: 02 11 36 31 36 03 32