<?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=Send</id>
		<title>Send - 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=Send"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=Send&amp;action=history"/>
		<updated>2026-07-26T05:17:23Z</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=Send&amp;diff=39&amp;oldid=prev</id>
		<title>Andyv wiki admin: Created page with &quot;===Send( text )=== :&#039;&#039;text is a string.&#039;&#039;  This function sends the text over the Telnet connection. text sent is not automatically terminated with a carriage return character....&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.movinglightassistant.com/wiki/index.php?title=Send&amp;diff=39&amp;oldid=prev"/>
				<updated>2014-07-05T08:39:29Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Send( text )=== :&amp;#039;&amp;#039;text is a string.&amp;#039;&amp;#039;  This function sends the text over the Telnet connection. text sent is not automatically terminated with a carriage return character....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Send( text )===&lt;br /&gt;
:&amp;#039;&amp;#039;text is a string.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This function sends the text over the Telnet connection. text sent is not automatically terminated with a carriage return character. Currently as of Beta 8, MLA will not wait for a response from the console before continuing. It is recommended to use a [[Wait]] command of 0.2 seconds to prevent sending commands to the console faster than the console can process them. &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;Telnet:Send(&amp;quot;Clear\r&amp;quot;)&amp;lt;/code&amp;gt;&lt;br /&gt;
This would send a Clear command to the console. Note the &amp;quot;\r&amp;quot; is the return carriage to terminate the command.&lt;br /&gt;
&lt;br /&gt;
It is often best to create LUA functions to do common tasks&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;function StoreCue(cue)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;	textToSend = &amp;quot;Store Cue &amp;quot;.. cue..&amp;quot;\r&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;	Telnet:Send(textToSend)&amp;lt;/code&amp;gt;&lt;br /&gt;
:&amp;lt;code&amp;gt;end&amp;lt;/code&amp;gt;&lt;br /&gt;
The LUA function defined above accepts a cue number as a parameter, then constructs the string &amp;#039;textToSend&amp;#039;, which is then passed to the Telnet:Send function.&lt;/div&gt;</summary>
		<author><name>Andyv wiki admin</name></author>	</entry>

	</feed>