SYNBSTAT – Buffer Status
A read-only command that returns the current status of the sync position buffer operation.
Applies to: CMD-4CR, CMD-4EX-SA
ASCII SYNBSTAT
Syntax:
Read:
SYNBSTAT
Reply
Command is accepted and executed
Read:
Three integers in the format "%d:%d:%d" [buffer enabled]:[buffer positions used]:[available sync buffer positions]
Where: [buffer enabled] – indicates the enabled or disabled state (0 = disabled, 1 = enabled), [buffer positions used] – indicates the current number of positions used of the buffer (0 – 1024) [available sync buffer positions] – indicates the total number of Sync buffer positions (1024) |
Command cannot be processed
An error message is returned. See Error Codes
Example:
Read: SYNBSTAT * returns the sync position buffer status
Reply: 1:34:1024 * signifies buffer is enabled, there are 34 sync positions stored in the buffer, there are a total of 1024 positions in the buffer
Notes:
None