// Fixture Fine Art Moving Head LED
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 10/15/09
//
Fixture 
   manufacturer = "FINEART"
   name = "FAMHLED"
	version = 1.00
//  fullmanufacturer = "Fine Art"
//  fullname = "Fine Moving Head LED"
//  mode = 
//  description = ""

	attribute
		name = "COLOR"
		channel = 1
		homeVal = 0
		
	attribute
		name = "RED"
		channel = 2
		homeVal = 0
		
	attribute
		name = "GREEN"
		channel = 3
		homeVal = 0

	attribute
		name = "BLUE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "PAN"
		channel = 5
		fineChan= 10
		homeVal = 32768

	attribute
		name = "TILT"
		channel = 6
		fineChan= 11
		homeVal = 32768
		
	attribute
		name = "PTSPEED"
		channel = 7
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 8
		homeVal = 0
	
	attribute
		name = "CONTROL"
		channel = 9
		homeVal = 0
		
	attribute
		name = "INTENSITY"
		channel = 12
		
////////////////////////////////////////////////

   Parameter
      name = "-PAN-"   
      displayerNum = 1
      type = F
      attribList = 5
      stop = (M  0:65535),2,"Pan="

   Parameter
      name = "-TILT-"   
      displayerNum = 2
      type = F
      attribList = 6
      stop = (M  0:65535),2,"Ti@="

	parameter
		name = "-RED-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (M  0:255),2,"Red="
				
	parameter
		name = "-GREEN-"
		displayerNum = 4
		type = C
		attribList = 3
		stop = (M  0:255),2,"Green="
		
	parameter
		name = "-BLUE-"
		displayerNum = 5
		type = C
		attribList = 4
		stop = (M  0:255),2,"Blue="

	parameter
		name = "-COLOR-"
		displayerNum = 6
		type = C
		attribList = 1
		stop = (   0:  4),N,"Use RGB"
		stop = (   5:  8),N,"Red"
		stop = (M  9: 92),2,"R+G:"
		stop = (  93: 96),N,"Green"
		stop = (M 97:180),2,"G+B:"
        stop = ( 181:184),N,"Blue"
		stop = (M185:155),2,"B+R:"
		
	Parameter
      name = "-STROBE-"   
      displayerNum = 7
      type = B
      attribList = 8
      stop = (   0:  0),N,"No Strobe"
      stop = (M127:  1),2,"Strobe:"
      stop = (M128:159),1,"PulseO:"
      stop = (M160:191),1,"PulseC:"
      stop = (M192:255),2,"Randm:"
    
   Parameter
      name = "-PTSPEED-"   
      displayerNum = 23
      type = F
      attribList = 7
      stop = (   0:  2),N,"Tracking"
      stop = (M239:  3),2,"Speed:"
      stop = ( 240:242),N,"Slow"
      stop = ( 243:245),N,"Medium"
      stop = ( 246:248),N,"Fast"
      stop = (R249:255),N,"Off"
      
   Parameter
      name = "-CONTROL-"   
      displayerNum = 24
      type = N
      attribList = 9
      stop = (   0:  7),N,"RunMode"   
      stop = (   8: 14),N,"Reset"  
      stop = (R 15:255),N,"Run Mode" 
 
end
