////////////////     Vari*Lite VL3000 Wash Enhanced 16 bit Mode
// Written by RM @ Plenty Aug 2007

Fixture
	manufacturer = "VARILITE"
	name = "vl3000w"
	version = 0.98
//  fullmanufacturer = "Vari-Lite"
//  fullname = "VL3000 Wash"
//  mode = e
//  description = ""

	Attribute
		name = "INTENSITY"
		channel = 1
		homeVal = 0

	Attribute
		name = "PAN"
		channel = 2
		fineChan = 3
		homeVal = 32768

	Attribute
		name = "TILT"
		channel = 4
		fineChan = 5
		homeVal = 32768

	Attribute
		name = "EDGE"
		channel = 6
		homeVal = 128

	Attribute
		name = "CTO"
		channel = 7
		homeVal = 0

	Attribute
		name = "BLUE"
		channel = 8
		homeVal = 0

	Attribute
		name = "AMBER"
		channel = 9
		homeVal = 0

	Attribute
		name = "MAGENTA"
		channel = 10
		homeVal = 0

	Attribute
		name = "COLOUR"
		channel = 11
		homeVal = 0

	Attribute
		name = "STROBE"
		channel = 12
		homeVal = 0
		
	Attribute
		name = "F TIME"
		channel = 13
		homeVal = 255
		
	Attribute
		name = "C TIME"
		channel = 14
		homeVal = 255
				
	Attribute
		name = "B TIME"
		channel = 15
		homeVal = 255

	Attribute
		name = "CONTROL"
		channel = 16
		homeVal = 8

///////////////////////////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 2
		stop = (M    0:65535),D,0,540,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 4
		stop = (M    0:65535),D,0,270,"Ti@="
		
	Parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 8
		stop = (M  0:255),2,"Cyan="		

	Parameter
		name = "-MAGNTA-"
		displayerNum = 4
		type = C
		attribList = 10
		stop = (M  0:255),2,"Mgnta="

	Parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 9
		stop = (M  0:255),2,"Yellow="		

	Parameter
		name = "-CTO-"
		displayerNum = 6
		type = C
		attribList = 7
		stop = (M  0:255),2,"Cto="

/----------------------------------------------------------

	Parameter
		name = "-COLOUR-"
		displayerNum = 7
		type = C
		attribList = 11
		stop = (   0:  0),N,"White"	
		stop = (  31: 31),N,"Blue"		
		stop = (  62: 62),N,"Orange"
		stop = (  93: 93),N,"Green"
		stop = ( 124:124),N,"Fuchsia"
		stop = ( 155:155),N,"Magenta"
		stop = ( 186:155),N,"Red"
		stop = (M236:217),2,"CWhl<:"
		stop = (M237:255),2,"CWhl>:"

		stop = (M  0:216),2,"Color:"

	Parameter
		name = "-EDGE-"
		displayerNum = 8
		type = B
		attribList = 6
		stop = (M  0:255),2,"Edge="

	Parameter
		name = "-STROBE-"
		displayerNum = 9
		type = B
		attribList = 12
		stop = (   3:  5),N,"Shtr Clsd"
		stop = (   0:  2),N,"Shtr Open"
		stop = (M 13:255),2,"Strobe:"
		stop = (   6:  7),N,"Rnd Slow"
		stop = (   8: 10),N,"Rnd Med"
		stop = (  11: 12),N,"Rnd Fast"

/------------------------------------

/	Parameter
/		name = "-F TIME-"
/		displayerNum = 20
/		type = F
/		attribList = 13
/		stop = ( 255:255),N,"F-Track"
/		stop = (M254:  0),2,"Ftime:"
/
/	Parameter
/		name = "-C TIME-"
/		displayerNum = 21
/		type = C
/		attribList = 14
/		stop = ( 255:255),N,"C-Track"
/		stop = (M254:  0),2,"Ctime:"
/
/	Parameter
/		name = "-B TIME-"
/		displayerNum = 22
/		type = B
/		attribList = 15
/		stop = ( 255:255),N,"B-Track"
/		stop = (M254:  0),2,"Btime:"

	Parameter
		name = "-CTRL-ACT-"
		displayerNum = 23
		type = N
		attribList = 16
		stop = (   0:  0),N,"Active"
		stop = (   1:255),N,"NotActive"
		
	Parameter
		name = "-CTRL-SEL-"
		displayerNum = 24
		type = N
		attribList = 16
		stop = (   5: 10),N,"NoSelect"
		stop = (  81: 87),N,"Reset"
		stop = ( 165:171),N,"Lamp Off"
		stop = ( 249:255),N,"Lamp On"
		
		stop = ( 100:104),N,"ReCal C"
		stop = ( 112:116),N,"Recal G"
		stop = ( 126:130),N,"Recal B"
		stop = ( 138:142),N,"Recal I"

		
end

