<?xml version="1.0" encoding="UTF-8" ?>
<?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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NI Forum - Recent Threads</title><link>https://community.element14.com/products/devtools/ni-labview/f/forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Fri, 10 May 2024 20:19:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/products/devtools/ni-labview/f/forum" /><item><title>Avnet Accelerometer (4030-002-120)</title><link>https://community.element14.com/thread/54607?ContentTypeID=0</link><pubDate>Fri, 10 May 2024 20:19:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2addce61-1420-405e-b141-d3158d30572d</guid><dc:creator>jimmy_almac</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/54607?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/54607/avnet-accelerometer-4030-002-120/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Is this avnet accelerometer (part number: 4030-002-120) compatible with labview? Also, how do I determine the minimum reading it is capable of?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Labview Community Edition 2024-Q1 released</title><link>https://community.element14.com/thread/54377?ContentTypeID=0</link><pubDate>Wed, 21 Feb 2024 19:03:07 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:41686a4e-cb90-4063-8dd3-af19e7e48d7a</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/54377?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/54377/labview-community-edition-2024-q1-released/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Downloadable from&amp;nbsp;&lt;a href="https://www.ni.com/en/support/downloads/software-products/download.labview.html#521715" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://www.ni.com/en/support/downloads/software-products/download.labview.html#521715&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You need an NI account. And use the same account to download and activate.&lt;/p&gt;
&lt;p&gt;If you have an existing community license, and activation fails, you may need to extend it here:&amp;nbsp;&lt;a id="" href="https://www.ni.com/myni/products/en/" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://www.ni.com/myni/products/en/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/386/pastedimage1708542173805v1.png"  /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>LabVIEW Course - We are in the process of judging</title><link>https://community.element14.com/thread/53935?ContentTypeID=0</link><pubDate>Thu, 09 Nov 2023 14:30:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:287dca6a-0a4a-4075-9af9-59f4d2a9b803</guid><dc:creator>rscasny</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/53935?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53935/labview-course---we-are-in-the-process-of-judging/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I wanted to let everyone know that your final blogs are with the judges. We should have them scored and judged by early next week.&lt;/p&gt;
&lt;p&gt;I have scored all the quizzes and the scores have been inputted on the status table.&lt;/p&gt;
&lt;p&gt;Sincererely,&lt;/p&gt;
&lt;p&gt;Randall&lt;/p&gt;
&lt;p&gt;--element14 Community Team&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Getting error when running with custom firmware on pico with labview</title><link>https://community.element14.com/thread/53896?ContentTypeID=0</link><pubDate>Sun, 29 Oct 2023 14:25:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4e526a43-93bd-4645-a5d4-e4779a9b8d5d</guid><dc:creator>cbohra00627</dc:creator><slash:comments>33</slash:comments><comments>https://community.element14.com/thread/53896?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53896/getting-error-when-running-with-custom-firmware-on-pico-with-labview/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am trying to create a labview driver for controlling the pi pico led. I went through the Digital Out Control.vi VI in&amp;nbsp;pico_scpi_usbtmc_labtool and tried to replicate it for the led control. I took the blink example from pico-sdk examples directory and added the function to control led (i.e. gpio_put(LED_PIN, 1)) to the&amp;nbsp;SCPI_DigitalOutput() function of gpio_utils.c file in&amp;nbsp;&lt;span&gt;pico_scpi_usbtmc_labtool. I created a new firmware with this change and loaded on pi pico. Now, whenever I do digital write HIGH, the led is turning on.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But when I tried to create a separate driver for led control with a separate SCPI command, I am getting some error while running the VI. The build was successful with my change and I loaded the firmware on the pico, but when I am trying to run my VI (snip attached below), I am getting the below error.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt="image" style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/386/pastedimage1698589089638v1.png"  /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Code for led control:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;led_utils.c:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/386/pastedimage1698589227384v2.png"  /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;led_utils.h&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/386/pastedimage1698589252829v3.png"  /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have added the led executable and dir path to Cmakelists.txt and also added the INSTRUMENT_LED_OUTP_COMMANDS macro to scpi commands list in scpi-def.c&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Am I missing something? Has anyone seen this error before?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>LabVIEW Challenge - Score Quizzes and Final Project Due Date Oct 27th</title><link>https://community.element14.com/thread/53827?ContentTypeID=0</link><pubDate>Sat, 14 Oct 2023 16:46:57 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:63a37c6e-0be1-46f4-bf5b-7ebea9be3673</guid><dc:creator>rscasny</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/53827?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53827/labview-challenge---score-quizzes-and-final-project-due-date-oct-27th/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I wanted to tell you we are pulling all the quiz data and will be grading all the quizzes in the next few days.&lt;/p&gt;
&lt;p&gt;The LabVIEW final project is due at the end of October. So, if you have any questions or comments, please leave a comment so I can get them answered.&lt;/p&gt;
&lt;p&gt;Good luck to all 19 participants.&lt;/p&gt;
&lt;p&gt;Randall&lt;/p&gt;
&lt;p&gt;--element14 Community Team&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>(solved) help request: capture VISA communication of a SRQ (service request) scenario (LabVIEW or PyVISA)</title><link>https://community.element14.com/thread/53689?ContentTypeID=0</link><pubDate>Sat, 23 Sep 2023 11:20:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:971fc170-10ab-430d-88c7-806ebc7f8f8b</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>9</slash:comments><comments>https://community.element14.com/thread/53689?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53689/solved-help-request-capture-visa-communication-of-a-srq-service-request-scenario-labview-or-pyvisa/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m looking for support from someone that owns an instrument that supports SCPI Service Requests, to run a trace on the VISA traffic.&lt;/p&gt;
&lt;p&gt;This is to support my attempt to add this functionality to&amp;nbsp;&amp;nbsp;&lt;a href="https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-experimental-event-trigger-support-for-pico-scpi-labtool"&gt;PST.. Experimental event / trigger support for Pico SCPI labTool - 1: investigate&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;My project has this functionality:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;it knows when it has to send the notification to the host system&lt;/li&gt;
&lt;li&gt;it does not know how to send it over usbtmc, mostly:&lt;/li&gt;
&lt;li&gt;I have a hard time understanding
&lt;ul&gt;
&lt;li&gt;what data I should send back (I think the STATUS BYTE),&lt;/li&gt;
&lt;li&gt;in what format (I could not find it in the &lt;a href="http://sdpha2.ucsd.edu/Lab_Equip_Manuals/USBTMC_1_00.pdf" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;specifications&lt;/a&gt;),&lt;/li&gt;
&lt;li&gt;and if it should send it over the USB common endpoint or trigger endpoint&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h1 id="mcetoc_1hb0rv5eu0"&gt;My ask&lt;/h1&gt;
&lt;p&gt;If you have a SCPI instrument with these options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SCPI / VISA&lt;/li&gt;
&lt;li&gt;USBTMC (prefered, if not, then GPIB or VXII also have a comparable service request mechanism)&lt;/li&gt;
&lt;li&gt;service requests functionality available&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;To run an example that uses service requests, and to capture traffic with&amp;nbsp;NI I/O Trace (or the variant of the VISA version you use).&lt;/p&gt;
&lt;p&gt;If you have LabVIEW, there is an example VI that&amp;nbsp;uses this:&lt;/p&gt;
&lt;p&gt;Help -&amp;gt; Find examples -&amp;gt; Search&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Keyword: service -&amp;gt; Search&lt;/p&gt;
&lt;p&gt;Open SQR Event Handling&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:360px;max-width:640px;"  src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/386/pastedimage1695467819287v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Before running, select your instrument.&lt;br /&gt;In the SCPI string, enter a SCPI command that would use the SRQ mechanism of your instrument.&lt;br /&gt;If you don&amp;#39;t know a command, I will try to work with you, using the program guide of your instrument.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://forums.ni.com/t5/Instrument-Control-GPIB-Serial/USB-Interrupt-IN-endpoint-data/m-p/3287258#M72227" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;this post&lt;/a&gt; says it should be 0x81 + the STB.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;(&lt;a href="https://community.element14.com/members/ggabe"&gt;ggabe&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.element14.com/members/lui_5f00_gough"&gt;Gough Lui&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.element14.com/members/baldengineer"&gt;baldengineer&lt;/a&gt;&amp;nbsp; maybe you have experience?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>LabView and Git</title><link>https://community.element14.com/thread/53611?ContentTypeID=0</link><pubDate>Wed, 06 Sep 2023 14:38:57 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6076c437-542f-4e33-a85d-195055e5bfe8</guid><dc:creator>Andrew J</dc:creator><slash:comments>12</slash:comments><comments>https://community.element14.com/thread/53611?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53611/labview-and-git/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi &lt;a href="https://community.element14.com/members/jancumps"&gt;Jan Cumps&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;amongst your many useful Git postings, have you ever created one about using LabVIEW with Git? &amp;nbsp;I can&amp;#39;t find anything but I thought I&amp;#39;d ask before wandering off to the Interweb.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>PST.. A little project for the Pico SCPI labTool:  resistor pass / fail test bed</title><link>https://community.element14.com/thread/53600?ContentTypeID=0</link><pubDate>Sat, 02 Sep 2023 16:20:17 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f5d6381d-117e-4a2c-8c8c-3b9ad38258bc</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>3</slash:comments><comments>https://community.element14.com/thread/53600?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53600/pst-a-little-project-for-the-pico-scpi-labtool-resistor-pass-fail-test-bed/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Let&amp;#39;s imagine that you have to build a test jig for resistors. The task is to check if they are within tolerance. If&amp;nbsp;the resistor is good,&amp;nbsp;you&amp;nbsp;have to put it in the &amp;quot;good&amp;quot; bin. The others&amp;nbsp;ones need to be rejected.&lt;br /&gt;You can build a LabVIEW process with the &lt;a href="https://community.element14.com/technologies/test-and-measurement/b/blog/posts/pst-program-the-pico-scpi-labtool" data-e14adj="y"&gt;Pico SCPI labTool&lt;/a&gt;&amp;nbsp;(PST) to&amp;nbsp;run this process. It has the necessary ADC inputs that can be used to test the resistor, and outputs&amp;nbsp;that can control status LEDS&lt;span style="font-size:75%;"&gt;*&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Requirements:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;check tolerance of a resistor.&amp;nbsp;Is its value within range?&lt;/li&gt;
&lt;li&gt;indicate yes or no&lt;/li&gt;
&lt;li&gt;indicate if the test jig does not detect a resistor.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:387px;max-width:497px;"  height="387" src="https://community.element14.com/resized-image/__size/994x774/__key/communityserver-discussions-components-files/386/pastedimage1693671704156v1.png" width="497" /&gt;&lt;/p&gt;
&lt;p&gt;To test the resistor, you can use a divider, with a high precision known resistor and the &amp;quot;resistor under test&amp;quot; in series. You can sample the connection node with a&amp;nbsp;LabVIEW driver ADC block.&lt;br /&gt;Based on the sampled value, you can make the decision if it&amp;#39;s within tolerance, and is allowed to be put in&amp;nbsp;the &amp;quot;good&amp;quot; bin.&lt;/p&gt;
&lt;p&gt;The GUI could look like this. The 3 cases are shown:&lt;br /&gt;&lt;img loading="lazy" alt="image" style="max-height:420px;max-width:498px;"  height="420" src="https://community.element14.com/resized-image/__size/996x840/__key/communityserver-discussions-components-files/386/pastedimage1693678714288v1.png" width="498" /&gt;&lt;/p&gt;
&lt;p&gt;Connect LEDs with a series resistor to the PST digital outputs.&lt;br /&gt;Connect the sample node to a PST analogue input.&lt;br /&gt;Connect the high precision resistor to ground.&amp;nbsp;&lt;br /&gt;Mount your &amp;quot;resistor under test&amp;quot; between 3.3V and the other side of the high precision one.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:451px;max-width:500px;"  height="451" src="https://community.element14.com/resized-image/__size/1000x902/__key/communityserver-discussions-components-files/386/pastedimage1693671979543v1.png" width="500" /&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1h9barsq40"&gt;Flow suggestion:&lt;/h3&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:263px;max-width:495px;"  height="263" src="https://community.element14.com/resized-image/__size/990x526/__key/communityserver-discussions-components-files/386/pastedimage1693671373521v4.jpeg" width="495" /&gt;&lt;/p&gt;
&lt;p&gt;Blocks that look like this are PST LabVIEW driver components:&lt;br /&gt;&lt;img loading="lazy" alt="image" style="max-height:21px;max-width:21px;"  height="21" src="https://community.element14.com/resized-image/__size/42x42/__key/communityserver-discussions-components-files/386/pastedimage1693672207614v1.png" width="21" /&gt;&lt;br /&gt;Blocks used:&lt;br /&gt;&lt;img loading="lazy" alt="image" style="max-height:375px;max-width:498px;"  height="375" src="https://community.element14.com/resized-image/__size/996x750/__key/communityserver-discussions-components-files/386/pastedimage1693674925515v1.png" width="498" /&gt;&lt;br /&gt;Everything else is out-of-box LabVIEW.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:75%;"&gt;* in a industrial setup,&amp;nbsp;this could be automated. Instead of LEDS, we&amp;#39;d use solenoids to push out-of-spec resistors in the rejected bin. Or sound a horn.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:75%;"&gt;The on-screen button could be replaced by a footswitch or an optocoupler, that would spot if a new resitor is test ready (that is: when we finally implement &amp;quot;digital in&amp;quot; functionality)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:75%;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.element14.com/tags/pico_5F00_usbtmc_5F00_scpi" data-e14adj="y"&gt;link to all posts&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>LabVIEW and Test Automation Beginner's Course -- Accessing Quiz Lessons 1 Through 10</title><link>https://community.element14.com/thread/53492?ContentTypeID=0</link><pubDate>Sun, 13 Aug 2023 16:45:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e093782b-e154-4549-aeca-6c0d78c3f520</guid><dc:creator>rscasny</dc:creator><slash:comments>41</slash:comments><comments>https://community.element14.com/thread/53492?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53492/labview-and-test-automation-beginner-s-course----accessing-quiz-lessons-1-through-10/rss?ContentTypeId=0</wfw:commentRss><description>&lt;h3 id="title7" class="xbold"&gt;These are the most current links to the quizzes for the LabVIEW course. (updated on Sept 7 2023)&lt;/h3&gt;
&lt;p&gt;Lesson 1:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-1---introduction-to-the-labview-programming-environment" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Intro to LabVIEW Programming Environment&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28280/ni-labview-quiz-1" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 2:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-2---how-dataflow-programming-works-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Dataflow Programming&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28281/ni-labview-quiz-2" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 3:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-3---how-dataflow-types-work-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Dataflow Types&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28282/ni-labview-quiz-3" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 4:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-4---how-sub-vis-work-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Sub VIs&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28283/ni-labview-quiz-4" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 5:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-5---how-arrays-work-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Arrays&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28284/ni-labview-quiz-5" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 5&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 6:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-6---how-loops-work-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Loops&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28285/ni-labview-quiz-6" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 6&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 7:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-7---how-case-structures-work-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Case Structures&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28286/ni-labview-quiz-7" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 7&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 8:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-8---how-charts-and-graphs-work-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Charts and Graphs&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28287/ni-labview-quiz-8" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 9:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-9---how-debugging-and-fixing-errors-work-in-labview" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Debugging and Fixing Errors&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28288/ni-labview-quiz-9" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 9&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Lesson 10:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/products/devtools/ni-labview/b/blog/posts/lesson-10---labview-and-the-raspberry-pi-pico-using-the-scpi-labtool" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;Raspberry Pi Pico Using the SCPI labTool&lt;/a&gt;&lt;br /&gt;&lt;a class="xbold" href="https://community.element14.com/w/documents/28289/ni-labview-quiz-10" data-icid="labview-DCH-enrollment" data-e14adj="y"&gt;LabVIEW Quiz 10&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you are having any problems accessing the lessons, please leave a comment and I&amp;#39;ll get them resolved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Three Ways To Get To Download Page for the LabVIEW Community Edition</title><link>https://community.element14.com/thread/53491?ContentTypeID=0</link><pubDate>Sun, 13 Aug 2023 16:35:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a1516ad2-e909-4da2-94db-82cb53b83e2c</guid><dc:creator>rscasny</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/53491?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53491/three-ways-to-get-to-download-page-for-the-labview-community-edition/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;The element14 Community&amp;#39;s Beginner&amp;#39;s Course in LabVIEW and Test Automation uses the &amp;quot;free&amp;quot; LabVIEW Community Edition. (The element14 Community team will also be sending out Raspberry Pi Picos, once the participants apply and are selected, as well.)&lt;/p&gt;
&lt;p&gt;To download the LabVIEW Community Edition, you need to first be logged into your NI Account. I cover how to create a NI account in &lt;a href="https://community.element14.com/products/devtools/ni-labview/f/ni-labview-forum/53490/labview-and-test-automation-beginner-s-course---first-create-an-ni-account" data-e14adj="y"&gt;this discussion&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Once you are logged into your NI Account, you can get to the LabVIEW Community Edition download page in any of the following three ways:&lt;/p&gt;
&lt;p&gt;1. Go to&amp;nbsp;the &lt;a href="https://www.ni.com/en/support/downloads/software-products/download.labview.html" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="y"&gt;LabVIEW Community Edition Download page&lt;/a&gt;. Select the Community radio button and download.&lt;/p&gt;
&lt;p&gt;2. Go to the &lt;a href="https://www.ni.com/en-us/shop/labview/select-edition/labview-community-edition.html" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="y"&gt;LabVIEW Community Edition Overview pag&lt;/a&gt;e:&amp;nbsp; Click &lt;strong&gt;download now&lt;/strong&gt; button and select LabVIEW Community Edition&lt;/p&gt;
&lt;p&gt;3. Go to the &lt;a href="https://learn.ni.com/learn/article/labview-tutorial" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="y"&gt;Lesson One -- LabVIEW Tutorial pag&lt;/a&gt;e:&amp;nbsp;&lt;br /&gt;Scroll down to Step 1 and past the big image. Under 1. you will see Download LabVIEW. The first paragraph applies to customers who purchased LabVIEW. So, go to the next paragraph, which says:&lt;/p&gt;
&lt;p&gt;If you did not receive or do not have this email, follow these steps:&lt;br /&gt;Go to the &lt;a href="https://www.ni.com/en/support/downloads/software-products/download.labview.html#487445" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="y"&gt;LabVIEW Download Page&lt;/a&gt;.&lt;br /&gt;Select the version of LabVIEW that you want, and then click Download. If you are not logged in, you will be required to do so. For older versions of LabVIEW, refer to Download Older Versions of NI Software.&lt;/p&gt;
&lt;p&gt;Go to the Download page and&amp;nbsp;&lt;span&gt;Select the Community radio button and download.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>LabVIEW and Test Automation Beginner's Course - First Create an NI Account</title><link>https://community.element14.com/thread/53490?ContentTypeID=0</link><pubDate>Sun, 13 Aug 2023 16:04:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9be44627-4c81-408e-baa1-e5bf868a4125</guid><dc:creator>rscasny</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/53490?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53490/labview-and-test-automation-beginner-s-course---first-create-an-ni-account/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;To download the LabVIEW Community Edition and/or access the quiz lessons, you will need to first be logged into NI.&lt;/p&gt;
&lt;p&gt;If you do not have an NI account, it is easy to create.&lt;/p&gt;
&lt;p&gt;Go here: &lt;a href="https://www.ni.com/en-us.html" data-e14adj="y" rel="noopener noreferrer nofollow" target="_blank"&gt;https://www.ni.com/en-us.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Click the people icon on the top right.&lt;/p&gt;
&lt;p&gt;Select &lt;a href="https://lumen.ni.com/nicif/us/header_login/content.xhtml?action=create" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="y"&gt;create&lt;/a&gt; or &lt;a href="https://lumen.ni.com/nicif/us/header_login/content.xhtml?action=login" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="y"&gt;login&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Resistance Value is Floting in Digital Potentiometer AD5293</title><link>https://community.element14.com/thread/53483?ContentTypeID=0</link><pubDate>Fri, 11 Aug 2023 07:28:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f41065a4-ffc0-4a64-82ba-2707c994a044</guid><dc:creator>umair1998</dc:creator><slash:comments>3</slash:comments><comments>https://community.element14.com/thread/53483?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53483/resistance-value-is-floting-in-digital-potentiometer-ad5293/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Everyone,&lt;/p&gt;
&lt;p&gt;I am using digital potentiometer AD5293 and doing i2c communication using Labview.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The only issue I have is that, when I measure the value at wiper and B terminal, for some reason it looks like it is floating at higher resistance, like if I apply 10kohm, it&amp;#39;s 9.7kohm, no problem at this point until 40kOhm to 50kohm, I know the tolerances of resistors.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But when I apply 60, 70 or 80kohm or in between them, then by using DMM I check the value it measures like&lt;/p&gt;
&lt;p&gt;( 63, 63, 63. 8 etc, or 68, 67, 65 63 etc.)&amp;nbsp;&amp;nbsp;if I applied 65kohm. For all higher values its show like this. Does it optimal or some fault in my circuit or digital potentiometer? I changed the potentiometers, and PCB but it&amp;#39;s behavior is the same.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>AD5293 Communication Using LabVIEW</title><link>https://community.element14.com/thread/53460?ContentTypeID=0</link><pubDate>Mon, 31 Jul 2023 17:34:58 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ba3bfb17-ee56-4a24-ae8c-770d29c83438</guid><dc:creator>umair1998</dc:creator><slash:comments>7</slash:comments><comments>https://community.element14.com/thread/53460?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53460/ad5293-communication-using-labview/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have Analog PID Controller using AD5293 Digital Potentiometers. My senior who made i2c communication using labview, in other words we are using labVIEW to change gains. I connected Device and relevants pins connection but when I try to update/write the value of resistance fiollowing errors appears&lt;/p&gt;
&lt;p&gt;-Board Not Connected (When I close it, next error&amp;nbsp;-USB Connectivity Error)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I traced the Vi and found that this error arising from the the Analog Devices Vi 5932, I searched specific Vi for AD5293 but I didn&amp;#39;t found. Firstly Do you thing AD5932 software will work for Ad5293 chip? If not then how to communicate this chip?&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:163px;max-width:397px;" height="163" src="https://community.element14.com/resized-image/__size/794x326/__key/communityserver-discussions-components-files/386/0143.pastedimage1690853805292v1.png" width="397"  /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will specifically show you from where this error is arising when I open this Vi, first error comes from download firmware &amp;quot;Board Not Connected&amp;quot; and when I clode it second errors appears from case structre.&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/386/6472.pastedimage1690853857505v2.png"  /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My senior who made this code in 2016 doesn&amp;#39;t remember why this error is appearing, he didn&amp;#39;t face this kind of problem at that time. Why Analog Devices are not providing specific software for AD5293 chips? Please help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Would You Be interested in a LabVIEW Educational Program?</title><link>https://community.element14.com/thread/53394?ContentTypeID=0</link><pubDate>Sun, 30 Jul 2023 13:02:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5f9dfd6d-56f1-47f9-823f-105be9954ba5</guid><dc:creator>rscasny</dc:creator><slash:comments>18</slash:comments><comments>https://community.element14.com/thread/53394?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/53394/would-you-be-interested-in-a-labview-educational-program/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;element14 in conjunction with National Instruments is sponsoring a &lt;a href="https://www.ni.com/en-us/shop/labview.html"&gt;LabVIEW&lt;/a&gt; educational program on element14.&lt;/p&gt;
&lt;p&gt;The program will offers basic educational lessons on LabVIEW and the chance to win a &lt;a href="https://www.newark.com/multicomp-pro/mp720011-us/digital-storage-oscilloscope-100mhz/dp/10AH2394"&gt;digital oscilloscope&lt;/a&gt; or &lt;a href="https://www.newark.com/multicomp-pro/mp730424-eu-uk/digital-multimeter-bench-3-7-lcd/dp/69AH8824"&gt;bench multimeter&lt;/a&gt;, along with a &lt;a href="https://www.newark.com/ni/784503-35/labview-software-base-edition/dp/15AJ5430"&gt;1-year subscription to LabView&lt;/a&gt; for building the best projects using LabVIEW.&lt;/p&gt;
&lt;p&gt;The program will use the &lt;a href="https://www.ni.com/en-us/shop/labview/select-edition/labview-community-edition.html"&gt;LabVIEW Community Edition&lt;/a&gt;. &lt;strong&gt;I am open to adding to the kit, so if you have suggestions, feel free to post a comment and I&amp;#39;ll consider adding them.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I think this is a good opportunity to learn about test automation and get some knowledge on LabVIEW.&lt;/p&gt;
&lt;p&gt;&lt;p align="center"&gt;[Please visit the site to access the poll]&lt;/p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>goal: learn OO LabVIEW</title><link>https://community.element14.com/thread/52706?ContentTypeID=0</link><pubDate>Sat, 01 Apr 2023 22:23:07 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5744b517-a651-419a-a03d-136e9be1a9e9</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>6</slash:comments><comments>https://community.element14.com/thread/52706?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/products/devtools/ni-labview/f/forum/52706/goal-learn-oo-labview/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I made a LabVIEW driver for a DAQ. The sampling mechanism is always the same:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;one flow starts the DAQ, tells it to sample data, retrieves that data and queues it. In a loop. This is called the Producer Loop in LabVIEW lingo&lt;/li&gt;
&lt;li&gt;a second flow reads data from that queue and shows / stores / processes it. They call that the consumer loop&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:755px;max-width:640px;"  height="755" src="https://community.element14.com/resized-image/__size/1280x1510/__key/communityserver-discussions-components-files/386/pastedimage1680386737504v1.png" width="640" /&gt;&lt;/p&gt;
&lt;p&gt;The top loop - the producer - is always the same. This is the flow that tells the DQ to send samples, then retrieves the sampling data and enqueues it. I know how to turn that into an object (and have done that - will be released later).&lt;/p&gt;
&lt;h1 id="mcetoc_1gsvef9ss1"&gt;I want to make the Consumer Loop OO&lt;/h1&gt;
&lt;p&gt;I want to focus on the bottom loop: the consumer. That one is application dependent. What do I do with that data? &lt;br /&gt;In my examples, I have implemented several incarnations of that pattern:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a simple flow that retrieves one channel and shows its data on a virtual scope screen&lt;/li&gt;
&lt;li&gt;a flow that samples two channels&lt;/li&gt;
&lt;li&gt;a flow that collects x samples and does a FFT&lt;/li&gt;
&lt;li&gt;a flow that collects x samples and calculates acceleration data from it&lt;/li&gt;
&lt;li&gt;a combination of those.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;#39;d like to use LabVIEW&amp;#39;s OO mechanisms to provide a simple implementation. And&amp;nbsp;allow the user to inherit from that and do what they want. If you are a LabVIEW OO expert, please chime in.&lt;/p&gt;
&lt;h1 id="mcetoc_1gsve0ocn0"&gt;I am able to do Simple object wrapping&lt;/h1&gt;
&lt;p&gt;I wrapped the upper loop into a&amp;nbsp;block. That&amp;#39;s easy because it doesn&amp;#39;t need inheritance or polymorphism. This is the original flow:&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:377px;max-width:639px;"  height="377" src="https://community.element14.com/resized-image/__size/1278x754/__key/communityserver-discussions-components-files/386/pastedimage1680387213076v2.png" width="639" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I wrapped that Producer Loop into a block, and added it to the driver lib. Here&amp;#39;s&amp;nbsp;what a flow looks like when using that block:&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:203px;max-width:640px;"  height="203" src="https://community.element14.com/resized-image/__size/1280x406/__key/communityserver-discussions-components-files/386/pastedimage1680387340126v3.png" width="640" /&gt;&lt;/p&gt;
&lt;p&gt;The whole Producer Loop functionality above is contained in that block. It makes the flow less busy, and takes care that that same logic can easily be reused - and kept consistent&amp;nbsp;- in every process.&lt;br /&gt;It&amp;#39;s reuse, but not yet full OO. Here is the logic behind that block:&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:213px;max-width:640px;"  height="213" src="https://community.element14.com/resized-image/__size/1280x426/__key/communityserver-discussions-components-files/386/pastedimage1680387549491v4.png" width="640" /&gt;&lt;/p&gt;
&lt;p&gt;The keen eye will see that it is the same as the producer loop in the first and second&amp;nbsp; image, with all inputs and outputs turned into connectors. You can see it in use in the 3rd image.&lt;br /&gt;I need to fix one side effect of wrapping this object: It breaks the Stop button functionality, because its status is now retrieved when entering the block. Not at each iteration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>