User Tools

Site Tools


reference:remote_control_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
reference:remote_control_commands [2021/12/07 16:17] – Ergänzung tondosereference:remote_control_commands [2022/01/05 07:18] – [Aircheck Recorder] tondose
Line 517: Line 517:
  
   * ''<Remote ID> OPEN'' - Arm the Aircheck Recorder to record into the file specified in the screen object's settings. [[reference:logging_variables|Timestamp variables]] like ''%Y'', ''%M'', ''%D'', etc. may be used (recommended).   * ''<Remote ID> OPEN'' - Arm the Aircheck Recorder to record into the file specified in the screen object's settings. [[reference:logging_variables|Timestamp variables]] like ''%Y'', ''%M'', ''%D'', etc. may be used (recommended).
-  * ''<Remote ID> OPEN <filename>'' - Same as above with ''<filename>'' overriding the preset path and filename.+  * ''<Remote ID> OPEN <filename>'' - Same as abovewith ''<filename>'' overriding the preset path and filename.
   * ''<Remote ID> ON'' - Start recording.   * ''<Remote ID> ON'' - Start recording.
   * ''<Remote ID> OFF'' - Pause recording into the same file.   * ''<Remote ID> OFF'' - Pause recording into the same file.
Line 534: Line 534:
  
   * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>   * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>
-  ExecuteCommand('COMMENTVIEWER TEXT Hello World' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39); +  ExecuteCommand('COMMENTVIEWER TEXT Hello world' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39); 
-</code>+</code>yields<code> 
 +Hello world 
 +This is a 'New Line'</code> 
  
  
reference/remote_control_commands.txt · Last modified: 2024/03/09 14:54 by ulinobbe

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki