// Fixture EL-150R DMX Laser
//
// Written by: Jon Lenard jon@appliednn.com
// Date: 1/27/09
// Modified From: NEW
//

Fixture
   version = 1.1
   manufacturer = "Laserworld"
   name = "EL150RDMX"
//  fullmanufacturer = "Laserworld"
//  fullname = "EL-150R DMX"
//  mode = 0
//  description = ""

	attribute
      	name = "MODE"
      	channel = 1
      	homeVal = 95

	attribute
		name = "PATTERN"
		channel = 2
		homeVal = 0

	attribute
		name = "DOTSPEED"
		channel = 3
		homeVal = 128
		
	attribute
		name = "LINESPEED"
		channel = 4
		homeVal = 128
		
	attribute
		name = "X POS"
		channel = 5
		homeVal = 0
		
	attribute
		name = "Y POS"
		channel = 6
		homeVal = 0
		
	attribute
		name = "SIZE"
		channel = 7
		homeVal = 0
		
//////////////////////////////////////////////////
		
	parameter
		name = "-PATTERN-"
		displayerNum = 1
		type = B
		attribList = 2
		stop = (M  0:255),2,"Patt:"
		                             
	parameter
		name = "-DOTSPD-"
		displayerNum = 2 
		type = B 
		attribList = 3
		stop = (M  0:255),2,"Speed="		
		
	parameter
		name = "-LINESPD-"
		displayerNum = 3
		type = B
		attribList = 4
		stop = (M  0:255),2,"Speed="
		
	parameter
		name = "-X POS-"
		displayerNum = 4
		type = B
		attribList = 5
		stop = (M  0:255),2,"X ="
		
	parameter
		name = "-Y POS-"
		displayerNum = 5
		type = B
		attribList = 6
		stop = (M  0:255),2,"Y ="
		
	parameter
		name = "-SIZE-"
		displayerNum = 6
		type = B
		attribList = 7
		stop = (M  0:255),2,"Size:"
		
////////////////////////////////////////////////
		
	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N 
		attribList = 1
		stop = (   0: 63),N,"Music"
		stop = (  64:127),N,"DMX"
		stop = ( 128:191),N,"Auto"
		stop = ( 192:255),N,"Blank"
		
end       
