<?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 Light MVO in GDL in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Light-MVO-in-GDL/m-p/400083#M5678</link>
    <description>&lt;P&gt;I am trying to use the MVO for lights inside my GDL SCRIPT...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot find the actual GLOB VARIABLE that would reflect the MVO selection...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see others that use the global variable&amp;nbsp; &amp;nbsp;GLOB_MVO_STAIR....&amp;nbsp; for example....&lt;/P&gt;
&lt;P&gt;But don't se any for LIGHTS or ELEC...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to REVERSE ENGINEER an existing light, but GS GDL scripts go 9 ways to Sunday to do the simplest things!&amp;nbsp; So I could not follow...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any assistance would be appreciated!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 26 Sep 2024 11:31:24 GMT</pubDate>
    <dc:creator>vfrontiers</dc:creator>
    <dc:date>2024-09-26T11:31:24Z</dc:date>
    <item>
      <title>Light MVO in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Light-MVO-in-GDL/m-p/400083#M5678</link>
      <description>&lt;P&gt;I am trying to use the MVO for lights inside my GDL SCRIPT...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I cannot find the actual GLOB VARIABLE that would reflect the MVO selection...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see others that use the global variable&amp;nbsp; &amp;nbsp;GLOB_MVO_STAIR....&amp;nbsp; for example....&lt;/P&gt;
&lt;P&gt;But don't se any for LIGHTS or ELEC...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to REVERSE ENGINEER an existing light, but GS GDL scripts go 9 ways to Sunday to do the simplest things!&amp;nbsp; So I could not follow...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any assistance would be appreciated!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:31:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Light-MVO-in-GDL/m-p/400083#M5678</guid>
      <dc:creator>vfrontiers</dc:creator>
      <dc:date>2024-09-26T11:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Light MVO in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Light-MVO-in-GDL/m-p/400088#M5679</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess you mean these three bad boys?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="runxel_0-1695938570043.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/46547iECAF95540A199998/image-size/medium?v=v2&amp;amp;px=400" role="button" title="runxel_0-1695938570043.png" alt="runxel_0-1695938570043.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is how it's done:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;lamp_symb = 0
rrr = LIBRARYGLOBAL("LibraryGlobals13", "iLSymbol", lamp_symb)

if rrr and lamp_symb then
  ! your code here
endif&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request the info from the "LibraryGlobals13" GDL (which constitutes the MVO panel).&lt;/P&gt;
&lt;P&gt;The answer you can get is either 1, 2, or 3.&lt;/P&gt;
&lt;P&gt;I think you'll figure it out from here on &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 22:04:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Light-MVO-in-GDL/m-p/400088#M5679</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2023-09-28T22:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Light MVO in GDL</title>
      <link>https://community.graphisoft.com/t5/GDL/Light-MVO-in-GDL/m-p/581211#M6087</link>
      <description>&lt;P&gt;This should be useful:&lt;BR /&gt;&lt;A href="https://gdl.graphisoft.com/tips-and-tricks/model-view-options-in-general" target="_blank"&gt;https://gdl.graphisoft.com/tips-and-tricks/model-view-options-in-general&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 13:45:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Light-MVO-in-GDL/m-p/581211#M6087</guid>
      <dc:creator>Domagoj Lukinic</dc:creator>
      <dc:date>2023-12-20T13:45:56Z</dc:date>
    </item>
  </channel>
</rss>

