// HY Lighting 575 Wash HY-575
// Jon Lenard 2/16/11

Fixture
   manufacturer = "HYLIGHTING"
   name = "HY575W"
   version = 1.0
//  fullmanufacturer = "HY Lighting"
//  fullname = "575 Wash"
//  mode = 0
//  description = ""

	attribute
		name = "CYAN"
		channel = 1
		homeVal = 0
		
	attribute
		name = "MAGNETA"
		channel = 2
		homeVal = 0
		
	attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 4
		minVal = 0
		maxVal = 127
		homeVal = 0
		
	attribute
		name = "PAN"
		channel = 5
		homeVal = 128
		
	attribute
		name = "TILT"
		channel = 6
		homeVal = 128
		
	attribute
		name = "PSPEED"
		channel =  7
		homeVal = 0
		
	attribute
		name = "TSPEED"
		channel = 8
		homeVal = 0
		
	attribute
		name = "COLOR"
		channel = 9
		homeVal = 0
		
	attribute
		name = "PRISM"
		channel = 10
		homeVal = 0
		
	attribute
		name = "FOCUS"
		channel = 11
		homeVal = 128
		
	attribute
		name = "IRIS"
		channel = 12
		homeVal = 0
		
/////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M  0:255),2,"Pan="

	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M  0:255),2,"Tilt="
		
	parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="		
		
	parameter
		name = "-MAGENTA-"
		displayerNum = 4
		type = C
		attribList = 2
		stop = (M  0:255),2,"Magent="		
		
	parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"Yellow="		
		
	parameter
		name = "-COLOR-"
		displayerNum = 6
		type = C
		attribList = 9
		stop = (M  0:191),2,"Color:"
		stop = (M192:255),2,"Cwhl<:"
		
	parameter
		name = "-PRISM-"
		displayerNum = 7 
		type = B
		attribList = 10
		stop = (  0:127),N,"No Prism"
		stop = (128:255),N,"Prism"

	parameter
		name = "-IRIS-"
		displayerNum = 8
		type = B
		attribList = 12
		stop = (M   0:255),2,"Iris="
		
	parameter
		name = "-FOCUS-"
		displayerNum = 9 
		type = B 
		attribList = 11
		stop = (M   0:255),2,"Focus="
		
	parameter
		name = "-SHUTTER-"
		displayerNum = 10
		type = B
		attribList = 4
		stop = (   0:  0),N,"UseFader"
		stop = (R  0:127),N,"UseFader"
		stop = ( 128:139),N,"Brake"
		stop = (M140:243),2,"Strobe:"
		stop = (R128:139),N,"Brake"
		
/////////////////////////////

	parameter
		name = "-PSPEED-"
		displayerNum = 23 
		type = F
		attribList = 7
		stop = (M   0:255),2,"Speed="
		
	parameter
		name = "-TSPEED-"
		displayerNum = 24
		type = F
		attribList = 8
		stop = (M   0:255),2,"Speed="
		
end
