// Fixture Stairville MV250S
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 9/8/09 
//

Fixture
   version = 1.0
   manufacturer = "STAIRVILLE"
   name = "MV250S"
//  fullmanufacturer = "Stairville"
//  fullname = "MV 250 S"
//  mode = 
//  description = ""

    attribute
      name = "PAN"
      channel = 1
      homeVal = 128

   	attribute
		name = "TILT"
		channel = 2
		homeVal = 128
		
	attribute
		name = "SHUTTER"
		channel = 3
		homeVal = 11
		
	attribute
		name = "GOBO"
		channel = 4
		homeVal = 0
		
	attribute
		name = "COLOR"
		channel = 5
		homeVal = 0
		
	attribute
		name = "GOBO<>"
		channel = 6
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 7
		
	attribute
		name = "FOCUS"
		channel = 8
		homeVal = 128
		

		
////////////////////////////////////////////

	parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M  0:255),D,0,540,"Pan="

	parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 2
		stop = (M  0:255),D,0,270,"Ti@="
		
	parameter
		name = "-COLOR-"
		displayerNum = 3 
		type = C
		attribList = 5
		stop = (M  0:127),2,"Color:"
		stop = (M128:255),2,"CWhl<:"
		
	parameter
		name = "-GOBO-"
		displayerNum = 4
		type = B
		attribList = 4
		stop = (   0: 15),N,"NoGobo"
		stop = (  16: 31),N,"Gobo1"
		stop = (  32: 47),N,"Gobo2"
        stop = (  48: 63),N,"Gobo3"
		stop = (  64: 79),N,"Gobo4"
        stop = (  80: 95),N,"Gobo5"
		stop = (  96:111),N,"Gobo6"
        stop = ( 112:127),N,"Gobo7"
        stop = (M128:255),2,"GWhl<:"
        
	parameter
		name = "-GOBO<>-"
		displayerNum = 5
		type = B
		attribList = 6
		stop = (   0:  9),N,"Stop"
		stop = (M120: 10),2,"GWhl<:"
        stop = (R121:134),N,"Stop"
        stop = (M135:245),2,"GWhl>:"
        stop = (R246:255),N,"Stop" 
        
	parameter
		name = "-FOCUS-"
		displayerNum = 6 
		type = B
		attribList = 8
		stop = (M  0:255),2,"Focus="        
       
	parameter
		name = "-SHUTTER-"
		displayerNum = 7
		type = B
		attribList = 3
		stop = (   0:  7),N,"Closed"
		stop = (   8: 15),N,"Open"
		stop = (M 16:131),2,"Strobe:"
		stop = (R132:247),N,"SeeDisp8"
		stop = (R248:255),N,"Open"
		
	parameter
		name = "-SHAKE-"
		displayerNum = 8
		type = F
		attribList = 3
		stop = (R  0:131),N,"SeeDisp7"
		stop = (M132:247),2,"Shake:"
		stop = ( 248:255),N,"No Shake"
		
end
