<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DriverConfig</title><link>https://sourceforge.net/p/numericstream/wiki/DriverConfig/</link><description>Recent changes to DriverConfig</description><atom:link href="https://sourceforge.net/p/numericstream/wiki/DriverConfig/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 06 Sep 2013 11:00:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/numericstream/wiki/DriverConfig/feed" rel="self" type="application/rss+xml"/><item><title>DriverConfig modified by environumerics</title><link>https://sourceforge.net/p/numericstream/wiki/DriverConfig/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="delimited-string-driver-setup-notes"&gt;Delimited String Driver - Setup Notes&lt;/h1&gt;
&lt;p&gt;The driver takes one commandline parameter - the name of an xml file which describes its settings. The details of this file are outlined on this page. Each section corresponds to an object in the program, each piece of data is required.&lt;/p&gt;
&lt;hr /&gt;
&lt;h1 id="source"&gt;source&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;name&lt;/em&gt;&lt;br /&gt;
This is a number, the integer of the comm port. On Windows this corresponds to Comm1, Comm2 etc...&lt;/p&gt;
&lt;p&gt;&lt;em&gt;baud&lt;/em&gt;&lt;br /&gt;
The baud rate of the comm port&lt;/p&gt;
&lt;p&gt;&lt;em&gt;databits&lt;/em&gt;&lt;br /&gt;
The number of databits for the serial connection&lt;/p&gt;
&lt;p&gt;&lt;em&gt;parity&lt;/em&gt;&lt;br /&gt;
The parity of the connection&lt;/p&gt;
&lt;hr /&gt;
&lt;h1 id="database"&gt;database&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;name&lt;/em&gt;&lt;br /&gt;
The filename of the SQLite database. If no path is specified it is assumed to be in the same directory as the driver runs from&lt;/p&gt;
&lt;p&gt;&lt;em&gt;table&lt;/em&gt;&lt;br /&gt;
The table name where data from this source will be stored&lt;/p&gt;
&lt;p&gt;&lt;em&gt;stayconnected&lt;/em&gt;&lt;br /&gt;
Yes or No, if Yes then the driver maintains its connection to the database. This is usefull at high datarates. As only one program can access a database at a time this has the consequence that only data from this source can be stored in this database.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;subsecond&lt;/em&gt;&lt;br /&gt;
Yes or No, if Yes then the number of milliseconds are also stored in a column called 'millis' in the table.&lt;/p&gt;
&lt;hr /&gt;
&lt;h1 id="string"&gt;string&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;startanchorformat&lt;/em&gt;&lt;br /&gt;
string or ascii. This controls how the startanchor setting is interpreted. Either as a string, or as an ascii code in base 10.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;startanchor&lt;/em&gt;&lt;br /&gt;
Either text or an ascii code of the start of the string.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;endanchorformat&lt;/em&gt;&lt;br /&gt;
as above&lt;/p&gt;
&lt;p&gt;&lt;em&gt;endanchor&lt;/em&gt;&lt;br /&gt;
as above&lt;/p&gt;
&lt;hr /&gt;
&lt;h1 id="fields"&gt;fields&lt;/h1&gt;
&lt;p&gt;There then follows as list of items, detailing each field in the string. Each one is enclosed in a field tag (singular!).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;name&lt;/em&gt;&lt;br /&gt;
The name of the field, this also names the column in the database, and so should conform to legal strings in SQL.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;position&lt;/em&gt;&lt;br /&gt;
The number of the field in the delimited string, position 1 is the first.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">environumerics</dc:creator><pubDate>Fri, 06 Sep 2013 11:00:34 -0000</pubDate><guid>https://sourceforge.net25e2245ab2d0cbe9d99091e5e1b541bcdff4179e</guid></item></channel></rss>