Manager

When using ProtoPixel Node to control the lights of a store, a restaurant or even your home, you may need a way to easily control which contents you want active for which fixtures, or even to create predefined scenes.

Manager is the ProtoPixel Node App that allows any user to control a protoPixel light installation in an easy and intuitive way from her phone, tablet or computer.

Main View

Main View of the Manager

How it works

When designing your lighting scenario in ProtoPixel Create, add and map all the contents you want to use later in the venue. Then distribute your fixtures into Zones, by assigning the Zone parameter in the inspector panel. These Zones will help you assign contents to fixtures (all fixtures in the zone) easily.

You should also add contents to these Zones. Contents whith a setted Zone will only be available to the fixtures of this zone.

Then just export the project and upload it to the Node.

Accessing the Manager App

From the admin interface, click on the manager icon. You can alternatively go directly to http://ppxnode-ABCDEXX.local/PPxManager/.

Activating the Manager

When accessing the manager, if it is not active you will be asked to activate it.

../_images/phone_vertical.png

When activated, you will see the main view of the app, the Zones tab. Which displays the available Light Zones with an overview of its configururations.

Main View

Main View of the Manager

Zones

Light Zone

Represents a Light Zone, here you are able to see some parameters of the zone and enable or disable the zone.

Light Zone

Representation of a Light Zone

  1. Icon and name of the content of the zone
  2. Color of the zone
  3. Name of the zone
  4. Turn ON or OFF the zone
  5. Brightness amount of the zone

When you tap on a zone you will be able to see its controls (Zone Controls).

Light Zone Controls

Visible when a Light Zone is selected. It displays the main parameters that you can change for the Zone.

Light Zone

Selected Light Zone and the Zone Controls area

  1. Name of the Zone.

  2. Content assigned to the zone. It opens the Light Zone Contents View in order to change the content assigned.

  3. Parameters for the selected content. Opens the Content Parameters View.

    Note

    Take into account that the content that you are using for the zone could be used in multiple zones. So when you modify a parameter you are modifying all of the zones that have the same content.

  4. Base color of the Zone. Opens the Light Zone Color View.

  5. A Slider to modify the intensity level of the zone.

  6. Brightness of every individual fixtures within the Zone Light Zone Brightness View.

Note

How is brightness of a fixture computed? There are several controls that affect the brigness of a fixture: * Intensity level of the zone * Brightness of the individual fixture * The color of the content All these factors affect the final brightness of a Fixture, So if a fixture is set to 0.5 brightness, and its zone is set to 0.5 intensity level, using a content that is white will produce: 0.5 * 0.5 = .25, so a quarter of the full white.

  1. The Interact Button, which only appears when a interactive content is selected.

Light Zone Color View

Zone Color View

Color View with Wheel Color Tool selected.

Accessible from the Zone Control area, this view allows you to change:

  1. The White level of the Zone ( Works, only if the fixtures inside are RGBW )
  2. The Color Mode: (Original, Monochromatic and Color)
  • Original: Use the original color of the content.
  • Monochromatic: Tints the content with a single color.
  • Color: Overrides the content and uses a solid color.
  1. Color Tools.
  • Wheel Control the color using a HSL Color Wheel.
  • RGB Controls the color using RGB.
Zone Color View

Color View with RGB Color Tool selected.

Light Zone Brightness View

Manage the brightness of each fixture within your zone.

Zone Brightness View

Light Zone’s brightness view with multiple fixtures

  1. A fixture.
  2. The Master Slider, it is the main value, all the fixtures are relative to it.

Light Zone Contents View

Displays the list of available contents for the zone.

Zone Contents View

Contents View with no content selected

Content Parameters View

When a content is assigned to a zone, you will be able to modify the parameters of the content (if available).

Zone Content Parameters View

Parameters View of a Content of type Video

Scenes

Once you finished configuring your zones you will want to save the configuration with a name. These are the scenes. You can have several saved scenes to recover the configurations with a single tap, very neat!

Scene View

Scenes

Scene Views, Enabled and Disabled

  1. The interactive icon, it indicates that the scene has interactive contents
  2. The name of the scene.
  3. Interact appears only when the current scene has at least one interactive content. When tapped, it displays a selector of interactive contents.

Saving a scene

In this view you will see a list of your saved scenes.

  1. Save a new scene using the + button
Scenes

Empty Scenes

2. Once you have saved your first scene, it will appear on the Scenes View and it’s name will be at the top of the view.

Scenes

My first Scene

Update or discard?

  1. When a Light Zone has changed you will see two buttons:
  • Discard changes (in red) You will loose all of the changes and return to the previous state. You can also discard the changes by selecting a different scene.
  • Update Changes (in blue) The new changes will be written in the selected scene.
Scenes

Discard or update

How to edit the scenes

In the top right part of the view you can see the edit button. Tap on it to enter edit mode.

Scenes

How to Enable Edit Mode

In this mode you can:

  1. Finish editing (exit edit mode).
  2. Delete a scene.
  3. Rename the scene.
Scenes

Edit Mode

Interactive Contents in Scene

In this list you will be able to see, detailed information of the zone and the name of the interactive content. But first we need to know how to launch it.

Scenes

Launching the Interactive Contents List

When you tap on the interact button a list with interactive contents will appear.

Tapping on any of this contents will display the interactive view.

Scenes

Interactive Contents List

  1. Icon and name of the interactive content.
  2. The number of zones where that this content is applied to.
  3. The name of the zones the intactive content is applied to.

UDP/OSC Remote interface

It is possible to control the Manager using the UDP and OSC messages. The commands are:

    # Change scene by scene order number (starting at 0)
    /Scene/change <scene number>

    # Black out
    /Scene/off

    # Remove Black out
/Scene/on