// Elation OctoStropII 4ch mode (can be used with "DMX mode" 1,2,4, or 8)
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 1/26/10
// 
//

Fixture
   version = 1.0
   manufacturer = "ELATION"
   name = "OCTOSTRIP"
//  fullmanufacturer = "Elation"
//  fullname = "OctoStrip II"
//  mode = 4
//  description = ""

    attribute
      name = "RED"
      channel = 1
      homeVal = 0
      
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 4
		minVal = 0
		maxVal = 159

//////////////////////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1 
		type = C
		attribList = 1
		stop = (M 0:255),2,"Red="
		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M 0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M 0:255),2,"Blue="
		
	parameter
		name = "-STROBE-"
		displayerNum = 4
		type = B
		attribList = 4
		stop = (   0:  0),N,"UseFader"
		stop = (R  0:159),N,"UseFader"
		stop = (M160:255),2,"Strobe:"

end
