<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Configuration</title><link>https://sourceforge.net/p/webzpl/wiki/Configuration/</link><description>Recent changes to Configuration</description><atom:link href="https://sourceforge.net/p/webzpl/wiki/Configuration/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 01 Jul 2015 15:30:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/webzpl/wiki/Configuration/feed" rel="self" type="application/rss+xml"/><item><title>Configuration modified by JASON KLEINBUB</title><link>https://sourceforge.net/p/webzpl/wiki/Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -7,7 +7,6 @@
 *Label Format:*  The ZPL commands to send to the printer.  These strings are substituted with the [JSON data] prior to sending.

 So having a label format of 
-
 &lt;code&gt;
 ^XA^FO50,100^BXN,10,200^FD%MYDATA^FS^XZ
 &lt;/code&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JASON KLEINBUB</dc:creator><pubDate>Wed, 01 Jul 2015 15:30:51 -0000</pubDate><guid>https://sourceforge.netacb31aa5c0fbad9f47ed1c615c648d981f2bc8a3</guid></item><item><title>Configuration modified by JASON KLEINBUB</title><link>https://sourceforge.net/p/webzpl/wiki/Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,10 +1,11 @@
-Printer: the windows Zebra printer to send ZPL commands.
+*Printer:* the windows Zebra printer to send ZPL commands.

-Delete ZPL file after processing:  Is the file passed on the command line deleted after printed.
+*Delete ZPL file after processing:*  Is the file passed on the command line deleted after printed.

-View Label String in Log: Do the ZPL commands appear in the log before printing.
+*View Label String in Log:*  Do the ZPL commands appear in the log before printing.

-Label Format:  The ZPL commands to send to the printer.  These strings are substituted with the [JSON data] prior to sending. 
+*Label Format:*  The ZPL commands to send to the printer.  These strings are substituted with the [JSON data] prior to sending. 
+
 So having a label format of 

 &lt;code&gt;
@@ -29,9 +30,9 @@

 Web Automation

-URL:  The HTTP url to periodically poll.
-Polling period (sec):  The frequency of the polling.
-Running:  Whether or not its active.
+*URL:*  The HTTP url to periodically poll.
+*Polling period (sec):*  The frequency of the polling.
+*Running:*  Whether or not its active.

&lt;/code&gt;&lt;/pre&gt;&lt;code&gt;
&lt;/code&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JASON KLEINBUB</dc:creator><pubDate>Wed, 01 Jul 2015 15:30:31 -0000</pubDate><guid>https://sourceforge.net852684a0c034a4bb6c31cce8d6bb4ae64614bd07</guid></item><item><title>Configuration modified by JASON KLEINBUB</title><link>https://sourceforge.net/p/webzpl/wiki/Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,3 @@
-
 Printer: the windows Zebra printer to send ZPL commands.

 Delete ZPL file after processing:  Is the file passed on the command line deleted after printed.
@@ -8,7 +7,9 @@
 Label Format:  The ZPL commands to send to the printer.  These strings are substituted with the [JSON data] prior to sending. 
 So having a label format of 

+&lt;code&gt;
 ^XA^FO50,100^BXN,10,200^FD%MYDATA^FS^XZ
+&lt;/code&gt;

 and [JSON data] of 
 &lt;code&gt;
@@ -20,7 +21,9 @@
 &lt;/code&gt;

 will send the ZPL data 
+&lt;code&gt;
 ^XA^FO50,100^BXN,10,200^FDHelloWorld^FS^XZ
+&lt;/code&gt;
 to the printer .. .twice (notice the "count" parameter)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JASON KLEINBUB</dc:creator><pubDate>Wed, 01 Jul 2015 15:29:41 -0000</pubDate><guid>https://sourceforge.netee2ee1afc4f74abe43200bcd60d7af34202b9526</guid></item><item><title>Configuration modified by JASON KLEINBUB</title><link>https://sourceforge.net/p/webzpl/wiki/Configuration/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Printer: the windows Zebra printer to send ZPL commands.&lt;/p&gt;
&lt;p&gt;Delete ZPL file after processing:  Is the file passed on the command line deleted after printed.&lt;/p&gt;
&lt;p&gt;View Label String in Log: Do the ZPL commands appear in the log before printing.&lt;/p&gt;
&lt;p&gt;Label Format:  The ZPL commands to send to the printer.  These strings are substituted with the &lt;span&gt;[JSON data]&lt;/span&gt; prior to sending. &lt;br /&gt;
So having a label format of &lt;/p&gt;
&lt;p&gt;^XA^FO50,100^BXN,10,200^FD%MYDATA^FS^XZ&lt;/p&gt;
&lt;p&gt;and &lt;span&gt;[JSON data]&lt;/span&gt; of &lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
{"labels":&lt;br /&gt;
    [&lt;br /&gt;
    {"lbl": {"MYDATA":"HelloWorld"},"count":2}&lt;br /&gt;
    ],&lt;br /&gt;
"Remaining":0}&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;will send the ZPL data &lt;br /&gt;
^XA^FO50,100^BXN,10,200^FDHelloWorld^FS^XZ&lt;br /&gt;
to the printer .. .twice (notice the "count" parameter)&lt;/p&gt;
&lt;p&gt;Web Automation&lt;/p&gt;
&lt;p&gt;URL:  The HTTP url to periodically poll.&lt;br /&gt;
Polling period (sec):  The frequency of the polling.&lt;br /&gt;
Running:  Whether or not its active.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">JASON KLEINBUB</dc:creator><pubDate>Wed, 01 Jul 2015 15:26:41 -0000</pubDate><guid>https://sourceforge.neta8f38ff9e2f40de7a8382fac7dcd40527b470f5e</guid></item></channel></rss>