<?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: OptQuest Error - A variable name has been duplicated in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545979#M51698</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/27843/maryamh2.html" nodeid="27843"&gt;@Maryam H2&lt;/A&gt;,&lt;P&gt;Yes, I emailed you times that I could meet to go over your model. We can discus this at that time as well.&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 21 Jun 2024 13:59:18 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2024-06-21T13:59:18Z</dc:date>
    <item>
      <title>OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545969#M51688</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.0.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;OptQuest Error occures in the following model, OptQuestError-A_variable_name_has_been_duplicated.fsm in the FlexSim Cloud.&lt;/P&gt;&lt;P&gt;The error message said it's a variable name problem, but I don't think so.&lt;/P&gt;&lt;P&gt;What does this error mean?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1659670192075.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511960iB2844FAE5E527889/image-size/large?v=v2&amp;amp;px=999" role="button" title="1659670192075.png" alt="1659670192075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1659670332133.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1511961i409DB0D13FBE044F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1659670332133.png" alt="1659670332133.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Aug 2022 03:42:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545969#M51688</guid>
      <dc:creator>ozawa_shinya</dc:creator>
      <dc:date>2022-08-05T03:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545970#M51689</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;This is a bug. I will add it to the dev list to get it fixed. It happens because OptQuest sees a sequence as many variables instead of one. So FlexSim generates a name for each of the sequence values. Right now, it generates those names by concatenating an index with the parameter name. So for Sequence14, it generates:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sequence141&lt;/LI&gt;&lt;LI&gt;Sequence142&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;LI&gt;Sequence1410&lt;/LI&gt;&lt;LI&gt;Sequence1411&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And for Sequence141, it generates:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sequence1411 (which duplicates the 11th value from the previous sequence)&lt;/LI&gt;&lt;LI&gt;Sequence1412&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Until this bug is fixed, you'll have to avoid this bug by ensuring that if you have multiple sequence parameters, that their names don't end in a digit (1-9).&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Aug 2022 14:50:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545970#M51689</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2022-08-05T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545971#M51690</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Or you could use leading zeros in your parameter names: Sequence041, Sequence141. Again, that's just a workaround until the bug is fixed.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Aug 2022 14:58:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545971#M51690</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2022-08-05T14:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545972#M51691</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/29396/shinyao.html" nodeid="29396"&gt;@Shinya O&lt;/A&gt;, was Jordan Johnson's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Aug 2022 16:27:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545972#M51691</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-08-10T16:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545973#M51692</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Is this bug fixed?&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Feb 2023 01:16:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545973#M51692</guid>
      <dc:creator>ozawa_shinya</dc:creator>
      <dc:date>2023-02-20T01:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545974#M51693</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/29396/shinyao.html" nodeid="29396"&gt;@Shinya O&lt;/A&gt;,&lt;P&gt;This was fixed in &lt;A href="https://docs.flexsim.com/en/23.0/Reference/ReleaseNotesAndHistory/ReleaseNotesAndHistory.html"&gt;22.0.7&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Feb 2023 21:33:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545974#M51693</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-02-21T21:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545975#M51694</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Thank you for your information.&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Feb 2023 00:13:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545975#M51694</guid>
      <dc:creator>ozawa_shinya</dc:creator>
      <dc:date>2023-02-22T00:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545976#M51695</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt; &lt;/P&gt;
 &lt;P&gt;I'm using version 24.1.0 and also got this error (A variable name has been duplicated). my variables had 1-9 at the end, i changed them to something alphabetical and the error is gone.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 20:37:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545976#M51695</guid>
      <dc:creator>maryamh11</dc:creator>
      <dc:date>2024-06-12T20:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545977#M51696</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/27843/maryamh2.html" nodeid="27843"&gt;@Maryam H2&lt;/A&gt;,&lt;P&gt;We were not able to replicate this issue in 24.1.0. Could you provide a sample model that demonstrates this issue?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Jun 2024 16:09:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545977#M51696</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-06-17T16:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545978#M51697</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/24344/jeanettef.html" nodeid="24344"&gt;@Jeanette F&lt;/A&gt; i don't know if i can create a sample modle for this. Can we meet instead? 
&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jun 2024 21:49:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545978#M51697</guid>
      <dc:creator>maryamh11</dc:creator>
      <dc:date>2024-06-18T21:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: OptQuest Error - A variable name has been duplicated</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545979#M51698</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/27843/maryamh2.html" nodeid="27843"&gt;@Maryam H2&lt;/A&gt;,&lt;P&gt;Yes, I emailed you times that I could meet to go over your model. We can discus this at that time as well.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 21 Jun 2024 13:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/optquest-error-a-variable-name-has-been-duplicated/m-p/13545979#M51698</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2024-06-21T13:59:18Z</dc:date>
    </item>
  </channel>
</rss>

