Difference between revisions of "MC-Basic:RECORDON"

From SoftMC-Wiki
Jump to: navigation, search
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:RECORD|RECORD]]
 
* [[MC-Basic:RECORD|RECORD]]
* [[Axystems:MC-Basic:RECORDCLOSE|RECORDCLOSE]]
+
* [[MC-Basic:RECORDCLOSE|RECORDCLOSE]]
 
* [[Axystems:MC-Basic:RECORDING|RECORDING]]
 
* [[Axystems:MC-Basic:RECORDING|RECORDING]]
 
* [[Axystems:MC-Basic:RECORDOFF|RECORDOFF]]
 
* [[Axystems:MC-Basic:RECORDOFF|RECORDOFF]]

Revision as of 08:40, 22 May 2014

This command starts the recording process.

Syntax

RecordOn

Availability

All versions

Scope

Task or Terminal

Limitations

Write only. The data to be recorded must be defined using the RECORD command.

Examples

RecordOn

See Also