<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PST.. Release 7.1 for the Pico SCPI labTool firmware: what&amp;#39;s new?</title><link>/technologies/test-and-measurement/b/blog/posts/pst-release-7-for-the-pico-scpi-labtool-firmware-what-s-new</link><description>The Pico SCPI labTool (PST) allows you to connect your PC to equipment to control and monitor all sorts of things. It runs on a Raspberry Pico.In this post: new functionality available in the Release 7.1.





What&amp;#39;s new?
Release 7 firmware ...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: PST.. Release 7.1 for the Pico SCPI labTool firmware: what&amp;#39;s new?</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-release-7-for-the-pico-scpi-labtool-firmware-what-s-new</link><pubDate>Thu, 05 Sep 2024 15:45:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bf50b424-2e57-42b2-bc46-6397a00d4c3e</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Also the SQR / interrupt functionality works well under Pico SDK 2.0. All good.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27118&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PST.. Release 7.1 for the Pico SCPI labTool firmware: what&amp;#39;s new?</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-release-7-for-the-pico-scpi-labtool-firmware-what-s-new</link><pubDate>Wed, 04 Sep 2024 20:28:44 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bf50b424-2e57-42b2-bc46-6397a00d4c3e</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I&amp;#39;m validating compatibility with pico c/c++ sdk&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tested all but the service request part, and there is no regression. That covers majority of the use cases. Tomorrow I&amp;#39;ll set up a SQR test.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27118&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PST.. Release 7.1 for the Pico SCPI labTool firmware: what&amp;#39;s new?</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-release-7-for-the-pico-scpi-labtool-firmware-what-s-new</link><pubDate>Wed, 01 Nov 2023 09:53:58 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bf50b424-2e57-42b2-bc46-6397a00d4c3e</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Updated for&amp;nbsp; firmware 7.1:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SCPI terminator character configurable (7.1)&lt;br /&gt;The app used the SCPI-LIB&amp;nbsp;default CRLF.&amp;nbsp;&lt;br /&gt;The setting can now be changes in the application. PST set to LF only (like Keithley, Rigol, BT)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;SCPI identifier with Pico unique id (7.1)&lt;br /&gt;The serial number in the PST identifier returns the Pico unique id (was: empty)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;python unit test updates (7.1)&lt;br /&gt;Race condition in&amp;nbsp;Service Request solved.&lt;br /&gt;Moves on when Service request not invoked after 5 seconds&lt;br /&gt;Adapted the SCPI identifier test (for terminator character and serial number)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;LabVIEW driver isn&amp;#39;t updated in this minor version.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27118&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PST.. Release 7.1 for the Pico SCPI labTool firmware: what&amp;#39;s new?</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-release-7-for-the-pico-scpi-labtool-firmware-what-s-new</link><pubDate>Fri, 27 Oct 2023 22:15:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bf50b424-2e57-42b2-bc46-6397a00d4c3e</guid><dc:creator>Andrew J</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;I&amp;rsquo;ll have a break then pick these new features up.&lt;/p&gt;
&lt;p&gt;on a not wholly unrelated point: did you know that you can wire an error indicator to the loop terminator (it picks up the error Boolean inside the cluster)? &amp;nbsp;I&amp;rsquo;ve seen the shift register used for the error indicator a number of times today and I don&amp;rsquo;t know why. &amp;nbsp;Either it is carrying no error, in which case you can use the same value that entered the loop for each iteration, or it is an error in which case you really want the loop to terminate - passing the error back just means, typically, any sub-vi will do nothin so you loop needlessly until the stop is pressed. &amp;nbsp;I&amp;rsquo;m now thinking I&amp;rsquo;m missing something!?!&lt;/p&gt;
&lt;p&gt;Also, I don&amp;rsquo;t know why the visa session has a shift register and I&amp;rsquo;ve seen that a few times today as well. &amp;nbsp;Does that change during the iteration when a visa call is made?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27118&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>