// Fixture  CLS PAR 64 V2
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 9/15/09 
//
//  9/22/09 - removed virtual dimmer to fix light ghosting

Fixture
   version = 1.1
   manufacturer = "CLS"
   name = "par64-5"
//  fullmanufacturer = "CLS"
//  fullname = "Par 64 V2"
//  mode = 5
//  description = "no virtual dimmer"

    attribute
      name = "RGB"
      channel = 1
      homeVal = 0
  
	attribute
		name = "RED"
		channel = 2
		homeVal = 255
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 255
		
	attribute
		name = "BLUE"
		channel = 4
		homeVal = 255
		
	attribute
		name = "SPEED"
		channel = 5
		homeVal = 0
		
///////////////////////////////////

	parameter
		name = "-RED-"
		displayerNum = 1
		type = C
		attribList = 1,2
		stop = (R   0: 63,M  0:255),2,"Red="
		stop = (R  64:255,R  0:255),N,"SeeDisp4"
		
	parameter
		name = "-GREEN-"
		displayerNum = 2
		type = C
		attribList = 1,3
		stop = (R   0: 63,M  0:255),2,"Green="
		stop = (R  64:255,R  0:255),N,"SeeDisp4"
		
	parameter
		name = "-BLUE-"
		displayerNum = 3
		type = C
		attribList = 1,4
		stop = (R   0: 63,M  0:255),2,"Blue="
		stop = (R  64:255,R  0:255),N,"SeeDisp4"
		
	parameter
		name = "-MODE-"
		displayerNum = 4
		type = C
		attribList = 1
		stop = (  0: 63),N,"UseDsp123"
		stop = ( 64:127),N,"7ColorF"
		stop = (128:191),N,"7Color"
		stop = (192:255),N,"3Color"
		
	parameter
		name = "-SPEED-"
		displayerNum = 5 
		type = B
		attribList = 5
		stop = (   0:  8),N,"Stop"
		stop = (M  9:100),2,"Speed:"
		stop = (R101:150),N,"Stop"
		stop = ( 151:255),N,"UnitSet"
		
end
