<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Labview on Win 10 ARM 64 on Raspberry PI in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4253874#M1237952</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/705575"&gt;@YOM1106&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Necesito de tu ayuda, me podrias explicar como lo hiciste, estoy tratando de usarlo para mi proyecto de tesis, pero no he conseguido hacerlo, te ruego me ayudes tengo poco tiempo y a la fecha no he encontrado como hacer que en el raspberry pi corran todos los programas de labview&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;I&gt;Machine Translation&lt;/I&gt;&lt;BR /&gt;I need your help, could you explain to me how you did it, I am trying to use it for my thesis project, but I have not been able to do it, please help me I have little time and to date I have not found how to make all of them run on the raspberry pi labview programs&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please open a new thread and explain what you want to do in detail. Please eplain if - and why - it is necessary to use a raspberry pi with Windows and LabVIEW in exactly that configuration. If you just want to control some other device, there are probably other options.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2022 08:00:11 GMT</pubDate>
    <dc:creator>LLindenbauer</dc:creator>
    <dc:date>2022-09-07T08:00:11Z</dc:date>
    <item>
      <title>Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142041#M1194096</link>
      <description>&lt;P&gt;Hello follow Raspberry Fans and Labview Cracks,&lt;/P&gt;
&lt;P&gt;even though everyone in the Forums (here as well as in Win10 Forums and the Raspi Forums) told it is not possible to run a Labview application directly on the PI (with a "Head"), i've managed to do it and the performance from my pov is acceptable.&lt;/P&gt;
&lt;P&gt;Short How to&lt;/P&gt;
&lt;P&gt;Win10 19H2, WOR Project, "handinstall" the packages of the installer&lt;/P&gt;
&lt;P&gt;I will make a proper "How to" when its working properly.&lt;/P&gt;
&lt;P&gt;Now to the problems, but first some things to know:&lt;/P&gt;
&lt;P&gt;The Win10 64 ARM uses an emulator to run x86 apps, which is according to the Windows forums capable to emulate SSE2 insctructions.&lt;/P&gt;
&lt;P&gt;HWInfo32 also showed MMX, SSE and SSE2 as green (7.02)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First i used LV2020. The installation of the run time was a bit tricky but i could manage it. But the .exe than give back an Error related to SSE2.&lt;/P&gt;
&lt;P&gt;Than is used a LV2014 Installation (used the same vi saved as downgrade vom 2020) and build it with disabled SSE2 optimization and it WORKED !&lt;/P&gt;
&lt;P&gt;The Question now is: can i disable the SSE2 stuff somehow (i tryed already via XML editing in the .lvproject--&amp;gt;nope, the option is gone in advanced since LV2017...) in the LV2020 app builder?&lt;/P&gt;
&lt;P&gt;How does Labview figure out, if SSE2 instruction is supported--&amp;gt; i might can trick it so its think its supported (maybe).&lt;/P&gt;
&lt;P&gt;Any other suggestions are also welcome. (P.S. I know of the Linx toolkit and the web module solution)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Cheaterlow&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 17:30:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142041#M1194096</guid>
      <dc:creator>Cheaterlow</dc:creator>
      <dc:date>2021-04-11T17:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142055#M1194103</link>
      <description>&lt;P&gt;Maybe NI should listen in on this topic.&amp;nbsp; You may be creating a roadmap for them!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 20:27:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142055#M1194103</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2021-04-11T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142417#M1194235</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/482656"&gt;@Cheaterlow&lt;/a&gt;&amp;nbsp;wrote:
&lt;P&gt;How does Labview figure out, if SSE2 instruction is supported--&amp;gt; i might can trick it so its think its supported (maybe).&lt;/P&gt;
&lt;P&gt;Any other suggestions are also welcome. (P.S. I know of the Linx toolkit and the web module solution)&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Probably (haven't tested it), but (also probably) not officially.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you turn on scripting and the secret scripting options, 3 SSE compiler options show up. There's also a VI flag for SSE, but that probably won't suffice or it would be impractical.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen other successful attempts of 'a' LabVIEW exe running on a RPi under Windows. I think the problem is running LabVIEW development on it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A more detailed instruction would be nice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Getting GPIO working would be nice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I keep getting stuck in getting the RPi image... I subscribed to the insider program, but it keeps telling me to subscribe. I'm not sure if that's still an issue.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 12:15:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142417#M1194235</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2021-04-13T12:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142691#M1194339</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/482656"&gt;@Cheaterlow&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How does Labview figure out, if SSE2 instruction is supported--&amp;gt; i might can trick it so its think its supported (maybe).&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is usually done by executing the cpuid assembly instruction and evaluating the returned register values for certain flags. There is no hope to fake this; unless your x86 simulator does properly emulate this AND implement the actual SSE functionality, there won't be any hope.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 07:54:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142691#M1194339</guid>
      <dc:creator>rolfk</dc:creator>
      <dc:date>2021-04-14T07:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142703#M1194348</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/4177"&gt;wiebe@CARYA&lt;/a&gt;&amp;nbsp;wrote:
&lt;P class="1618386476148"&gt;&lt;SPAN style="font-family: inherit;"&gt;I've seen other successful attempts of 'a' LabVIEW exe running on a RPi under Windows. I think the problem is running LabVIEW development on it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=hDhqbf1pSOE" target="_blank"&gt;Windows 10 and LabVIEW on Raspberry Pi4 - YouTube&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://forums.ni.com/t5/LabVIEW/Labview-for-raspberry-pi-3/td-p/3686642" target="_blank"&gt;Labview for raspberry pi 3 - NI Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is on a RPi3. Also, the more people try, succeed and document it, the better.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 07:49:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142703#M1194348</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2021-04-14T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142957#M1194448</link>
      <description>&lt;P&gt;So i tryed several things and it looks like it wont work with a newer LV version.&lt;/P&gt;
&lt;P&gt;Can anybody tell if :&lt;/P&gt;
&lt;P&gt;app.compiler.sse1 code generation&lt;/P&gt;
&lt;P&gt;app.compiler.sse2 code generation&lt;/P&gt;
&lt;P&gt;app.compiler.sse runtime optimization&lt;/P&gt;
&lt;P&gt;are still considered during application building?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 17:30:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4142957#M1194448</guid>
      <dc:creator>Cheaterlow</dc:creator>
      <dc:date>2021-04-14T17:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4143100#M1194521</link>
      <description>&lt;P&gt;Are you getting the SSE error? Or another error?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 08:01:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4143100#M1194521</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2021-04-15T08:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4143131#M1194535</link>
      <description>&lt;P&gt;Yes i'm still getting SSE error&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 11:54:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4143131#M1194535</guid>
      <dc:creator>Cheaterlow</dc:creator>
      <dc:date>2021-04-15T11:54:22Z</dc:date>
    </item>
    <item>
      <title>回應： Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4190709#M1212347</link>
      <description>&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="0" data-number-of-phrases="1"&gt;&lt;SPAN&gt;You should think about why other people don't want to discuss this issue in this forum?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 09:59:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4190709#M1212347</guid>
      <dc:creator>hugoshih</dc:creator>
      <dc:date>2021-11-09T09:59:55Z</dc:date>
    </item>
    <item>
      <title>回應： Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4190711#M1212349</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/194796"&gt;@hugoshih&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="0" data-number-of-phrases="1"&gt;&lt;SPAN&gt;You should think about why other people don't want to discuss this issue in this forum?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I can tell you why I haven't. I don't have time to tackle yet another project besides my work, family and other LabVIEW interests.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt; Also for my own personal feelings, this exercise has little other merits than to show off how well one can hack things. It's to involved and complicated to be a viable option for Joe average to use. Even if NI should decide to create a fully supported option for this, it would be a one time thing, not something they could and would support long term as it is simply to much effort to keep that running over the years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Don't suspect conspiracies, when there are other much more profane reasons for something.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 10:11:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4190711#M1212349</guid>
      <dc:creator>rolfk</dc:creator>
      <dc:date>2021-11-09T10:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4253846#M1237941</link>
      <description>&lt;P&gt;Necesito de tu ayuda, me podrias explicar como lo hiciste, estoy tratando de usarlo para mi proyecto de tesis, pero no he conseguido hacerlo, te ruego me ayudes tengo poco tiempo y a la fecha no he encontrado como hacer que en el raspberry pi corran todos los programas de labview&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 04:59:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4253846#M1237941</guid>
      <dc:creator>YOM1106</dc:creator>
      <dc:date>2022-09-07T04:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4253874#M1237952</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/705575"&gt;@YOM1106&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Necesito de tu ayuda, me podrias explicar como lo hiciste, estoy tratando de usarlo para mi proyecto de tesis, pero no he conseguido hacerlo, te ruego me ayudes tengo poco tiempo y a la fecha no he encontrado como hacer que en el raspberry pi corran todos los programas de labview&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;I&gt;Machine Translation&lt;/I&gt;&lt;BR /&gt;I need your help, could you explain to me how you did it, I am trying to use it for my thesis project, but I have not been able to do it, please help me I have little time and to date I have not found how to make all of them run on the raspberry pi labview programs&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please open a new thread and explain what you want to do in detail. Please eplain if - and why - it is necessary to use a raspberry pi with Windows and LabVIEW in exactly that configuration. If you just want to control some other device, there are probably other options.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 08:00:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4253874#M1237952</guid>
      <dc:creator>LLindenbauer</dc:creator>
      <dc:date>2022-09-07T08:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280508#M1248342</link>
      <description>&lt;P&gt;I think this is a potentially an important subject (not simply an exercise in "hacking") simply because Microsoft Windows 11 on ARM is projected to take up a significant proportion of the laptop space in the coming years (e.g. 20% by 2025). Even though it's not that common, any applications developed on LabView for deployment may run into Windows compatibility issues (more and more).&lt;/P&gt;
&lt;P&gt;As such, I've been trying to get a built application to run on Windows 11 ARM, and have succeeded in getting a "basic" app to run using the following steps:&lt;/P&gt;
&lt;P&gt;Build standalone application using LabView 2016 (32 bit) and be sure to uncheck "use SSE optimizations" under the Advanced Tab.&lt;/P&gt;
&lt;P&gt;Build installer and include 2016 Runtime Engine in build.&lt;/P&gt;
&lt;P&gt;Deploy to Windows 11 ARM (using a .zip or self extracting .zip)&lt;/P&gt;
&lt;P&gt;It is unclear whether this will work with a more complex app that might include links to dll's and such, but at least the proof of concept seems to work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 01:26:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280508#M1248342</guid>
      <dc:creator>Startleman</dc:creator>
      <dc:date>2023-01-29T01:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280685#M1248420</link>
      <description>&lt;P&gt;Just to throw more wood on the fire:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wiebeCARYA_0-1675089189599.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/50ae5592fe50ecd05546e3ddca2bf0b8921f9e7c/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33313239333869454235323544384334383737443546422f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="wiebeCARYA_0-1675089189599.png" alt="wiebeCARYA_0-1675089189599.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QD,"Execute:SSE Runtime Optimization",CTRL+SHIFT+B should get you that property, even if scripting magic is off.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'd have to 'VI Server' this for all VIs in a build, I guess.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This might be a way to get it done in &amp;gt;LV16. SSE could be a requirement of the RTE though...&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 14:37:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280685#M1248420</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2023-01-30T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280736#M1248443</link>
      <description>&lt;P&gt;Thanks for the hint.&lt;/P&gt;
&lt;P&gt;But even if you disable the following option:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cheaterlow_0-1675100886484.png" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/9c09f2f5e59ad6feaee5b740835074cfd59d967d/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33313239353269433938304131323937423834434342392f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="Cheaterlow_0-1675100886484.png" alt="Cheaterlow_0-1675100886484.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The error is still shown.&lt;/P&gt;
&lt;P&gt;I've tried several more or less dodgy ways to disabled the SSE option, but the actual compile sub programm deep within the labview compile process has this option missing. Therefore is not possible to do it from my point of view...&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 17:50:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280736#M1248443</guid>
      <dc:creator>Cheaterlow</dc:creator>
      <dc:date>2023-01-30T17:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280762#M1248459</link>
      <description>&lt;P&gt;Yes, I seem to remember that the LabVIEW 2017 compiler actually lost the ability to disable code generation for SSE for floating point arithmetic. It may actually have something to do with the used LLVM compiler. Disabling SSE and SSE2 for AMD64 is considered unneeded since every AMD64 compatible CPU has guaranteed SSE/SSE2 support (except it seems the x86/x64 emulation in the Windows ARM build). And it seems LLVM eventually removed that possibility altogether.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 19:23:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280762#M1248459</guid>
      <dc:creator>rolfk</dc:creator>
      <dc:date>2023-01-30T19:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280911#M1248504</link>
      <description>&lt;P&gt;&lt;EM&gt;This is a long (long, long) shot...&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;Probably another red haring.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a project (LV18) I have to set &lt;CODE&gt;MKL_DEBUG_CPU_TYPE&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;= 5&lt;/SPAN&gt;&amp;nbsp;as a system variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apparently, this fixes some compatibility between Intel and ARM CPUs. For me it's mostly lvanlys.dll that won't work properly if this variable isn't set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/63174453/when-you-have-an-amd-cpu-can-you-speed-up-code-that-uses-the-intel-mkl" target="_blank"&gt;performance - When you have an AMD CPU, can you speed up code that uses the Intel-MKL? - Stack Overflow&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This comment in that thread:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"The detail, that the slow non-intel path uses SSE, while the faster path (triggered by MKL_DEBUG_CPU_TYPE=5) uses AVX2 is probably worth mentioning...", makes me thing there is a slim change it makes some difference.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You don't mention what version you used. For my situation, this should be fixed from LV20 on higher.&amp;nbsp;The variable might still do something useful when simulating Intel on a ARM... &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Again, a long shot... But hopefully a quick test?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 09:51:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280911#M1248504</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2023-01-31T09:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280947#M1248517</link>
      <description>&lt;P&gt;I had to google how to set this up right. Please correct me if i have done this wrong.&lt;/P&gt;
&lt;P&gt;open cmd and type: "MKL_DEBUG_CPU_TYPE=5", leave the cmd open.&lt;/P&gt;
&lt;P&gt;Restart Labview and compile it again.&lt;/P&gt;
&lt;P&gt;The outcome is the same iam still getting the 0x464 with SSE issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Btw. iam using LV2020.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the tips and suggestions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 11:37:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280947#M1248517</guid>
      <dc:creator>Cheaterlow</dc:creator>
      <dc:date>2023-01-31T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280974#M1248529</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/482656"&gt;@Cheaterlow&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I had to google how to set this up right. Please correct me if i have done this wrong.&lt;/P&gt;
&lt;P&gt;open cmd and type: "MKL_DEBUG_CPU_TYPE=5", leave the cmd open.&lt;/P&gt;
&lt;P&gt;Restart Labview and compile it again.&lt;/P&gt;
&lt;P&gt;The outcome is the same iam still getting the 0x464 with SSE issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Btw. iam using LV2020.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the tips and suggestions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://www.aomeitech.com/windows-tips/set-windows-11-environment-variables.html#:~:text=How%20to%20set%20environment%20variables%201%201.%20Press,variables%20and%20set%20them%20according%20to%20your%20needs." target="_blank"&gt;How to Set Environment Variables in Windows 11/10 (aomeitech.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can add a key to the registry as well:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.dowdandassociates.com/blog/content/howto-set-an-environment-variable-in-windows-command-line-and-registry/#:~:text=The%20location%20of%20the%20system%20variables%20in%20the,is%20to%20log%20out%20and%20back%20in%20again." target="_blank"&gt;HowTo: Set an Environment Variable in Windows - Command Line and Registry - Dowd and Associates&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 13:27:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280974#M1248529</guid>
      <dc:creator>wiebe@CARYA</dc:creator>
      <dc:date>2023-01-31T13:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Labview on Win 10 ARM 64 on Raspberry PI</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280982#M1248534</link>
      <description>&lt;P&gt;You are all barking up the wrong tree here. The real problem is that the LabVIEW built in compiler (based on LLVM) has lost the ability to generate code that will NOT use SSE/SSE2/AVX instructions with version 2017.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MKL issue is entirely separate from that and in fact the opposite. &lt;SPAN&gt;lvanlys.dll is a thin wrapper around the Intel MKL library. This library can correctly detect what Intel CPU is present and enable different algorithm code paths&amp;nbsp;that make maximal use of the CPU features. But this detection logic fails (not very surprisingly) with certain modern AMD CPUs. And instead of falling back to the minimum possible support such as only Pentium features, it hangs up in the detection routine. Setting the environment variable tells the detection routine that the system knows better what CPU features to use than its own detection logic and simply skips most of the detection altogether. Setting this environment variable to a value of 5, tells the MKL basically: "Don't worry I know that the CPU supports SSE, SSE2, AVX and AVX2 and you don't have to try to detect that. Just go ahead and assume I tell you the truth!"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On an x86 emulation in Windows ARM, this would be exactly the wrong thing to do. However, since the compiled LabVIEW code can't even initialize as it tries to setup the non-existing SSE registers, this is a moot point anyways.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 13:56:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-on-Win-10-ARM-64-on-Raspberry-PI/m-p/4280982#M1248534</guid>
      <dc:creator>rolfk</dc:creator>
      <dc:date>2023-01-31T13:56:59Z</dc:date>
    </item>
  </channel>
</rss>

