// High Line HL575 Spot
// Written By Zac Shenker 29th Jan 2008

Fixture
	manufacturer = "HIGHLINE"
	name = "HL575Wsh"
	version = 0.90
//  fullmanufacturer = "High Line"
//  fullname = "HL575 Wash"
//  mode = 0
//  description = ""

	Attribute
		name = "IRIS"
		channel = 1
		homeVal = 0
	
	Attribute
		name = "COLOUR"
		channel = 2
		homeVal = 0
	
	Attribute
		name = "INTENSITY"
		channel = 3

	Attribute
		name = "STROBE"
		channel = 4
		homeVal = 100
	
	Attribute
		name = "PAN"
		channel = 5
		fineChan = 7
		homeVal = 32768
	
	Attribute
		name = "TILT"
		channel = 6
		fineChan = 8
		homeVal = 32768
	
	Attribute
		name = "MSPEED"
		channel = 9
		homeVal = 255
	
	Attribute
		name = "VECTORMD"
		channel = 10
		homeVal = 0
	
	Attribute
		name = "EFFECT"
		channel = 11
		homeVal = 0
	
	Attribute
		name = "CYAN"
		channel = 12
		homeVal = 0
	
	Attribute
		name = "MAGENTA"
		channel = 13
		homeVal = 0

	Attribute
		name = "YELLOW"
		channel = 14
		homeVal = 0

	Attribute
		name = "CTC"
		channel = 15
		homeVal = 0
	
	Attribute
		name = "CMYKSPD"
		channel = 16
		homeVal = 255

//////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M    0:65535),D,0,540,"Pan="
	
	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 6
		stop = (M    0:65535),D,0,250,"Ti@="
	
	Parameter
		name ="-COLOUR1-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (   0:  7),N,"White"
		stop = (  16: 32),N,"Red"
		stop = (  32: 39),N,"Yellow"
		stop = (  48: 55),N,"Purple"
		stop = (  64: 71),N,"Green"
		stop = (  80: 87),N,"Orange"
		stop = (  96:103),N,"Blue"
		stop = ( 112:119),N,"Pink"
		stop = (   8: 15),N,"Wht Red"
		stop = (  24: 31),N,"Red Yel"
		stop = (  40: 47),N,"Yel Prp"
		stop = (  56: 63),N,"Prp Grn"
		stop = (  72: 79),N,"Grn Orn"
		stop = (  88: 95),N,"Orn Blu"
		stop = ( 104:111),N,"Blu Pnk"
		stop = ( 120:127),N,"Pnk Wht"
		stop = (M128:255),2,"ColWhl:"
	
	Parameter
		name = "-CYAN-"
		displayerNum = 4 
		type = C
		attribList = 12
		stop = (M  0:255),2,"Cyan="
	
	Parameter
		name = "-MAGNTA-"
		displayerNum = 5
		type = C
		attribList = 13
		stop = (M  0:255),2,"Magnta="
	
	Parameter
		name = "-YELLOW-"
		displayerNum = 6
		type = C
		attribList = 14
		stop = (M  0:255),2,"Yellow="
 
	Parameter
		name = "-CTC-"
		displayerNum = 7
		type = C
		attribList = 15
		stop = (M  0:255),2,"CTC=" 
		
	Parameter
		name = "-IRIS-"
		displayerNum = 8
		type = B
		attribList = 1
		stop = (   0:  5),N,"IrsWide"
		stop = (   6: 10),N,"IrsNarw"
		stop = (M 11: 51),2,"Irs1:"
		stop = (R 52: 56),N,"IrsNarrow"
		stop = (R 57: 67),N,"IrsWide"
		stop = (M 68:250),2,"Irs>:"
	
	Parameter
		name = "-STROBE-"
		displayerNum = 9
		type = B
		attribList = 4
		stop = (   0: 20),N,"Shtr Clsd"
		stop = (  85:115),N,"Shtr Open"
		stop = (M 21:52),2,"Strb1<:"
		stop = (M 53:64),2,"Strb2>:"
		stop = (M116:243),2,"Strb3:"
		stop = (R244:255),N,"Shtr Open"
	
	Parameter
		name = "-VCTMD-"
		displayerNum = 21
		type = B
		attribList = 10
		stop = (   0:  5),N,"NoVctMd"
		stop = (R  6: 45),N,"Nop"
		stop = (R 46: 85),N,"Nop"
		stop = (  86:125),N,"ColVct"
		stop = (R126:165),N,"Nop"
		stop = ( 166:205),N,"XY Vct"
		stop = ( 206:245),N,"All Vct"
		stop = (R246:255),N,"NoVctMd"
	
	Parameter
		name = "-MSPEED-"
		displayerNum = 22
		type = F
		attribList = 9
		stop = (M  0:255),2,"MSpd="

	Parameter
		name = "-CMYKSPD-"
		displayerNum = 23
		type = C
		attribList = 16
		stop = (M  0:255),2,"CMYKSpd=" 
		
End
