/////////////////////////////////////////// High End Trackspot Hi Res
// LSC Lighting Systems 
// maXim fixture Template
// 
// G. Pritchard
// Updated by Steve Richards September 02, 2003 02:15:10 PM
// Updated by Steve Richards September 11, 2003 11:17:13 AM 
// Updated by Steve Richards December 04, 2003 03:02:53 PM  

fixture

	name = "TrksptHR"
	manufacturer = "HIGHEND"
	version = 1.1
//  fullmanufacturer = "High End Systems"
//  fullname = "Trackspot Hi Res"
//  mode = 0
//  description = ""
	
	attribute
		name = "PAN"
		channel = 1
		homeVal = 128

	attribute
		name = "TILT"
		channel = 2
		homeVal = 128

	attribute
		name = "COLOUR"
		channel = 3
		homeVal = 0

	attribute
		name = "GOBO"
		channel = 4
		homeVal = 0

	attribute
		name = "SHUTTER"
		channel = 5
		homeVal = 30

	attribute
		name = "INTENSITY"
		channel = 6

	attribute
		name = "SPEED"
		channel = 7
		homeVal = 255

////////////////////////////////////////////////////////////////
	parameter
		name = "-PAN-"					
 		displayerNum = 1 
		type = F
 		attribList = 1
		stop = (M  0:255),D,0,170,"Pan="

 	parameter
		name = "-TILT-"					
		displayerNum = 2 
		type = F
		attribList = 2
		stop = (M  0:255),D,0,110,"Ti@="

 	parameter
		name = "-COLOR-"					
		displayerNum = 3 
		type = C
		attribList = 3
		stop = (   0:  4),N,"NoColor"
		stop = ( 116:124),N,"W+Pink"
		stop = ( 125:130),N,"Pink"
		stop = ( 131:137),N,"P+Grn"
		stop = ( 138:144),N,"Green"
		stop = ( 145:152),N,"G+Blue"
		stop = ( 153:160),N,"Dk!Blue"
		stop = ( 161:166),N,"B+Open"
		stop = ( 167:172),N,"Open"
		stop = ( 173:181),N,"O+DkRed"
		stop = ( 182:187),N,"Dk Red"
		stop = ( 188:193),N,"DkR+Red"
		stop = ( 194:200),N,"Red"
		stop = ( 201:208),N,"R+Prpl"
		stop = ( 209:215),N,"Purple"
		stop = ( 216:221),N,"Prpl+Yel"
		stop = ( 222:228),N,"Yellow"
		stop = ( 229:235),N,"Y+LtBlu"
		stop = ( 236:243),N,"Lt Blue"
		stop = ( 244:249),N,"LtB+Open"
		stop = (M  5: 61),1,"ColWhl>:"
		stop = (M 62:115),1,"ColWhl<:"

 	parameter
		name = "-GOBO-"					
		displayerNum = 4 
		type = B
		attribList = 4
		stop = (   0:  5),N,"NoGobo"
		stop = ( 168:185),N,"PinSpot"
		stop = ( 186:196),N,"M-C Cone"
		stop = ( 197:204),N,"Squares"
		stop = ( 205:213),N,"Stars"
		stop = ( 214:222),N,"Line"
		stop = ( 223:231),N,"Blocks"
		stop = ( 232:240),N,"4Clr Circ"
		stop = ( 241:249),N,"Gobo 8"
		stop = ( 250:255),N,"Sml Circ"
		stop = (M  5: 68),1,"GWhl>:"
		stop = (M 69:167),1,"GWhl<:"

 	parameter
		name = "-SHUTTER-"					
		displayerNum = 5 
		type = B
		attribList = 5
		stop = (   0: 20),N,"Shtr Clsd"
		stop = (  21: 50),N,"Shtr Open"
		stop = (M 51:220),1,"Strobe:"

 	parameter
		name = "-MSPEED-"					
		displayerNum = 6 
		type = F
		attribList = 7
		stop = (M  0:255),2,"Speed="

end


