Difference between revisions of "Control Panel"

From SlugWiki
Jump to: navigation, search
 
Line 1: Line 1:
When a button is pushed
+
The control panel will have the following controls.
 
+
 
+
 
{| border="1"
 
{| border="1"
 
|-
 
|-
|'''Switch'''
+
|'''Switch Name'''
 
|'''On Command'''
 
|'''On Command'''
 
|'''Off Command'''
 
|'''Off Command'''
Line 60: Line 58:
 
|
 
|
 
|}
 
|}
 +
 +
When a button is pushed a packet of the following format is transmitted over the [[4E Network]]:
 +
 +
<pre>
 +
'\' 'H' 01 'C' 'A' (Switch Name) '\' 'E'
 +
</pre>
 +
For example,
 +
<pre>
 +
'\' 'H' 01 'C' 'A' 'A' '\' 'E'
 +
'\' 'H' 01 'C' 'A' 'D' '\' 'E'
 +
</pre>
 +
button A then D were pushed.
 +
 +
Buttons A through D have built in lights that may be controlled over the 4E Network:
 +
<pre>
 +
'\' 'H' 'C' 01 'B' (Lighting Command) '\' 'E'
 +
</pre>
 +
For example, the following turns on light A, blinks light B, and turns off light c:
 +
<pre>
 +
'\' 'H' 'C' 01 'B' 'A' '\' 'E'
 +
'\' 'H' 'C' 01 'B' '2' '\' 'E'
 +
'\' 'H' 'C' 01 'B' 'c' '\' 'E'
 +
</pre>

Revision as of 04:25, 25 February 2006

The control panel will have the following controls.

Switch Name On Command Off Command Blink Command Text Color Possible Function
A A a 1 Start Green Start/Stop music in lounge
B B b 2 All Stop Red Stop all players
C C c 3 Run Test Green
D D d 4 Reset Orange
E Emergency Stop Red Push it to the limit
F

When a button is pushed a packet of the following format is transmitted over the 4E Network:

'\' 'H' 01 'C' 'A' (Switch Name) '\' 'E'

For example,

'\' 'H' 01 'C' 'A' 'A' '\' 'E'
'\' 'H' 01 'C' 'A' 'D' '\' 'E'

button A then D were pushed.

Buttons A through D have built in lights that may be controlled over the 4E Network:

'\' 'H' 'C' 01 'B' (Lighting Command) '\' 'E'

For example, the following turns on light A, blinks light B, and turns off light c:

'\' 'H' 'C' 01 'B' 'A' '\' 'E'
'\' 'H' 'C' 01 'B' '2' '\' 'E'
'\' 'H' 'C' 01 'B' 'c' '\' 'E'