<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?action=history&amp;feed=atom&amp;title=OSC%3AEOS_SendNewCommandLine</id>
		<title>OSC:EOS SendNewCommandLine - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.movinglightassistant.com/wiki/index.php?action=history&amp;feed=atom&amp;title=OSC%3AEOS_SendNewCommandLine"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=OSC:EOS_SendNewCommandLine&amp;action=history"/>
		<updated>2026-07-26T04:16:07Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>http://www.wiki.movinglightassistant.com/wiki/index.php?title=OSC:EOS_SendNewCommandLine&amp;diff=74&amp;oldid=prev</id>
		<title>Andyv wiki admin: Added Page.</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=OSC:EOS_SendNewCommandLine&amp;diff=74&amp;oldid=prev"/>
				<updated>2015-03-15T00:05:59Z</updated>
		
		<summary type="html">&lt;p&gt;Added Page.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===EOS_SendNewCommandLine( command )===&lt;br /&gt;
:&amp;#039;&amp;#039;command is a string.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function will send the command string passed to the command line of the EOS console as a new command, i.e. as if you had pressed the &amp;#039;&amp;#039;Clear&amp;#039;&amp;#039; key to clear the command line first. If the command ends with a hash character it will terminate the command (i.e. as if you had pressed the &amp;#039;&amp;#039;Enter&amp;#039;&amp;#039; key). If no hash character is sent at the end of the command, the command will remain unterminated on the command line of the console.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;OSC:EOS_SendNewCommandLine(&amp;quot;Chan 1 Thru 5#&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
This would select channels 1 thru 5 on the console as it is a terminated command.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;OSC:EOS_SendNewCommandLine(&amp;quot;Chan 1 Thru 5&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
This would NOT select channels 1 thru 5 on the console as it is an unterminated command and would remain on the command line until an action is taken.&lt;br /&gt;
&lt;br /&gt;
This function will NOT append to the command line but will clear the command line and the channel selection first. After you have used &amp;#039;&amp;#039;EOS_SendNewCommandLine&amp;#039;&amp;#039;, you can append to the command line using [[OSC:EOS_SendCommandLine|EOS_SendCommandLine]] if you wish.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Example.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;OSC:EOS_SendNewCommandLine(&amp;quot;Chan 1 Thru 5#&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;OSC:EOS_SendCommandLine(&amp;quot;At Full#&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This would result in a final command line of &amp;#039;&amp;#039;Chan 1 Thru 5 At Full#&amp;#039;&amp;#039; after clearing what ever was on the command line before (and whatever channels were selected).&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	</feed>