<?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>RTXI - RTXI</title>
	<atom:link href="http://www.rtxi.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rtxi.org</link>
	<description>Real-time eXperiment Interface</description>
	<lastBuildDate>Thu, 23 May 2013 18:03:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Membrane Test Tutorial</title>
		<link>http://www.rtxi.org/2013/tutorials/membrane-test-tutorial/</link>
		<comments>http://www.rtxi.org/2013/tutorials/membrane-test-tutorial/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 21:09:30 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1708</guid>
		<description><![CDATA[This tutorial on the Membrane Test module is designed to be used in conjunction with a patch clamp amplifier with a model cell attached. This tutorial will also help in diagnosing problems when interfacing a patch clamp amplifier with a computer running RTXI, such as incorrect scaling of inputs/outputs in … <a href="http://www.rtxi.org/2013/tutorials/membrane-test-tutorial/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>This tutorial on the Membrane Test module is designed to be used in conjunction with a patch clamp amplifier with a model cell attached. This tutorial will also help in diagnosing problems when interfacing a patch clamp amplifier with a computer running RTXI, such as incorrect scaling of inputs/outputs in response to amplifier gains. The module has one input (current) and output (voltage), which are sent to and from a patch clamp amplifier with a data acquisition board acting as the intermediary. This tutorial assumes the patch clamp amplifier has been connected to a data acquisition board and scaling factors have been set correctly.</p>
<ol>
<li>Connect the module’s output and input to the appropriate DAQ output/input using the connector module.<br />
<a href="http://www.rtxi.org/wp-content/uploads/2013/01/membrane-test-connector.png"><img class="alignnone size-full wp-image-1710" title="membrane-test-connector" src="http://www.rtxi.org/wp-content/uploads/2013/01/membrane-test-connector.png" alt="" width="662" height="220" /></a></li>
<li>Set the model cell to the bath setting.</li>
<li>Hit pulse to output the default step wave (10mV/10ms square voltage wave at a holding potential of 0mV)</li>
<li>Check to see if resistance output matches the model cell settings for bath
<ol>
<li>If resistance measured is infinity, make sure the module is connected correctly using the Connector Panel, and the DAQ output/inputs are being used are set to active with the System Control Panel</li>
<li>If the resistance measured is wrong, make sure the scaling factors are set correctly. Use the System Control Panel if this was done manually or any amplifier control module being used.</li>
</ol>
</li>
<li>Next, switch the amplifier model cell to the whole cell configuration, and check to see if the resistance again matches specifications</li>
<li>While pulse is still toggled, switch to the membrane properties tab by clicking on the tab</li>
<li>Hit Acquire to run the membrane property calculation. By default, it should be a single test using an average of 5 steps.</li>
<li>Check to make sure the calculated parameters match the model cell specifications, if they do not, run the test again. During experimentation, it is wise to run the test multiple times, or use the continuous mode.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2013/tutorials/membrane-test-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to RTXI v1.4 on Live CD Installs</title>
		<link>http://www.rtxi.org/2013/tutorials/upgrade-to-rtxi-v1-4-on-live-cd-installs/</link>
		<comments>http://www.rtxi.org/2013/tutorials/upgrade-to-rtxi-v1-4-on-live-cd-installs/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 23:02:58 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1695</guid>
		<description><![CDATA[RTXI v1.4 requires the extra dependency Qwt due to a number of new modules packaged with this version of RTXI. For those who have used the RTXI v1.2 running on Ubuntu 9.10 Live CD and wish to upgrade to the newest version of RTXI must do the following: install Qwt … <a href="http://www.rtxi.org/2013/tutorials/upgrade-to-rtxi-v1-4-on-live-cd-installs/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>RTXI v1.4 requires the extra dependency Qwt due to a number of new modules packaged with this version of RTXI. For those who have used the RTXI v1.2 running on Ubuntu 9.10 Live CD and wish to upgrade to the newest version of RTXI must do the following: install Qwt 5.2, install the Comedi sources (for the vast majority that use Comedi for the DAQ cards), and install RTXI v1.4. This tutorial will guide a user on the upgrade process on the Ubuntu 9.10 Live CD installations.</p>
<p>1.  Install Qwt 5.2<br />
Follow this <span style="text-decoration: underline;"><span style="color: #3366ff;"><a title="Installing Qwt for RTXI v1.4" href="http://www.rtxi.org/2012/tutorials/installing-qwt-for-rtxi-v1-4/"><span style="color: #3366ff; text-decoration: underline;">link</span></a></span></span> to the tutorial on installing Qwt 5.2.</p>
<p>2. Download RTXI v1.4 that includes Comedi snapshot<br />
First, navigate to the preferred directory where you want to install RTXI and use the following command:</p>
<p><code>$ sudo git clone -b 1.4 https://github.com/RTXI/rtxi.git</code></p>
<p>* Note: If git has yet to be installed, it can be installed through</p>
<p><code>$ sudo apt-get install git</code></p>
<p>&nbsp;</p>
<p>3. Compile and install the Comedi sources</p>
<p><code>$ cd rtxi-1.4/comedilib<br />
$ sudo sh autogen.sh<br />
$ sudo ./configure –-with-udev-hotplug=/lib --sysconfdir=/etc<br />
$ sudo make clean<br />
$ sudo make install</code></p>
<p><code>$ cd ../comedi_calibrate<br />
$ sudo autoreconf -i<br />
$ sudo ./configure<br />
$ sudo make clean<br />
$ sudo make install</code></p>
<p><code>$ cd ../comedi<br />
$ sudo sh autogen.sh<br />
$ sudo ./configure<br />
$ sudo make clean<br />
$ sudo make install<br />
$ sudo mkdir -p /usr/local/include/linux<br />
$ sudo cp include/linux/comedi.h include/linux/comedilib.h /usr/local/include/linux</code></p>
<p>4. Compile and Install RTXI v1.4</p>
<p><code>$ cd ../<br />
$ sudo sh autogen.sh<br />
$ sudo ./configure<br />
$ sudo make clean<br />
$ sudo make install<br />
$ sudo cp rtxi.conf /etc</code></p>
<p>5. Adjust permissions that might interfere with access to DAQ card and RTXI Qt Preferences</p>
<p><code>$ sudo chmod a+rw -R /home/*/.qt<br />
$ sudo chmod a+rw /dev/comedi*<br />
$ sudo gedit /etc/rc.local</code></p>
<p>By adding the following lines to /etc/rc.local,  the permissions will be changed upon computer reboot, allowing RTXI to access these files without being run with sudo privileges:</p>
<p><code>chmod a+rw -R /home/*/.qt<br />
chmod a+rw /dev/comedi*</code></p>
<p>6. Run RTXI</p>
<p><code>$ rtxi</code></p>
<p>7. Recompile all custom modules<br />
In order to load any custom modules, they must be recompiled AFTER installing RTXI v1.4.</p>
<p>(Updated 5/20/2013: Sources are now downloaded through RTXI&#8217;s git repository)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2013/tutorials/upgrade-to-rtxi-v1-4-on-live-cd-installs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-time system for studies of the effects of acoustic feedback on animal vocalizations</title>
		<link>http://www.rtxi.org/2013/publications/real-time-system-for-studies-of-the-effects-of-acoustic-feedback-on-animal-vocalizations/</link>
		<comments>http://www.rtxi.org/2013/publications/real-time-system-for-studies-of-the-effects-of-acoustic-feedback-on-animal-vocalizations/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 20:40:32 +0000</pubDate>
		<dc:creator>Risa</dc:creator>
				<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1769</guid>
		<description><![CDATA[Mike Skocik and Alexay Kozhevnikov., “Real-time system for studies of the effects of acoustic feedback on animal vocalizations.,” Frontiers in Neural Circuits. 2013 Jan 7;6. Studies of behavioral and neural responses to distorted auditory feedback (DAF) can help shed light on the neural mechanisms of animal vocalizations. We describe an … <a href="http://www.rtxi.org/2013/publications/real-time-system-for-studies-of-the-effects-of-acoustic-feedback-on-animal-vocalizations/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>Mike Skocik and Alexay Kozhevnikov., “Real-time system for studies of the effects of acoustic feedback on animal vocalizations.,” Frontiers in Neural Circuits. 2013 Jan 7;6.</p>
<p><a href="http://dx.doi.org/10.3389/fncir.2012.00111" target="blank"><img src="http://www.rtxi.org/wp-content/uploads/2010/02/fulltext.png" alt="Full Text and Video" title="Full Text and Video" width="100" height="36" /></a></p>
<p>Studies of behavioral and neural responses to distorted auditory feedback (DAF) can help shed light on the neural mechanisms of animal vocalizations. We describe an apparatus for generating real-time acoustic feedback. The system can very rapidly detect acoustic features in a song and output acoustic signals if the detected features match the desired acoustic template. The system uses spectrogram-based detection of acoustic elements. It is low-cost and can be programmed for a variety of behavioral experiments requiring acoustic feedback or neural stimulation. We use the system to study the effects of acoustic feedback on birds&#8217; vocalizations and demonstrate that such an acoustic feedback can cause both immediate and long-term changes to birds&#8217; songs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2013/publications/real-time-system-for-studies-of-the-effects-of-acoustic-feedback-on-animal-vocalizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Membrane Test</title>
		<link>http://www.rtxi.org/2012/modules/membrane-test/</link>
		<comments>http://www.rtxi.org/2012/modules/membrane-test/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 22:10:16 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Modules]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1639</guid>
		<description><![CDATA[Requirements: none Limitations: none noted &#160; The membrane test module is used to measure important electrophysiological parameters, such as electrode resistance and cell properties, during whole cell patch clamp experiments. This module comes bundled with RTXI v1.4 (Utilities -&#62; Patch Clamp -&#62; Membrane Test). Used in voltage clamp mode, the … <a href="http://www.rtxi.org/2012/modules/membrane-test/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<div style="float: left; width: 80%;" align="left"><strong>Requirements:</strong> none<br />
<strong>Limitations:</strong> none noted</div>
<div style="float: right; width: 20%;" align="right"><a href="http://www.rtxi.org/plugins/membrane_test.tar.gz"><img title="Download Module" src="http://www.rtxi.org/wp-content/themes/CompanyStyleBlue/images/dlplugin.png" alt="Download Module" width="100" height="36" align="center" /></a></div>
<div style="float: left; width: 100%;" align="left"></div>
<p><a href="http://www.rtxi.org/wp-content/uploads/2012/12/membrane-test-1.png"><img class="aligncenter size-full wp-image-1707" title="Membrane Test" src="http://www.rtxi.org/wp-content/uploads/2012/12/membrane-test-1.png" alt="" width="322" height="398" /></a></p>
<p>&nbsp;</p>
<p>The membrane test module is used to measure important electrophysiological parameters, such as electrode resistance and cell properties, during whole cell patch clamp experiments. This module comes bundled with RTXI v1.4 (Utilities -&gt; Patch Clamp -&gt; Membrane Test). Used in voltage clamp mode, the primary use of the module is to calculate the membrane resistance when applying a voltage pulse. This provides the user vital information about the recording electrode during the experiment. The user is able to quickly change settings such as holding potential, size, and width of the voltage pulse. The second major use of the module is to calculate several membrane properties once the whole cell configuration is reached (<a title="Membrane Test Algorithms" href="http://mdc.custhelp.com/app/answers/detail/a_id/17006/related/1/session/L2F2LzEvdGltZS8xMzQ3OTAzNzI1L3NpZC9UVGxZeHU2bA%3D%3D" target="_blank">calculation details</a>). These parameters include membrane capacitance, access resistance, and membrane resistance. A brief tutorial is available on connecting and testing the Membrane Test module along with a patch clamp amplifier:</p>
<h3><a title="Membrane Test Tutorial" href="http://www.rtxi.org/2013/tutorials/membrane-test-tutorial/" target="_blank">Membrane Test Tutorial</a></h3>
<h3>Input Channels</h3>
<ol>
<li>input(0) – “Voltage Output (V)” : Voltage output of module, to be connected to external input of amplifier</li>
</ol>
<h3>Output Channels</h3>
<ol>
<li>output(0) &#8211; &#8220;Current Input (A)&#8221; : Current input of the module, to be connected to the output of the amplifier</li>
</ol>
<p><a href="http://www.rtxi.org/wp-content/uploads/2013/01/Membrane-test-figure1.png"><img class="alignnone size-large wp-image-1703" title="Membrane-test-figure1" src="http://www.rtxi.org/wp-content/uploads/2013/01/Membrane-test-figure1-1024x768.png" alt="" width="650" height="487" /></a><a href="http://www.rtxi.org/wp-content/uploads/2013/01/Membrane-test-figure2.png"><img class="alignnone size-large wp-image-1702" title="Membrane-test-figure2" src="http://www.rtxi.org/wp-content/uploads/2013/01/Membrane-test-figure2-1024x768.png" alt="" width="650" height="487" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2012/modules/membrane-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTXI v1.4 Released</title>
		<link>http://www.rtxi.org/2012/news/rtxi-v1-4-released/</link>
		<comments>http://www.rtxi.org/2012/news/rtxi-v1-4-released/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 00:17:06 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1645</guid>
		<description><![CDATA[This version of RTXI includes new modules, bug fixes, and introduces RTXI&#8217;s Patch Clamp Electrophysiology Suite. This marks a new initiative with RTXI, for our team to develop module suites to experimental paradigms common to the user base. A detailed list of the changes can be found here. For the … <a href="http://www.rtxi.org/2012/news/rtxi-v1-4-released/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>This version of RTXI includes new modules, bug fixes, and introduces RTXI&#8217;s Patch Clamp Electrophysiology Suite. This marks a new initiative with RTXI, for our team to develop module suites to experimental paradigms common to the user base. A detailed list of the changes can be found <span style="text-decoration: underline;"><a title="RTXI v1.4" href="http://www.rtxi.org/2012/version-release/rtxi-v1-4/">here</a></span>.</p>
<p>For the majority that has installed RTXI through the use of our Live CDs, the COMEDI and Qwt sources must be installed prior to compiling RTXI. The upgrade instructions can be found <a title="Upgrade to RTXI v1.4 on Live CD Installs" href="http://www.rtxi.org/2013/tutorials/upgrade-to-rtxi-v1-4-on-live-cd-installs/">here</a>.</p>
<p>For those who have installed RTXI manually will find the upgrade process relatively simple. It requires updating the source code through SVN in the RTXI directory</p>
<p><code>$ sudo svn update</code></p>
<p>and installing a new dependency, Qwt (installation instructions <span style="text-decoration: underline;"><a title="Installing Qwt for RTXI v1.4" href="http://www.rtxi.org/2012/tutorials/installing-qwt-for-rtxi-v1-4/" target="_blank">here</a></span>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2012/news/rtxi-v1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Qwt for RTXI v1.4</title>
		<link>http://www.rtxi.org/2012/tutorials/installing-qwt-for-rtxi-v1-4/</link>
		<comments>http://www.rtxi.org/2012/tutorials/installing-qwt-for-rtxi-v1-4/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 00:14:24 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1665</guid>
		<description><![CDATA[Qwt is a Qt library contains components that can be used in the plotting of data. Due to the Clamp Protocol Module use of Qwt and plans to  for future use , RTXI v1.4 requires the dependency to be installed. This dependency can be omitted by configuring RTXI to not load … <a href="http://www.rtxi.org/2012/tutorials/installing-qwt-for-rtxi-v1-4/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>Qwt is a Qt library contains components that can be used in the plotting of data. Due to the <span style="text-decoration: underline; color: #3366ff;"><a title="Clamp Protocol" href="http://www.rtxi.org/2012/modules/clamp-protocol/"><span style="color: #3366ff; text-decoration: underline;">Clamp Protocol Module</span></a></span> use of Qwt and plans to  for future use , RTXI v1.4 requires the dependency to be installed. This dependency can be omitted by configuring RTXI to not load and compile the Clamp Protocol Module by configuring RTXI with the following option:</p>
<p><code>--disable-clampprotocol</code></p>
<p>For those who wish to install Qwt (<span style="text-decoration: underline; color: #3366ff;"><a href="http://qwt.sourceforge.net/"><span style="color: #3366ff; text-decoration: underline;">http://qwt.sourceforge.net/</span></a></span>), please perform the following instructions:</p>
<p><code>$ cd /opt/<br />
$ sudo wget http://www.rtxi.org/wp-content/uploads/2013/01/qwt-5.2.tar.gz<br />
$ sudo tar xzf qwt-5.2.tar.gz<br />
$ cd qwt-5.2<br />
$ sudo qmake<br />
$ sudo make clean<br />
$ sudo make install</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2012/tutorials/installing-qwt-for-rtxi-v1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTXI v1.4</title>
		<link>http://www.rtxi.org/2012/version-release/rtxi-v1-4/</link>
		<comments>http://www.rtxi.org/2012/version-release/rtxi-v1-4/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 22:17:21 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[Version Releases]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1637</guid>
		<description><![CDATA[For information on how to upgrade RTXI to v1.4, go here. To install RTXI v1.4 from scratch, please see our installation guide. For a list of changes from v1.3, see below. New Modules: FIR Filter IIR Filter Signal generator Wavemaker Noise generator TTL pulse generator Patch Clamp Electrophysiology Suite:  Amplifier … <a href="http://www.rtxi.org/2012/version-release/rtxi-v1-4/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>For information on how to upgrade RTXI to v1.4, go <span style="text-decoration: underline;"><span style="color: #3366ff;"><a title="Upgrade to RTXI v1.4 on Live CD Installs" href="http://www.rtxi.org/2013/tutorials/upgrade-to-rtxi-v1-4-on-live-cd-installs/"><span style="color: #3366ff; text-decoration: underline;">here</span></a></span></span>.</p>
<p>To install RTXI v1.4 from scratch, please see our <span style="text-decoration: underline; color: #3366ff;"><a title="Install" href="http://www.rtxi.org/install/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">installation guide</span></a></span>.</p>
<p>For a list of changes from v1.3, see below.</p>
<p>New Modules:</p>
<ul>
<li><span style="text-decoration: underline; color: #3366ff;"><a title="FIR Filter Design (window method)" href="http://www.rtxi.org/2010/modules/fir-filter-window/"><span style="color: #3366ff; text-decoration: underline;">FIR Filter</span></a></span></li>
<li><span style="text-decoration: underline; color: #3366ff;"><a title="IIR analog filters" href="http://www.rtxi.org/2012/modules/iir-analog-filters/"><span style="color: #3366ff; text-decoration: underline;">IIR Filter</span></a></span></li>
<li><span style="text-decoration: underline; color: #3366ff;"><a title="Signal Generator" href="http://www.rtxi.org/2011/modules/signal-generator/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">Signal generator</span></a></span></li>
<li><span style="text-decoration: underline; color: #3366ff;"><a title="Wavemaker" href="http://www.rtxi.org/2010/modules/wavemaker/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">Wavemaker</span></a></span></li>
<li><span style="text-decoration: underline; color: #3366ff;"><a title="Noise Generator" href="http://www.rtxi.org/2010/modules/noise-generator/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">Noise generator</span></a></span></li>
<li><span style="text-decoration: underline; color: #3366ff;"><a title="TTL pulses" href="http://www.rtxi.org/2011/modules/ttl-pulses/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">TTL pulse generator</span></a></span></li>
</ul>
<p>Patch Clamp Electrophysiology Suite:</p>
<ul>
<li> <span style="text-decoration: underline; color: #3366ff;"><a title="Amplifier Control Modules" href="http://www.rtxi.org/2012/modules/amplifier-control-modules/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">Amplifier control modules</span></a></span> allows RTXI to interface with commonly used amplifiers, allowing for automatic scaling of inputs/outputs to counter gains. The capabilities of the modules are determined by the specific amplifier it was designed to control.</li>
<li>The <span style="text-decoration: underline; color: #3366ff;"><a title="Membrane Test" href="http://www.rtxi.org/2012/modules/membrane-test/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">membrane test</span></a></span> module is a utility used to monitor pipette resistance and calculate cellular parameters during patch clamping.</li>
<li>The <span style="text-decoration: underline; color: #3366ff;"><a title="Clamp Protocol" href="http://www.rtxi.org/2012/modules/clamp-protocol/" target="_blank"><span style="color: #3366ff; text-decoration: underline;">clamp protocol</span></a></span> module is designed to run complex voltage clamp protocols and display acquired data in real time. Future iterations will include data analysis tools, and current clamp.</li>
</ul>
<p>Data Acquisition:</p>
<ul>
<li>Data recorder buffer size can now be changed through user preferences.</li>
<li>Data recorder now shows data file size and trial number</li>
<li>Analogy drivers have been added for Xenomai configured RTXI systems</li>
<li>Updated comedi drivers to correctly use calibration from comedi_calibrate. Previously, it was not using the calibration.</li>
<li>Added calibrate button to system control to allow control over when calibration is used on a specific channel.</li>
<li>Comedi_calibrate works in conjunction with analogy</li>
<li>Comedi can now be used if RTXI is configured in POSIX mode.</li>
<li>Added button to calibrate COMEDI for /dev/comedi0 and return a message box for success/failure.</li>
</ul>
<p><span style="font-size: medium;">Other Changes:</span></p>
<ul>
<li>Organization of the RTXI menu has been changed. All bundled modules (outside of system modules) will be placed under Utilities.</li>
<li>Performance measurement module has been improved</li>
<li>Due to the incorporation of Qwt in the Clamp Protocol module, Qwt is now considered a dependency that has to be installed</li>
</ul>
<p>Bug Fixes:</p>
<ul>
<li>The MATLAB getTrial script has been updated to fix a bug that scrambled the order of data if trials were &gt;= 10</li>
<li>Fixed issues with the oscilloscope not updating its time period correctly in rare cases, causing the output to be on the incorrect time scale</li>
<li>Fixed issue where the number of comments recorded was limited by the number of parameters of a module</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2012/version-release/rtxi-v1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amplifier Control Modules</title>
		<link>http://www.rtxi.org/2012/modules/amplifier-control-modules/</link>
		<comments>http://www.rtxi.org/2012/modules/amplifier-control-modules/#comments</comments>
		<pubDate>Thu, 20 Dec 2012 22:12:49 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Modules]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1641</guid>
		<description><![CDATA[The amplifier control modules are designed to easily interface RTXI with several common patch clamp amplifiers. These modules adjust scaling factors to compensate for amplifier gains based on the amplifier&#8217;s current settings. Depending on the capabilities of the amplifier, the module may also have additional features, such as software controlled … <a href="http://www.rtxi.org/2012/modules/amplifier-control-modules/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>The amplifier control modules are designed to easily interface RTXI with several common patch clamp amplifiers. These modules adjust scaling factors to compensate for amplifier gains based on the amplifier&#8217;s current settings. Depending on the capabilities of the amplifier, the module may also have additional features, such as software controlled mode changing.</p>
<p><img class="top alignleft" title="Axon 700 Multiclamp Commander" src="http://www.rtxi.org/wp-content/uploads/2012/12/Axon-700Multiclamp-Commander.png" alt="" width="248" height="412" /><span style="text-decoration: underline;">Axon Multiclamp 700 Series Commander</span></p>
<p>The VClamp and IClamp settings of the module must match the amplifier settings set by the user through the Axon software. The mode must also correspond to Axon software, unless the module is being to control the mode. Mode control is done through the amplifier&#8217;s mode input located on the front of the amplifier.</p>
<p>output(0) &#8211; &#8220;Mode Telegraph&#8221; : Outputs an analog voltage signal to the amplifier through the mode telegraph, allowing the module to control the mode of the amplifier. The &#8220;Ext&#8221; box must be checked on the Axon software, located next to the mode.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.rtxi.org/wp-content/uploads/2012/12/Axon-1D-Commander.png"><img class="size-full wp-image-1721 alignleft" title="Axon 1D Amplifier Commander" src="http://www.rtxi.org/wp-content/uploads/2012/12/Axon-1D-Commander.png" alt="" width="248" height="332" /></a></p>
<p style="text-align: left;"><span style="text-decoration: underline;"> Axon Axopatch 1D Commander</span></p>
<p style="text-align: left;">The settings of the module must match the settings of the Output Gain, Headstage Config, Ext. Command Sensitivity, and mode set by the amplifier&#8217;s switches. The module is able to accept the amplifier&#8217;s Gain Telegraph, allowing it to sense changes to the gain knob of the amplifier. It is also able to sense the mode of the amplifier through its Mode Telegraph. These are both located on the back of the amplifier.</p>
<p style="text-align: left;">input(0) &#8211; &#8220;Mode Telegraph&#8221; : The analog voltage signal from the amplifier&#8217;s mode telegraph, allowing the module to determine the mode of the amplifier when the auto button is toggled</p>
<p style="text-align: left;">input(1) &#8211; &#8220;Gain Telegraph&#8221; : The analog voltage signal from the amplifier&#8217;s gain telegraph, allowing the module to determine the gain set when the auto button is toggled.</p>
<p><a href="http://www.rtxi.org/wp-content/uploads/2012/12/Axon-200-Commander.png"><img class="size-full wp-image-1722 alignleft" title="Axon 200 Series Amplifier Commander" src="http://www.rtxi.org/wp-content/uploads/2012/12/Axon-200-Commander.png" alt="" width="248" height="257" /></a></p>
<p><span style="text-decoration: underline;">Axon 200 Series Amplifier </span><span style="text-decoration: underline;">Commander</span></p>
<p>Tested with the 200A and 200B, the Output Gain, Headstage Config, and Amp Mode must match the amplifier settings set by its switches. The module is able to sense the mode through the amplifier&#8217;s mode telegraph, located on the back of the amplifier.</p>
<p>input(0) &#8211; &#8220;Mode Telegraph&#8221; : The analog voltage signal from the amplifier corresponding to the mode of the amplifier</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2012/modules/amplifier-control-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clamp Protocol</title>
		<link>http://www.rtxi.org/2012/modules/clamp-protocol/</link>
		<comments>http://www.rtxi.org/2012/modules/clamp-protocol/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 22:15:47 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Modules]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1643</guid>
		<description><![CDATA[The clamp protocol module is used to run complex voltage clamp experiments, and visualize the data in real time. Protocols can be designed, saved, and loaded for future use. Data can be plotted in real time through an adjustable viewer. Future iterations will include data analysis tools, current clamp capabilities, … <a href="http://www.rtxi.org/2012/modules/clamp-protocol/">more <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>The clamp protocol module is used to run complex voltage clamp experiments, and visualize the data in real time. Protocols can be designed, saved, and loaded for future use. Data can be plotted in real time through an adjustable viewer. Future iterations will include data analysis tools, current clamp capabilities, amplifier control, and more elegant plotting solutions. <strong>This page will be updated with more information soon.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2012/modules/clamp-protocol/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug Fixes for RTXI HDF5 MATLAB Scripts</title>
		<link>http://www.rtxi.org/2012/news/bug-fixes-for-rtxi-hdf5-matlab-scripts/</link>
		<comments>http://www.rtxi.org/2012/news/bug-fixes-for-rtxi-hdf5-matlab-scripts/#comments</comments>
		<pubDate>Fri, 16 Nov 2012 00:44:55 +0000</pubDate>
		<dc:creator>Francis Ortega</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.rtxi.org/?p=1684</guid>
		<description><![CDATA[Due to an issue with the the MATLAB scripts not correctly acquiring data when the data file contained &#62;= 10 trials, the scripts have been updated. A download link is provided below. RTXI HDF5 Matlab Files]]></description>
			<content:encoded><![CDATA[<p>Due to an issue with the the MATLAB scripts not correctly acquiring data when the data file contained &gt;= 10 trials, the scripts have been updated. A download link is provided below.</p>
<p><a title="RTXI HDF5 Matlab Files" href="http://www.rtxi.org/wp-content/uploads/2012/12/RTXIh5.zip">RTXI HDF5 Matlab Files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rtxi.org/2012/news/bug-fixes-for-rtxi-hdf5-matlab-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
