Jump to content

Fixture Body vs Barrel Count


Kealight

Recommended Posts

I have been working in a number of theaters lately that have a Source 4 stock with fewer bodies then they have barrels. I have been working with a manual solution, but I would love to know if there is a workflow or trick to keeping track of how many bodies you have left as well as the number of barrels or options of fixtures, without the risk of putting in more lights then there are bodies, even if there are enough barrels. 

Ex.

25x 50 degree S4 

15x 36 degree S4

2x 19 Degree S4 Barrel

4x 70 Degree S4 Barrel

etc.

 

Is there an easy way to track which have been used either in VW or even Lightwright?

Link to comment
  • 3 weeks later...

@michaelk Thank you this is fantastic, this makes a lot of sense, although I am having trouble connecting the reference for the number of bodies in use I had at least one of each type in the file in a dummy position for creating inventory list the first time. I am just wondering where it draws that data from so I can input in a smart way and have it update live.

Link to comment

@Kealight  Glad you like it.

 

To get the barrel counts, I'm actually counting the whole instrument.  

 

Select a cell

Type in = (equal sign)

In the menu bar for the worksheet    Insert > Function.  Choose Count

You will get this in the cell:  =COUNT() with the cursor inside the parenthesis

In the menu bar for the worksheet      Insert > Criteria > Custom > whatever criteria you want + Field Value = 'paste Inst type from OIP here'

 

You will get something that looks like this

=COUNT((NOTINREFDLVP & NOTINDLVP & ('Lighting Device'.'Inst Type'='ETC Source4 19deg 750W')))

 

Once you get one cell done, I find it easier to copy and paste that cell and just change the instrument type text.

 

You have to get the Inst Type text string exactly right.  Notice, for example, that the 50º unit doesn't have a W after the wattage.  Especially if you have symbols from older version of VW, you could see slightly different naming conventions.  It only takes one character to be off to make it not count that fixture.

 

 

 

To count the bodies I'm actually adding up all the fixtures used above like you would do in Excel.  

 

=SUM(drag the cells you want to sum)

 

or 

 

=SUM(first cell..last cell). [first cell dot dot last cel]

 

or 

 

= Insert > Function > Sum, etc .

 

So to count lens tubes I'm actually counting each instrument type.  To count bodies I'm adding up all the instrument type counts.

 

 

Once you get it worked out and formatted the way you like, it's easy to copy and paste these cells to count lenses in S4Pars, or lamps in PAR 64s.

 

 

 

hth

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...