<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Signage Blog - Noventri</title>
	<atom:link href="http://www.noventri.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.noventri.com/blog</link>
	<description>Beyond Digital Signage</description>
	<lastBuildDate>Tue, 08 May 2012 15:55:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Digital Signage In a Manufacturing Environment: A Case Study</title>
		<link>http://www.noventri.com/blog/?p=835</link>
		<comments>http://www.noventri.com/blog/?p=835#comments</comments>
		<pubDate>Tue, 01 May 2012 16:27:44 +0000</pubDate>
		<dc:creator>Judy Hoffman</dc:creator>
		<avatar>Judy Hoffman</avatar>
				<category><![CDATA[Digital Signage Blog]]></category>
		<category><![CDATA[corporate communications]]></category>
		<category><![CDATA[Digital Signage]]></category>
		<category><![CDATA[manufacturing]]></category>
		<category><![CDATA[Noventri]]></category>
		<category><![CDATA[production]]></category>

		<guid isPermaLink="false">http://www.noventri.com/blog/?p=835</guid>
		<description><![CDATA[<a href="http://www.noventri.com/blog/?p=835"><img align="left" hspace="5" width="150" height="150" src="http://www.noventri.com/blog/wp-content/uploads/2012/05/noventri3-150x150.jpg" class="alignleft tfe wp-post-image" alt="" title="noventri3" /></a>
By Mark Anderson, AV Systems Mag &#8211; Commercial AV and Automation eMagazine



Requirements

A large manufacturing company (whose name must, unfortunately remain  confidential) was in search of a solution for displaying shift  assignment information (on multiple screens) for up to 300 temporary  workers a day, across 49 resources. Before the implementation, shift  assignments [...]]]></description>
			<content:encoded><![CDATA[<div>
<p style="text-align: justify;"><em>By Mark Anderson, AV Systems Mag &#8211; <a href="http://www.avsystemsmag.com/emagazine/2011/10/digital-signage-in-a-manufacturing-environment/1763">Commercial AV and Automation eMagazine</a></em></p>
</div>
<div>
<div>
<h2>Requirements</h2>
</div>
<p>A large manufacturing company (whose name must, unfortunately remain  confidential) was in search of a solution for displaying shift  assignment information (on multiple screens) for up to 300 temporary  workers a day, across 49 resources. Before the implementation, shift  assignments were carried out by departmental supervisors using Excel,  but a shift change operation (or large job change) turned into a very  large marshaling exercise.</p>
<p>As data would be entered by several users per shift and over three  shifts per day, minimal training was a key factor. Ideally, Excel would  remain as the “data-entry” tool.</p>
<p>Although SaaS solutions we not ruled out (several were evaluated),  security was a concern. The Corporation undergoes rigorous security  audits on a regular basis, so anything that connected to the outside  world would be of concern. Keeping Excel as the source data would also  involve either automating transfer of the file to, or reading it from,  an remote server.</p>
<div>
<h2>Dynamic Content</h2>
</div>
<p>The data required for the sign was simple:</p>
<ul>
<li><span style="color: #333333;">Date</span></li>
<li><span style="color: #333333;">ShiftNo</span></li>
<li><span style="color: #333333;">ResourceID</span></li>
<li><span style="color: #333333;">EmployeeID</span></li>
</ul>
<p>Initially, the idea of using a local SQL database was investigated;  however, it was soon discounted as an application would have to be  designed to allow users to enter and manipulate data, or Excel data  would have to be imported on a regular basis. Even though the tools and  skills required to implement this existed, it would have delayed the  project and added needless complexity.</p>
<p>Despite a database being ruled out, SQL wasn’t. Using ODBC, any Excel  sheet or cell range could be treated like an table and queried using  SQL. This list of candidate products suddenly expanded from those that  could support Excel or delimited text files (such as CSV) to anything  that supported SQL and ODBC.</p>
<p>The screen shot below shows the requested Excel sheet layout for entering the data (partial view).</p>
<ul>
<li> <span style="color: #000000;">Rows 1 and 9 contain resource names</span></li>
<li><span style="color: #000000;"> Rows 2-7 and 10-13 contain employee ID’s. (These were preferred over  Employee names, and are retrieved from the time and attendance system)</span></li>
</ul>
<p><img src="http://www.avsystemsmag.com/images/upload/images/SourceData-Small%281%29.jpg" alt="" /></p>
<p>In the screenshot above, we can see the selected area (F9:F15) is a  named range called “Attach1” (see top. left). This is a resource that  requires up to 6 staff. As named ranges are used, the Excel sheet layout  can be changed without breaking the connection as long as entire ranges  are moved.</p>
<div>
<h2>Querying the Data Source</h2>
</div>
<p>This was the killer for most SaaS services. Every SaaS product  evaluated was unable to obtain dynamic data from an SQL database or an  Excel or csv file (even if the file were uploaded to the SaaS server).  All the vendors said the same:</p>
<ul>
<li><span style="color: #000000;"> &#8220;Just create an RSS feed or an XML web service”</span></li>
<li><span style="color: #000000;"> &#8220;You could write a script to do it”</span></li>
<li><span style="color: #000000;"> &#8216;We could build a custom app/widget to do it”</span></li>
<li><span style="color: #000000;"> &#8220;You can save the Excel as XML&#8230;Send me the Excel file&#8230;Oh, I didn&#8217;t realize it was that complicated&#8221;</span></li>
</ul>
<p>Creating a web service or RSS feed from the source data isn&#8217;t rocket science, but there are/were many reasons <em>not </em>to do it:</p>
<ol>
<li><span style="color: #000000;"> Longer implementation time</span></li>
<li><span style="color: #000000;"> More costly to implement</span></li>
<li><span style="color: #000000;"> Introduces unnecessary complexity and another single point of failure</span></li>
<li><span style="color: #000000;"> Makes the signage project an real IT project</span></li>
<li><span style="color: #000000;"> Increases total cost of ownership (TCO)</span></li>
</ol>
<p>The chances of rolling out digital signage to many other areas of the  business are much higher when the IT department’s involvement is limited  to providing the hardware and network. If it’s simple enough for end  users to use, they’ll experiment.</p>
<p>In Noventri Suite software, querying the data was a simple three-step process:</p>
<ol>
<li><span style="color: #000000;"> Create a text area</span></li>
<li><span style="color: #000000;"> Link the Excel sheet</span></li>
<li><span style="color: #000000;"> Write a very simple line of SQL (or click the named range)</span></li>
</ol>
<p>The screen shot below shows this in the Noventri user interface.</p>
<p><img src="http://www.avsystemsmag.com/images/upload/images/ODBC.jpg" alt="" /></p>
<p>Clicking the connect button allows the user to connect to the required  data source: in this case, browse to the Excel file. The refresh  interval can also be set. In the above example, the Excel files is  queried every five minutes.</p>
<p>The select button allows the user to select a table or enter an SQL  statement. In the screenshot below, the named ranges appear as tables  (in the top half of the dialog) and the user simply selects the table  where the source data is located.</p>
<p><img src="http://www.avsystemsmag.com/images/upload/images/ODBCQuery.jpg" alt="" /></p>
<p>As the user was pretty familiar with SQL, advanced mode was selected  and a simple SQL statement tidied up the results and formatting. The  “Cstr()” converted the number to a string (losing the decimals) and the  “WHERE [AT-1] is not null” clause filtered out empty cells. (An ORDER BY  clause be added to sort the data, but in this application it’s already  sorted.)</p>
<p><img src="http://www.avsystemsmag.com/images/upload/images/AdvancedQuery.jpg" alt="" /></p>
<div>
<h2>Final Design</h2>
</div>
<p>Ultimately, three pages were designed that covered three departmental  groups. The source data was split among three Excel spreadsheets and the  supervisors simply edit the file and copy it to a mapped network drive.  The updated information is displayed on the sign no longer than five  minutes after a new version is copied.</p>
<p>The screenshot below shows the final design of one of the pages (branding removed).</p>
<p><img src="http://www.avsystemsmag.com/images/upload/images/Screenshot_small%281%29.jpg" alt="" /></p>
<div>
<h3>Sequencing</h3>
</div>
<p>The sequence for the initial roll-out of this application was very simple: display each of the three screens for 15 seconds.</p>
<div>
<h3>Schedules</h3>
</div>
<p>Like the sequence, the schedule is initially very simple: play the same  sequence 24/7. In future, the shift assignments will be display 30  minutes either side of shift change and live job performance information  (from the ERP system) will be displayed during the shift.</p>
<div>
<h2>Serving it Up</h2>
</div>
<p>The Noventri software also includes a free server component  (Windows-based). This allows projects to be retrieved for editing and  uploaded for deployment. It also manages communication with the players.  The workflow is very simple:</p>
<ol>
<li><span style="color: #000000;"> Create/update the project (pages design and sequence)</span></li>
<li><span style="color: #000000;"> Deploy to server</span></li>
<li><span style="color: #000000;"> Create a schedule (which sequence plays when)</span></li>
<li><span style="color: #000000;"> Activate the schedule on the selected player (or groups of players)</span></li>
</ol>
<div>
<h2>Hardware</h2>
</div>
<p>The hardware used for the project was a Noventri <a href="../../sf-100e-technical-specifications.php" target="_blank">SF-100e </a> player connected via 100BaseT.</p>
<p><img src="http://www.avsystemsmag.com/images/upload/images/NovetriBox.jpg" alt="" /></p>
<p>The display selected was a commercial grade Samsung 46” LCD (<a href="http://www.samsung.com/ca/consumer/office/professional-displays/large-format-lcd/LH46GWPLBC/ZA" target="_blank">460UX-3</a>) connect via HDMI.</p>
<p><img src="http://www.avsystemsmag.com/images/upload/images/460UX_3.jpg" alt="" /></p>
<p>A Peerless freestanding display mount (<a href="http://www.peerlessmounts.com/dyn/Products/BrowseProduct.aspx/sp/8273/#more" target="_blank">FPZ-600</a>) was used to mount the test installation. Ultimately the monitors will be suspended from the ceiling.</p>
<p><img src="http://www.avsystemsmag.com/images/upload/images/Peerless.png" alt="" /></p>
<div>
<h2>Surprises</h2>
</div>
<p>There were several surprises for the client along the way. The three biggest ones were:</p>
<ul>
<li><span style="color: #000000;"> Most of the software is free. Unless you’re looking for high-end  integration/metrics, there’s a free software package (or low-cost SaaS  service) for many players.</span></li>
<li><span style="color: #000000;"> Many SaaS services fall down quickly in areas where dynamic data is not available in XML format.</span></li>
<li><span style="color: #000000;"> Many editing tools are very poor: they either look like they were  ported from an Atari or have a level of functionality below PowerPoint  v1.0. (No alignment or distribution tools, no multiple object copy and  paste, no step and repeat, no multi-object property editing, little use  of context sensitive menu, very strange user interfaces, etc.)</span></li>
</ul>
<div>
<h2>Future</h2>
</div>
<p>Further players have been ordered for additional screens in the  manufacturing plant, and another player has been ordered to replace a PC  and PowerPoint slide show in reception. Currently, the receptionist  updates this every day with visitors and current weather. In future,  visitors will be listed in an Excel file (or possibly retrieved from  Outlook) and the weather will be populated automatically from an RSS  feed. With the software being so easy to use and central management of  the players, many other projects will follow.</p>
<div>
<h2>Conclusion</h2>
</div>
<p>At the start of the project, the client envisaged a several thousand  dollar software/player combination. They were amazed at how much was  possible with such a small, low power (3W), inexpensive ($599) player.  Bang for the buck with Noventri was outstanding. Several much higher end  products were evaluated and didn’t come close to Noventri, especially  when considering the amount of integration that would have been required  and the total cost of ownership. The final solution required less than  five minutes training for the users who were to enter data, as it was  the same Excel format they were already using.</p>
<p>The cost of entry and skill level required to enter into digital signage is within the grasp of <em>any </em>business  (big or small). Being so inexpensive and easy to use will make digital  signage much more pervasive, which, at the end of the day, is what  everyone wants: better, more focused communication.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.noventri.com/blog/?feed=rss2&amp;p=835</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ARAMARKs Chauncey Hotel and Conference Center Greets Guests With Noventri Digital Signage</title>
		<link>http://www.noventri.com/blog/?p=829</link>
		<comments>http://www.noventri.com/blog/?p=829#comments</comments>
		<pubDate>Thu, 05 Apr 2012 17:37:57 +0000</pubDate>
		<dc:creator>Judy Hoffman</dc:creator>
		<avatar>Judy Hoffman</avatar>
				<category><![CDATA[Digital Signage Blog]]></category>
		<category><![CDATA[Wayfinding]]></category>
		<category><![CDATA[Aramark]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[displays]]></category>
		<category><![CDATA[hotel]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Noventri]]></category>
		<category><![CDATA[signage]]></category>

		<guid isPermaLink="false">http://www.noventri.com/blog/?p=829</guid>
		<description><![CDATA[<a href="http://www.noventri.com/blog/?p=829"><img align="left" hspace="5" width="150" height="150" src="http://www.noventri.com/blog/wp-content/uploads/2012/04/Chauncey-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="Chauncey" /></a>Meeting and wayfinding information is digitally displayed at The Chauncey Hotel and Conference Center as Noventri Digital Signage greets guests and attendees upon arrival.]]></description>
			<content:encoded><![CDATA[<p>Noventri Digital Signage greets guests and meeting attendees as they arrive at The Chauncey Hotel and Conference Center, an ARAMARK-managed property located in Princeton. New Jersey.</p>
<p>A 55-inch LCD screen was mounted in the property’s lobby with the goal of greeting visitors immediately upon their arrival. Noventri mounted the screen vertically and the screen is powered by Noventri technology – the Eco-Series SF-100e <a href="../../sf-100e-technical-specifications.php">digital signage player</a> and Noventri Suite and Server digital signage software. Just below the digital signage is a 32-inch LCD screen for broadcast TV viewing.</p>
<p>The <a href="../../">digital signage</a> screen displays meeting information such as meeting times and social events scheduled for 22 meeting rooms at the facility. The display provides visitors with date, name of the event for that day, the event location and start and end times.</p>
<p>“The screen replaced the former pedestal board, which displayed a printed copy of daily events,” says Loren Romberger, Director of Conference Planning at Chauncey. “The new screen has a greater visual impact, since clients enter the property and are immediately shown meeting information while being greeted by the lobby greeter. Upon completion of our summer renovation, the information displayed on the lobby screen will also be available on the guest room televisions.”</p>
<p>The <a href="../../digital-signage-examples.php">reader board </a>also features the Noventri Weather Station, a weather-feed service from Noventri. The service provides current weather conditions as well as forecasts for the area. The center has plans for Noventri digital meeting room signage to be added outside of each meeting room.</p>
<p>Noventri provides digital signage / digital menu boards at other ARAMARK <a href="../../digital-signage-examples.php">locations</a>, including: Minute Maid Park, Greater Columbus Convention Center, Verizon Center, Citizens Bank Park, M &amp; T Bank Stadium, Pennsylvania Convention Center, Fenway Park, The Greater Richmond Convention Center and Kansas City Convention Center.</p>
<div id="attachment_830" class="wp-caption alignleft" style="width: 575px"><a href="http://www.noventri.com/blog/wp-content/uploads/2012/04/Chauncey.jpg"><img class="size-full wp-image-830" title="Chauncey" src="http://www.noventri.com/blog/wp-content/uploads/2012/04/Chauncey.jpg" alt="" width="565" height="363" /></a><p class="wp-caption-text">Chauncey Conference Center Guests are greeted by Noventri digital signage.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.noventri.com/blog/?feed=rss2&amp;p=829</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prairie Meadows Installs Noventri Digital Signage Wayfinding</title>
		<link>http://www.noventri.com/blog/?p=820</link>
		<comments>http://www.noventri.com/blog/?p=820#comments</comments>
		<pubDate>Tue, 03 Apr 2012 20:14:41 +0000</pubDate>
		<dc:creator>Judy Hoffman</dc:creator>
		<avatar>Judy Hoffman</avatar>
				<category><![CDATA[Wayfinding]]></category>

		<guid isPermaLink="false">http://www.noventri.com/blog/?p=820</guid>
		<description><![CDATA[<a href="http://www.noventri.com/blog/?p=820"><img align="left" hspace="5" width="150" src="http://www.noventri.com/blog/wp-content/uploads/2012/04/Prairie-Meadows-Logo1.png" class="alignleft wp-post-image tfe" alt="" title="Prairie Meadows Logo" /></a>Noventri recently deployed digital signage throughout the Prairie Meadows Racetrack and Casino Hotel and Conference Center located in Altoona, Iowa. The digital signage provides attendees with wayfinding information for events and meetings.
Six screens placed throughout the new hotel and the existing conference center at The Meadows function as informational displays for meetings and conferences.
Noventri installed [...]]]></description>
			<content:encoded><![CDATA[<p>Noventri recently deployed digital signage throughout the Prairie Meadows Racetrack and Casino Hotel and Conference Center located in Altoona, Iowa. The digital signage provides attendees with wayfinding information for events and meetings.</p>
<p>Six screens placed throughout the new hotel and the existing conference center at <a href="http://www.prairiemeadows.com/events.cfm">The Meadows </a>function as informational displays for meetings and conferences.</p>
<p>Noventri installed six Eco-Series SF-100e <a href="../../sf-100e-technical-specifications.php">digital signage players</a>, an eco-friendly, affordable technology manufactured by Noventri. Using Noventri Suite and Server <a href="../../noventri-suite.php">software</a>, content was created and scheduled by Noventri.</p>
<p>All the screens are integrated with the facility’s Delphi database for seamless, dynamic updating of meeting and conference information.</p>
<p>Recently the Noventri Weather Station, a weather-feed service, was added to the screen <a href="../../digital-signage-content.php">content</a>, providing current weather and local weather forecasts.</p>
<p>&#8220;We are very pleased with the new look and information we are now able to provide our guests through the use of Noventri Digital Signage,&#8221; remarks Kevin McDonal, Diredctor of Hotel and Conference Operations at Prairie Meadows. &#8220;The process from design to implementation was very seamless.&#8221;<a href="http://www.noventri.com/blog/wp-content/uploads/2012/04/Prairie-Meadows-Logo1.png"><img class="alignright size-full wp-image-823" title="Prairie Meadows Logo" src="http://www.noventri.com/blog/wp-content/uploads/2012/04/Prairie-Meadows-Logo1.png" alt="" width="170" height="112" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noventri.com/blog/?feed=rss2&amp;p=820</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concert Technologies Deploys Noventri Digital Signage Technology for Corporate Communications</title>
		<link>http://www.noventri.com/blog/?p=812</link>
		<comments>http://www.noventri.com/blog/?p=812#comments</comments>
		<pubDate>Mon, 12 Mar 2012 18:34:12 +0000</pubDate>
		<dc:creator>Judy Hoffman</dc:creator>
		<avatar>Judy Hoffman</avatar>
				<category><![CDATA[Digital Signage Blog]]></category>

		<guid isPermaLink="false">http://www.noventri.com/blog/?p=812</guid>
		<description><![CDATA[<a href="http://www.noventri.com/blog/?p=812"><img align="left" hspace="5" width="150" height="68" src="http://www.noventri.com/blog/wp-content/uploads/2012/03/concertlogo2-150x68.jpg" class="alignleft tfe wp-post-image" alt="" title="concertlogo" /></a>"Noventri tech support is excellent and the SF-100e players are well designed."]]></description>
			<content:encoded><![CDATA[<p>Noventri Digital Signage has found a place in the corporate world at Concert Technologies, a technology rollout company which recently deployed Noventri Eco-Series SF-100e digital signage players for disseminating statistics and information to teams at the corporate level.</p>
<p>Concert Technologies is a technology rollout leader located in Dulles, Virginia. They have recently deployed Noventri <a href="../../">digital signage</a> to display call center statistics on screens as well as training and quality assurance programs for team members.</p>
<p>“The players have been easy to install and use,” says Nathaniel Scott, Process and Systems Manager at Concert Technologies. “ With their very low profile, we don’t have to worry about finding space for them. The Noventri Suite and Server <a href="../../design-digital-signage.php">digital signage software</a> works well and is quite flexible in meeting our needs.”</p>
<p>Concert Technologies is a technology rollout leader in the accelerated deployment of nationwide and global multi-site, multi-service and multi-technology rollouts for government, commercial and international organizations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noventri.com/blog/?feed=rss2&amp;p=812</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Noventri Announces QSR Net: A Solution That Meets Quick Serve Challenges With Ease</title>
		<link>http://www.noventri.com/blog/?p=805</link>
		<comments>http://www.noventri.com/blog/?p=805#comments</comments>
		<pubDate>Tue, 21 Feb 2012 20:06:55 +0000</pubDate>
		<dc:creator>Judy Hoffman</dc:creator>
		<avatar>Judy Hoffman</avatar>
				<category><![CDATA[Digital Menu Boards]]></category>

		<guid isPermaLink="false">http://www.noventri.com/blog/?p=805</guid>
		<description><![CDATA[<a href="http://www.noventri.com/blog/?p=805"><img align="left" hspace="5" width="150" height="150" src="http://www.noventri.com/blog/wp-content/uploads/2012/02/DSCN0097-150x150.jpg" class="alignleft tfe wp-post-image" alt="" title="DSCN0097" /></a>Most QSRs dont have a technical or creative or graphics team at their restaurants, says Andrew Hoffman, VP at Noventri. This makes it difficult for many franchisees to maintain their menu boards. For instance, to just change a simple promotion or item pricing can be intrusive to most restaurant managers. And at the corporate level, this may require establishing a team to manage networked digital menu boards. So corporate may hold back on such an endeavor.]]></description>
			<content:encoded><![CDATA[<p>Noventri brings simplicity to the digital menu board user with a newly announced service, <a href="../../digital-signage-demo.php">QSR-Net</a>. The service is directed toward Quick Service Restaurants, thus the name, and is a compilation of the Noventri on-site Network Operation Center, the QSR-Net team, 24/7 phone support, network-wide monitoring and software updates.</p>
<p>Franchises and QSRs are well aware of the many challenges of traditional menu boards which result in a lack of overall store compliance and consistency and less then accurate testing results for promotions and new food items. <a href="../../menu-display.php">Digital menu boards</a> address these basic challenges but then present new challenges such as: Who will create new menu content and updates and assure that these are distributed to all digital menu boards within a network? Who will manage the technical software updates? How will the scheduling of menus be managed and by whom?  Who will monitor and maintain a well-functioning network nationwide or internationally?</p>
<p>Having years of experience working with QSRs, Noventri saw the need to simplify the digital menu board user’s experience with updating and maintaining digital content for menus. “Most QSRs don’t have a technical or creative or graphics team at their restaurants,” says Andrew Hoffman, VP at Noventri. “This makes it difficult for many franchisees to maintain their menu boards. For instance, to just change a simple promotion or item pricing can be intrusive to most restaurant managers. And at the corporate level, this may require establishing a team to manage networked digital menu boards. So corporate may hold back on such an endeavor.”</p>
<p>With QSR-Net, the <a href="../../">Noventri</a> team handles these day-to-day challenges and simplifies the digital menu board experience so that all menu boards throughout a franchise or chain of QSRs are always up-to-date, present a consistent message throughout the network, and are compliant at each location. This would include, day parting or scheduling for breakfast, lunch or dinner menus, testing new food items in select locations, and exact planning of promotions and ‘pushing’ promotions on scheduled dates to select locations. QSR-Net allows digital menu boards to virtually run on their own! Content updates and additions are just a phone call away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noventri.com/blog/?feed=rss2&amp;p=805</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

