//////////////////////////////        Martin Alien 02

// Created By Gary Pritchard
// August 10, 2004

Fixture 
	manufacturer = "MARTIN"
	name = "Alien 02"
	version = 1.0
//  fullmanufacturer = "Martin"
//  fullname = "Alien 02"
//  mode = 0
//  description = ""

	Attribute
		name = "CONTROL"
		channel = 1
		homeVal = 232			// Lamp Power On
		
	Attribute
		name = "INTENSITY"
		channel = 2
      
	Attribute
		name = "CYAN"
		channel = 3
		homeVal = 0

	Attribute
		name = "MAGENTA"
		channel = 4
		homeVal = 0
		
	Attribute
		name = "YELLOW"
		channel = 5
		homeVal = 0
		
	Attribute
		name = "COLOURMIX"
		channel = 6
		homeVal = 0
	
	Attribute
		name = "SPEED"
		channel = 7
		homeVal = 0
	
//////////////////////////////////////////////////////////////////

	Parameter
		name = "-CYAN-"
		displayerNum = 1 
		type = C
		attribList = 3
		stop = (M  0:255),2,"Cyan="		

	Parameter
		name = "-MAGENTA-"
		displayerNum = 2
		type = C
		attribList = 4
		stop = (M  0:255),2,"Magnta="		

	Parameter
		name = "-YELLOW-"
		displayerNum = 3
		type = C
		attribList = 5
		stop = (M  0:255),2,"Yellow="

	Parameter
		name = "-COL MIX-"
		displayerNum = 4
		type = C
		attribList = 6
		stop = (   0: 14),N,"Mix Off"
		stop = (  15: 34),N,"CMY Slow"
		stop = (  35: 54),N,"CMY Med"
		stop = (  55: 74),N,"CMY Fast"
		stop = (  75: 94),N,"MY Slow"
		stop = (  95:114),N,"MY Med"
		stop = ( 115:134),N,"MY Fast"		
		stop = ( 135:154),N,"CM Slow"		
		stop = ( 155:174),N,"CM Med"
		stop = ( 175:194),N,"CM Fast"
		stop = ( 195:214),N,"CY Slow"		
		stop = ( 215:234),N,"CY Med"
		stop = ( 235:255),N,"CY Fast"
		
	Parameter
		name = "-SPEED-"   
		displayerNum = 23
		type = B
		attribList = 7
		stop = (   0:  2),N,"Tracking"
		stop = (M245:  3),2,"Speed:"
		stop = ( 251:255),N,"Fast"
		stop = (R246:251),N,"Reserved"

	Parameter
		name = "-CONTROL-"   
		displayerNum = 24
		type = N
		attribList = 1
		stop = ( 248:255),N,"LampOff"
		stop = ( 228:237),N,"LampOn"
		stop = ( 208:217),N,"Reset"
		stop = (R  0:207),N,"Reserved"
		stop = (R218:227),N,"Reserved"
		stop = (R238:247),N,"Reserved"
		
end

