HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/thread-self/root/home/awaldron/_buildinmotion/bim_ci/app/Views/work/black-box.php
<div id="splash" class="parallax-window subpage"  data-parallax="scroll" data-image-src="/img/splash/bbox.jpg">
    <div class="overlay"></div>
    <div class="container" id="splash-content">
        <div class="row">
            <div class="col-sm-12">
                <h1 class="semi">Black Box</h1>
            </div>
        </div>
    </div>
</div>

<div>
    <div class="container" id="work">
        <div class="row">
            <div class="col-lg-5 col-md-12">
            <?php 
                $navOn = 'blackbox';
                include("work.php"); ?>  
            </div>
            <div class="col-lg-7 col-md-12 work-content">
                <br>     
                <img src="/img/work/blackbox.jpeg" class="img-fluid" style="margin-bottom:32px;">   
                <h3>Black Box</h3>
                <p><b>Product & Services:</b></p>  

                <ul class="bullet-list">
                <li>Custom Application Development</li>
                </ul>

                <p>Black Box hired Build in Motion to develop a web-based interface that enabled users to manage the displays in their video wall controller solution, MediaCento IPX Controller.</p>

                <p>The interface is embedded in the hardware and allows users to switch from any source to any display, create presets and groups, create multi-zone layouts, combine multiple receivers into a video wall, and control and switch video wall zones remotely.</p>

                <b>Visit: </b>  <a href="https://www.blackbox.com/en-us/store/product/detail/mediacento-ipx-controller/vsw-mc-ctrl" target="_blank">MediaCento IPX Product Page</a>

            </div>
        </div>
    </div>
</div>