// LED Moving Head 12 channel
// 
// Jon Lenard
// 2/18/11

fixture
	manufacturer = "UNKNOWN"
	name = "LEDHEAD"
	version = 1.00
//  fullmanufacturer = "Unknown"
//  fullname = "LED Moving Head"
//  mode = 0
//  description = ""

	attribute
		name = "PAN"
		channel = 1
		fineChan = 10
		homeVal = 128

	attribute
		name = "TILT"
		channel = 2
		fineChan = 11
		homeVal = 128
		
	attribute
		name = "STROBE"
		channel = 3
		homeVal = 255
		
	attribute
		name = "INTENSITY"
		channel = 4
		
	attribute
		name = "MACRO"
		channel = 5
		homeVal = 255
		
	attribute
		name = "RED"
		channel = 6
		homeVal = 0
	
	attribute
		name = "GREEN"
		channel = 7
		homeVal = 0
	
	attribute
		name = "BLUE"
		channel = 8
		homeVal = 0

	attribute
		name = "COLOR"
		channel = 9
		homeVal = 0
		
	attribute
		name = "SPEED"
		channel = 12
		homeVal = 0
				
//////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M    0:65535),2,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 2
		stop = (M    0:65535),2,"Ti@="

	parameter
		name = "-RED-"
		displayerNum = 3
		type = C
		attribList = 6
		stop = (M  0:255),2,"Red="

	parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 7
		stop = (M  0:255),2,"Green"

	parameter
		name = "-BLUE-"
		displayerNum = 5
		type = C
		attribList = 8
		stop = (M  0:255),2,"Blue="
	
	parameter
		name = "-MACRO-"
		displayerNum = 6
		type = C
		attribList = 5
		stop = (   0:  6),N,"Red"
		stop = (   7:  9),N,"RedGreen"
		stop = (  10: 14),N,"Green"
		stop = (  15: 19),N,"GrnBlue"
		stop = (  20: 24),N,"Blue"
		stop = (  25: 29),N,"BlueRed"
		stop = (  30: 49),N,"White"
		stop = (M 50:118),2,"R+G:"
		stop = (M119:185),2,"G+B:"
		stop = (M186:252),2,"B+R:"
		stop = ( 253:255),N,"White"

	parameter
		name = "-COLOR-"
		displayerNum = 7
		type = C
		attribList = 9
		stop = (   0:  5),N,"White"		
		stop = (M  6:127),2,"RBG:"
		stop = (M128:255),2,"Rain:"
		
	parameter
		name = "-STROBE-"
		displayerNum = 8
		type = B
		attribList = 3
		stop = (   0:  1),N,"Closed"
		stop = (M  2:100),2,"Strobe:"
		stop = (M101:199),2,"Rand:"
		stop = (R208:217),N,"SeeDisp24"
		stop = ( 218:255),N,"Open"
		
		
/////////////////////////////////////		
		
	parameter
		name = "-SPEED-"
		displayerNum = 23
		type = F
		attribList = 12
		stop = (M251:  0),2,"Speed:"
		stop = ( 252:255),N,"Vector"
		
	parameter
		name = "-RESET-"
		displayerNum = 24
		type = N
		attribList = 8
		stop = (R  0:199),N,"RunMode"
		stop = ( 208:217),N,"Reset"
		stop = ( 218:255),N,"RunMode"
			
end
