<?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.. Experimental event / trigger support for Pico SCPI labTool - 6: Service Request from Instrument to LabVIEW flow</title><link>/technologies/test-and-measurement/b/blog/posts/pst-experimental-event-trigger-support-for-pico-scpi-labtool---6-service-request-from-instrument-to-labview-flow</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. It would be nice if the PST could supports device dependent SCPI registers. They can be used...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: PST.. Experimental event / trigger support for Pico SCPI labTool - 6: Service Request from Instrument to LabVIEW flow</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-experimental-event-trigger-support-for-pico-scpi-labtool---6-service-request-from-instrument-to-labview-flow</link><pubDate>Sun, 15 Oct 2023 09:41:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aacbeaa2-c184-4fc7-874b-06b4e224649a</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I just checked it in LabVIEW: &lt;strong&gt;pass&lt;/strong&gt;&lt;br /&gt;&lt;img height="226" src="/resized-image/__size/990x452/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-aacbeaa2-c184-4fc7-874b-06b4e224649a/pastedimage1697362895737v1.png" width="495" alt=" " /&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27007&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PST.. Experimental event / trigger support for Pico SCPI labTool - 6: Service Request from Instrument to LabVIEW flow</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-experimental-event-trigger-support-for-pico-scpi-labtool---6-service-request-from-instrument-to-labview-flow</link><pubDate>Sat, 14 Oct 2023 18:58:58 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aacbeaa2-c184-4fc7-874b-06b4e224649a</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;(not yet available as a release.&amp;nbsp;If you want to get at this code before it&amp;#39;s properly merged,&amp;nbsp;it&amp;#39;s temporarily available via&amp;nbsp;feature branch&amp;nbsp;issue-47-without-patch-docker-linux)&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27007&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PST.. Experimental event / trigger support for Pico SCPI labTool - 6: Service Request from Instrument to LabVIEW flow</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-experimental-event-trigger-support-for-pico-scpi-labtool---6-service-request-from-instrument-to-labview-flow</link><pubDate>Sat, 14 Oct 2023 18:43:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aacbeaa2-c184-4fc7-874b-06b4e224649a</guid><dc:creator>shabaz</dc:creator><slash:comments>7</slash:comments><description>&lt;p&gt;Also great to see people contributing to the project!&lt;/p&gt;
&lt;p&gt;Hope this isn&amp;#39;t hijacking the post too much (I can create a new thread to discuss this if needed [mention:acaf6a9338de4eef8f6717d5561ed01d:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&amp;nbsp; )&lt;/p&gt;
&lt;p&gt;Three new feature proposals (I&amp;#39;m not sure I can work on all these, but still it&amp;#39;s interesting to maybe&amp;nbsp;add them to the backlog if people think they are useful). Actually one is an enhancement, the other two are new features:&lt;/p&gt;
&lt;p&gt;1) The&lt;a href="/products/raspberry-pi/raspberrypi_projects/b/blog/posts/pst-creating-a-pi-pico-based-high-resolution-measurement-instrument" data-e14adj="t"&gt; analog input HIRES module &lt;/a&gt;enhanced to also support differential inputs and configurable gain&lt;br /&gt;Example differential, gain of 4:&lt;/p&gt;
&lt;pre&gt;&lt;br /&gt;&lt;strong&gt;CONfigure:ANA:HIRES DIFFerential,4&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;Example single-ended, gain of 2:&lt;/p&gt;
&lt;pre&gt;&lt;br /&gt;&lt;strong&gt;CONfigure:ANA:HIRES SINGle,2&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2) A new Board Memory (BM) module to suport cheap EEPROM on add-on cards for identification or for calibration parameters&lt;br /&gt;First release to only support SCPI read/write in raw hex, useful for debug purposes&lt;/p&gt;
&lt;p&gt;Example, write to card #0 (there could be several EEPROMs on the I2C bus, they can all be referenced by a card number which gets added to the base address which is 0x50 for most I2C EEPROMs, plus the card value which relates to the address pins on the EEPROM chip), 4 bytes 0xaa, 0xbb, 0xcc, 0xdd from address 16:&lt;/p&gt;
&lt;pre&gt;&lt;br /&gt;&lt;strong&gt;CONfigure:BM:RAW 0,16,aabbccdd&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;Read 4 bytes from card #0, from address 16:&lt;/p&gt;
&lt;pre&gt;&lt;br /&gt;&lt;strong&gt;FETch:BM:CARD0:ADDR16:4:RAW?&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3) A new system temperature module to support the measurement of either ambient temperature of the system, or board temperature of individual cards. Card 0 would be ambient temperature.&lt;/p&gt;
&lt;p&gt;Example to read the temperature of card #2 (this is assuming cards begin at #1, if zero will be ambient temperature):&lt;/p&gt;
&lt;pre&gt;&lt;br /&gt;&lt;strong&gt;TEMPerature:CARD2?&lt;/strong&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not very good at thinking what the syntax should look like, the above is&amp;nbsp;an attempt to keep some flexibility, but at the same time not making things too complicated or too large a bite for a first release of such functionality. But I suspect I&amp;#39;ve got things horribly wrong and broken conventions I bet, so I&amp;#39;m not too loyal to my own suggestions, I&amp;#39;d rather take as much advice as possible.&amp;nbsp;Also tagging&amp;nbsp;[mention:169a4014e923440aab0fa7af5203dabd:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;in case he has some advice based on his experience with&amp;nbsp;similar intent type of commands perhaps.&lt;/p&gt;
&lt;p&gt;Any suggestions welcome!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27007&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PST.. Experimental event / trigger support for Pico SCPI labTool - 6: Service Request from Instrument to LabVIEW flow</title><link>https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-experimental-event-trigger-support-for-pico-scpi-labtool---6-service-request-from-instrument-to-labview-flow</link><pubDate>Sat, 14 Oct 2023 13:45:14 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:aacbeaa2-c184-4fc7-874b-06b4e224649a</guid><dc:creator>shabaz</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Very nice! Glad it was achieved, despite the difficulties with the library.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=27007&amp;AppID=13&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>