i deleted all other config files
and made a new one which i replaced the factory one with
this is the code in it and its still trying to listen on 4242.. do i need to map that port or any port for the web based config to work?
ive taken out the empty references in the code so its not a page of open and close statements here...
Code:
<?xml version="1.0" encoding="utf-8" ?>
<FusionControlCentreConfiguration version="3.0.0.0" author="Me" date_created="Wednesday, 20 August 2008 at 4:43:12 p.m." last_modified="Wednesday, 20 August 2008 at 4:44:02 p.m.">
<general>
<!-- Begin Remote Control Configuration -->
<remote status="enabled" user_name="woofnstuff" port="250"></remote>
<!-- End Remote Control Configuration -->
</general>
<graphics>
<!-- Begin Global Graphic Settings -->
<main_display designed_for_size="800,600" show_at_size="800,600" menubar="Sizeable" RunInSystemTray="False" MinimizeToSystemTray="True"></main_display>
</graphics>
<io>
<!-- Begin Fusion Brain Instances -->
<brain id="Woofnstuff">USB\VID_04D8&PID_000C\5&27A050D6&0&9</brain>
<!-- End Fusion Brain Instances -->
<!-- Begin Timer Setup -->
<timer id="input" interval="75"></timer>
<timer id="output" interval="100"></timer>
<timer id="gui" interval="50"></timer>
<timer id="logic" interval="50"></timer>
<!-- End Timer Setup -->
<!-- Begin Digital Output Instances -->
<!-- End Digital Output Instances -->
<!-- Begin Analogue Input Instances -->
<!-- End Analogue Input Instances -->
</io>
</FusionControlCentreConfiguration>
Bookmarks