<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Ryarc Support - Triggers</title>
    <link>http://www.ryarc.com/supportblog/</link>
    <description>The team blog of the Ryarc Support Team</description>
    <language>en-us</language>
    <copyright>Ryarc Technology Limited</copyright>
    <lastBuildDate>Fri, 25 Sep 2009 07:26:20 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>support@ryarc.com</managingEditor>
    <webMaster>support@ryarc.com</webMaster>
    <item>
      <trackback:ping>http://www.ryarc.com/supportblog/Trackback.aspx?guid=5491490f-3b77-4401-8d56-0a73323b2ca0</trackback:ping>
      <pingback:server>http://www.ryarc.com/supportblog/pingback.aspx</pingback:server>
      <pingback:target>http://www.ryarc.com/supportblog/PermaLink,guid,5491490f-3b77-4401-8d56-0a73323b2ca0.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.ryarc.com/supportblog/CommentView,guid,5491490f-3b77-4401-8d56-0a73323b2ca0.aspx</wfw:comment>
      <wfw:commentRss>http://www.ryarc.com/supportblog/SyndicationService.asmx/GetEntryCommentsRss?guid=5491490f-3b77-4401-8d56-0a73323b2ca0</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <font face="Courier New">One of the really useful features in CampaignManager is the
publishable Commands.  In earlier versions, this allowed administrators to change
basic settings such as call interval, logging options and RS232 interfaces. 
However, there were still a lot of options one could not change without being front
and center on the machine itself, thereby incuring time and money in making changes. 
Since version 2009, CampaignManager has included the option of attaching an executable
to run utility tasks on remote players.  This is an awesome feature provided
that you were in a position to write your own code to do whatever it was you needed
to do on the player.  </font>
        </p>
        <p>
          <font face="Courier New">Despite the fact that you can now run any executable code
(Windows PowerShell, Batch files, EXEs etc.) remotely according to schedule, we realise
that a lot of users don't have the time or access to the skills to create such scripts. 
So, we've created a little app that you can use in conjuntion with CampaignManager
Commands to help make changes on remote Digital Signage players that much easier. 
The tool, (imaginatively) named the "Player Settings Console Utility" is a windows
executable that takes a number of switches, allowing you to make complex changes to
the player remotely.  When you run the app without any switches, you see the
following help window which describes the functionality and syntax in detail:</font>
        </p>
        <p>
          <font face="Courier New">
          </font>
        </p>
        <p>
          <font face="Courier New">
            <img src="http://www.ryarc.com/supportblog/content/binary/util2.jpg" border="0" />
          </font>
        </p>
        <p>
          <font face="Courier New">So, for example If you were swapping over to a new server
and needed to change the remote IPs, you could run the command </font>
        </p>
        <p>
        </p>
        <p>
          <font face="Courier New">RyarcSettingsUtil /SA:192.168.100.100</font>
        </p>
        <p>
          <font face="Courier New">The application will change the setting in the registry and
restart the player which will from that moment, point to your New Server.  Needless
to say, it makes sense to test your syntax out locally first!  You can also run
several changes simultaneously like this:</font>
        </p>
        <p>
          <font face="Courier New">
            <img src="http://www.ryarc.com/supportblog/content/binary/util.png" border="0" />
          </font>
        </p>
        <p>
          <font face="Courier New">The app will also helpfuly hightlight what it was able to
do and not do.  (In this case the NodeServer URL was provided without the http://
at the front and the .asmx file at the end).  Once you're ready to publish, create
the command with the appropriate switches like this:</font>
        </p>
        <p>
          <font face="Courier New">
            <img src="http://www.ryarc.com/supportblog/content/binary/incm.gif" border="0" />
          </font>
        </p>
        <p>
          <font face="Courier New">This utility is still not 'officially' released but a version
with possible bugs is attached here <a href="http://www.ryarc.com/supportblog/content/binary/RyarcSettingsUtil.zip"><font face="Verdana">RyarcSettingsUtil.zip
(15.84 KB)</font></a></font>
          <font face="Courier New"> if you want to check it
out.  Feedback most welcome!</font>
        </p>
        <img width="0" height="0" src="http://www.ryarc.com/supportblog/aggbug.ashx?id=5491490f-3b77-4401-8d56-0a73323b2ca0" />
      </body>
      <title>Changing Advanced CM Player settings remotely</title>
      <guid isPermaLink="false">http://www.ryarc.com/supportblog/PermaLink,guid,5491490f-3b77-4401-8d56-0a73323b2ca0.aspx</guid>
      <link>http://www.ryarc.com/supportblog/2009/09/25/ChangingAdvancedCMPlayerSettingsRemotely.aspx</link>
      <pubDate>Fri, 25 Sep 2009 07:26:20 GMT</pubDate>
      <description>&lt;p&gt;
&lt;font face="Courier New"&gt;One of the really useful features in CampaignManager is the
publishable Commands.&amp;nbsp; In earlier versions, this allowed administrators to change
basic settings such as call interval, logging options and RS232 interfaces.&amp;nbsp;
However, there were still a lot of options one could not change without being front
and center on the machine itself, thereby incuring time and money in making changes.&amp;nbsp;
Since version 2009, CampaignManager has included the option of attaching an executable
to run utility tasks on remote players.&amp;nbsp; This is an awesome feature provided
that you were in a position to write your own code to do whatever it was you needed
to do on the player.&amp;nbsp; &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;Despite the fact that you can now run any executable code
(Windows PowerShell, Batch files, EXEs etc.) remotely according to schedule, we realise
that a lot of users don't have the time or access to the skills to create such scripts.&amp;nbsp;
So, we've created a little app that you can use in conjuntion with CampaignManager
Commands to help make changes on remote Digital Signage players that much easier.&amp;nbsp;
The tool, (imaginatively) named the "Player Settings Console Utility" is a windows
executable that takes a number of switches, allowing you to make complex changes to
the player remotely.&amp;nbsp; When you run the app without any switches, you see the
following help window which describes the functionality and syntax in detail:&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;&lt;/font&gt; 
&lt;p&gt;
&lt;font face="Courier New"&gt;&lt;img src="http://www.ryarc.com/supportblog/content/binary/util2.jpg" border=0&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;So, for example If you were swapping over to a new server
and needed to change the remote IPs, you could run the command &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;RyarcSettingsUtil /SA:192.168.100.100&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;The application will change the setting in the registry and
restart the player which will from that moment, point to your New Server.&amp;nbsp; Needless
to say, it makes sense to test your syntax out locally first!&amp;nbsp; You can also run
several changes simultaneously like this:&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;&lt;img src="http://www.ryarc.com/supportblog/content/binary/util.png" border=0&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;The app will also helpfuly hightlight what it was able to
do and not do.&amp;nbsp; (In this case the NodeServer URL was provided without the http://
at the front and the .asmx file at the end).&amp;nbsp; Once you're ready to publish, create
the command with the appropriate switches like this:&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;&lt;img src="http://www.ryarc.com/supportblog/content/binary/incm.gif" border=0&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face="Courier New"&gt;This utility is still not 'officially' released but a version
with possible bugs is attached here &lt;a href="http://www.ryarc.com/supportblog/content/binary/RyarcSettingsUtil.zip"&gt;&lt;font face=Verdana&gt;RyarcSettingsUtil.zip
(15.84 KB)&lt;/font&gt;&lt;/a&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&amp;nbsp;if you want to check it
out.&amp;nbsp; Feedback most welcome!&lt;/font&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.ryarc.com/supportblog/aggbug.ashx?id=5491490f-3b77-4401-8d56-0a73323b2ca0" /&gt;</description>
      <comments>http://www.ryarc.com/supportblog/CommentView,guid,5491490f-3b77-4401-8d56-0a73323b2ca0.aspx</comments>
      <category>CM Features</category>
      <category>Device Metrics</category>
      <category>RDD</category>
      <category>Triggers</category>
    </item>
    <item>
      <trackback:ping>http://www.ryarc.com/supportblog/Trackback.aspx?guid=c6b10e07-2c0a-4599-a1b0-b16d318c9d51</trackback:ping>
      <pingback:server>http://www.ryarc.com/supportblog/pingback.aspx</pingback:server>
      <pingback:target>http://www.ryarc.com/supportblog/PermaLink,guid,c6b10e07-2c0a-4599-a1b0-b16d318c9d51.aspx</pingback:target>
      <dc:creator>Your DisplayName here!</dc:creator>
      <wfw:comment>http://www.ryarc.com/supportblog/CommentView,guid,c6b10e07-2c0a-4599-a1b0-b16d318c9d51.aspx</wfw:comment>
      <wfw:commentRss>http://www.ryarc.com/supportblog/SyndicationService.asmx/GetEntryCommentsRss?guid=c6b10e07-2c0a-4599-a1b0-b16d318c9d51</wfw:commentRss>
      <title>Using the keyboard trigger application</title>
      <guid isPermaLink="false">http://www.ryarc.com/supportblog/PermaLink,guid,c6b10e07-2c0a-4599-a1b0-b16d318c9d51.aspx</guid>
      <link>http://www.ryarc.com/supportblog/2009/09/09/UsingTheKeyboardTriggerApplication.aspx</link>
      <pubDate>Wed, 09 Sep 2009 03:25:34 GMT</pubDate>
      <description>&lt;span style="FONT-SIZE: 11pt; COLOR: #003300; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt; 
&lt;p&gt;
&lt;span style="FONT-SIZE: 11pt; COLOR: #003300; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;font color=#000000&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;Ryarc
have recently created a keyboard trigger application in order to clearly demonstrate
how trigger campaigns work. I thought it would be useful to share this on the support
blog for new customers, to help them understand the trigger capability in CampaignManager.&amp;nbsp;
This should also be useful for CampaignManager resellers to demonstrate this to their
customers. 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 11pt; COLOR: #003300; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;font color=#000000&gt;This
application assumes that the trigger comes from a Keypad with numbers 0-9.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;Triggers
for campaigns can be anything from touch screen selections, barcode readers, queue
systems etc…&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 11pt; COLOR: #003300; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;font color=#000000&gt;&lt;strong&gt;&lt;font color=#000080&gt;To
use the Ryarc keyboard trigger application:&lt;/font&gt;&lt;/strong&gt; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 11pt; COLOR: #003300; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;font color=#000000&gt;1.
Download the Trigger application:&lt;/font&gt; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 11pt; COLOR: #003300; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color=#000000&gt;If
you are using Windows Vista:&lt;/font&gt; &lt;a href="http://service.ryarc.com/download/ryarckeyboardvista.rar"&gt;&lt;font color=#0000ff&gt;http://service.ryarc.com/download/ryarckeyboardvista.rar&lt;/font&gt;&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 11pt; COLOR: #003300; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color=#000000&gt;If
you are using Windows XP:&lt;/font&gt; &lt;a href="http://service.ryarc.com/download/ryarckeyboardxp.rar"&gt;&lt;font color=#0000ff&gt;http://service.ryarc.com/download/ryarckeyboardxp.rar&lt;/font&gt;&lt;/a&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin"&gt;&lt;font color=#000000&gt;2.
Create a new folder and extract the contents of the zip file to that same folder.&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font color=#000000&gt;3. Run RyarcKeyboardHook.exe on the CM Player PC(s). &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font color=#000000&gt;4. Create 10 campaigns in CampaignManager. Give each campaign
a number in the trigger field. Check the option to ‘Interrupt other campaigns immediately’&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font color=#000000&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;img src="http://www.ryarc.com/supportblog/content/binary/trigger11.gif" border=0&gt;&lt;/span&gt;&lt;/font&gt;&lt;font color=#000000&gt; &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font color=#000000&gt;5. Add the media, schedule and publish the campaign as with any
normal campaign. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font color=#000000&gt;6. In CM Player Configuration, general tab, check the option to
‘Enable external trigger events’.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;span style="COLOR: red"&gt;&lt;img src="http://www.ryarc.com/supportblog/content/binary/trigger2.gif" border=0&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;span style="COLOR: red"&gt;&lt;/span&gt;&lt;font color=#000000&gt;Run the CM Player and once all
campaigns have been downloaded you can trigger the associated campaigns by clicking
on the number of that campaign. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;span style="COLOR: #7030a0; mso-fareast-font-family: 'Times New Roman'; mso-no-proof: yes; mso-fareast-theme-font: minor-fareast"&gt;&lt;font color=#000000&gt;Feel
free to comment here with any questions you may have.&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="COLOR: #7030a0; mso-fareast-font-family: 'Times New Roman'; mso-no-proof: yes; mso-fareast-theme-font: minor-fareast"&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="COLOR: #7030a0; mso-fareast-font-family: 'Times New Roman'; mso-no-proof: yes; mso-fareast-theme-font: minor-fareast"&gt;Post
your technical enquiries on our forum &lt;a href="http://www.ryarc.com/forum"&gt;&lt;span style="COLOR: #7030a0"&gt;http://www.ryarc.com/forum&lt;/span&gt;&lt;/a&gt; 
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;/span&gt;&lt;img width="0" height="0" src="http://www.ryarc.com/supportblog/aggbug.ashx?id=c6b10e07-2c0a-4599-a1b0-b16d318c9d51" /&gt;</description>
      <comments>http://www.ryarc.com/supportblog/CommentView,guid,c6b10e07-2c0a-4599-a1b0-b16d318c9d51.aspx</comments>
      <category>CM Features</category>
      <category>Triggers</category>
    </item>
  </channel>
</rss>