// Studio Due Nano LED
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 6/5/09
//

Fixture
   version = 1.0
   manufacturer = "STUDIODUE"
   name = "NANOLED"
//  fullmanufacturer = "Studio Due"
//  fullname = "Nano LED"
//  mode = 16
//  description = ""

    attribute
      	name = "RED"
      	channel = 1
      	homeVal = 0
      
	attribute
		name = "GREEN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "BLUE"
		channel = 3
		homeVal = 0
		
	attribute
		name = "STROBE"
		channel = 4
		homeVal = 0
		
	attribute
		name = "PAN"
		channel = 5
		fineChan = 6
		homeVal = 32768

	attribute
		name = "TILT"
		channel = 7
		fineChan = 8
		homeVal = 32768
		
	attribute
		name = "INTENSITY"
		channel = 9
		
	attribute
		name = "MSPEED"
		channel = 10
		homeVal = 0
		
	attribute
		name = "TIME"
		channel = 11
		homeVal = 0
		
	attribute
		name = "CONTROL"
		channel = 12
		homeVal = 0
		
///////////////////////////////////////////

	Parameter
		name = "-PAN-"
		displayerNum = 1
		type = F
		attribList = 5
		stop = (M    0:65535),D,0,350,"Pan="

	Parameter
		name = "-TILT-"
		displayerNum = 2
		type = F
		attribList = 7
		stop = (M    0:65535),D,0,270,"Ti@="
		
	Parameter
      name = "-RED-"
      displayerNum = 3
      type = C
      attribList = 1
      stop = (M  0:255),2,"Red="

	Parameter
      name = "-GREEN-"
      displayerNum = 4
      type = C
      attribList = 2
      stop = (M  0:255),2,"Green="

	Parameter
      name = "-BLUE-"
      displayerNum = 5
      type = C
      attribList = 3
      stop = (M  0:255),2,"Blue="
      
	parameter
		name = "-STROBE-"
		displayerNum = 6
		type = B
		attribList = 4
		stop = (   0:  1),N,"No Strobe"
		stop = (M  2:127),2,"Strobe:"
		stop = (M128:255),2,"Rainbo:"
		
///////////////////////////////////////

	parameter
		name = "-MSPEED-"
		displayerNum = 22
		type = F
		attribList = 10
		stop = (M255:  0),2,"Speed="
		
	parameter
		name = "-TIME-"
		displayerNum = 23
		type = B
		attribList = 11
		stop = (M  0:255),2,"Time="
		
	parameter
		name = "-CONTROL-"
		displayerNum =  24
		type = N
		attribList = 12
		stop = (   0:127),N,"Run Mode"
		stop = ( 128:191),N,"Reset"
		stop = (R192:255),N,"Run Mode"
		
end
