<?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>PSL.. Pico SCPI USBTMC labLib makes it easier to write your own PST.. Pico SCPI labTool</title><link>/technologies/test-and-measurement/b/blog/posts/psl-pico-scpi-usbtmc-lib-makes-it-easier-to-write-your-own-pico-scpi-labtool</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. To make it easier to create several specialised lab instruments, the project is now spl...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: PSL.. Pico SCPI USBTMC labLib makes it easier to write your own PST.. Pico SCPI labTool</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/psl-pico-scpi-usbtmc-lib-makes-it-easier-to-write-your-own-pico-scpi-labtool</link><pubDate>Sun, 25 Feb 2024 18:21:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ae6ef5f7-9d2c-437c-9744-2b7496c3bde9</guid><dc:creator>PavelKCZ</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Excellent work, I just tried it with my Labview Community Edition and it works like a charm.&lt;/p&gt;
&lt;p&gt;Just one idea (maybe crazy, I don&amp;#39;t know). Is it possible to modify it for wifi and Pi Pico W. I mean, instead of USB, one should be able to connect to the Pico through WiFi with standard VISA string like &amp;quot;TCPIP0::address::something::INSTR&amp;quot; ?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27071&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PSL.. Pico SCPI USBTMC labLib makes it easier to write your own PST.. Pico SCPI labTool</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/psl-pico-scpi-usbtmc-lib-makes-it-easier-to-write-your-own-pico-scpi-labtool</link><pubDate>Fri, 10 Nov 2023 12:44:49 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ae6ef5f7-9d2c-437c-9744-2b7496c3bde9</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;How to create a new project, based on the lib (PSL) and example project (PST)&lt;/p&gt;
&lt;p&gt;1. Have the latest version of PST:&lt;/p&gt;
&lt;p&gt;git clone &lt;a href="https://github.com/jancumps/pico_scpi_usbtmc_labtool.git" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;github.com/.../pico_scpi_usbtmc_labtool.git&lt;/a&gt; --recurse-submodules&lt;/p&gt;
&lt;p&gt;2. create a new (empty) github project on the github website&lt;/p&gt;
&lt;p&gt;3. push&amp;nbsp;PST to that new repo&lt;/p&gt;
&lt;p&gt;cd&amp;nbsp;&lt;a href="https://github.com/jancumps/pico_scpi_usbtmc_labtool.git" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;pico_scpi_usbtmc_labtool&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;git push &lt;a href="https://github.com/jancumps/pico_scpi_usbtms_analogtool.git" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;github.com/.../pico_scpi_usbtms_analogtool.git&lt;/a&gt; +main:main&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&amp;nbsp;(replace&amp;nbsp;&amp;lt;&lt;span&gt;&lt;a href="https://github.com/jancumps/pico_scpi_usbtms_analogtool.git" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;github.com/.../pico_scpi_usbtms_analogtool.git&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&amp;gt; with the&amp;nbsp;clone url of your project)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. you can now clone that fresh project:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;git clone &lt;a href="https://github.com/jancumps/pico_scpi_usbtms_analogtool.git" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://github.com/jancumps/pico_scpi_usbtmc_analogtool.git&lt;/a&gt; --recurse-submodules&lt;br /&gt;( again,&amp;nbsp;&amp;nbsp;(replace&amp;nbsp;&amp;lt;&lt;span&gt;&lt;a href="https://github.com/jancumps/pico_scpi_usbtms_analogtool.git" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;github.com/.../pico_scpi_usbtms_analogtool.git&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&amp;gt; with the&amp;nbsp;clone url of your project)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I tested this as preparation to&amp;nbsp;try out&amp;nbsp;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp;[mention:cb8171f974c143a799c072d3490f534c:f7d226abd59f475c9d224a79e3f0ec07]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It&amp;nbsp;worked, including creating the dependencies on the PST subrepo&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/1280x720/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-ae6ef5f7-9d2c-437c-9744-2b7496c3bde9/pastedimage1699620166802v1.png" /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27071&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PSL.. Pico SCPI USBTMC labLib makes it easier to write your own PST.. Pico SCPI labTool</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/psl-pico-scpi-usbtmc-lib-makes-it-easier-to-write-your-own-pico-scpi-labtool</link><pubDate>Mon, 23 Oct 2023 19:38:48 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ae6ef5f7-9d2c-437c-9744-2b7496c3bde9</guid><dc:creator>flyingbean</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Jan: Thanks for all the work you have done so far. I believe that your work will bring more people to develop LabVIEW solutions on Raspberry Pi Pico platform.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27071&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PSL.. Pico SCPI USBTMC labLib makes it easier to write your own PST.. Pico SCPI labTool</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/psl-pico-scpi-usbtmc-lib-makes-it-easier-to-write-your-own-pico-scpi-labtool</link><pubDate>Sun, 22 Oct 2023 16:28:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ae6ef5f7-9d2c-437c-9744-2b7496c3bde9</guid><dc:creator>fmilburn</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Due to availability, I have only been reading and following along, Thanks for these posts and the good work, I hope to try things out and apply them in a project soon.&amp;nbsp;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27071&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PSL.. Pico SCPI USBTMC labLib makes it easier to write your own PST.. Pico SCPI labTool</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/psl-pico-scpi-usbtmc-lib-makes-it-easier-to-write-your-own-pico-scpi-labtool</link><pubDate>Sun, 22 Oct 2023 14:06:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ae6ef5f7-9d2c-437c-9744-2b7496c3bde9</guid><dc:creator>shabaz</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi Jan,&lt;/p&gt;
&lt;p&gt;Fantastic work! This will be hugely attractive for all sorts of focussed projects. It will mean people will not need to worry as much about ending up code they cannot manage, since they can always take the latest library. And any improvements will benefit all projects that use the library. Perfect for concentrating on the specific applications and not a large body of code. Plus the more projects that are written, the more choice for beginners to pick the one closest to their needs and use that as a tutorial too.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27071&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>