<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ad24usbdevice</title><link>https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/</link><description>Recent changes to ad24usbdevice</description><atom:link href="https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Jun 2013 19:55:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/feed" rel="self" type="application/rss+xml"/><item><title>ad24usbdevice modified by Miso kopera</title><link>https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -18,7 +18,7 @@
 CHOPPER_INPUT = 1
 CHOPPER_OUTPUT = 2

-#resolution constants
+#resolution constants (number after RESOLUTION_ is interating time for AD converter)
 RESOLUTION_5 = 0
 RESOLUTION_20 = 1
 RESOLUTION_80 = 2
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Tue, 04 Jun 2013 19:55:46 -0000</pubDate><guid>https://sourceforge.net1481a9773391eba922a075faacd95e0bef6b1ca8</guid></item><item><title>ad24usbdevice modified by Miso kopera</title><link>https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,4 +1,4 @@
-ad24usbdevice.Device class is derived from [ftdidevice.Device](https://sourceforge.net/p/ftdidevice/wiki/Device%20class/) class. Covers all necessary function that are needed for setting, managing and measuring with device. Device can works in two modes. Periodical and standard (Non-periodical) mode. 
+Class *ad24usbdevice.Device* is derived from [ftdidevice.Device](https://sourceforge.net/p/ftdidevice/wiki/Device%20class/). Covers all necessary function that are needed for setting, managing and measuring with device. Device can works in two modes. Periodical and standard (Non-periodical) mode.

 Standard mode returns measured value immediately on request. Well, not immediately but just after the measuring is done what may be from 5 ms to a few minutes depends on resolution and chopper setings. This is the most universal mode because various changes to device can be done measures.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Tue, 04 Jun 2013 18:19:24 -0000</pubDate><guid>https://sourceforge.net60dd3da2c9b48b441e26e1bc94f3ac941f156578</guid></item><item><title>ad24usbdevice modified by Miso kopera</title><link>https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,3 +1,12 @@
+ad24usbdevice.Device class is derived from [ftdidevice.Device](https://sourceforge.net/p/ftdidevice/wiki/Device%20class/) class. Covers all necessary function that are needed for setting, managing and measuring with device. Device can works in two modes. Periodical and standard (Non-periodical) mode. 
+
+Standard mode returns measured value immediately on request. Well, not immediately but just after the measuring is done what may be from 5 ms to a few minutes depends on resolution and chopper setings. This is the most universal mode because various changes to device can be done measures.
+
+During periodical mode device returns measured values continualy in precise periods based on devices internal timer. Unfortunately during this mode no other communication with device (except *stop_periodical_mode*) is possible. So is not possible to recalibrate it, change output current, resolution, etc... This mode is for sorter measuring where precise period is required.
+
+The rest of the *ad24usbdevice* are just a constants and exception that are raised by object functions.
+
+
 [TOC]

 ###Classes
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Tue, 04 Jun 2013 18:18:38 -0000</pubDate><guid>https://sourceforge.net96df70cbed7b03d15f4789ed77bbe6b09bc3fdcb</guid></item><item><title>ad24usbdevice modified by Miso kopera</title><link>https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,7 +2,6 @@

 ###Classes
 [Device class]
-###Exceptions
 ###Constants
 ~~~~~
 #constants for chopper settings
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Sun, 02 Jun 2013 19:36:12 -0000</pubDate><guid>https://sourceforge.net778b15c69be14217763b47b16b72f916982e85a6</guid></item><item><title>ad24usbdevice modified by Miso kopera</title><link>https://sourceforge.net/p/umotheslime/wiki/ad24usbdevice/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Sun, 02 Jun 2013 19:32:13 -0000</pubDate><guid>https://sourceforge.net9ca49b5af1d7699b6856ac03700fd685fdb1ce78</guid></item><item><title>Developers modified by Miso kopera</title><link>https://sourceforge.net/p/umotheslime/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,49 @@
-hello
+[TOC]
+
+###Classes
+[Device class]
+###Exceptions
+###Constants
+~~~~~
+#constants for chopper settings
+CHOPPER_DISABLED = 0
+CHOPPER_INPUT = 1
+CHOPPER_OUTPUT = 2 
+
+#resolution constants
+RESOLUTION_5 = 0
+RESOLUTION_20 = 1
+RESOLUTION_80 = 2
+RESOLUTION_320 = 3
+
+RESOLUTIONS = (RESOLUTION_5, RESOLUTION_20, RESOLUTION_80, RESOLUTION_320)
+
+#resolution time in ms
+RESOLUTION_TIME = (5, 20, 80, 320)
+
+#gains
+GAIN_1 = 0
+GAIN_2 = 1
+GAIN_4 = 2
+GAIN_8 = 3
+GAIN_17 = 4
+GAIN_39 = 5
+GAIN_102 = 6
+GAIN_512 = 7
+
+GAINS = (GAIN_1, GAIN_2, GAIN_4, GAIN_8, GAIN_17, GAIN_39, GAIN_102, GAIN_512)
+
+#channels ID
+CHANNEL_0 = 0
+CHANNEL_1 = 1
+CHANNEL_2 = 2
+CHANNEL_3 = 3
+CHANNEL_4 = 4
+CHANNEL_5 = 5
+CHANNEL_6 = 6
+CHANNEL_7 = 7
+
+CHANNELS = (CHANNEL_0, CHANNEL_1, CHANNEL_2, CHANNEL_3, CHANNEL_4, CHANNEL_5, CHANNEL_6, CHANNEL_7)
+
+#various
+MAX_PERIODICAL_TIMER = 65000
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Sat, 01 Jun 2013 20:48:24 -0000</pubDate><guid>https://sourceforge.net0fb91c9c8e39fbc253980a4c9bdb77cd7bb386cb</guid></item><item><title>Developers modified by Miso kopera</title><link>https://sourceforge.net/p/umotheslime/wiki/Developers/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hello&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Thu, 02 May 2013 09:04:27 -0000</pubDate><guid>https://sourceforge.net387c74be91799ba26e52b6926b9a6cf4ca612dea</guid></item></channel></rss>