Difference between revisions of "MC-Basic:RECORDON"

From SoftMC-Wiki
Jump to: navigation, search
Line 37: Line 37:
 
* [[MC-Basic:RECORDCLOSE|RECORDCLOSE]]
 
* [[MC-Basic:RECORDCLOSE|RECORDCLOSE]]
 
* [[MC-Basic:RECORDING|RECORDING]]
 
* [[MC-Basic:RECORDING|RECORDING]]
* [[Axystems:MC-Basic:RECORDOFF|RECORDOFF]]
+
* [[MC-Basic:RECORDOFF|RECORDOFF]]
  
 
[[Category:Axystems:MC-Basic:Data Recording|RECORDON]]
 
[[Category:Axystems:MC-Basic:Data Recording|RECORDON]]
 
}}
 
}}

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