// Fixture Versa Bar 270 - 8ch
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 9/25/08 
// Modified From: 5ch
//

Fixture
   version = 1.0
   manufacturer = "Elation"
   name = "VB270-8"
//  fullmanufacturer = "Elation"
//  fullname = "Versa Bar 270"
//  mode = 8ch
//  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
            
    Attribute
      name = "STROBE"
      channel = 5
      homeVal = 0
      
	Attribute
		name = "CHASE"
		channel = 6
		homeVal = 0
		
	Attribute
		name = "SPEED"
		channel = 7
		homeVal = 0
		
	Attribute
		name = "FADE"
		channel = 8
		homeVal = 0
      
////////////////////////////////////////////////////


	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 = 5
		stop = (m  0:255),2,"Strobe="
		
	parameter
		name = "-CHASE-"
		displayerNum = 5
		type = B
		attribList = 6            
		stop = (   0: 11),N,"Chase 1"
		stop = (  12: 23),N,"Chase 2"
		stop = (  24: 35),N,"Chase 3"
		stop = (  36: 47),N,"Chase 4"
		stop = (  48: 59),N,"Chase 5"
		stop = (  60: 71),N,"Chase 6"
		stop = (  72: 83),N,"Chase 7"
		stop = (  84: 95),N,"Chase 8"
		stop = (  96:107),N,"Chase 9"
		stop = ( 108:119),N,"Chase 10"
		stop = ( 120:131),N,"Chase 11"
		stop = ( 132:143),N,"Chase 12"
		stop = ( 144:155),N,"Chase 13"
		stop = ( 156:167),N,"Chase 14"
		stop = ( 168:179),N,"Chase 15"
		stop = ( 180:191),N,"Chase 16"
		stop = ( 192:203),N,"Chase 17"
		stop = ( 204:215),N,"Chase 18"
		stop = ( 216:255),N,"Chase 19"

	parameter
		name = "-SPEED-"
		displayerNum = 6 
		type = B
		attribList = 7
		stop = (m  0:255),2,"Speed="
		
	parameter
		name = "-FADE-"
		displayerNum = 7
		type = B
		attribList = 8
		stop = (m  0:255),2,"Time="	
                                   		
end
