<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gonesurfing</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gonesurfing"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Gonesurfing"/>
	<updated>2026-07-21T21:57:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=InteractiveTechnologies_CueServer-Pro-CS-800&amp;diff=24975</id>
		<title>InteractiveTechnologies CueServer-Pro-CS-800</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=InteractiveTechnologies_CueServer-Pro-CS-800&amp;diff=24975"/>
		<updated>2010-09-05T08:16:04Z</updated>

		<summary type="html">&lt;p&gt;Gonesurfing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Automation]] [[Category: hardware]] &lt;br /&gt;
This is a template for a DMX lighting controller by Interactive technologies - model Cueserver pro800  &lt;br /&gt;
http://www.interactive-online.com/products/cueserver/overview&lt;br /&gt;
Its very basic at the moment however it is working using the serial port I have followed the guide in the wiki &amp;quot;Implementing Clipsal Interface using Generic Serial Device&amp;quot;also adding in device data #76 COM Port ParityBit/Stop(string) #78 COM Port BaudRate(string)&lt;br /&gt;
&lt;br /&gt;
 in the RUBY CODE under &amp;quot;Ruby Internal Commands&amp;quot;-&amp;quot;#384 Process Receive Command For Child &amp;quot;add &lt;br /&gt;
&lt;br /&gt;
id=device_.childdevices_[cmd.devidto_].devdata_[12]#get child device number&lt;br /&gt;
&lt;br /&gt;
if cmd.id_==192 #192 is on&lt;br /&gt;
&lt;br /&gt;
conn_.Send(&amp;quot;[c&amp;quot;+id+&amp;quot;atfl]\r&amp;quot;) #set id to full&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
if cmd.id_==193 #193 is off&lt;br /&gt;
&lt;br /&gt;
conn_.Send(&amp;quot;[c&amp;quot;+id+&amp;quot;rel]\r&amp;quot;) #relase id to zero&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
if cmd.id_==184 #184 dimmer&lt;br /&gt;
&lt;br /&gt;
conn_.Send(&amp;quot;[c&amp;quot;+id+&amp;quot;at50]\r&amp;quot;) #set id to 50% it should step the light up or down this is not working at present&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
THINGS TO DO &lt;br /&gt;
&lt;br /&gt;
-get #184 the dimmer command to work correctly&lt;br /&gt;
&lt;br /&gt;
-add log/messages to keep lmce up to date&lt;br /&gt;
&lt;br /&gt;
-intergrate the 8 contact closures on the cueserver this could work as alarm interface&lt;br /&gt;
&lt;br /&gt;
-get it to work over the ethernet write a driver in c++&lt;/div&gt;</summary>
		<author><name>Gonesurfing</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=InteractiveTechnologies_CueServer-Pro-CS-800&amp;diff=24974</id>
		<title>InteractiveTechnologies CueServer-Pro-CS-800</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=InteractiveTechnologies_CueServer-Pro-CS-800&amp;diff=24974"/>
		<updated>2010-09-05T08:07:47Z</updated>

		<summary type="html">&lt;p&gt;Gonesurfing: New page: Category: Automation Category: hardware  This is a template for a DMX lighting controller by Interactive technologies - model Cueserver pro800   http://www.interactive-online.com/p...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Automation]] [[Category: hardware]] &lt;br /&gt;
This is a template for a DMX lighting controller by Interactive technologies - model Cueserver pro800  &lt;br /&gt;
http://www.interactive-online.com/products/cueserver/overview&lt;br /&gt;
Its very basic at the moment however it is working using the serial port I have followed the guide in the wiki &amp;quot;Implementing Clipsal Interface using Generic Serial Device&amp;quot;also adding in device data #76 COM Port ParityBit/Stop(string) #78 COM Port BaudRate(string)&lt;br /&gt;
&lt;br /&gt;
 in the RUBY CODE under &amp;quot;Ruby Internal Commands&amp;quot;-&amp;quot;#384 Process Receive Command For Child &amp;quot;add &lt;br /&gt;
&lt;br /&gt;
id=device_.childdevices_[cmd.devidto_].devdata_[12]#get child device number&lt;br /&gt;
&lt;br /&gt;
if cmd.id_==192 #192 is on&lt;br /&gt;
conn_.Send(&amp;quot;[c&amp;quot;+id+&amp;quot;atfl]\r&amp;quot;) #set id to full&lt;br /&gt;
end&lt;br /&gt;
if cmd.id_==193 #193 is off&lt;br /&gt;
conn_.Send(&amp;quot;[c&amp;quot;+id+&amp;quot;rel]\r&amp;quot;) #relase id to zero&lt;br /&gt;
end&lt;br /&gt;
if cmd.id_==184 #184 dimmer&lt;br /&gt;
conn_.Send(&amp;quot;[c&amp;quot;+id+&amp;quot;at50]\r&amp;quot;) #set id to 50% it should step the light up or down this is not working at present&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
THINGS TO DO &lt;br /&gt;
-get #184 the dimmer command to work correctly&lt;br /&gt;
-add log/messages to keep lmce up to date&lt;br /&gt;
-intergrate the 8 contact closures on the cueserver this could work as alarm interface&lt;br /&gt;
-get it to work over the ethernet c++&lt;/div&gt;</summary>
		<author><name>Gonesurfing</name></author>
	</entry>
</feed>