// Falcon Static Arc Color
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 11/8/08
// Modified From: New
//

Fixture
   version = 1.0
   manufacturer = "FALCON"
   name = "StArcCol"
//  fullmanufacturer = "Falcon"
//  fullname = "Static Arc Color"
//  mode = 0
//  description = ""

    attribute
        name = "CYAN"
        channel = 1
        homeVal = 0

   	attribute
		name = "YELLOW"
		channel = 2
		homeVal = 0
		
	attribute
		name = "MAGENTA"
		channel = 3
		homeVal = 0
		
	attribute
		name = "SHUTTER"
		channel = 4
		homeVal = 0
		
	attribute
		name = "CONTROL"
		channel = 5
		homeVal = 0
		
 	attribute
		name = "INTENSITY"
		channel = 6

	attribute
		name = "STROBE"
		channel = 7
		homeVal = 0
		
////////////////////////////////////

	parameter
		name = "-CYAN-"
		displayerNum = 1
		type = C
		attribList = 1
		stop = (M  0:255),2,"Cyan="
		
	parameter
		name = "-YELLOW-"
		displayerNum = 2
		type = C
		attribList = 2
		stop = (M  0:255),2,"Yellow="		
		
	parameter
		name = "MAGENTA"
		displayerNum = 3
		type = C
		attribList = 3
		stop = (M  0:255),2,"Magent="
		
	parameter
		name = "-STROBE-"
		displayerNum = 4
		type = B
		attribList = 7
		stop = (   0: 20),N,"No Strobe"
		stop = (M 21:255),2,"Strobe:"
		
	parameter
		name = "-SHUTTER-"
		displayerNum = 5
		type = B
		attribList = 4
		stop = (   0:  0),N,"Open"
		stop = (R  1:254),N,"NoFunct"
		stop = ( 255:255),N,"Closed"

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 5
		stop = (   0: 20),N,"Run Mode"
		stop = (R 21: 26),N,"Unknown"		
		stop = (  27: 50),N,"Lamp Off"
		stop = (R 51: 77),N,"Unknown"	
		stop = (  78:100),N,"Lamp On"		
		stop = (R101:127),N,"Unknown"	
		stop = ( 128:150),N,"Reset"
		stop = (R151:255),N,"Unknown"	

end
