// NJD Datamoon
//
// Written by:  Jon Lenard
//		Applied Electronics
//		800-883-0008
//		3/22/10

				
fixture

	manufacturer = "NJD"
	name = "DATAMOON"
	version = 1.0
//  fullmanufacturer = "NJD"
//  fullname = "Datamoon"
//  mode = 0
//  description = ""
	
	attribute
		name = "DISH"
		channel = 1
		homeVal = 0
		
	attribute
		name = "NONE"
		channel = 2
		homeVal = 0	
		
	attribute
		name = "GOBO"
		channel = 3
		homeVal = 0	
		
	attribute
		name = "CONTROL"
		channel = 4
		homeVal = 128

/////////////////////////////////////////////////////////////////////						
		
	parameter
		name = "DISH"
		displayerNum = 1
		type = F
		attribList = 1
		stop = (M   0:255),2,"Dish="
		
	parameter
		name = "GOBO"
		displayerNum = 2
		type = B
		attribList = 3
		stop = (   0: 31),N,"Gobo1"
		stop = (  32: 63),N,"Gobo2"
		stop = (  64: 95),N,"Gobo3"
		stop = (  96:127),N,"Gobo4"
		stop = ( 128:159),N,"Gobo5"
		stop = ( 160:191),N,"Gobo6"
		stop = ( 192:223),N,"Gobo7"
		stop = ( 224:255),N,"Gobo8"

	parameter
		name = "-SHUTTER-"
		displayerNum = 3
		type = B
		attribList = 4
		stop = (R  0:  0),N,"UseDisp24" 
		stop = (   1:223),N,"Open"
	    stop = ( 224:255),N,"Closed"
		
	parameter
		name = "CONTROL"
		displayerNum = 24
		type = N
		attribList = 4
		stop = (   0:  0),N,"LampOff"
		stop = (   1:223),N,"Normal"
		stop = ( 224:255),N,"Blackout"
		
end
