Sheet showing attributes tied to category

Hi All,

Just wondered, is there a sheet or a file breaking down all the attributes available to fixtures on EOS to their respectable categories? 

I.e. Pan & tilt = focus category; Red, Green, Blue & White = colour category, etc

Thanks all

Parents
  • I dont know if there is a document but if you go into patch and just go to the screen where you setup a custom profile, then when you click on the attribute to assign to a dmx channel in the profile, you get to choose which category and then it shows all the possible attributes for that category. In 2.7 the display is easier to read as its just in a scrolling list view but be aware their are several hundred attributes, so not sure its going to help you with whatever you had in mind.

    Was there something specific you were trying to discover?
  • Hi Mike. Yeah I'm wanting to 'attempt' to create a custom bit of hardware but it relies knowing which categories each attribute is assigned to. I mean I could just work through the list and populate them into categories myself, but I would rather get them in the correct categories to begin with. - As said, I can open the CIA and it shows the tiles but is only semi helpful.
  • If you are trying to work over OSC the console transmits the category with the /eos/out/active/wheel info. After the attribute name and level it transmits a value for the category. You can use this to sort the attributes into the appropriate category.
  • I think the closest you are going to get to what you want is to create a new show and patch a load of different fixtures and then run the Export to USITT ASCII

    Near the top of the export file you will get something like the bit below. It only exports this bit for attributes used in the fixtures you have patched (hence patching lots of them)


    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    ! Fixture Parameters
    ! $$ParamType Id, Cat, Short name, Long name
    ! Id is the parameter type that appear in $$Param.
    ! Cat is defined as follows: 1=Intensity, 2=Focus,
    ! 3=Color, 4=Image, 5=Form, 6=Shutter, 7=Control

    $ParamType 1 1 Intens
    $$ShortName Intens
    $ParamType 2 2 Pan
    $$ShortName Pan
    $ParamType 3 2 Tilt
    $$ShortName Tilt
    $ParamType 4 6 _Width
    $$ShortName _Width
    $ParamType 5 6 _Height
    $$ShortName _Height
    $ParamType 6 3 Z
    $$ShortName Z
    $ParamType 7 3 Hue
    $$ShortName Hue
    $ParamType 9 3 Cyan
    $$ShortName Cyan
    $ParamType 12 3 Red
    $$ShortName Red
    $ParamType 13 3 Green
    $$ShortName Green
    $ParamType 14 3 Blue
    $$ShortName Blue
    $ParamType 48 3 Amber
    $$ShortName Amber
    $ParamType 49 3 Red_Orange
    $$ShortName Red-Oran
    $ParamType 50 3 Indigo
    $$ShortName Indigo
    $ParamType 51 3 White
    $$ShortName White
    $ParamType 79 5 Zoom
    $$ShortName Zoom
    $ParamType 84 6 Barndoor
    $$ShortName Barndoor
Reply
  • I think the closest you are going to get to what you want is to create a new show and patch a load of different fixtures and then run the Export to USITT ASCII

    Near the top of the export file you will get something like the bit below. It only exports this bit for attributes used in the fixtures you have patched (hence patching lots of them)


    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    ! Fixture Parameters
    ! $$ParamType Id, Cat, Short name, Long name
    ! Id is the parameter type that appear in $$Param.
    ! Cat is defined as follows: 1=Intensity, 2=Focus,
    ! 3=Color, 4=Image, 5=Form, 6=Shutter, 7=Control

    $ParamType 1 1 Intens
    $$ShortName Intens
    $ParamType 2 2 Pan
    $$ShortName Pan
    $ParamType 3 2 Tilt
    $$ShortName Tilt
    $ParamType 4 6 _Width
    $$ShortName _Width
    $ParamType 5 6 _Height
    $$ShortName _Height
    $ParamType 6 3 Z
    $$ShortName Z
    $ParamType 7 3 Hue
    $$ShortName Hue
    $ParamType 9 3 Cyan
    $$ShortName Cyan
    $ParamType 12 3 Red
    $$ShortName Red
    $ParamType 13 3 Green
    $$ShortName Green
    $ParamType 14 3 Blue
    $$ShortName Blue
    $ParamType 48 3 Amber
    $$ShortName Amber
    $ParamType 49 3 Red_Orange
    $$ShortName Red-Oran
    $ParamType 50 3 Indigo
    $$ShortName Indigo
    $ParamType 51 3 White
    $$ShortName White
    $ParamType 79 5 Zoom
    $$ShortName Zoom
    $ParamType 84 6 Barndoor
    $$ShortName Barndoor
Children
No Data
Related