//////////////////////////////////////// Nexus 2
// Written by GP
// 15-Dec-05

fixture
	manufacturer = "GENIUS"
	name = "Nexus2"
	version = 1.00
//  fullmanufacturer = "Genius"
//  fullname = "Nexus 2"
//  mode = 0
//  description = ""

	attribute
		name = "GOBO<>"
		channel = 1
		homeVal = 128
		
	attribute
		name = "CWHEEL"
		channel = 2
		homeVal = 0

	attribute
		name = "GOBOWHL"
		channel = 3
		homeVal = 0

	attribute
		name = "INTENSITY"
		channel = 4
		minval = 0
		maxVal = 60

	attribute
		name = "PAN"
		channel = 5
		homeVal = 127

	attribute
		name = "TILT"
		channel = 6
		homeVal = 127

//////////////////////////////////////////////////////

	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,"Ti@="

	parameter
		name = "-COLOUR-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (   0:  7),N,"Col 1"
		stop = (   7: 15),N,"Col 1-2"
		stop = (  16: 23),N,"Col 2"
		stop = (  24: 31),N,"Col 2-3"
		stop = (  32: 39),N,"Col 3"
		stop = (  40: 47),N,"Col 3-4"
		stop = (  48: 55),N,"Col 4"
		stop = (  56: 63),N,"Col 4-5"
		stop = (  64: 71),N,"Col 5"
		stop = (  72: 79),N,"Col 5-6"
		stop = (  80: 87),N,"Col 6"
		stop = (  88: 95),N,"Col 6-7"
		stop = (  96:103),N,"Col 7"
		stop = ( 104:111),N,"Col 7-8"
		stop = ( 112:119),N,"Col 8"
		stop = ( 120:127),N,"Col 8-9"
		stop = ( 128:135),N,"Col 9"
		stop = ( 136:143),N,"Col 9-10"
		stop = ( 144:151),N,"Col 10"
		stop = ( 152:159),N,"Col 10-11"
		stop = ( 160:167),N,"Col 11"
		stop = ( 168:175),N,"Col 11-12"
		stop = ( 176:183),N,"Col 12"
		stop = ( 184:191),N,"Col 12-1"
		stop = (M192:255),2,"CWhl>:"

	parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 3
		stop = (   0: 31),N,"Gobo 1"
		stop = (  32: 63),N,"Gobo 2"
		stop = (  64: 95),N,"Gobo 3"
		stop = (  96:127),N,"Gobo 4"
		stop = ( 128:159),N,"Gobo 5"
		stop = ( 160:191),N,"Gobo 6"
		stop = ( 192:223),N,"Gobo 7"
		stop = ( 224:255),N,"Gobo 8"

	parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 1
		stop = (M127:  0),2,"Gobo<:"
		stop = ( 128:128),N,"Gobo2Stop"
		stop = (M129:255),2,"Gobo>:"

	parameter
		name = "-STROBE-"
		displayerNum = 6
		type = B
		attribList = 4
		stop = (   0: 79),N,"Dimmer"		
		stop = (M 80:255),2,"Strobe:"
		
end

