Difference between revisions of "MC-Basic:RECORDING"
m |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:RECORDING}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 37: | Line 38: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= | ||
Line 43: | Line 44: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:RECORD|RECORD]] |
− | * [[ | + | * [[MC-Basic:RECORDCLOSE|RECORDCLOSE]] |
− | * [[ | + | * [[MC-Basic:RECORDOFF|RECORDOFF]] |
− | * [[ | + | * [[MC-Basic:RECORDON|RECORDON]] |
− | [[Category | + | [[Category:MC-Basic:Data Recording|RECORDING]] |
}} | }} |
Latest revision as of 08:07, 27 April 2017
Language: | English • 中文(简体) |
---|
This query returns the state of the data recorder. The following values are returned:
0 - recorder undefined and inactive.
1 - Recorder is defined, but inactive. (The RECORDON command is needed to activate it.)
2 - Recording is in progress (Data acquisition process after RECORDON was given.)
3 - Recording suspended. (RECORDOFF command issued.)
4 - Data acquisition completed automatically. Recorder is still defined. (RECORDCLOSE command needed to flush the data to the disk.)
Syntax
?Recording
Availability
All versions
Type
Long
Range
0 to 4
Scope
Task or Terminal
Limitations
Read only
Examples
?Recording