//////////////////////////////         Ireos Pro 4K and 7K Searchlight
//
// Created by Steve Richards August 30, 2003 11:33:46 PM 
// Updated by Steve Richards September 02, 2003 12:12:44 PM 

Fixture 
   manufacturer = "SPACECANNON"
   name = "IPRO"
   version = 0.59
//  fullmanufacturer = "Space Cannon"
//  fullname = "Ireos Pro 4/7k Searchlight"
//  mode = 0
//  description = ""

	attribute
		name = "MAGENTA"
		channel =1 
		homeVal = 0
		
	attribute
		name = "CYAN"
		channel = 2
		homeVal = 0
		
	attribute
		name = "YELLOW"
		channel = 3
		homeVal = 0
		
	attribute
		name = "ZOOM"
		channel = 4
		homeVal = 0
		
	attribute
		name = "CONTROL"
		channel = 5
		homeVal = 0
		
	attribute
		name = "SHUTTER"
		channel = 6
		homeVal = 100
		
	attribute
		name = "INTENSITY"
		channel = 7
		
	attribute
		name = "STROBE"
		channel = 8
		homeVal = 0
		
   Attribute
      name = "PAN"
      channel = 9
      fineChan = 10
      homeVal = 32768
      
   Attribute
      name = "TILT"
      homeVal = 32768
      channel = 11
      fineChan = 12
      
	attribute
		name = "SYNCRO"
		channel = 13
		homeVal = 0
		
	attribute
		name = "DELAY"
		channel = 14
		homeVal = 0
		
	attribute
		name = "RESET"
		channel = 15
		homeVal = 0
		

////////////////////////////////////////////////////////////////////

   Parameter
      name = "-PAN-"   
      displayerNum = 1
      type = F
      attribList = 9
      stop = (M0:65535),D,0,355,"Pan="

   Parameter
      name = "-TILT-"   
      displayerNum = 2
      type = F
      attribList = 11
      stop = (M0:65535),D,0,260,"Ti@="

	parameter
		name = "-CYAN-"
		displayerNum = 3
		type = C
		attribList = 2
		stop = (M  0:255),2,"Cyan="		

	parameter
		name = "-MAGNTA-"
		displayerNum = 4
		type = C
		attribList = 1
		stop = (M  0:255),2,"mgnta="		
		
	parameter
		name = "-YELLOW-"
		displayerNum = 5
		type = C
		attribList = 3
		stop = (M  0:255),2,"yellow="		
		
	parameter
		name = "-ZOOM-"
		displayerNum = 7
		type = B
		attribList = 4
		stop = (M  0:255),2,"Zoom="		
		
	parameter
		name = "-SHUTTER-"
		displayerNum = 8
		type = B
		attribList = 6
		stop = (M  0:255),2,"Shutr%"		
		
	parameter
		name = "-STROBE-"
		displayerNum = 9
		type = B
		attribList = 8
		stop = (M  0:255),2,"Strb="		
		
	parameter
		name = "-SYNCRO-"
		displayerNum = 13
		type = B
		attribList = 13
		stop = (M  0:255),2,"Sync="		
		
	parameter
		name = "-DELAY-"
		displayerNum = 14
		type = B
		attribList = 14
		stop = (M  0:255),2,"Dely="		
		
	parameter
		name = "-RESET-"
		displayerNum = 23
		type = N
		attribList = 15
		stop = (   0:  0),N,"NoReset"		
		stop = (   0:  0),N,"Reset"

	parameter
		name = "-CONTROL-"
		displayerNum = 24
		type = N
		attribList = 5
		stop = (   0:125),N,"LampOn"		
		stop = ( 130:255),N,"LampOff"

	
end

