//	CR Laser FS-2
// Jon Lenard 11/20/09

Fixture
	manufacturer = "CRLASER"
	name = "FS-2"
	version = 1.0
//  fullmanufacturer = "CR Laser"
//  fullname = "FS-2"
//  mode = 0
//  description = ""

	Attribute
		name = "MODE"
		channel = 1
		homeVal = 255

	Attribute
		name = "<>SPEED"
		channel = 2
		homeVal = 0

	attribute
		name = "<>DIR"
		channel = 3
		homeVal = 128
		
	attribute
		name = "LIBRATE"
		channel = 4
		homeVal = 0
			
	attribute
		name = "COLOR"
		channel = 5
		homeVal = 0
		
	attribute
		name = "SPEED"
		channel = 6
		homeVal = 0

///////////////////////////////////////////////////////////////

	Parameter
		name = "-<>DIR-"
		displayerNum = 1
		type = B
		attribList = 3
		stop = (  0: 75),N,"Rot<"
		stop = ( 78:150),N,"Stop"
		stop = (151:255),N,"Rot>"

	Parameter
		name = "-<>SPEED-"
		displayerNum = 2
		type = B
		attribList = 2
		stop = (M  0:255),2,"Speed="
		
	Parameter
		name = "-LIBRATE-"
		displayerNum = 3
		type = B
		attribList = 4
		stop = (M  0:255),2,"Lib="

	parameter
		name = "-COLOR-"
		displayerNum = 4
		type = C
		attribList = 5
		stop = (  0: 28),N,"RedGreen"
		stop = ( 29: 56),N,"Green"
		stop = ( 57: 84),N,"Red"
		stop = ( 85:112),N,"Grn strb"
		stop = (113:140),N,"Red strb"
		stop = (141:168),N,"R Grnstb"
		stop = (169:197),N,"G Redstb"
		stop = (198:224),N,"RG strb"
		stop = (225:255),N,"R-G strb"
		
	parameter
		name = "-STROBE-"
		displayerNum = 5
		type = B
		attribList = 5,6
		stop = (  0: 84,R  0:255),N,"No Strobe"
		stop = ( 85:255,M  0:255),2,"Strobe="
		
	parameter
		name = "-MODE-"
		displayerNum = 24
		type = N
		attribList = 1
		stop = (  0: 19),N,"Laser off"
		stop = ( 20: 75),N,"Sound Dots"
        stop = ( 76:131),N,"Sound Fire"
		stop = (132:188),N,"Auto mixed"
		stop = (189:239),N,"Sound mixed"
		stop = (240:255),N,"DMX"
		
end
