// Fixture ShowTec MiniMax 250
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 1/27/09
// Modified From: NEW
//

Fixture
   version = 1.0
   manufacturer = "SHOWTEC"
   name = "MINIMAX"
//  fullmanufacturer = "Showtec"
//  fullname = "MiniMax 250"
//  mode = 0
//  description = ""

    attribute
      name = "PAN"
      channel = 1
      homeVal = 128

	attribute
		name = "TILT"
		channel = 2
		homeVal = 128
		
	attribute
		name = "SPEED"
		channel = 3
		homeVal = 0
		
	attribute
		name = "COLOR"
		channel = 4
		homeVal = 0
		
	attribute
		name = "GOBO"
		channel = 5
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 6
		minVal = 16
		maxVal = 127
		homeVal = 16
		
	attribute
		name = "CONTROL"
		channel = 7
		homeVal = 0
		
/////////////////////////////////////////////////////////////////

   parameter
      name = "-PAN-"   
      displayerNum = 1
      type = F
      attribList = 1
      stop = (M  0:255),D,0,510,"Pan="

   parameter
      name = "-TILT-"   
      displayerNum = 2
      type = F
      attribList = 2
      stop = (M  0:255),D,0,260,"Ti@="
		
	parameter
		name = "-COLOR-"
		displayerNum = 3 
		type = C
		attribList = 4
        stop = (   0: 15),N,"White"
		stop = (  16: 31),N,"Red"
		stop = (  32: 43),N,"Green"
		stop = (  44: 55),N,"Blue"
		stop = (  56: 67),N,"Yellow"
		stop = (  68: 79),N,"Magenta"
		stop = (  80: 91),N,"Cyan"
		stop = (  92:107),N,"Orange"
		stop = ( 108:119),N,"Pink"
		stop = ( 120:135),N,"Green-Red"
		stop = ( 136:151),N,"Grn-Blue"
		stop = ( 152:167),N,"Blue-Yell"
		stop = ( 168:183),N,"Yel-Magnt"
		stop = ( 184:199),N,"Magnt-Cyn"
		stop = ( 200:215),N,"Cyan-Orng"
		stop = ( 216:227),N,"Orng-Pink"
		stop = ( 228:239),N,"Pnk-Wht"
		stop = (M240:255),2,"Color:"
		
	parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 5
		stop = (   0: 23),N,"Open"
		stop = (  24: 47),N,"Gobo 1"
		stop = (  48: 71),N,"Gobo 2"
		stop = (  72: 95),N,"Gobo 3"
		stop = (  96:119),N,"Gobo 4"
		stop = ( 120:143),N,"Gobo 5"
		stop = ( 144:167),N,"Gobo 6"
		stop = ( 168:191),N,"Gobo 7"
		stop = (M192:255),2,"GWhl<:"		
		
	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B 
		attribList = 6
		stop = (R  0: 15),N,"Closed"
		stop = (  16: 16),N,"UseFader"
		stop = (R 17:127),N,"UseFader"
		stop = (M239:128),2,"Strobe:" 
		stop = (R240:255),N,"Open"
		
////////////////////////////////////////////////////

	parameter
		name = "-SPEED-"
		displayerNum = 23 
		type = F
		attribList = 3
		stop = (M255:  0),2,"Speed="
		         		
	parameter
		name = "-CONTROL-"
		displayerNum =  24
		type = N
		attribList = 7
		stop = (   0:127),N,"LampOn"
		stop = ( 128:191),N,"Reset"
		stop = (R192:250),N,"LampOff"
		stop = ( 251:255),N,"LampOff"
		
end
