![SCT Scout SC4415 Скачать руководство пользователя страница 28](http://html.mh-extra.com/html/sct/scout-sc4415/scout-sc4415_user-manual_1220014028.webp)
Document# SCT-UM026FVC
Page 28 of 46
Confidential
5.1.6
led
Name
led
Queue No
Synopsis
led
led <STATE>
Description Set the front panel LED state
Detail
<STATE> Led state option:
0 = LED off
1 = LED on
2 = Flash LED for 5 seconds
5.1.7
status
Name
status
Queue No
Synopsis
status
Description Get the system status and queue information
Detail
Returns the following information
Busy Processing:
Indicates that the system is busy processing a command or the system is currently
waiting for a trigger signal.
System Error:
Indicates that an unexpected error has occurred.
Command Exec Count:
Displays the number of executed commands that make use of the Command Queue.
This count will reset when the '
Command/Data Queue Full:
Indicates that the specific queue is full and data must be processed.
Data Queue Bytes Queued:
The number of data bytes that are available to be read from the Data Queue.
Command Queue Free Space:
Displays the number of commands that can be loaded into the Command Queue. See
'
' for detail about the Primary and Secondary Command Queues.
5.1.8
read
Name
read
Queue No
Synopsis
read [<NUM> [<FORMAT>]]
Description Return and display the data contained in the Data Queue
Detail
Read Data Queue:
<NUM> Bytes to Read:
Specify the number of bytes to return from the Data Queue. If the requested number
of bytes is greater than the available, all available bytes will be returned (default
behavior).
Range = 1-4096
<FORMAT> Display Format:
Select how the return data is formatted and displayed.
1 = Stream Format
Data is formatted as a contiguous byte stream. This format is ideal for application
parsing.
2 = User Format (default)
Data bytes are presented individually in a simplified table along with the calculated
odd parity for each byte.
Any command which performs any type of 'read' operation will store its returned
data into the Data Queue.
5.1.9
buffer
Name
buffer
Queue No