<?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: Python command to set WebInterface Preferences Port Number in VRED Forum</title>
    <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10279318#M3144</link>
    <description>&lt;P&gt;Hi, None of the commands change the port on startup for me.&amp;nbsp; I'm in the Enterprise system and build so the VRED Preferences always overwrite the port back to the last saved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not possible to do it dynamically with Python than I will abandon this effort and continue the manually changing of the Port on each VRED session.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;</description>
    <pubDate>Thu, 29 Apr 2021 18:03:15 GMT</pubDate>
    <dc:creator>Shawn_Collins-Lopez</dc:creator>
    <dc:date>2021-04-29T18:03:15Z</dc:date>
    <item>
      <title>Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10273654#M3138</link>
      <description>&lt;P&gt;Hi, Looking for a Python command to simply change the WebInterface Port Number from 8888.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/VREDPRODUCTS/2022/ENU/?guid=VRED_Python_Documentation_Python_Examples_html" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/VREDPRODUCTS/2022/ENU/?guid=VRED_Python_Documentation_Python_Examples_html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These two example scripts did not work:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="com"&gt;# start host on port 1040&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;startVredServer&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;1040&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;SPAN class="com"&gt;# listen to host on localhost, port 1040&lt;/SPAN&gt;
&lt;SPAN class="com"&gt;# server ip address or hostname and port number.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;startVredClient&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"localhost"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="lit"&gt;1040&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;The Python Documentation does not list a code for this!&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/vred-products/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/VRED/files/Preferences/VRED-Preferences-WebInterface-Preferences-html-html.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/vred-products/learn-explore/caas/CloudHelp/cloudhelp/2020/ENU/VRED/files/Preferences/VRED-Preferences-WebInterface-Preferences-html-html.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 01:10:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10273654#M3138</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-04-28T01:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10274271#M3139</link>
      <description>&lt;P&gt;Hi, i tried the the two sample and they are working...&lt;/P&gt;
&lt;P&gt;but maybe they are not what you want... they start the connector on a server and on a client, using the specified port.&lt;/P&gt;
&lt;P&gt;If you want to only change the webinterface port maybe you can start Vred with the -wport option&lt;/P&gt;
&lt;P&gt;"C:\Program Files\Autodesk\VREDPro-14.0\bin\WIN64\VREDPro.exe" -wport 1040&lt;/P&gt;
&lt;P&gt;here&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/support/vred-products/learn-explore/caas/sfdcarticles/sfdcarticles/VRED-commandline-options.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/vred-products/learn-explore/caas/sfdcarticles/sfdcarticles/VRED-commandline-options.html&lt;/A&gt;&amp;nbsp;are other command line options.&lt;/P&gt;
&lt;P&gt;I don't know if it is possible to dynamically change the port once Vred is already opened via python&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 07:46:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10274271#M3139</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2021-04-28T07:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10276161#M3140</link>
      <description>&lt;P&gt;Hi Chris,&amp;nbsp; Thank you for the help.&amp;nbsp; Yes I just want&amp;nbsp; to change the Port with Python when VRED loads.&lt;/P&gt;&lt;P&gt;I tested your launch string:&amp;nbsp;&lt;STRONG&gt;"C:\Program Files\Autodesk\VREDPro-14.0\bin\WIN64\VREDPro.exe" -wport 1040&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;No luck no port change still 8888&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried:&amp;nbsp;&lt;STRONG&gt;-wport 1040&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;No luck just errors&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Unable to convert:-wport 1040&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;File "&amp;lt;string&amp;gt;", line 1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;-wport 1040&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;^&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;SyntaxError: invalid syntax&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for the help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 18:30:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10276161#M3140</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-04-28T18:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277527#M3141</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;LI-CODE lang="general"&gt;"C:\Program Files\Autodesk\VREDPro-14.0\bin\WIN64\VREDPro.exe" -wport "1040"&lt;/LI-CODE&gt;&lt;P&gt;with the port in "quotes". VRED expects the port argument passed as a string instead of an integer .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 07:17:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277527#M3141</guid>
      <dc:creator>chr33z</dc:creator>
      <dc:date>2021-04-29T07:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277536#M3142</link>
      <description>&lt;P&gt;if you use -wport option in the start commandline, don't check the preferences... it remains 8888, but Vred is working on the specified port&lt;/P&gt;
&lt;P&gt;Note... in the preferences you should leave the webserver option ON.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Immagine 2021-04-29 091759.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/913133i92E327F08BEFC37A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Immagine 2021-04-29 091759.png" alt="Immagine 2021-04-29 091759.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;About the errors... when you see them and where?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 07:21:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277536#M3142</guid>
      <dc:creator>Christian_Garimberti</dc:creator>
      <dc:date>2021-04-29T07:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277723#M3143</link>
      <description>&lt;P&gt;Sorry! I was &lt;U&gt;wrong&lt;/U&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was instead successfull with this command line option:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;"C:\Program Files\Autodesk\VREDPro-14.0\bin\WIN64\VREDPro.exe" -wport=1040&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 08:47:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277723#M3143</guid>
      <dc:creator>chr33z</dc:creator>
      <dc:date>2021-04-29T08:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10279318#M3144</link>
      <description>&lt;P&gt;Hi, None of the commands change the port on startup for me.&amp;nbsp; I'm in the Enterprise system and build so the VRED Preferences always overwrite the port back to the last saved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not possible to do it dynamically with Python than I will abandon this effort and continue the manually changing of the Port on each VRED session.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 18:03:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10279318#M3144</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-04-29T18:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10287698#M3145</link>
      <description>&lt;P&gt;Hi Shawn,&lt;/P&gt;
&lt;P&gt;not sure if this works in your enterprise environment, but here is an alternative to the command line.&lt;/P&gt;
&lt;P&gt;Create a shortcut for VREDPro.exe, and modify it like this (append&amp;nbsp; -wport=1040 to Target)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 289px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/914804iFB85A6890E466913/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This changes the port during startup. Also passing the webserver port to VRED on startup automatically enables the web server, regardless of if it is disabled in the Preferences.&lt;/P&gt;
&lt;P&gt;But you said you need to be able to switch the ports with Python dynamically during runtime? This is currently not possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Sinje&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 18:12:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10287698#M3145</guid>
      <dc:creator>sinje_thiedemann</dc:creator>
      <dc:date>2021-05-03T18:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10287969#M3146</link>
      <description>&lt;P&gt;Thank you Sinje!&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal was a Python script solution but thank you for confirming it cannot be done in VRED.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within our Enterprise environment the modified Target Shortcut would need to be tested.&amp;nbsp; We have the need to change ports on 50+ computers so this solution might not work for us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 20:19:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10287969#M3146</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-05-03T20:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10287976#M3147</link>
      <description>&lt;P&gt;Hi Sinje,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did a quick test and the&amp;nbsp;&lt;STRONG&gt;append&amp;nbsp; -wport=1040 to Target&lt;/STRONG&gt; did not work in our Enterprise environment.&amp;nbsp; The user preferences seems to overwrite any port change at startup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 20:23:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10287976#M3147</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-05-03T20:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10288922#M3148</link>
      <description>&lt;P&gt;It is a bit unexpected to me that it does not work.&lt;/P&gt;
&lt;P&gt;Sorry for the potential stupid questions, but I'd like to make two things sure:&lt;/P&gt;
&lt;P&gt;1. that you have started VRED through the modified shortcut&lt;/P&gt;
&lt;P&gt;2. How do you check which port is used? See also Chris' message above: &lt;A href="https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277536#M8786" target="_blank"&gt;https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10277536#M8786&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Sinje&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 08:33:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10288922#M3148</guid>
      <dc:creator>sinje_thiedemann</dc:creator>
      <dc:date>2021-05-04T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10292865#M3149</link>
      <description>&lt;P&gt;Hi Sinje,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. that you have started VRED through the modified shortcut&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Yes I tested starting through the modified shortcut...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;"C:\Program Files\Autodesk\VREDPro-13.2\bin\WIN64\VREDPro.exe" -wport=1040&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;2. How do you check which port is used?&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Open Preference - Webinterface - Port is 8888.&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;As I mentioned&amp;nbsp;before if I change the port in Webinterface shutdown VRED reload it the new Port number sticks.&amp;nbsp; Its in the saved preferences&amp;nbsp;from my use.&amp;nbsp; The new shortcut&amp;nbsp;seems to not be able to override the VRED preferences on startup.&amp;nbsp; Anyway I need&amp;nbsp;a dynamic Python solution.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Shawn&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 17:33:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10292865#M3149</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-05-05T17:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10292894#M3150</link>
      <description>&lt;P&gt;Hi Shawn,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. How do you check which port is used?&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Open Preference - Webinterface - Port is 8888.&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok, that is what Chris explained in his post above. The number shown in the Preferences GUI does not change by this. It just shows what is in the Preferences (and that is still 8888). The web server however is started on 1040.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 17:47:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10292894#M3150</guid>
      <dc:creator>sinje_thiedemann</dc:creator>
      <dc:date>2021-05-05T17:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python command to set WebInterface Preferences Port Number</title>
      <link>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10293100#M3151</link>
      <description>&lt;P&gt;Ok thank you for the clarification.&amp;nbsp; If I cant verify the port in VRED I will not be able to use the feature.&amp;nbsp; Running many sessions of VRED at one time need to know who is which port after loaded...&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 19:19:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vred-forum/python-command-to-set-webinterface-preferences-port-number/m-p/10293100#M3151</guid>
      <dc:creator>Shawn_Collins-Lopez</dc:creator>
      <dc:date>2021-05-05T19:19:46Z</dc:date>
    </item>
  </channel>
</rss>

