Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleTable of Contents
Table of Contents
minLevel1
maxLevel23
outlinefalse
indent20px
typelist
printablefalse

...

  • Button number: Select a single button LED to affect, or select All to affect all button LEDs on the board.

  • Action: Select one of the following actions:

    • Off: Disables an output that was previously set on the button LED(s). This action does not disable the default lighting effect that occurs when a button is pressed.

    • On: Displays a solid pattern.

    • Fast Blink: Displays a quick flashing pattern.

    • Medium Blink: Displays a moderate flashing pattern.

    • Slow Blink: Displays a slow flashing pattern.

BLC400

Note

Note

You cannot use multiple BLC commands to simultaneously trigger multiple LED patterns (e.g. a breathe effect on channel A and a marquee effect on channel B). BLC commands that belong to the same event/state will trigger in descending order at slightly offset intervals.

  • Intensity: Triggers each channel at the specified intensity. Specifying a Time of zero causes the channel(s) to reach that intensity immediately, while a non-zero value causes them to ramp up over the specified interval.

Tip

...

Tip

 To turn off a channel, set the Intensity to zero.

  • Blink: Triggers each channel at a FastMedium, or Slow speed.

  • Breathe: Causes a channel to ramp up from the specified Min to the specified Max intensity over the specified Time interval. The channel(s) will then ramp down to the specified Min over the same Time interval.

  • Strobe: Triggers each channel in short bursts at maximum intensity. The Time parameter specifies how frequently the channel(s) will trigger; values greater than 1000ms will default to 1000ms. 

  • Marquee: Triggers each channel in succession. You will need to specify the marquee type:

    • Loop: Cycles through the channels (A B C D) continuously.

    • Back and forth: Cycles from A to D to A (A B C D C B A) continuously.

    • Play once: Performs a singe cycle through the channels (A B C D).

    • Random: Cycles through the channels in continuous random order (e.g. C A D B A D C B D B C A). You will also need to specify the pattern timing for marquee effects:

      • Hard on/off: Channels can only be off or at full brightness, without transitions. The On time specifies how long each channel remains at full brightness, while the Off time specifies the interval between one channel turning off and the next turning on. 

      • Smooth delay: After completing its On time, a channel will decrease in brightness until it turns off completely. Then, once the Off time has transpired, the next channel will increase in brightness to full intensity.

      • Smooth full overlap: The current channel decreases in brightness only when the next channel has reached full brightness.

      • Smooth partial overlap: The current channel decreases in brightness while the next channel simultaneously increases in brightness (i.e. the rate of increase and decrease are inversely proportional).

Note

Note

For the "Smooth" options, the ramp up and ramp down intervals are fixed at approximately 20 percent of the On time

...

  • Send Zone Message: Triggers a Zone Message event with the same command parameter as the Send Zone Message command.

  • UDP: Sends a message to a networked device using the UDP protocol. Use the File > Presentation Properties > Interactive tab to specify the destination address and port for UDP messages.

  • Send IR Remote: Sends a command via the 3.5mm IR Out port (XT, 4K, and XD models only).

  • Send IR Remote (Pronto): Sends a command using Pronto Hex Code (PHC) via the 3.5mm IR Out port (XT, 4K, and XD models only).

  • Serial string (EOL): Sends the specified string to the specified serial port. This command adds a carrier return at the end of the string.

  • Serial string (no EOL): Sends the specified string to the specified serial port. This command does not add a carrier return at the end of the string.

  • Serial byte: Sends the specified byte to the specified serial port. The byte must be entered in decimal format (0-255).

  • Serial bytes (comma separated): Sends the specified bytes to the specified serial port in comma-separated format.

Note

Note

Most standard serial devices enumerate on port 0 (on the HO523, they will enumerate on port 1). If you are connecting a USB-serial device, it will enumerate on port 2.

  • Send Plugin Message: Sends the specified string to a custom script plugin attached to the presentation. Use the dropdown menu to select a desired script plugin. Please see the Parsers and Plugins tech note for more information on creating custom scripts that can receive plugin messages.

...

Tip

Tip

This tutorial video describes how to use Link Zones commands to create a synchronized presentation.

...

  • On: Turns on the specified GPIO button.

  • Off: Turns off the specified GPIO button.

  • Set State: Allows you to turn multiple GPIO buttons on or off. The buttons are specified as bits in an integer value; see the documentation for roControlPort.SetWholeState() for an example.

Note

Note

The "button" numbers described below are not the same as GPIO "pin" numbers: Some pins act as power supply or ground, so they are not included in the button numbering scheme. See the  hardware manual  associated with your player model to view a mapping of buttons to pins.

...

  • Display On: Turns the display on.

  • Display Off: Turns the display off.

  • Send Ascii String: Sends a CEC command. The provided string will be converted to hexadecimal format before being sent to the display. 

Warning

...

Important

 BrightControl CEC command strings cannot contain spaces.

  • Set Philips Volume: Sets the Philips TV volume.

...

  • Pause: Pause for a specified number of milliseconds between commands (this does not pause video playback)

  • Reboot: Reboots the BrightSign player.

  • Set Variable: Sets a new value for the specified User Variable.

  • Increment Variable: Increases the value of the specified User Variable by 1.

  • Decrement Variable: Decreases the value of the specified User Variable by 1.

Note

Note

The Increment Variable and Decrement Variable commands have the following special rules:

  • If the command is used on a number with a decimal value, the number will be converted to an integer by removing the decimal (i.e. the number is always rounded down).

  • If the command is used on a string, the value will be converted to a zero. Then the increment/decrement action will be performed on the zero. Negative numbers are also possible.

  • Reset Variable: Resets the specified User Variable to its current default value.

  • Reset Variables: Resets all User Variables to their current default values and all Media Counters to zero.

  • Switch to Presentation: Switches to a different presentation. Before using this command, you must add additional presentation(s) to the Switch Presentations tab in the Presentation Properties window. The following settings of must be identical for both presentations: BrightSign Model, Connector Type, Screen Resolution, Monitor Orientation, and Monitor Overscan.

    • Specify Presentation: Choose the presentation to switch to from the dropdown list.

    • Specify via user variable: Choose the User Variable that will determine which presentation to switch to. The value of the User Variable must be identical to the name given to the target presentation in the Switch Presentations tab.

  • Update Data Feed: Updates the content of the specified Data Feed.

  • Resize Zone: Repositions and/or resizes the specified zone. Select the zone you wish to modify. Then enter an X and Y coordinate (corresponding to the top-left corner of the zone), as well as W and H (width and height) values for the zone.

  • Hide Zone: Hides the specified zone from view.

  • Show Zone: Shows the specified zone if it is hidden.

Note

Note

 The Hide Zone and Show Zone commands do not affect Audio Only, Enhanced Audio, or Background Image zones.

...