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 revisionBoth sides next revision
reference:remote_control_commands [2021/03/12 19:02] – Aktualisierung tondosereference:remote_control_commands [2021/09/14 08:53] – Ergänzung 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 above with ''<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.
   * ''<Remote ID> CLOSE'' - Stop recording into the file and close (i. e. save) it.   * ''<Remote ID> CLOSE'' - Stop recording into the file and close (i. e. save) it.
 +
 +==== Comment Viewer ====
 +
 +The Comment Viewer can be employed as a window for displaying user-defined text messages. For this purpose it should obtain a unique ''<Remote ID>'', to be set in the //Advanced//-Tab of the respective screen object. There is no default value.
 +
 +  * ''<Remote ID> TEXT <Text>'' - Display ''<Text>'' in the Comment Viewer Window.
 +
 +  * **Note** that some special characters can be accessed only by scripting:
 +    * //New lines// should be substituted by ''#13+#10''.
 +    * //Apostrophes//  should be substitited by ''#39''.
 +    * //Semicolons// cannot be displayed. \\ 
 +
 +  * **Example:**((Remote ID selected as ''COMMENTVIEWER''))<code=delphi>
 +  ExecuteCommand('COMMENTVIEWER TEXT Hello World' + #13+#10 + 'This is a ' + #39 + 'New Line' + #39);
 +</code>
 +
 +
  
 ==== Talk Timer ==== ==== Talk Timer ====
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